/* Modal CSS */
/* The Modal (background) */
.modals {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  min-height: 100vh;
  overflow: hidden; /* Enable scroll if needed */
  background: linear-gradient(rgba(245, 246, 252, 1), rgba(0, 174, 255, 0.5), rgba(245, 246, 252, 1)); /* Black w/ opacity */
  backdrop-filter: blur(30px);
  z-index: 2;
}

.modal-content {
    min-height: 100vh;
    overflow: hidden;
}

/* Modal Content/Box */
.modal-dialog, .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
  background-color: #FFFFFF;
  margin: auto auto; /* 15% from the top and centered */
  width: 82%; /* Could be more or less, depending on screen size */
}

.modal-four {
    margin: auto auto;
    width: 62%;
}

.modal-five, .modal-six, .modal-seven {
    margin: auto auto;
    width: 62%;
}

.modal-two, .modal-three {
    margin: auto auto;
}

.get-started {
    font-family: "Istok Web", sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.get-started-tag {
    font-family: "Inria Sans", sans-serif;
    font-size: 20px;
    font-weight: 100;
}

.line-wrapper {
    background: #D9D9D9;
    width: 2px;
    height: 100%;
    position: relative;
}

.line-wrapper .word {
    position: absolute;
    background: white;
    top: 50%;
    transform: translate(52%,-50%);
    right: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-family: "Inria Sans", sans-serif;
}

.signup-img {
    width: 100px;
    height: 100px;
}

.signup-target {
    font-size: 24px;
    padding-top: 30px;
}

.continue-btn {
    margin-top: 36px;
    padding: 15px 55px 15px 55px;
    border-radius: 15px;
    color: white;
    font-size: 24px;
    font-family: "Istok Web", sans-serif;
    font-weight: bold;
}

.password-warning {
    color: #2AACF5;
    font-family: "Istok Web", sans-serif;
    font-weight: bold;
    font-size: 16px;
}


.continue-btn-one {
    background-color: #2AACF5;
}

.continue-btn-two {
    background-color: #000000;
}

.close-modal {
    float: right;
    font-size: 40px;
    color: #000000;
    font-weight: 100;

}

.close-span {
    padding: 2px 8px;
    background-color: #D9D9D9;
    border: 0;
}

.terms-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.terms-list li {
    display: inline-block;
    padding-left: -20px;
}

.or {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #D9D9D9;
   line-height: 0.1em;
   margin: 0px 0 20px;
   font-size: 26px;
   font-family: "Inria Sans", sans-serif;
}

.or span {
    background:#fff;
    padding:0 10px;
}

.modal-form {
    font-family: "Istok Web", sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.modal-form-style div label, .modal-forgot, .form-check-label {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.modal-form-style div input, .modal-form-style div select {
    border-radius: 20px;
    border: 2px solid #000000;
    height: 54px;
}

.modal-form-style div input:hover, .modal-form-style div select:hover,
.modal-form-style div input:focus, .modal-form-style div select:focus {
    border: 2px solid #2AACF5;
    box-shadow: none;
}

.asteriskField {
    color: red;
}

.modal-one-submit-button {
    border: 0;
    background: #2AACF5;
    border-radius: 15px;
    padding: 10px 30px 10px 30px;
}

.modal-one-submit-text {
    color: #FFFFFF;
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-weight: 100;
}

.modal-terms {
    font-family: 'Inria Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.modal-four-submit-button {
    padding: 10px 70px 10px 70px;
    margin-bottom: 40px;
}

.modal-form-purpose-2 {
    margin-top: -60px;
    margin-bottom: 33px;
}

.form-select {
    background-size: 23px 13px !important;
    background-image: url("../img/chevron.png") !important;
}

#password-form-element {
    position: absolute;
    width: 25%;
}



.field-icon {
    float: right;
    position: relative;
    margin-top: -58px;
    left: -5%;
    z-index: 3;
    display: flex;
     align-items: center;
    height: 30px
}

.close-logo {
    position: absolute;
    margin-top: -20px;
}

.close-modal {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 40px;
    color: #000000;
    font-weight: 100;

}

.close-span {
    background-color: #D9D9D9;
    position: relative;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 5px 5px;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 2px solid #DDD9D9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2AACF5;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2AACF5;
}

@media only screen and (max-width: 1680px) {

    .student-left-content {
        width: 68%;
    }
    /* Modal CSS */
    .signup-target {
        font-size: 18px;
    }

    /* Modal Content/Box */
    .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
      background-color: #FFFFFF;
      width: 98%; /* Could be more or less, depending on screen size */
    }

    .modal-four, .modal-five, .modal-six, .modal-seven {
        width: 70%;
    }

    .modal-form-style div label, .modal-forgot, .form-check-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
    }

    .modal-form-style div input, .modal-form-style div select {
        border-radius: 20px;
        border: 2px solid #000000;
        height: 54px;
    }

    .modal-form-purpose-2 {
        margin-top: -90px;
        margin-bottom: -5px;
    }

}

