.text {
  width: max-content;
  transform-origin: left top;
}

.mobile-step1-2 {
  top: 70%;
  left: 43%;
}

.mobile-step2-1 {
  width: 190px;
  left: 31.5%;
  top: 34%;
}

.mobile-step2-2 {
  width: 170px;
  left: 73%;
  top: 52%;
}

.mobile-step2-3 {
  width: 160px;
  left: 30%;
  top: 46%;
}

.mobile-step3-1 {
  width: 226px;
  top: 60%;
  left: 35%;
}

.mobile-step3-2 {
  width: 170px;
  left: 71.5%;
  top: 52%;
}

.mobile-step4-1 {
  left: 8%;
  top: 41%;
}

.mobile-step4-2 {
  width: 185px;
  top: 43%;
  left: 48%;
}

.mobile-step4-3 {
  left: 85%;
  top: 52%;
}

.mobile-step5-1 {
  top: 64%;
  left: 48%;
}

@media screen and (orientation: portrait) {
  .text {
    width: 270px;
    left: 15%;
    top: 78%;
    text-align: center;
  }
  .mobile-step1-2 {
    top: 59%;
    left: 17%;
    text-align: center;
  }
  .mobile-step2-1 {
    width: 260px;
    left: 16.5%;
    top: 51%;
    text-align: center;
  }
  .mobile-step2-2 {
    width: 247px;
    left: 18%;
    top: 71.5%;
    text-align: center;
  }
  .mobile-step3-1 {
    width: 235px;
    left: 19%;
    top: 76%;
    text-align: center;
  }
  .mobile-step4-1, .mobile-step4-3 {
    top: 80%;
  }
}
/*# sourceMappingURL=admin1-paper-app.css.map */