@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.register-wrapper {
    min-height: 100vh;
}

.twobuttonstyle {
    white-space: nowrap !important;
    font-size: 18px !important;
}

.label-dark {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.checkbox-label {
    font-size: 12px;
    color: #616161;
}

.cursor-pointer {
    cursor: pointer;
}

.row .max-width-20 {
    max-width: 20%;
}

.eye-icon {
    width: 25px;
    height: 25px;
    background: #FAFAFA;
    color: #252525;
    position: absolute;
    right: 0;
    bottom: 0;
}

.hide-eye-icon {
    color: #FAFAFA;
    pointer-events: none;
}

.checkboxes-container>.col {
    text-align: center;
}

.register-wrapper input[type="email"],
.register-wrapper input[type="password"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #616161;
    border-radius: 0;
}

.register-wrapper input[type="email"]:focus,
.register-wrapper input[type="password"]:focus {
    box-shadow: none;
}

.greyText {
    color: #616161;
    border-color: #616161 !important;
    font-size: 14px;
    color: #616161;
    border-color: #616161 !important;
    font-size: 14px;
    width: 298px;
    padding: 8px 0px;
}

.align_google_image {
    position: relative;
    left: -5px;
}

#RegContainerMain {
    width: 85% !important;
}

.mainPageHeading {
    color: #33b0ca !important;
}

@media (max-width: 1320px) and (min-width: 992px) {
    .row .max-width-20 {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .eye-icon {
        right: 10px;
        background: #FAFAFA;
        color: #FAFAFA;
    }

    #RegContainerMain {
        width: 100% !important;
    }
}

@media (max-width: 430px) {
    .row .max-width-20 {
        max-width: 100%;
    }

    .register-btn {
        width: 100%;
        margin-bottom: 12px;
    }

    /* .label-dark {
        font-size: 14px;
    } */

    .width-50 {
        width: 50%;
    }

    .width-50 button {
        font-size: 14px !important;
    }

    /* css for fixing the lables and inputs of login and registration page  */
    .align-label label {
        font-size: 12px;
    }

    .forceAlign_eyeIcon,
    .forceAlign_eyeIcon2 {
        right: 5px !important;
    }

    .RegInput {
        font-size: 12px;
    }

    #forgotbuttonStyle {
        font-size: 12px;
    }

    .hideEye {
        display: none;
    }

    .align_InputToCenter {
        align-items: center;
    }

    #email_input {
        font-size: 12px;
    }

    .twobuttonstyle {
        white-space: nowrap !important;
        font-size: 12px !important;
    }
}

@media (max-width: 390px) {
    .checkboxes-container {
        flex-direction: column;
    }

    .checkboxes-container>.col {
        text-align: left !important;
    }

    /* 
    .label-dark {
        font-size: 14px;
    } */

    .align-label {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .align-label label {
        margin-bottom: 0;
        /* margin-left: -24px; */
    }

    .marginTop15 {
        margin-top: -15px;
    }
}

/* CSS ADDED ON 19/01/24 21:30 by K  */
#forgotButton {
    /* background: #FAFAFA !important;
    color: #33B0CA !important;
    border: none;
    padding: 9px 19px;
    border-radius: 8px;
    border: 1px solid #33B0CA; */
    height: 44px;
}


/* .smoothPass {
    transition: all 3s ease 0s;
} */

.register-wrapper input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #252525;
    border-radius: 0;
}

#LoginTimer {
    height: auto;
    width: 45px;
    scale: 0.7;
}

.adminLabel {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #616161;
}

#nextButton {
    border: none;
    padding: 9px 30px;
    border-radius: 8px;
    background: #33B0CA;
}

#changePasswordButton {
    background: #616161 !important;
}

