



.wrapper{
    width: 100%;
    background-color: #e9ecf3;
    min-height: 100vh;
    overflow: hidden;
}


.pageContentHolder{
    width: 90%;
    margin: 0 auto;
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    padding-top:150px;
    max-width: 500px;
}

.pageContentHeader{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    
}

.pageContentBody{
    min-height: 400px;
    position: relative;
}

.pageContentHeaderTitle{
    overflow: hidden;
    width: 100%;
    color: var(--darkGrey2);
    font-size: 16px;
    font-weight: 800;
}

.pageContentHeaderTitle::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background-image: url("../assets/login.svg");
    width: 20px;
    height: 20px;
    margin-left: 8px;
}


.pageContentHeaderText{
    overflow: hidden;
    width: 100%;
    display: block;
    color: var(--darkGrey2);
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.pageContentHeaderText a{
    display: inline-block;
    color: #0200FF;
    font-weight: 800;
}


.contactFormHolder{
    display: none;
}

.contentHolder{
    width: 100%;
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    background-color: #e9ecf3;
    padding-top: 210px;
}



.contentHolderTopLayer{
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: relative;
}

.contentSec{
    overflow: hidden;
    width: 100%;
    color: #333;
    
}


.fullWContentSec{
    padding: 40px 20px;
    box-sizing: border-box;
        position: relative;

}


.fullWContentSecInner{
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}





.phoneVCodeInputHolder{
    text-align: center!important;
    direction: ltr!important;
}


.phoneVCodeInputHolder label{
    padding-bottom: 14px!important;
    direction: rtl!important;
} 


.phoneVCodeInput{
    height: 50px!important;
    width: 40px!important;
    display: inline-block!important;
    margin: 0 10px;
    text-align: center;
    direction: ltr!important;
}


.phoneVCodeResendBtn{
    font-size: 12px;
    display: block;
    width: 100px;
    margin: 0 auto;
    color: blue;
    margin-top: 20px;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    padding-top: 5px;
    display: inline-block!important;
    opacity: .4;
    pointer-events: none;
}

.phoneVCodeResendBtn label{
    font-weight: 400;
    padding-bottom: 0!important;    
    
}

.phoneVCodeResendBtnActive span{
    opacity: 1;
    pointer-events: auto;
}






.loginFormHolder{
    width: 100%;
    box-sizing: border-box;
}




.forgotPassForm{
    box-sizing: border-box;
    border-radius: 6px;
    padding:  20px;
    background-color: #fff;
    width: 100%;
    height: auto;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.passResetBtn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #f9af0f;
    text-align: center;
    color: #333;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    float: left;
    opacity: .5;
    pointer-events: none;
}
.passResetCancelBtn{
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    float: left;
    margin-left: 10px;
}


.loginForm{
    box-sizing: border-box;
    border-radius: 6px;
    padding:  20px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.loginFormBottom{
    overflow: hidden;
    width: 100%;
}

.inputHolder{
    direction: rtl;
    margin-bottom: 30px;
}

.inputHolder input{
    direction: ltr!important;
}

.inputHolder label{
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
}



.rmbrMeCheckboxHolder{
    width: 60%;
    direction: rtl;
    margin-bottom: 10px;
    float: right;
    
}
.rmbrMeCheckboxHolder label{
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
}

input[type=checkbox]{
    width: 16px;
    height: 16px;
}


.passInputHolder{
    position: relative;
}
.passShowBtn{
    display: block;
    position: absolute;
    right: 16px;
    top: 38px;
    width: 20px;
    height: 20px;
    background-image: url("../assets/showPassNot.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}


.passShow{
    background-image: url("../assets/showPass.svg");
    opacity: 1;
}

.rmbrMeCheckboxHolder input{
    vertical-align: middle;
    cursor: pointer;
    
}

.submitFormBtn{
    width: 40%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #beff0b;
    text-align: center;
    color: #333;
    font-weight: 900;
    cursor: pointer;
    float: left;
}


.forgotMyPass{
    overflow: hidden;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
}
.forgotMyPassBtn{
    color: #2B5CFF;
    text-align: right;
    float: right;
    width: auto;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    direction: rtl;
    cursor: pointer;
}

.titleSec{
    margin-bottom: 20px;
    overflow: hidden;
}

.titleSec span{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    
}


.titleSec div{
    font-size: 12px;
    color: #aaa;
}








.passRestoreVCodeConfirm{
       width: calc(100%);
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #444;
    background-color: #beff0b;
    border-radius: 4px;
    font-weight: 800;
    border: 1px solid #ddd;
    cursor: pointer;
}




.phoneVCodeInputHolder{
    text-align: center!important;
    direction: ltr!important;
}


.phoneVCodeInputHolder label{
    padding-bottom: 14px!important;
    direction: rtl!important;
} 


.phoneVCodeInput{
    height: 50px!important;
    width: 40px!important;
    display: inline-block!important;
    margin: 0 10px;
    text-align: center;
    direction: ltr!important;
}


.phoneVCodeResendBtn{
    font-size: 12px;
    display: block;
    width: 100px;
    margin: 0 auto;
    color: blue;
    margin-top: 20px;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    padding-top: 5px;
    display: inline-block!important;
    opacity: .4;
    pointer-events: none;
}

.phoneVCodeResendBtn label{
    font-weight: 400;
    padding-bottom: 0!important;    
    
}

.phoneVCodeResendBtnActive span{
    opacity: 1;
    pointer-events: auto;
}



.verifyFormSecTitle{
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    color: #aaa;
}





.verifyFormSecText{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
}




#countryCode {
    display: inline-block;
    float: left;
    width: 120px;
    background-color: #e9ecf3 !important;
    border: none !important;
    margin-top: 27px;
    margin-right: 10px;
}








@media all and (display-mode: standalone) {
    
    
::placeHolder{
    color: var(--darkGrey5);
}

.headerHolder {
    background-color: var(--palePurple);
}
.wrapper{
    background-color:  var(--palePurple)!important;
    background-image: none;
}

.wrapper .inputHolder input{
    color: var(--lightGrey3);
    background-color: rgba(0,0,0,.15)!important;
}
    
.main-footer{
    display: none;
}    

.pageContentHeaderTitle::before{
    filter: invert(1);
}
    
    
.pageContentHeaderTitle{
    color: var(--lightGrey);
}

.pageContentHeaderText{
    color: var(--lightGrey2);
}
    
    
    
.pageContentHeaderText a{
    color: var(--lightGreen);
}
    
.passShowBtn{
    filter: invert(1);
}

#countryCode{
    color: var(--lightGrey3)!important;
    background-color: rgba(0,0,0,.15)!important;
}



.passShow{
    filter: invert(1);
}
.loginForm{
    background-color: rgba(255,255,255,.05);
    box-shadow: none;
}
    
.rmbrMeCheckboxHolder label{
    color: var(--lightGrey3);
}
    
.forgotMyPassBtn{
    color: var(--lightOrange);
}

.inputHolder label{
    color:  var(--lightGrey2);;
}
}


/* =========================
   LOGIN PAGE V2 POLISH (append at end of login.css)
   Keeps existing classes/JS behavior
   ========================= */

/* modern placeholder selector */
::placeholder{
    color: var(--lightGrey3);
    opacity: 1;
}

/* page background/frame */
.wrapper{
    background-color: #eef1f7;
    min-height: 100vh;
}

.pageContentHolder{
    width: 92%;
    max-width: 560px;
    margin: 0 auto;
    direction: rtl;
    box-sizing: border-box;
    padding-top: 150px;
    padding-bottom: 56px;
    position: relative;
}

.pageContentHeader{
    margin-bottom: 18px;
}

.pageContentHeaderTitle{
    color: var(--darkGrey2);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}

.pageContentHeaderTitle::before{
    width: 22px;
    height: 22px;
    margin-left: 8px;
    vertical-align: middle;
}

.pageContentHeaderText{
    color: #4b5563;
    font-size: 14px;
    line-height: 1.9;
    padding-top: 10px;
}

.pageContentHeaderText a{
    color: #2B5CFF;
    font-weight: 800;
}

/* outer content card */
.pageContentBody{
    min-height: auto;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid rgba(17,24,39,0.08);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(17,24,39,0.08);
    padding: 14px;
}

/* forms */
.loginFormHolder{
    width: 100%;
    box-sizing: border-box;
}

.loginForm,
.forgotPassForm{
    box-sizing: border-box;
    border-radius: 16px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,255,0.98) 100%);
    width: 100%;
    height: auto;
    font-size: 14px;
    border: 1px solid rgba(17,24,39,0.06);
    box-shadow: 0 8px 20px rgba(17,24,39,0.05);
    overflow: visible;
}

