@font-face {
    font-family: Inter;
    src: url(../ttf/inter-light.ttf);
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../ttf/inter-regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../ttf/inter-medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../ttf/inter-semibold.ttf);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../ttf/inter-bold.ttf);
    font-weight: 700;
    font-display: swap;
}

.verifyAccModel,
.signUpModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.verifyAccModel.show,
.signUpModel.show {
    display: block;
}

.signUpoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    transition: all ease .1s;
    backdrop-filter: blur(4px);
}

.signUpForm {
    position: absolute;
    max-width: 456px;
    width: 100%;
    height: auto;
    top: 50%;
    left: 150%;
    transform: translate(-50%, -50%);
    padding: 35px 20px 24px;
    background-color: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transition: all ease .1s;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.closeModal {
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 1;
    cursor: pointer;
}

.verifyAcc,
.loginForm {
    position: absolute;
    max-width: 456px;
    width: 100%;
    height: auto;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transition: all ease .1s;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all ease .1s;
    min-height: 689px;
    background-color: #fff;
}

.verifyAcc.show,
.loginForm.show {
    top: 50%;
    transform: translate(-50%, -50%);
}

.showPassTxt {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F0F;
    padding-left: 9px;
}

.signUpForm.show {
    left: 50%;
    overflow-x: hidden;
}

.signUpForm.show.hidden {
    top: 110%;
}

.signuphead {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 120.19%;
    text-align: center;
    color: #0F172A;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0EAF3;
}

.signup_subhead {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 159.7%;
    color: #64748B;
    border-bottom: 1px solid #E0EAF3;
    padding-bottom: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.descAcc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    /* or 24px */
    text-align: center;
    color: #0F0F0F;
    max-width: 471px;
    width: 100%;
    margin: 0 auto 30px;
}

.actions {
    margin-top: 30px;
    text-align: center;
}

.actions-mob {
    display: none;
    margin-top: 28px;
}

.actions-mob a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F0F;
}

.actions a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F0F;
}

.verifyAcc .signup_subhead {
    text-align: center;
}

.verifyAcc .inputGroup {
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
}

.signup .inputGroup,
.signin .inputGroup {
    margin-bottom: 20px;
}

.signup .inputGroup label,
.signin .inputGroup label {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 120.19%;
    color: #64748B;
    z-index: 1;
    top: 15px;
    left: 14px;
    margin-bottom: 0;
    transition: all ease .1s;
}

.signup .inputGroup input,
.signin .inputGroup input {
    padding: 18px 30px 19px 14px;
    max-height: 50px;
}


.signup .inputGroup label.focused,
.signin .inputGroup label.focused {
    left: 9px;
    top: -9px;
    padding: 0 5px;
    background: #fff;
    color: #05ada3;
}

.inputGroup.signupGroup .errorMsg::before {
    background: unset;
}

.inputGroup.signupGroup .errorMsg {
    padding-left: 1px;
}

.inputGroup.signupGroup .focusFixed {
    left: 100px !important;
    top: -9px !important;
    padding: 0 5px;
    background: #fff;
    color: #05ada3;
}

.inputGroup.signupGroup .focusFixed.errorLabel {
    color: #DF4D4D;
}

.inputGroup.signupGroup .focusFixed.errorLabel.focused {
    color: #05ada3;
}

.inputGroup.signupGroup input {
    max-height: 46px;
    height: 100%;
    border: 2px solid #0F172A;
    border-radius: 4px;
}

.signUpForm input#r_phone {
    max-width: 100%;
    padding: 17px 40px 16px 100px !important;
}

.inputGroup input#r_phone:focus,
.inputGroup input#r_phone:focus {
    /* border-left: none !important; */
}

.signUpForm .iti__flag-container {
    height: 46px;
}

.signUpForm .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}

.signUpForm .iti__flag-container {
    width: 83px;
    z-index: 99;
    border: 2px solid #0F172A;
    border-right: 1px solid #0F172A;
    border-radius: 4px 0 0 4px;
}

/* .signUpForm  .signup .inputGroup label[for="r_phone"] {
    left: 100px;
    top: 16px;
} */
.signup label.showPassTxt,
.signin label.showPassTxt {
    font-weight: 400;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #0f0f0f;
}

