.poppins-esp {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
    margin-bottom: 0;
}


.log-in_container-esp {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../images/newdesign/CAMPUSVIEW1.JPG);
  .container-bg-banners {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: blur(0px);
    transition: opacity 1s ease-out;
    .banner-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      transition: opacity 1s ease-out;
      background-image: url(../../images/newdesign/education.jpg);
      opacity: 0;
      display: none;
    }
    .banner-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      transition: opacity 1s ease-out;
      background-image: url(../../images/newdesign/MAINCAMPUSVIEW2.JPG);
      opacity: 0;
      display: none;
    }
    .banner-3 {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      transition: filter 1s ease-out;
      background-image: url(../../images/newdesign/management.JPG);
      opacity: 0;
      display: none;
    }
    .banner-1.active,
    .banner-2.active,
    .banner-3.active {
      display: block;
      opacity: 1;
    }
  }
  .container-overlay-esp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 2;
  }
  .content-wrapper-esp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    color: white;
    .left-side-esp {
      height: 100%;
      width: 50%;
      padding: 25px 54px;
      @media only screen and (max-width: 550px) {
        width: 100%;
        padding: 20px;
      }
      .school-name-group {
        text-align: left;
        display: flex;
        gap: 10px;
        align-items: center;
        .logo {
          width: 4rem;
        }
        .welcome-txt {
          font-size: 17px;
          color: #e0dddd;
          margin: 0;
        }
        .school-name-txt {
          font-size: 18px;
          font-weight: 500;
          color: white;
        }
      }
      .form-group-esp {
        margin-top: 4.5rem;
        width: 38rem;
        display: flex;
        flex-direction: column;
        gap: 12px;
        @media only screen and (max-width: 550px) {
          width: 100%;
        }
        .input-group-esp {
          width: 100%;
          input {
            padding: 15px;
            width: 100%;
            background: rgba(255, 255, 255, 0.897);
            border: none;
            border-radius: 5px;
            font-size: 15px;
            color: black;
            outline: none;
          }
        }
      }
      .forgot-password-link {
        font-size: 14px;
        margin-top: 18px;
        span {
          a {
            color: #bfbafc;
          }
        }
      }
      .login-btn-esp {
        padding: 17px 31px;
        margin-top: 4px;
       width: 40%;
        border: none;
        color: white;
        font-size: 16px;
        font-weight: 500;
        border-radius: 70px;
        background: #09087f;
        cursor: pointer;
        &:hover {
          background: #120f9e;
        }
      }
      .quicklinks-wrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
        .quicklinks-container-esp {
          position: relative;
          width: 50%;
          margin-top: 2rem;
          padding: 13px 13px 40px 13px;
          border-radius: 5px;
          background: #2c0707d8;
          backdrop-filter: blur(10px);
          text-decoration: none;
          color: #d4d3d8;
          &:hover {
            transform: scale(1.02);
            transition: transform 0.3s ease-in-out;
          }
          .quick-links-text {
            font-size: 13px;
            font-weight: 600;
          }
          .quick-links-textt {
            font-size: 13px;
            font-weight: 500;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
          }
          .quick-links-text2 {
            position: absolute;
            font-size: 11px;
            font-weight: 500;
            bottom: 10px;
            color: #a49ee9ef;
            left: 30%;
          }
          .links-esp {
            display: flex;
            padding-top: 10px;
            gap: 15px;
            a {
              font-size: 13px;
              color: #fff;
              font-weight: 500;
              display: flex;
              align-items: center;
              gap: 10px;
              text-decoration: none;
              span {
                svg {
                  width: 1rem;
                  opacity: 0.8;
                }
              }
              &:hover {
                color: #948ceb;
                text-decoration: underline;
              }
            }
            .jamb-img {
              width: 3rem;
              height: 2.5rem;
              object-fit: cover;
              margin-top: 2px;
            }
          }
        }
      }

      .other-links-esp {
        position: absolute;
        bottom: 0;
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 30px;
        font-size: 14px;
        @media only screen and (max-width: 550px) {
          bottom: 20%;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }
        .external-link-esp {
          display: flex;
          align-items: center;
          gap: 10px;
          a {
            color: #bfbafc;
            text-decoration: none;
            &:hover {
              color: #948ceb;
            }
          }
          svg {
            width: 1rem;
          }
        }
      }
    }
    .right-side-esp {
      width: 50%;
      min-height: 100vh;
      padding: 10px;
      padding-bottom: 10px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 2;
      padding-bottom: 0px;
      transition: background-color 1s ease-out;
      float: right;
      box-sizing: border-box;
      justify-content: right;
      text-align: right;

      @media only screen and (max-width: 550px) {
        display: none;
      }
      .right-side-esp-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: calc(100vh + 200px);
        transform: skewX(-15deg);
        position: absolute;
        top: -95px;
        left: 100px;
      }

      .slant2 {
        left: 200px;
      }
      .right-side-esp-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        padding-right: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        .text-group {
          text-align: right;
          display: none;
          opacity: 0;
          .main-text {
            font-size: 32px;
          }
          .sub-text {
            padding-top: 1rem;
            line-height: 1.5;
          }
        }
        .text-group.active {
          display: block;
          opacity: 1;
        }
        .indicator-group-esp {
          position: absolute;
          bottom: 20%;
          right: 2rem;
          margin-top: 2rem;
          display: flex;
          justify-content: flex-end;
          gap: 10px;
          .indicator {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
          }
        }
      }
    }
    .footer-group-esp {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      padding-bottom: 1rem;
      display: flex;
      gap: 4rem;

      .courtesytext {
        font-size: 12px;
        color: #e0dddd;
      }
      .powered-by {
        display: flex;
        align-items: center;
        .powered-by-text {
          font-size: 12px;
          color: #e0dddd;
        }
        .mrsoft-logo {
          width: 5rem;
        }
      }
    }
  }
}

