.loading_container {
  font-family: sans-serif !important;
  line-height: 18.4px;
  text-size-adjust: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 99999999;
  opacity: 1;
  transition: opacity 1s;
  color: #000;
}

.loading_container.loaded {
  opacity: 0;
}

.loading_container .lc-header {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
}

.loading_container .lc-hidden {
  visibility: hidden;
}

.loading_container .lc-orange {
  background-color: #f5a800;
}

.loading_container .lc-yellow {
  background-color: #f88d2b;
}

.loading_container .lc-red {
  background-color: #ff7276;
}

.loading_container .lc-pink {
  background-color: #f25497;
}

.loading-container.fade {
  opacity: 0;
}

.sk-three-bounce {
  width: 85px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading_logo {
  transition: opacity 0.5s;
}

.loading_static-logo {
  transition: opacity 0.2s;
}

.loading_action a {
  color: rgb(255, 64, 129);
  color: white;
  font-weight: bold;
}