.showPassCheck {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.flexInput {
    display: flex;
    justify-content: space-between;
}

.flexInput.passwordsFlex {
    align-items: start;
}

.flexInput div {
    flex-basis: 200px;
}

button.getStarted {
    display: flex;
    padding: 11px 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    border-radius: 5px;
    width: 100%;
    border: none;
    margin: 31px 0 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    height: 40px;
    letter-spacing: 0.03em;
}
button.getStarted.outline-btn{
    background: unset;
    color: #05ADA3;
    border:1px solid #05ADA3;
    margin-top: 0px;
}
button.getStarted.outline-btn:hover{
    color: #fff;
    border-color:unset;
}
.ctaIcon {
    display: inline-flex;
}

/* button.getStarted::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    border-radius: 5px;
    transition: all ease .1s;
    left: 0;
    top: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
} */
button.getStarted:hover {
    width: 100%;
    /* padding: 15px 0;
    border-radius: 8px; */
    background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

button.getStarted:hover svg path {
    fill: #fff;
}

 
p.loginRedirect {
    font-size: 14px;
    line-height: 17px;
    color: #0F0F0F;
    text-align: center;

}

p.loginRedirect.bot {
    margin-top: 20px;
}

a.loginModelButton {
    text-decoration: none;
    color: #05ada3;
}

a.loginModelButton:hover {
    text-decoration: underline;
    color: #05ada3;
}

.signin .inputGroup input.valid~label.focused,
.signup .inputGroup input.valid~label.focused {
    color: #13ad35;
}

.signin .inputGroup input.invalid~label.focused,
.signup .inputGroup input.invalid~label.focused {
    color: #05ada3;
}

.signin img.forValid,
.signup img.forValid {
    top: 15px;
}

h2.pageHead {
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #0f0f0f;
    max-width: 310px;
    margin: 0 auto 31px;
}

.inputGroup.signupGroup input:hover {
    box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.5);
}

h1.pageHead {
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #0f0f0f;
    max-width: 310px;
    margin: 0 auto 31px;
}

.allForms {
    position: relative;
    left: -82px;
}

.custom-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.iti-mobile .iti--container {
    z-index: 9999999999;
}

.tittle-Wraper {
    margin-bottom: 10px;
}

/* OTP Form */
.otpDiv {
    padding: 17px 30px 27px;
    background: #F3F5FB;
    border: 1px solid #E2E8F0;
    border-radius: 22px;
    max-width: 568px;
}

.OTPHead {
    font-size: 16px;
    line-height: 19px;
    color: #64748B;
    flex-grow: 1;
    text-align: center;
}

.allForms .otpDiv .btnPrimary {
    margin-top: 34px;
    width: 100%;
    max-width: unset;
}

.otpGroup {
    margin-top: 15px;
    display: flex;
    column-gap: 17px;
    justify-content: center;
}

.otpEmail {
    padding-bottom: 15px;
}

.otpMobile {
    width: 100%;
}

.emailHead {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
}

p.sendAgainText {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #64748B;
}

.phoneHead {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

a.sendAgain {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #1D7AD9;
}

.otpGroup input {
    appearance: none;
    display: block;
    width: 58px;
    padding: 0 20px;
    height: 58px;
    font-size: 25px;
    line-height: 32px;
    outline: none;
    background: #FFFFFF;
    border: 0.724389px solid #DADCE0;
    border-radius: 4.2419px;
    text-align: center;
}

.otpGroup input::placeholder {
    color: #858585;
    font-size: 25px;
    line-height: 30px;
    transform: translateY(-2px);
}

.otpActions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 21px;
    max-width: 568px;
    width: 100%;
    justify-content: center;
}

.otpActions a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 8px;
}
.otpActions a span{
    font-size: 12px;
line-height: 15px;
color: #1E293B;
}
.otpActions a:hover{
    border: 2px solid #E2E8F0;
}

.OTPHead span {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.otpGroup input.invalid {
    border-color: red;
}

.rightImg {
    position: fixed;
    right: 0;
    bottom: 0;
}

.secureMsgMobile {
    display: none;
}

.custom-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize
}

.custom-alert-danger {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 8px;
}

#sendOtpAgain {
    display: none;
    max-width: 112px;
    padding: 8px 9px;
    margin: 15px auto 0;
    gap: 4px;
    align-items: center;
    background: #FFFFFF;
border: 1px solid #F8FAFC;
border-radius: 8px;
justify-content: center;
}
#sendOtpAgain:hover{
    border: 1px solid #ECF2F8;
}

#sendOtpAgain span {
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #64748B;
}
#sendOtpAgain:hover span{

}

.processBtn {
    pointer-events: none;
    padding: 0 !important;
}

.btnLoadingGif {
    width: 45px;
    height: 40px;
}

p.sendAgainText {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    gap: 4px;
}

p.sendAgainText svg {
    margin-right: 6px;
}

#timer {
    margin: 0 6px;
}

#otpMobile {
    display: none;
}

.signin .inputGroup input:focus,
.inputGroup select:focus {
    border: 2px solid #05ada3;
}

.signupFormLogo {
    text-align: center;
    margin-bottom: 30px;
}
#agreementCheckbox {
    margin-right: 9px;
    height: 14px;
    margin-top: 5px;
}
.signupFormAgreeText,
.signupFormAgreeText a {
    max-width: 341px;
    margin: 32px auto 0;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #0F0F0F;
}
.signupFormAgreeText{
    margin-top: -8px;
    max-width: 100%;
    display: flex;
}
.flexInput.mt{
margin-top: -8px;
}
.signupFormAgreeText span{
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #0F0F0F;
}
.signupFormAgreeText  a {
    text-decoration: underline;
    transition: all ease .1s;
}

.signupFormAgreeText a:hover {
    color: #05ada3;
}

a.forgotPass.loginModelButton {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #05ada3;
}

input#showPassLi {
    display: none;
}

input#showPassLi+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid #DADCE0;
    border-radius: 2px;
}