@media only screen and (max-width: 1600px) {
    .student-left-content {
        width: 65%;
    }

    /* Modal CSS */
    .signup-target {
        font-size: 18px;
    }

    /* Modal Content/Box */
    .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
      background-color: #FFFFFF;
      width: 90%; /* Could be more or less, depending on screen size */
    }

    .modal-four, .modal-five, .modal-six, .modal-seven {
        width: 65%;
    }

    .ekcolab-signup-img-2, .ekcolab-signup-img-4,  .ekcolab-signup-img-5, .ekcolab-signup-img-6, .ekcolab-signup-img-7 {
        width: 380px;
        height: 500px;
    }

    .password-warning {
        font-size: 8px;
    }

    .modal-form-style div label, .modal-forgot, .form-check-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }

    .modal-form-style div input, .modal-form-style div select {
        border-radius: 15px;
        border: 2px solid #000000;
        height: 40px;
    }

    .modal-form-purpose {
        margin-top: -60px;
        margin-bottom: -5px;
    }

    .user-header {
        font-size: 20px;
        padding-bottom: 10px !important;
    }

    .field-icon {
        margin-top: -50px;
    }
    .modal-terms {
        font-size: 15px;
    }

    .signup-button {
        border-radius: 10px;
        padding: 8px 20px 8px 20px;

    }

    .modal-one-submit-text, .continue-sign-up, .google-sign {
        font-size: 16px;
    }

    .modal-one-submit-text-log-in {
        font-size: 20px;
    }

    .google-img {
        height: 20px;
        width: 20px;
    }

    .google-btn {
        padding: 8px 20px 8px 20px !important;

    }

    .google-sign-container {
        margin-top: 2px !important;
        padding-top: 0 !important;
    }

}

