/* [project]/app/components/loading/Loading.css [app-client] (css) */
@keyframes snow {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(650px);
  }
}

@keyframes astronaut {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box-of-star1, .box-of-star2, .box-of-star3, .box-of-star4 {
  z-index: 10;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.box-of-star1 {
  animation: 5s linear infinite snow;
}

.box-of-star2 {
  animation: 5s linear -1.64s infinite snow;
}

.box-of-star3 {
  animation: 5s linear -2.3s infinite snow;
}

.box-of-star4 {
  animation: 5s linear -3.3s infinite snow;
}

.star {
  z-index: 10;
  opacity: .7;
  background-color: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
}

.star:before {
  content: "";
  z-index: 10;
  opacity: .7;
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 80px;
  left: 70px;
}

.star:after {
  content: "";
  z-index: 10;
  opacity: .9;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 170px;
}

.star-position1 {
  top: 30px;
  left: 20px;
}

.star-position2 {
  top: 110px;
  left: 250px;
}

.star-position3 {
  top: 60px;
  left: 570px;
}

.star-position4 {
  top: 120px;
  left: 900px;
}

.star-position5 {
  top: 20px;
  left: 1120px;
}

.star-position6 {
  top: 90px;
  left: 1280px;
}

.star-position7 {
  top: 30px;
  left: 1480px;
}

.astronaut {
  z-index: 11;
  width: 250px;
  height: 300px;
  animation: 5s linear infinite astronaut;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 125px);
}

.schoolbag {
  z-index: 1;
  background-color: #94b7ca;
  border-radius: 50px 50px 0 0 / 30px 30px 0 0;
  width: 100px;
  height: 150px;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 50px);
}

.head {
  z-index: 3;
  background: -webkit-linear-gradient(left, #e3e8eb 0% 50%, #fbfdfa 50% 100%);
  border-radius: 50%;
  width: 97px;
  height: 80px;
  position: absolute;
  top: 34px;
  left: calc(50% - 47.5px);
}

.head:after {
  content: "";
  background: -webkit-linear-gradient(top, #15aece 0% 50%, #0391bf 50% 100%);
  border-radius: 15px;
  width: 60px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 30px);
}

.head:before {
  content: "";
  background-color: #618095;
  border-radius: 5px;
  width: 12px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  left: -4px;
  box-shadow: 92px 0 #618095;
}

.body {
  z-index: 2;
  background: -webkit-linear-gradient(left, #e3e8eb 0% 50%, #fbfdfa 50% 100%);
  border-radius: 40px / 20px;
  width: 85px;
  height: 100px;
  position: absolute;
  top: 105px;
  left: calc(50% - 41px);
}

.panel {
  background-color: #b7cceb;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: calc(50% - 30px);
}

.panel:before {
  content: "";
  background-color: #fbfdfa;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 7px;
  box-shadow: 0 9px #fbfdfa, 0 18px #fbfdfa;
}

.panel:after {
  content: "";
  background-color: #fbfdfa;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 7px;
  box-shadow: 0 14px 0 2px #fbfdfa;
}

.arm {
  z-index: 2;
  width: 80px;
  height: 30px;
  position: absolute;
  top: 121px;
}

.arm-left {
  background-color: #e3e8eb;
  border-radius: 0 0 0 39px;
  left: 30px;
}

.arm-right {
  background-color: #fbfdfa;
  border-radius: 0 0 39px;
  right: 30px;
}

.arm-left:before, .arm-right:before {
  content: "";
  width: 30px;
  height: 70px;
  position: absolute;
  top: -40px;
}

.arm-left:before {
  background-color: #e3e8eb;
  border-radius: 50px 50px 0 120px / 50px 50px 0 110px;
  left: 0;
}

.arm-right:before {
  background-color: #fbfdfa;
  border-radius: 50px 50px 120px 0 / 50px 50px 110px 0;
  right: 0;
}

.arm-left:after, .arm-right:after {
  content: "";
  width: 30px;
  height: 10px;
  position: absolute;
  top: -24px;
}

.arm-left:after {
  background-color: #6e91a4;
  left: 0;
}

.arm-right:after {
  background-color: #b6d2e0;
  right: 0;
}

.leg {
  z-index: 2;
  width: 30px;
  height: 40px;
  position: absolute;
  bottom: 70px;
}

.leg-left {
  background-color: #e3e8eb;
  left: 76px;
  transform: rotate(20deg);
}

.leg-right {
  background-color: #fbfdfa;
  right: 73px;
  transform: rotate(-20deg);
}

.leg-left:before, .leg-right:before {
  content: "";
  width: 50px;
  height: 25px;
  position: absolute;
  bottom: -26px;
}

.leg-left:before {
  background-color: #e3e8eb;
  border-bottom: 10px solid #6d96ac;
  border-radius: 30px 0 0;
  left: -20px;
}

.leg-right:before {
  background-color: #fbfdfa;
  border-bottom: 10px solid #b0cfe4;
  border-radius: 0 30px 0 0;
  right: -20px;
}

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