/* fix extreme/invalid old shadows if still applied */
.loginForm,
.forgotPassForm{
    box-shadow: 0 8px 20px rgba(17,24,39,0.05) !important;
}

.loginFormBottom{
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
}

/* labels + fields */
.inputHolder{
    direction: rtl;
    margin-bottom: 12px !important;
    overflow: visible;
}

.inputHolder label{
    display: block;
    padding-bottom: 0;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 800;
    color: #374151;
}

.inputHolder input{
    direction: ltr !important;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 12px !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background: #f3f6fb !important;
    color: #111827 !important;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    font-size: 15px;
}

.inputHolder textarea{
    border-radius: 12px !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background: #f3f6fb !important;
    color: #111827 !important;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

/* focus states */
.inputHolder input:focus,
.inputHolder textarea:focus{
    border-color: rgba(247,147,30,0.55) !important;
    box-shadow: 0 0 0 4px rgba(247,147,30,0.12);
    background: #fff !important;
}

/* validation state from global JS */
.inputHolder input.inputError,
.inputHolder textarea.inputError{
    border-color: #e11d48 !important;
    box-shadow: 0 0 0 4px rgba(225,29,72,0.10);
}

/* password eye button */
.passInputHolder{
    position: relative;
}

.passShowBtn{
    right: 12px;
    top: 38px;
    width: 22px;
    height: 22px;
    opacity: .55;
    transition: opacity .12s ease, transform .12s ease;
    background-size: 18px;
}

.passShowBtn:hover{
    opacity: .9;
    transform: scale(1.03);
}

.passShow{
    opacity: 1;
}

/* remember me + submit row */
.rmbrMeCheckboxHolder{
    width: 58%;
    float: right;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rmbrMeCheckboxHolder label{
    line-height: 1.5;
    font-size: 12px;
    color: #4b5563;
    cursor: pointer;
}

.rmbrMeCheckboxHolder input{
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #2B5CFF;
    vertical-align: middle;
}

/* main login submit */
.submitFormBtn{
    width: 42%;
    height: 46px;
    line-height: 46px;
    border-radius: 12px;
    background: linear-gradient(180deg, #d4ff65 0%, #beff0b 100%);
    text-align: center;
    color: #1f2937;
    font-weight: 900;
    cursor: pointer;
    float: left;
    box-shadow: 0 10px 18px rgba(190,255,11,0.20);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    user-select: none;
}

.submitFormBtn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(190,255,11,0.24);
}

.submitFormBtn:active{
    transform: translateY(0);
    filter: brightness(.98);
}

.submitFormBtn.onSubmit{
    pointer-events: none;
    opacity: .9;
}

/* forgot password link row */
.forgotMyPass{
    overflow: hidden;
    padding-top: 12px;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid rgba(17,24,39,0.06);
}

.forgotMyPassBtn{
    color: #2B5CFF;
    text-align: right;
    float: right;
    width: auto;
    overflow: hidden;
    font-weight: 700;
    font-size: 12px;
    direction: rtl;
    cursor: pointer;
    transition: opacity .12s ease;
}

.forgotMyPassBtn:hover{
    opacity: .8;
}

/* forgot pass action buttons */
.passResetBtn,
.passResetCancelBtn{
    height: 44px;
    line-height: 44px;
    border-radius: 12px;
    text-align: center;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    float: left;
    user-select: none;
}

.passResetBtn{
    width: 120px;
    background: linear-gradient(180deg, #ffb04c 0%, #f7931e 100%);
    color: #1f2937;
    box-shadow: 0 10px 18px rgba(247,147,30,0.20);
    opacity: .55;
    pointer-events: none; /* preserve your enable logic */
    transition: opacity .12s ease, transform .12s ease, box-shadow .12s ease;
}

.passResetBtn:not(.onSubmit):hover{
    transform: translateY(-1px);
}

.passResetCancelBtn{
    width: 96px;
    background: #f7f8fb;
    border: 1px solid rgba(17,24,39,0.10);
    color: #374151;
    margin-left: 10px;
}

/* verification / code section polish */
.verifyFormSecTitle{
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: right;
    color: #6b7280;
}

.verifyFormSecText{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #374151;
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.9;
}

.phoneVCodeInputHolder{
    text-align: center !important;
    direction: ltr !important;
    margin-bottom: 4px;
}

.phoneVCodeInputHolder label{
    padding-bottom: 10px !important;
    direction: rtl !important;
}

.phoneVCodeInput{
    height: 52px !important;
    width: 44px !important;
    display: inline-block !important;
    margin: 0 6px;
    text-align: center;
    direction: ltr !important;
    border-radius: 12px !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background: #f3f6fb !important;
    font-size: 18px !important;
    font-weight: 800;
}

.phoneVCodeResendBtn{
    font-size: 12px;
    display: block;
    width: auto;
    margin: 14px auto 0;
    color: #2B5CFF;
    text-align: center;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    padding-top: 4px;
    display: inline-block !important;
    opacity: .45;
    pointer-events: none;
}

.phoneVCodeResendBtnActive span{
    opacity: 1;
    pointer-events: auto;
}

.passRestoreVCodeConfirm{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #1f2937;
    background: linear-gradient(180deg, #d4ff65 0%, #beff0b 100%);
    border-radius: 12px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(190,255,11,0.20);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.passRestoreVCodeConfirm:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(190,255,11,0.24);
}

.passRestoreVCodeConfirm:active{
    transform: translateY(0);
    filter: brightness(.98);
}

/* country code select (used in reset/login flows) */
#countryCode{
    display: inline-block;
    float: left;
    width: 120px;
    height: 46px;
    background-color: #f3f6fb !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    border-radius: 12px !important;
    margin-top: 28px;
    margin-right: 10px;
    color: #111827 !important;
    display: none;
}

/* small title section inside forms if used */
.titleSec{
    margin-bottom: 16px;
}

.titleSec span{
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    display: block;
    margin-bottom: 6px;
}

.titleSec div{
    font-size: 12px;
    color: #6b7280;
    line-height: 1.8;
}

/* mobile */
@media only screen and (max-width: 599px){
    .pageContentHolder{
        width: 94%;
        max-width: 100%;
        padding-top: 96px;
        padding-bottom: 44px;
    }

    .pageContentHeaderTitle{
        font-size: 20px;
    }

    .pageContentBody{
        border-radius: 16px;
        padding: 10px;
    }

    .loginForm,
    .forgotPassForm{
        border-radius: 14px;
        padding: 14px;
    }

    .inputHolder input{
        height: 44px;
        font-size: 14px;
    }

    .submitFormBtn{
        width: 100%;
        float: none;
        height: 46px;
        line-height: 46px;
        margin-top: 8px;
    }

    .rmbrMeCheckboxHolder{
        width: 100%;
        float: none;
        margin-bottom: 4px;
    }

    .passResetBtn,
    .passResetCancelBtn{
        height: 44px;
        line-height: 44px;
    }

    .passResetBtn{
        width: calc(100% - 106px);
    }

    .passResetCancelBtn{
        width: 96px;
    }

    .phoneVCodeInput{
        width: 40px !important;
        height: 50px !important;
        margin: 0 4px;
    }

    #countryCode{
        width: 110px;
        height: 44px;
    }
}

/* standalone / PWA mode */
@media all and (display-mode: standalone) {

    .headerHolder{
        background-color: var(--palePurple);
    }

    .wrapper{
        background-color: var(--palePurple) !important;
        background-image: none;
    }

    .main-footer{
        display: none;
    }

    .pageContentHeaderTitle::before{
        filter: invert(1);
    }

    .pageContentHeaderTitle{
        color: var(--lightGrey);
    }

    .pageContentHeaderText{
        color: var(--lightGrey2);
    }

    .pageContentHeaderText a{
        color: var(--lightGreen);
    }

    .pageContentBody{
        background: rgba(255,255,255,0.04);
        border-color: rgba(255,255,255,0.06);
        box-shadow: none;
    }

    .loginForm,
    .forgotPassForm{
        background: rgba(255,255,255,0.05);
        box-shadow: none !important;
        border-color: rgba(255,255,255,0.07);
    }

    .inputHolder label{
        color: var(--lightGrey2);
    }

    .inputHolder input,
    .inputHolder textarea{
        color: var(--lightGrey3) !important;
        background-color: rgba(0,0,0,.15) !important;
        border-color: rgba(255,255,255,0.08) !important;
    }

    .inputHolder input:focus,
    .inputHolder textarea:focus{
        background-color: rgba(0,0,0,.20) !important;
    }

    #countryCode{
        color: var(--lightGrey3) !important;
        background-color: rgba(0,0,0,.15) !important;
        border-color: rgba(255,255,255,0.08) !important;
    }

    .passShowBtn,
    .passShow{
        filter: invert(1);
    }

    .rmbrMeCheckboxHolder label{
        color: var(--lightGrey3);
    }

    .forgotMyPassBtn{
        color: var(--lightOrange);
    }

    .titleSec span{
        color: var(--lightGrey);
    }

    .titleSec div,
    .verifyFormSecTitle{
        color: var(--lightGrey4);
    }

    .verifyFormSecText{
        color: var(--lightGrey2);
    }
}