.admission-portal_container-esp {
  width: 100%;
  background-color: #fff;
  .portal_header_esp-content {
    width: 100%;
    height: 6rem;
    background: #ebeaff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .portal_header_esp_content_logo {
      padding-left: 2rem;
      display: flex;
      align-items: center;
      gap: 13px;
      .portal_header_esp_content_logo-img {
        width: 2.2rem;
        height: 2.2rem;
        object-fit: contain;
      }
      .portal_header_esp_content_logo-text {
        font-size: 16px;
        font-weight: 500;
        color: #2d2b2b;
        @media only screen and (max-width: 550px) {
          font-size: 14px;
        }
      }
    }
    .header_form-esp {
      width: 40%;
      display: flex;
      align-items: center;
      gap: 12px;
      padding-right: 4rem;
      .title_n_form-esp_form-input {
        width: 70%;
        height: 3rem;
        border: 1px solid #9a9999;
        outline: none;
        padding: 0.8rem 1rem;
        font-size: 13px;
        color: #2d2b2b;
        border-radius: 40px;
        background-color: #f3f2ff;
      }
      .title_n_form-esp_form-button {
        padding: 0.8rem 2rem;
        border-radius: 250px;
        background: #bdbdc4;
        color: #383838;
        font-size: 14px;
        font-weight: 500;
        border: none;
        width: fit-content;
        font-family: "Poppins", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        cursor: pointer;
        &:hover {
          background: #05025c;
          color: #fff;
        }
      }
    }
  }
  .portal_main_content-esp {
    position: relative;
    width: 100%;
    background: #ebeaff;
    
    @media only screen and (max-width: 550px) {
      height: 100vh;
    }
    .bg-gradient-1 {
      width: 250px;
      height: 250px;
      border-radius: 100%;
      position: absolute;
      z-index: 2;
      opacity: 0.16;
      background: #020085;
      top: 10%;
      left: 20%;
      filter: blur(1000px);
    }
    .bg-gradient-2 {
      width: 350px;
      height: 350px;
      border-radius: 100%;
      position: absolute;
      z-index: 2;
      opacity: 0.2;
      background: #e5f326;
      bottom: 20%;
      right: 5%;
      filter: blur(1000px);
    }
    .main_content_wrapper {
      padding: 2rem 4rem;
      display: flex;
      @media only screen and (max-width: 550px) {
        padding: 20px;
      }
      .left_side_portal-esp {
        width: 45%;
        @media only screen and (max-width: 550px) {
          width: 100%;
          padding: 10px;
        }
        .title_n_form-esp {
          margin-top: 2rem;
          width: 100%;
          .title_n_form-esp_title {
            font-size: 19px;
            font-weight: 500;
            color: #2d2b2b;
          }
          .title_n_form-esp_subtitle {
            font-size: 15px;
            color: #545252;
          }
          .title_n_form-esp_form {
            margin-top: 1.5rem;
            width: 70%;
            display: flex;
            flex-direction: column;
            @media only screen and (max-width: 550px) {
              width: 100%;
            }
            .title_n_form-esp_form-input {
              width: 100%;
              height: 3rem;
              border: 1px solid #9a9999;
              outline: none;
              padding: 1rem;
              font-size: 14px;
              color: #2d2b2b;
              border-radius: 8px;
              background-color: #f3f2ff;
            }
            .title_n_form-esp_form-button {
              padding: 1rem 2rem;
              border-radius: 250px;
              background: #020085;
              color: #fff;
              font-size: 16px;
              font-weight: 600;
              border: none;
              width: fit-content;
              margin-top: 1rem;
              font-family: "Poppins", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;
              cursor: pointer;
              &:hover {
                background: #05025c;
              }
            }
          }
        }
        .portal_quick-links {
          position: absolute;
          bottom: 0;
          left: 0;
          padding-left: 4rem;
          margin-bottom: 2rem;
          display: flex;
          align-items: center;
          gap: 2rem;
          font-size: 13px;
          .portal_quick-links1 {
            display: flex;
            align-items: center;
            gap: 5px;
            text-decoration: none;
            &:hover {
              text-decoration: underline;
              color: #020085;
            }
          }
        }
      }
      .right_side_portal-esp {
        width: 55%;
        height: 70vh;
        @media only screen and (max-width: 550px) {
          display: none;
        }
        .images_wrapper-esp {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          position: relative;
          .img-1 {
            position: absolute;
            width: 19em;
            height: 19rem;
            top: 4rem;
            right: 18rem;
            object-fit: cover;
            z-index: 4;
            &:hover {
              z-index: 10;
              transform: scale(1.03);
              transition: all 0.3s ease-in-out;
            }
          }
          .img-2 {
            position: absolute;
            width: 19rem;
            height: 19rem;
            object-fit: cover;
            left: 15rem;
            z-index: 4;
            &:hover {
              z-index: 10;
              transform: scale(1.03);
              transition: all 0.3s ease-in-out;
            }
          }
        }
      }
    }
    .preview_content_wrapper {
      padding: 1rem 2rem;
      width: 100%;
      display: flex;
      gap: 1rem;
      .preview_student_profile {
        width: 21%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        .img_wrapper_esp {
          width: 100%;
          height: 15rem;
          position: relative;
          border-radius: 12px;
          overflow: hidden;
          .student_img_esp {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            border-radius: 12px;
          }
          .img_overlay_esp {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 40%;
            z-index: 5;
            background: linear-gradient(
              to bottom,
              #00000000,
              #000000be 50%,
              #000
            );
            border-radius: 0 0 12px 12px;
          }
          .student_name_group {
            position: absolute;
            bottom: 0.8rem;
            left: 1rem;
            z-index: 20;
            .student_name {
              font-size: 16px;
              font-weight: 500;
              color: #fff;
              margin: 0;
            }
            .student_reg_no {
              font-size: 13px;
              color: #e9e7e7;
              margin: 0;
            }
          }
        }
        .score_wrapper_esp {
          width: 100%;
          background: #fff;
          padding: 1rem;
          border-radius: 12px;
          display: flex;
          flex-direction: column;
          gap: 6px;
          .score_esp {
            font-size: 18px;
            font-weight: 500;
            color: #2d2b2b;
            span {
              font-weight: 400;
              color: #716e6e;
            }
          }
          .faculty_esp {
            font-size: 14px;
            font-weight: 500;
            color: #2d2b2b;
            span {
              font-weight: 400;
              color: #716e6e;
            }
          }
          .department_esp {
            font-size: 14px;
            font-weight: 500;
            color: #2d2b2b;
            span {
              font-weight: 400;
              color: #716e6e;
            }
          }
          .course_esp {
            font-size: 14px;
            font-weight: 500;
            color: #2d2b2b;
            span {
              font-weight: 400;
              color: #716e6e;
            }
          }
        }
        .student_contact_esp {
          width: 100%;
          background: #fff;
          padding: 1rem;
          border-radius: 12px;
          display: flex;
          flex-direction: column;
          gap: 6px;
          .info_group {
            display: flex;
            font-size: 14px;
            align-items: center;
            gap: 8px;
            color: #383838;
          }
        }
      }
      .preview_student_data {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        .tab_container_esp {
          width: 100%;
          background: #fff;
          border-radius: 12px;
          padding: 1rem 1rem 0 1rem;

          .tab_buttons {
            display: flex;
            border-bottom: 1px solid #e0e0e0;
            gap: 0.5rem;

            .tab_button {
              padding: 0.75rem 1.5rem;
              background: none;
              border: none;
              cursor: pointer;
              font-size: 14px;
              font-weight: 500;
              color: #666;
              position: relative;
              transition: all 0.3s ease;
              border-radius: 4px 4px 0 0;
              font-family: "Poppins", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;

              &:hover {
                color: #09087f;
                background-color: rgba(9, 8, 127, 0.05);
              }

              &.active {
                color: #09087f;
                font-weight: 600;
                background-color: rgba(9, 8, 127, 0.08);

                &::after {
                  content: "";
                  position: absolute;
                  bottom: -1px;
                  left: 0;
                  width: 100%;
                  height: 3px;
                  background-color: #09087f;
                  border-radius: 3px 3px 0 0;
                }
              }
            }
          }

          .tab_content {
            padding: 1rem 0;
            position: relative;
            min-height: 200px;

            .tab_pane {
              opacity: 0;
              visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              /* border: 1px solid #d4d3d3; */
              padding: 0 0.8rem 0 0.8rem;
              /* border-radius: 12px; */
              min-height: 200px;
              max-height: 200px;
              overflow-y: auto;
              scrollbar-width: thin;

              &.active {
                opacity: 1;
                visibility: visible;
                position: relative;
                transform: translateY(0);
              }
              .table_header-esp {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-bottom: 0.7rem;

                padding-top: 0.4rem;
                gap: 1.2rem;
                border-bottom: 1px solid #d4d3d3;
                .table_title {
                  width: 55%;
                  font-size: 14px;
                  font-weight: 500;
                  color: #242323;
                }
                .table_title2 {
                  width: 45%;
                  font-size: 14px;
                  font-weight: 500;
                  color: #242323;
                  padding-left: 0.6rem;
                  .not_qualified {
                    font-size: 10px;
                    border-radius: 12px;
                    padding: 4px 8px;
                    background: rgb(196, 5, 5);
                    color: #fff;
                  }
                  .qualified {
                    font-size: 10px;
                    border-radius: 12px;
                    padding: 4px 8px;
                    background: rgb(35, 129, 35);
                    color: #fff;
                  }
                }
              }
              .table_content_esp {
                width: 100%;
                display: flex;
                gap: 1.2rem;
                .requirement_content_esp {
                  width: 40%;
                  display: flex;
                  flex-direction: column;
                  gap: 1rem;
                  padding-top: 0.6rem;
                  margin-right: 6.1rem;
                  .table_content_esp_item {
                    display: flex;
                    justify-content: space-between;
                    font-size: 13px;
                    .table_subject_esp_title {
                      color: #363232;
                    }
                    .table_option_esp_text {
                      color: #9a8f8f;
                      font-weight: 500;
                      text-align: right;
                    }
                  }
                }
                .submitted_content_esp {
                  width: 40%;
                  display: flex;
                  flex-direction: column;
                  gap: 1rem;
                  padding-top: 0.6rem;
                  .table_content_esp_item {
                    display: flex;
                    font-size: 13px;
                    gap: 13px;
                    .table_option_esp_count {
                      font-weight: 400;
                    }
                    .table_subject_esp_title {
                      color: #363232;
                      font-weight: 500;
                    }
                  }
                }
              }
              .table_wrapper_tab_content {
                width: 100%;
                .table_header {
                  font-size: 15px;
                  font-weight: 500;
                  color: #242323;
                }
                .table_header2 {
                  font-size: 15px;
                  font-weight: 500;
                  color: #242323;
                  margin-top: 1.5rem;
                  .not_qualified {
                    font-size: 10px;
                    border-radius: 12px;
                    padding: 4px 8px;
                    background: rgb(196, 5, 5);
                    color: #fff;
                  }
                  .qualified {
                    font-size: 10px;
                    border-radius: 12px;
                    padding: 4px 8px;
                    background: rgb(35, 129, 35);
                    color: #fff;
                  }
                }
                .table_esp {
                  width: 100%;
                  border-collapse: collapse;
                  margin-top: 0.6rem;
                  thead {
                    font-size: 14px;
                    font-weight: 600;
                    color: #242323;
                    background: #1d1d1d;
                    color: #fff;
                    tr {
                      td {
                        padding: 10px;
                      }
                    }
                  }
                  tbody {
                    font-size: 14px;
                    tr {
                      td {
                        padding: 10px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
        .de_student_data-esp {
          width: 100%;
          padding: 1rem;
          background: #fff;
          border-radius: 12px;
          font-size: 14px;
        }
        .preview_student_status {
          width: 100%;
          padding: 1rem;
          background: #fff;
          border-radius: 12px;
          .screening_title {
            font-size: 14px;
          }
          .title_n_form-esp_form-input {
            padding-top: 1rem;
            display: flex;
            flex-direction: column;
            align-items: start;
            gap: 1rem;
            }
            .title_n_form-esp_form-select {
              border: 1px solid #9a9999;
              outline: none;
              width: 65%;
              padding: 0.8rem 1rem;
              font-size: 13px;
              color: #2d2b2b;
              border-radius: 40px;
              background-color: #f3f2ff;
            }
            .title_n_form-esp_form-button {
              padding: 0.8rem 2rem;
              border-radius: 250px;
              background: #0d097a;
              color: #fff;
              font-size: 14px;
              font-weight: 500;
              border: none;
              width: fit-content;
              font-family: "Poppins", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;
              cursor: pointer;
              &:hover {
                background: #05025c;
                color: #fff;
              }
            }
          }
        }
      }
      .preview_note-esp {
        width: 18%;
        background: #d2ecd9;
        padding: 1rem;
        border-radius: 12px;
        height: 100%;
        .preview_note_title {
          font-size: 16px;
          font-weight: 600;
          color: #393636;
        }
        .preview_note_text {
          font-size: 14px;
          color: #4f4c4c;
          margin-top: 0.4rem;
        }
        .preview_note_text2 {
          font-size: 14px;
          color: #4f4c4c;
          margin-top: 1.1rem;
        }
      }
    }
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mfadeOut {
  animation: mfadeOut 0.6s forwards ease-out !important;
}
.scalebannerup {
  animation: scalebannerup 12s ease-in-out both !important;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0.3;
    transform: scale(1, 1);
  }
}

@keyframes scalebannerup {
  0% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes moveslant {
  0% {
    left: 350px;
  }
  100% {
    left: 100px;
  }
}

@keyframes unmoveslant {
  0% {
    left: 100px;
  }
  100% {
    left: 350px;
  }
}

@keyframes moveslant2 {
  0% {
    left: 450px;
  }
  100% {
    left: 200px;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.active-indicator {
  width: 12px;
  height: 12px;
  background-color: #09087f !important;
}

.shownew .slantbx {
  animation: moveslant 0.5s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}

.hidenew .slantbx {
  animation: unmoveslant 0.9s 0.4s cubic-bezier(0.05, 0.61, 0.17, 1) both;
}

.shownew .slant2 {
  animation: moveslant2 1s 0.1s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}

.hidenew .slant2 {
  animation: unmoveslant2 0.7s 0.3s cubic-bezier(0.05, 0.61, 0.17, 1) both;
}
.slide-in {
  animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.slide-out {
  animation: slideOut 0.8s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}



.cs-loader-esp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: #acacf0;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #fff;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}


.col-md-4 {
    .row {
        .col-md-12 {
        .control-label {
            font-size: 14px;
                        }
        .form-control {
            height: 3rem;
            border-radius: 120px !important;
            font-size: 14px;

        }
        }
    }
}
