body {

  font-family: 'Roboto', sans-serif;
}

.loader_wrap {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
  top: 50%;
  left: 50%;
  z-index: 10000000;
  transform: translate(-50%, -50%);
}

.btn {

  border-radius: 300px;
  background-color: #32D8A1;
  box-shadow: none;
  text-transform: none;
}

svg {
  display: none;
}

.blobs {
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}

.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: linear-gradient(to top, #20f6b3, #20a4f6);
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px linear-gradient(to top, #20f6b3, #20a4f6);
}

.blob {
  position: absolute;
  background: linear-gradient(to top, #20f6b3, #20a4f6);
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}

.blob:nth-child(1) {
  animation-delay: 0.2s;
}

ul li, .modal-content li {
  list-style-type: disc;

}

.blob:nth-child(2) {
  animation-delay: 0.4s;
}

.blob:nth-child(3) {
  animation-delay: 0.6s;
}

.blob:nth-child(4) {
  animation-delay: 0.8s;
}

.blob:nth-child(5) {
  animation-delay: 1s;
}

@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blob-grow {
  0%, 39% {
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    transform: scale(0) translate(-50%, -50%);
  }
}

.m-t-lg {
  margin-top: 30px;
  overflow: auto;
}

h1 {
  font-size: 3.5rem;
  text-align: center;
}

h3 {
  font-size: 2rem;
}

img {
  max-width: 100%;
}

.panel-title {
  font-size: 1.3rem;
}

.logo {
  max-width: 100px;
}

.header {
  margin-top: 20px;
}

.subtitle {
  font-size: 80%;
  margin: 0;
  line-height: 1em;
}

.h3 {

  font-size: 16px;
}

h2 {
  font-size: 22px;
}

nav {
  box-shadow: none;
}

.container {
  width: 90%;
}

.collapsible {
  border: none;
  box-shadow: none;
}

.collapsible-header {
  background-color: #EFEEEE;
}

.collapsible-body {
  border: none;
}


@media (max-width: 480px) {

  .collapsible-body {
    padding: 15px;
  }

}

.collapsible-header .active {

  color: #1B8B66;
  font-weight: bold;
}

.collapsible-header .inactive {

  color: #90B6EF;
  font-weight: bold;
}

#api_key {
  word-wrap: break-word;
  line-height: 0px;
}

.item-title {

  font-size: 16px;
}

.item-body {
  font-size: 14px;
  line-height: 35px;
}

.item-body.dense {
  line-height: 10px;
}

.no-padding {
  padding: 0;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.pointer {
  cursor: pointer;
}

.modal .modal-footer {
  height: 70px;
}

.modal .modal-footer.center-align {
  text-align: center;
}

.btn.outline {

  border: 1px solid #90B6EF;
  color: #90B6EF;
  background: #fff;

}

.lang_sel {
  width: 50px;
}

.col.package {
  padding-bottom: 20px;
  padding-top: 20px;
}

.menu_mob i, nav i.material-icons {
  height: auto;
  line-height: normal;
  padding-top: 5px;
}

.vertical-align-child {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.padding-0 {
  padding: 0 !important;
}

.vertical-align-child {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.padding-0 {
  padding: 0 !important;
}

@media (max-width: 1000px) {
  .scroll {
    overflow-x: scroll;
  }

  .scroll span {
    word-wrap: normal !important;
  }
}


.form-wrapper {
  width: 400px;
}

@media (max-width: 450px) {
  .form-wrapper {
    width: 100%;
  }
}

.form-row {
  width: 80%;
}

@media (max-width: 480px) {
  .mobile-wrap .collapsible-body {
    padding: 20px 0;
  }

  .mobile-wrap .row .item-title,
  .mobile-wrap .row .item-body {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-wrap .copy-icon {
    margin-left: 10px;
    padding: 5px;
  }

  .mobile-wrap .mobile-full {
    padding: 0;
  }
}

sup.beta-sup {
  color: red;
}

form input.inline-input {
  width: 30px!important;
  height: 20px!important;
  margin: 0 10px!important;
}