.loader {
    position: fixed;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    width: 2.5rem;
    height: 2.5rem;
    border: 0.5em solid rgba(0, 0, 0, 0.2);
    border-left: 0.5em solid #1da1f2;
    border-radius: 50%;
    animation: load8 1.1s infinite linear;
    transition: opacity 0.1s;
}
.modalVal {
    background: transparent;
    background-color: transparent;
}
.loader--hide {
    opacity: 0;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.retryText {
    width: 100%;
    height: 54px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #212427;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-top: 340px;
    transform: translate(-50%, -50%);
    display: none;
  }
  
  .bottomText {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1f1f1f;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
  }
  
  .rectangle {
    display: flex;
    width: 80px;
    height: 80px;
    background: #f4f4f4;
    border-radius: 20px;
  }
  
  .loader-signin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.5em solid rgba(0, 0, 0, 0.2);
    border-left: 0.5em solid #1da1f2;
    border-radius: 50%;
    animation: load8 1.1s infinite linear;
    transition: opacity 0.1s;
  }

.cycle::after{
    width: 343px;
    height: 54px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #212427;
    position: fixed;
    text-align: center;
    left: 50%;
    margin-top: 100px;
    transform: translate(-50%, -50%);
    animation: cycle3 18s linear forwards;
    content:'';
  }

@keyframes cycle3 {
  0% {
    content: "Loading a one-stop solution for all your school needs";
  }
  16% {
    content: "Preparing an enriching learning experience for learners and educators";
  }
  33% {
    content: "Waiting to bring students, teachers, parents and admins together on one platform";
  }
  49% {
    content: "Loading a one-stop solution for all your school needs";
  }
  66% {
    content: "Preparing an enriching learning experience for learners and educators";
  }
  83% {
    content: "Waiting to bring students, teachers, parents and admins together on one platform";
  }
  100% {
    content: "Sorry! It’s taking too long";
  }
}

.loader-switch-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items:  center;
}
