.root-init-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 80px;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
}

.root-init-child-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 338px) {
  .root-init-child-container {
    width: 100%;
  }
}

.init-index-logo {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #a8aebc;
}

.init-logo-masked {
  vertical-align: text-bottom;
}

.absoluted {
  position: absolute !important;
}

.logo-masked {
  height: 60px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(top, #a8aebc 50%, #13B4FF 50%);
  text-fill-color: transparent;
  background-clip: text;
  background-size: 100% 200%;
  animation: masked-animation 1s infinite linear;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 100% 200%;
  -webkit-animation: masked-animation 1s infinite linear;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-background-size: 100% 200%;
  -moz-animation: masked-animation 1s infinite linear;
  -o-text-fill-color: transparent;
  -o-background-clip: text;
  -o-background-size: 100% 200%;
  -o-animation: masked-animation 1s infinite linear;
}

@keyframes masked-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

@-moz-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

@-o-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

.index-logo {
  font-size: 40px;
  color: #a8aebc;
  display: flex;
  align-items: center;
}

.default-spinner {
  visibility: visible !important;
}
