@keyframes ball-animation-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes ball-animation-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#loading.loading-class {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#loading.loading-class .loader .ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
#loading.loading-class .loader .ball-spin-fade-loader > div {
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 1.5px;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(1) {
  top: 0px;
  left: 24px;
  animation: ball-animation-loader 1s -1s infinite linear;
  -webkit-animation: ball-animation-loader 1s -1s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(2) {
  top: 16.9706px;
  left: 16.9706px;
  animation: ball-animation-loader 1s -0.875s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.875s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(3) {
  top: 24px;
  left: 0px;
  animation: ball-animation-loader 1s -0.75s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.75s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(4) {
  top: 16.9706px;
  left: -16.9706px;
  animation: ball-animation-loader 1s -0.625s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.625s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(5) {
  top: 0px;
  left: -24px;
  animation: ball-animation-loader 1s -0.5s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.5s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(6) {
  top: -16.9706px;
  left: -16.9706px;
  animation: ball-animation-loader 1s -0.375s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.375s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(7) {
  top: -24px;
  left: 0px;
  animation: ball-animation-loader 1s -0.25s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.25s infinite linear;
}
#loading.loading-class .loader .ball-spin-fade-loader > div:nth-child(8) {
  top: -16.9705px;
  left: 16.971px;
  animation: ball-animation-loader 1s -0.125s infinite linear;
  -webkit-animation: ball-animation-loader 1s -0.125s infinite linear;
}

/*# sourceMappingURL=loading.css.map */