input#showPassLi:checked+label {
    background-color: #05ada3;
}

.signupheadVerify {
    font-weight: 800;
    font-size: 25px;
    line-height: 120.19%;
    text-align: center;
    color: #0F172A;
    margin-bottom: 9px;
}
.iti.iti--allow-dropdown {
    display: block;
}

@media (max-width: 1300px) {
    form.active {
        left: 50px;
    }
}

@media (max-width: 1200px) {
    .divLeft img {
        max-width: 390px !important;
    }
}

@media (max-width: 991px) {
    .pageWrapper .divLeft {
        display: none;
    }

    .divRight {
        flex-basis: 60%;
        background: none;
    }

    .allForms {
        left: -12px;
    }
}

@media (max-width: 767px) {
    .divRight {
        flex-basis: 90%;
    }

    form.signup {
        max-width: 100%;
    }

    form.active {
        left: 10px;
    }

    form {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    p.loginRedirect {
        font-size: 15px;
    }

    form.active {
        left: 0;
    }

    .signUpForm {
        /* top: 5%;  */
        /* background: url(../images/signUpBg-mob.svg),linear-gradient(180deg, #EAF5FF 0%, #F9FCFF 100%);; */
        border-radius: 20px 20px 0 0;
        padding: 80px 25px 28px;
        background-position: center bottom;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .verifyAcc,
    .loginForm {
        /* top: 5%;  */
        border-radius: 20px 20px 0 0;
        padding: 80px 25px 28px;
        /* background: url(../images/signUpBg-mob.svg),linear-gradient(180deg, #EAF5FF 0%, #F9FCFF 100%);;; */
        background-position: center bottom;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: unset;
    }

    .verifyAcc {
        padding: 80px 25px 28px;
    }

    /* .verifyAcc.show,
    .loginForm.show {
        top: 10%;
    } */
    .verifyAcc.show {
        top: 0;
        transform: translate(0, 0);
        left: 0;
    }

    p.loginRedirect {
        margin-bottom: 20px;
    }

    .divRight {
        height: 90%;
    }

    .signin p.loginRedirect {
        bottom: 0;
    }

    .signup_subhead {
        font-size: 14px;
        padding-bottom: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    button.getStarted {
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px;
        max-width: 172px;
        max-width: 172px;
        margin: 40px auto 28px;
    }

    .mob-none {
        display: none;
    }

    .actions-mob {
        display: block;
        text-align: center;
    }

    .actions {
        margin-top: 15px;
    }

    .otpGroup {
        justify-content: center;
    }

    .otpGroup input {
        width: 50px;
    }

    .otpGroup input {
        padding: 0 10px;
    }

    .emailHead {
        flex-direction: column;
    }

    .phoneHead {
        justify-content: center;
    }

    .tittle-Wraper p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 159.7%;
        color: #3F3F3F;
        margin-top: 14px;
    }

    .tittle-Wraper {
        margin-bottom: 40px;
    }

    #login_form .inputGroup+.inputGroup,
    .allForms .flexInput+.flexInput {
        margin-top: 30px;
    }

    .flexInput .inputGroup+.inputGroup {
        margin-top: 30px;
    }

    .inputGroup {
        max-width: 100%;
        width: 100%;
    }

    .iti.iti--allow-dropdown {
        width: 100%;
    }

    .allForms .btnPrimary {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        width: 100%;
        min-height: 34px;
        margin-top: 40px;
    }

    .otpDiv {
        padding: 20px 18px;
    }

    .OTPHead,
    .OTPHead span {
        font-size: 15px;
        line-height: 195.19%;
    }

    .otpGroup {
        margin-top: 10px;
    }

    .otpGroup input {
        height: 46px;
        font-size: 20px;
        line-height: 25px;
    }

    .otpGroup input::placeholder {
        font-size: 20px;
        line-height: 25px;
    }

    .allForms .otpDiv .btnPrimary {
        margin-top: 15px;
    }

    .otpActions {
        margin-top: 25px;
        flex-direction: column;
    }

    .otpActions a span {
        font-size: 14px;
        line-height: 18px;
    }

    .rightImg {
        display: none;
    }

    .loginRedirect {
        max-width: unset;
    }

    .signin .inputGroup {
        margin-bottom: 18px;
    }

    #login_form .inputGroup+.inputGroup,
    .allForms .flexInput+.flexInput {
        margin-top: 0px;
    }
}

@media (max-width: 460px) {
    #account_password {
        margin-right: 5px;
    }

    .flexInput .inputGroup:first-child input[type="password"] {
        width: 97%;
    }
}

@media (max-width: 392px) {
    .signup .inputGroup label {
        font-size: 13px;
        left: 19px;
    }
}

@media (max-height: 750px) AND (max-width: 575px) {
    .divRight {
        height: 110%;
    }
}

body.overflowHide {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.signUpForm .inputGroup input:focus,
.signUpForm .selection .select2-selection--single[aria-expanded='true'],
.signUpForm .select2-invalid .selection .select2-selection--single[aria-expanded='true'],
.signUpForm .select2-valid .selection .select2-selection--single[aria-expanded='true'] {
    border: 2px solid #05ada3;
}