@media screen and (max-width:389.5px) {
    .adminLabel {
        font-size: 14px;
        margin-right: -30px;
        position: relative;
        left: -20px;
    }

    #password_input,
    #confirm_password {
        width: 80%;
        position: relative;
        left: 20px;
        font-size: 14px;
    }

    .resetPassLabel {
        font-size: 12px;
    }

    .alignCheckboxlist {
        width: 425px !important;
        position: relative;
        left: 0%;
        transform: translatex(-20%);
    }

    #changePasswordButton {
        width: 100%;
    }
}

.forceAlign_eyeIcon {
    width: 25px;
    height: 25px;
    background: transparent;
    color: #252525;
    position: absolute;
    right: -5px;
    bottom: 0;
}

#errorTextLogin {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
}

#errorTextEmail {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
}

#errorTextPass {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
}

#errorText {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
}

/* 
#errorTextEmail {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
} */


#forgotbuttonStyle {
    color: #33B0CA !important;
    cursor: pointer;
    text-decoration: none !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;

}

.removeSpinner::-webkit-inner-spin-button,
.removeSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.removeSpinner {
    -moz-appearance: textfield;
}


.skyblueback {
    background: #33B0CA !important;
}

.orButtonStyle {
    color: #252525;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.orBorderStyle {
    border: 0.5px solid #252525 !important;
    opacity: 0.3;
}


.removeCustomBorderShadow {
    box-shadow: none !important;
}

.fourDigitInput {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
}

#errorTextCode {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
}

#reverse_cotainer {
    position: relative;
    right: 10px;
}

#reverse_countdown {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#second_popup {
    display: none;
}

.forceAlign_eyeIcon {
    width: 25px;
    height: 25px;
    background: transparent;
    color: #252525;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.forceAlign_eyeIcon2 {
    width: 25px;
    height: 25px;
    background: transparent;
    color: #252525;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.blueButtons {
    background-color: #33B0CA !important;
    height: 44px;
    border-radius: 8px !important;
}

.blueButtons:active {
    background-color: transparent !important;
    color: #33B0CA !important;
    border: 2px solid #33B0CA !important;
}

.whiteButtons {
    background-color: #fff !important;
    height: 44px;
    border-radius: 8px !important;
    color: #33B0CA !important;
    border: 2px solid #33B0CA !important;
}

.whiteButtons:active {
    background-color: #33B0CA !important;
    color: #fff !important;
    border: 2px solid transparent !important;
}

.arrowButtonForBack {
    height: 16px !important;
    width: 17px !important;
    position: relative;
    left: -3px;
    top: -1px;
}

.AlignCheckboxes {
    display: flex;
    justify-content: space-between;
}

.AlignLabels {
    margin: 0px 5px;
}

.AlignLabelsNone {
    margin: 0px 0px !important;
}

.backButtonSize {
    height: 44px;
    width: 94px;
}

/* Overlay of verify email  css*/
/* Popup container */
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 450px;
    height: 365px;
    text-align: center;
}

/* Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal_text {
    font-family: Poppins;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-weight: 400;
}

.text-container {
    max-width: 491px;
    word-break: break-word;
    margin: 0 auto;
}

.popup-image {
    margin-bottom: 20px;
}

.modal_button {
    font-family: Poppins;
    margin-top: 10px;
    background-color: #33B0CA;
    width: 186px;
    height: 44px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    cursor: pointer;
}

.close_button {
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: #EE3C4D;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .popup-container {
        width: 98%;
        top: 80%;
        height: 100%;
    }

    .close_button {
        top: -70px;
        right: 50%;
        left: 50%;
    }
}

#registerButton {
    width: 168px;
}

.padding-left0 {
    padding-left: 0;
}

#reverse_image{
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes rotate {
    0%{transform:rotate(0deg);}
     100%{transform:rotate(360deg);}
  }

/* utility class for labels alignment to the input field  */
/* intentinally kept commented for now */
.utility-1 {
    position: relative;
    top: 5px;
}

/* This class is create to make the specific functionality hidden / 
unclickable / commented for now  this is the second defination the first is in the style.css */
.CommentedForNow {
    pointer-events: none !important;
}