@media only screen and (max-width: 1366px) {
    .student-left-content {
        width: 63%;
    }

    .smart-scroll-sign-up {
        overflow-y: scroll;
            padding-bottom: 50px;
            overflow-x: hidden;
    }

    .smart-scroll-sign-up {
       max-height: 100vh;
    }

    /* Track */
    .smart-scroll-sign-up::-webkit-scrollbar-track {
      margin-bottom: 30px;
      margin-top: 10px;
    }

    /* Modal CSS */
    .signup-target {
        font-size: 18px;
    }

    /* Modal Content/Box */
    .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
      background-color: #FFFFFF;
      width: 90%; /* Could be more or less, depending on screen size */
    }

    .modal-four, .modal-five, .modal-six, .modal-seven {
        width: 65%;
    }

    .ekcolab-signup-img-2, .ekcolab-signup-img-4,  .ekcolab-signup-img-5, .ekcolab-signup-img-6, .ekcolab-signup-img-7 {
        width: 380px;
        height: 580px;
    }

    .password-warning {
        font-size: 8px;
    }

    .modal-form-style div label, .modal-forgot, .form-check-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }

    .modal-form-style div input, .modal-form-style div select {
        border-radius: 15px;
        border: 2px solid #000000;
        height: 40px;
    }

    .modal-form-purpose {
        margin-top: -40px;
        margin-bottom: -5px;
    }

    .get-started-log-in {
        margin: 0 !important;
    }

    .user-header {
        font-size: 20px;
        padding-bottom: 10px !important;
    }

    .field-icon {
        margin-top: -50px;
    }

    .modal-terms {
        font-size: 15px;
    }

    .signup-button {
        border-radius: 10px;
        padding: 8px 20px 8px 20px;

    }

    .modal-one-submit-text, .continue-sign-up, .google-sign, .google-log {
        font-size: 16px;
    }

    .modal-one-submit-text-log-in {
        font-size: 20px;
    }

    .google-img {
        height: 20px;
        width: 20px;
    }

    .google-btn {
        padding: 8px 20px 8px 20px !important;

    }

    .google-sign-container, .google-log-container{
        padding-top: 0 !important;
    }

    .ekcolab-signup-img-4,  .ekcolab-signup-img-5, .ekcolab-signup-img-6, .ekcolab-signup-img-7 {
        width: 350px;
        height: 500px;
    }

    .continue-log-in {
        font-size: 16px;
    }

    .modal-one-submit-text-log-in {
        font-size: 20px;
    }

}
@media only screen and (max-width: 1280px) {
    .student-left-content {
        width: 61%;
    }

    .smart-scroll-sign-up {
        overflow-y: scroll;
            padding-bottom: 50px;
            overflow-x: hidden;
    }

    .smart-scroll-sign-up {
       max-height: 100vh;
    }

    /* Track */
    .smart-scroll-sign-up::-webkit-scrollbar-track {
      margin-bottom: 30px;
      margin-top: 10px;
    }

    /* Modal CSS */
    .signup-target {
        font-size: 18px;
    }

    /* Modal Content/Box */
    .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
      background-color: #FFFFFF;
      width: 90%; /* Could be more or less, depending on screen size */
    }

    .modal-four, .modal-five, .modal-six, .modal-seven {
        width: 65%;
    }

    .ekcolab-signup-img-2, .ekcolab-signup-img-4,  .ekcolab-signup-img-5, .ekcolab-signup-img-6, .ekcolab-signup-img-7 {
        width: 380px;
        height: 580px;
    }

    .password-warning {
        font-size: 8px;
    }

    .modal-form-style div label, .modal-forgot, .form-check-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }

    .modal-form-style div input, .modal-form-style div select {
        border-radius: 15px;
        border: 2px solid #000000;
        height: 40px;
    }

    .modal-form-purpose {
        margin-top: -40px;
        margin-bottom: -5px;
    }

    .get-started-log-in {
        margin: 0 !important;
    }

    .user-header {
        font-size: 20px;
        padding-bottom: 10px !important;
    }

    .field-icon {
        margin-top: -50px;
    }

    .modal-terms {
        font-size: 15px;
    }

    .signup-button {
        border-radius: 10px;
        padding: 8px 20px 8px 20px;

    }

    .modal-one-submit-text, .continue-sign-up, .google-sign, .google-log {
        font-size: 16px;
    }

    .modal-one-submit-text-log-in {
        font-size: 20px;
    }

    .google-img {
        height: 20px;
        width: 20px;
    }

    .google-btn {
        padding: 8px 20px 8px 20px !important;

    }

    .google-sign-container, .google-log-container{
        padding-top: 0 !important;
    }

    .ekcolab-signup-img-4,  .ekcolab-signup-img-5, .ekcolab-signup-img-6, .ekcolab-signup-img-7 {
        width: 320px;
        height: 500px;
    }

    .continue-log-in {
        font-size: 16px;
    }

    .modal-one-submit-text-log-in {
        font-size: 20px;
    }

}

@media only screen and (max-width: 1024px) {
.student-left-content {
        width: 65%;
    }
    .ekcolab-signup-img-2 {
        width: 80%;
    }
    /* Modal CSS */
    .signup-target {
        font-size: 18px;
    }

    /* Modal Content/Box */
    .modal-one, .modal-two, .modal-three, .modal-four, .modal-five, .modal-six, .modal-seven {
      background-color: #FFFFFF;
      width: 90%; /* Could be more or less, depending on screen size */
    }

    .modal-four, .modal-five, .modal-six, .modal-seven {
        width: 98%;
    }

    .password-image-col {
        padding-left: 20px !important;
    }

    .ekcolab-signup-img-4 {
        width: 400px;
    }

}

@media only screen and (max-width: 768px) {

    .student-left-content, .student-right-content {
        width: 90%;
    }
    .ekcolab-signup-img-2 {
        display: none;
    }

    .modal-content {
        max-height: calc(100vh - 210px);
        overflow-y: auto;
    }

    .password-image-col {
        display: none;
    }

    .ekcolab-signup-img-4 {
        width: 400px;
    }

    .password-content-col {
        padding-right: 45px !important;
    }

}

@media only screen and (max-width: 450px) {
    /* Modal CSS */

    .password-image-col {
        display: none;
    }

    .ekcolab-signup-img-4 {
        width: 400px;
    }

    .password-content-col {
        padding-right: 50px !important;
    }

    .ekcolab-logo {
        width: 60px;
        height: 51px;
    }

    .ekcolab-logo-span {
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: black;
    }

    .modal-content {
        max-height: calc(100vh - 210px);
        overflow-y: auto;
    }

    .modal-content {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .modal-four {
        padding-bottom: 30px;
    }
}

