.kuta-splash-loading-spinner {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

.kuta-splash-loading-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes kuta-splash-animation {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(180deg);
    animation-timing-function: linear;
  }
  25% {
    transform: rotate(630deg);
  }
  37.5% {
    transform: rotate(810deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(1260deg);
  }
  62.5% {
    transform: rotate(1440deg);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(1890deg);
  }
  87.5% {
    transform: rotate(2070deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotate(2520deg);
  }
}

@-webkit-keyframes kuta-splash-animation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: linear;
  }
  25% {
    -webkit-transform: rotate(630deg);
  }
  37.5% {
    -webkit-transform: rotate(810deg);
    -webkit-animation-timing-function: linear;
  }
  50% {
    -webkit-transform: rotate(1260deg);
  }
  62.5% {
    -webkit-transform: rotate(1440deg);
    -webkit-animation-timing-function: linear;
  }
  75% {
    -webkit-transform: rotate(1890deg);
  }
  87.5% {
    -webkit-transform: rotate(2070deg);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: rotate(2520deg);
  }
}

@-moz-keyframes kuta-splash-animation {
  0% {
    -moz-transform: rotate(0deg);
  }
  12.5% {
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: linear;
  }
  25% {
    -moz-transform: rotate(630deg);
  }
  37.5% {
    -moz-transform: rotate(810deg);
    -moz-animation-timing-function: linear;
  }
  50% {
    -moz-transform: rotate(1260deg);
  }
  62.5% {
    -moz-transform: rotate(1440deg);
    -moz-animation-timing-function: linear;
  }
  75% {
    -moz-transform: rotate(1890deg);
  }
  87.5% {
    -moz-transform: rotate(2070deg);
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: rotate(2520deg);
  }
}

@-ms-keyframes kuta-splash-animation {
  0% {
    -ms-transform: rotate(0deg);
  }
  12.5% {
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: linear;
  }
  25% {
    -ms-transform: rotate(630deg);
  }
  37.5% {
    -ms-transform: rotate(810deg);
    -ms-animation-timing-function: linear;
  }
  50% {
    -ms-transform: rotate(1260deg);
  }
  62.5% {
    -ms-transform: rotate(1440deg);
    -ms-animation-timing-function: linear;
  }
  75% {
    -ms-transform: rotate(1890deg);
  }
  87.5% {
    -ms-transform: rotate(2070deg);
    -ms-animation-timing-function: linear;
  }
  100% {
    -ms-transform: rotate(2520deg);
  }
}

@-o-keyframes kuta-splash-animation {
  0% {
    -o-transform: rotate(0deg);
  }
  12.5% {
    -o-transform: rotate(180deg);
    -o-animation-timing-function: linear;
  }
  25% {
    -o-transform: rotate(630deg);
  }
  37.5% {
    -o-transform: rotate(810deg);
    -o-animation-timing-function: linear;
  }
  50% {
    -o-transform: rotate(1260deg);
  }
  62.5% {
    -o-transform: rotate(1440deg);
    -o-animation-timing-function: linear;
  }
  75% {
    -o-transform: rotate(1890deg);
  }
  87.5% {
    -o-transform: rotate(2070deg);
    -o-animation-timing-function: linear;
  }
  100% {
    -o-transform: rotate(2520deg);
  }
}

.kuta-splash-loading-spinner::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgb(66, 133, 244) rgb(66, 133, 244);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  -webkit-animation: kuta-splash-animation 6s infinite
    cubic-bezier(0.3, 0.6, 1, 1);
  -moz-animation: kuta-splash-animation 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
  -ms-animation: kuta-splash-animation 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
  -o-animation: kuta-splash-animation 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
  animation: kuta-splash-animation 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33));
}

.kuta-splash-logo {
  display: block;
  width: 256px;
  margin-left: auto;
  margin-right: auto;
}

.kuta-splash-font {
  font-family: Roboto;
  text-align: center;
}

.kuta-splash-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
