

.wrapper{
    background-color: #e9ecf3;
}

#restorePhone{
    direction: rtl;
}

.wrapper{
    width: 100%;
    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/passIcon.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;
}



#countryCode{
    display: inline-block;
    float: left;
    width: 120px;
    background-color: #e9ecf3!important;
    border: none!important;
    
}


#countryCode option:nth-child(77) {
  background-color: #D1FFCC;
  color: #232323;
}
#restorePhone{
    display: inline-block;
    float: right;
    width: calc(100% - 130px);
    text-align: left;
    direction: ltr;
    
}

.loginFormHolder{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}



.forgotPassFormB{
    display: none;
    box-sizing: border-box;
    position: relative;
    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);
    overflow: hidden;
}



.successBoxTwo{
    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);
    display: none;
}



.successBoxTextTwo{
    overflow: hidden;
    width: 100%;
    display: block;
    color: var(--darkGrey2);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}

.successBoxTextTwo::before{
    content: "";
    display:block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-image: url("../assets/tickIconG.svg");
    border: 2px solid var(--darkGreen);
    background-size: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.successBox{
    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);
    display: none;
}



.successBoxText{
    overflow: hidden;
    width: 100%;
    display: block;
    color: var(--darkGrey2);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}

.successBoxText::before{
    content: "";
    display:block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-image: url("../assets/tickIconG.svg");
    border: 2px solid var(--darkGreen);
    background-size: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}


.successBoxBtn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--darkBlue);
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    margin: 30px auto;
    margin-bottom: 10px;
}
.successBoxBtn span::after{
    content: "";
    display:inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url("../assets/arrowTwo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    
}

.forgotPassForm{
    box-sizing: border-box;
    position: relative;
    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);
    overflow: hidden;
}

.passResetBtn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--darkBlue);
    text-align: center;
    color: #fff;
    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;
    cursor: pointer;
}


.loginForm{
    box-sizing: border-box;
    border-radius: 6px;
    padding:  20px;
    background-color: #fff;
    width: 100%;
    height: 320px;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.loginFormBottom{
    overflow: hidden;
    width: 100%;
}

.inputHolder{
    direction: ltr;
    margin-bottom: 30px;
}


.inputHolder label{
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
   text-align: right;
    direction: rtl;
}



.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;
}


.rmbrMeCheckboxHolder input{
    vertical-align: middle;
    cursor: pointer;
}


.backBtn{
    width:100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #aaa;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-weight: 800;
}


.passRestoreVCodeConfirm{
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #444;
    background-color: var(--darkOrange);
    border-radius: 4px;
    font-weight: 800;
    cursor: pointer;
    opacity: .5;
    pointer-events: none;
    width: calc(100% - 130px);
    float: left;
}



.submitFormBtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #beff0b;
    text-align: center;
    color: #333;
    font-weight: 900;
    cursor: pointer;
    border: 1px solid #ddd;
    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;
}







.verifyFormHolder{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
    display: none;
}


.verifyFormDarkLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.75);
    backdrop-filter: blur(1px);
    
}


.verifyForm{
   box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 10px;
    padding:  10px;
    background-color: #fff;
    width: 300px;
    height: 345px;
    font-size: 14px;
    top: 50%;
    margin-left: -150px;
    margin-top: -160px;
    left: 50%;
    position: absolute;
    direction: rtl;
    padding-top: 50px;
    overflow: hidden;
    
}




.verifyFormContent{
    width: 100%;
    height: auto;
    max-height: calc(80vh - 70px);
    overflow-y: scroll;
}

.verifyFormHeader{
    padding-top: 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 14px 10px;
    
    box-sizing: border-box;
}

.verifyFormHeaderTitle{
    text-align: right;
    font-weight: 600;
    color: #666;
}


.verifyFormHeaderTitle::before{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../assets/dashboardIcon.svg");
    vertical-align: middle;
    content: "";
    margin-left: 10px;
    opacity: .7;
}


.verifyFormHeaderClose{
    background-image: url("../assets/closeIcon.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 14px;
    cursor: pointer;
    opacity: .6;
    
}

.verifyFormSec{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}



.forgotPassFormB input{
   text-align: left;
}



.phoneVCodeInputHolder{
    text-align: right!important;
    direction: ltr!important;
    position: relative!important;
    margin-bottom: 10px;
}



.phoneVCodeResendBtn{
    font-size: 14px;
    display: block;
    width: 70px;
    color: blue;
    position: absolute;
    right: 10px;
    top: 42px;
    text-align: right;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    display: none!important;
    pointer-events: none;
    font-size: 12px!important;
    line-height:  12px!important;
    vertical-align: top;
}

.phoneVCodeResendBtn label{
    padding-bottom: 0!important;    
    line-height:  16px!important;
    vertical-align: middle;
}

.phoneVCodeResendBtnActive label{
    display: none!important;
    pointer-events: none;
}


.phoneVCodeResendBtnActive span{
    display: inline-block!important;
    pointer-events: auto;
}


.phoneVCodeInput{
    width: 100%!important;
    margin: 0 ;
    text-align: right;
    
}

.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;
    cursor: pointer;
}


.passShow{
    background-image: url("../assets/showPass.svg");
    opacity: 1;
}

.passInputHolder{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px!important;
}


.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;
}



.passSecurityLevel{
    width: 100%;
    height: 4px;
    margin-top: 10px;
    direction: rtl;
}


.passSecurityLevel span{
    width: 8%;
    display: block;
    float: right;
    height: 100%;
    background-color: #ddd;
    margin-right: 2%;
}


.passSecurityLevelLow span:nth-child(1){
    background-color: #f15a24;
}


.passSecurityLevelLow span:nth-child(2){
    background-color: #f15a24;
}


.passSecurityLevelLow span:nth-child(3){
    background-color: #f15a24;
}


.passSecurityLevelMedium span:nth-child(1){
    background-color: #f7931e;
}
.passSecurityLevelMedium span:nth-child(2){
    background-color: #f7931e;
}
.passSecurityLevelMedium span:nth-child(3){
    background-color: #f7931e;
}
.passSecurityLevelMedium span:nth-child(4){
    background-color: #f7931e;
}
.passSecurityLevelMedium span:nth-child(5){
    background-color: #f7931e;
}


.passSecurityLevelHi span:nth-child(1){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(2){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(3){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(4){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(5){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(6){
    background-color: #2B5CFF;
}
.passSecurityLevelHi span:nth-child(7){
    background-color: #2B5CFF;
}


.passSecurityLevelSuper span{
    background-color: #1ed760;
}

.passSecurityLevelSuper span:nth-child(10){
    background-color: #ddd;
}




.passSecurityLevelSpan{
    font-size: 12px;
    color: #f15a24;
    text-align: right;
    padding-top: 4px;
    display: none;
    direction: rtl;
}


.passSecurityLevelSpan::before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}


.lowPassSec::before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background-image: url("../assets/closeIconR.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}



.mediumPassSec{
    color: #f7931e;
}


.mediumPassSec::before{
    background-image: url("../assets/tickIconO.svg");
}

.highPassSec{
    color: #2B5CFF;
}


.highPassSec::before{
    background-image: url("../assets/tickIconB.svg");
}

.superPassSec{
    color: #1ed760;
}

.superPassSec::before{
    background-image: url("../assets/tickIconG.svg");
}



@media all and (display-mode: standalone) {
    
    
::placeHolder{
    color: var(--darkGrey5);
}

.headerHolder {
    background-color: var(--palePurple);
}
.wrapper{
    background-color:  var(--palePurple)!important;
    background-image: none;
}

.forgotPassForm .inputHolder input{
    color: var(--lightGrey3);
    background-color: rgba(0,0,0,.15)!important;
    direction: rtl;
}

.main-footer {
    display: none;
}    

.pageContentHeaderTitle::before{
    filter: invert(1);
}
    
    
    
    
    
    
    
    
    

.pageContentHeaderTitle{
    color: var(--lightGrey);
}

.pageContentHeaderText{
    color: var(--lightGrey2);
}
    
    
    
.pageContentHeaderText a{
    color: var(--lightGreen);
}
    
    

.forgotPassForm{
    background-color: rgba(255,255,255,.05);
    box-shadow: none;}
    
.rmbrMeCheckboxHolder label{
    color: var(--lightGrey3);
}
    
.forgotMyPassBtn{
    color: var(--lightOrange);
}

.forgotPassForm .inputHolder label{
    color:  var(--lightGrey2);
}
    
    
    
.passRestoreVCodeConfirm{
    background-color: var(--darkBlue);
}
    
    
    

#countryCode{
    color: var(--lightGrey3)!important;
    background-color: rgba(0,0,0,.15)!important;
}

    
    
    
    
    
    
}








/* =========================
   FORGOTTEN PASS PAGE V2 POLISH (append at end)
   Keeps existing classes/JS behavior
   ========================= */

/* modern placeholder selector */
::placeholder{
    color: var(--lightGrey3);
    opacity: 1;
}

/* page background/frame */
.wrapper{
    background-color: #eef1f7 !important;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.pageContentHolder{
    width: 92%;
    max-width: 560px;
    margin: 0 auto;
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 56px;
}

.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 body 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;
}

/* primary cards */
.forgotPassForm,
.forgotPassFormB,
.successBox,
.successBoxTwo{
    box-sizing: border-box;
    position: relative;
    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) !important;
    overflow: visible;

}

/* align legacy hidden states */
.forgotPassFormB,
.successBox,
.successBoxTwo{
    display: none;
    padding-bottom: 70px;
}

/* success boxes polish */
.successBoxText,
.successBoxTextTwo{
    color: #374151;
    text-align: center;
    line-height: 1.9;
    padding-top: 8px;
}

.successBoxText::before,
.successBoxTextTwo::before{
    width: 64px;
    height: 64px;
    background-size: 42px;
    border-radius: 50%;
    border-width: 2px;
    margin-bottom: 12px;
    box-shadow: 0 8px 18px rgba(30,215,96,.12);
}

.successBoxBtn{
    width: 132px;
    height: 44px;
    line-height: 44px;
    border-radius: 12px;
    background: linear-gradient(180deg, #3c69ff 0%, #2B5CFF 100%);
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    margin: 24px auto 6px;
    box-shadow: 0 10px 18px rgba(43,92,255,0.20);
    transition: transform .12s ease, box-shadow .12s ease;
}

.successBoxBtn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(43,92,255,0.24);
}

/* form layout bits */
.loginFormHolder{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.inputHolder{
    direction: rtl;
    margin-bottom: 12px;
    overflow: visible!important;
    min-height: 70px;
    height: auto;
}

.inputHolder label{
    display: block;
    padding-bottom: 0;
    margin-bottom: 6px;
    font-weight: 800;
    text-align: right;
    direction: rtl;
    color: #374151;
    font-size: 13px;
}

/* fields */
.inputHolder input,
.inputHolder textarea,
#countryCode{
    border: 1px solid rgba(17,24,39,0.10) !important;
    border-radius: 12px !important;
    background: #f3f6fb !important;
    color: #111827 !important;
    box-sizing: border-box;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    font-family: inherit;
}

.inputHolder input{
    width: 100%;

    height: 46px;
    padding: 0 12px;
    font-size: 15px;
}

/* phone row */
#countryCode{
    display: inline-block;
    float: left;
    width: 120px;
    height: 46px;
    margin-top: 28px;
    margin-right: 10px;
    padding: 0 8px;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background-color: #f3f6fb !important;
    display: none;
}

#restorePhone{
    display: inline-block;
    width: calc(100% );
    text-align: left;
    direction: ltr;
}

/* focus states */
.inputHolder input:focus,
.inputHolder textarea:focus,
#countryCode:focus,
.phoneVCodeInput: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 used by JS */
.inputHolder input.inputError,
.inputHolder textarea.inputError{
    border-color: #e11d48 !important;
    box-shadow: 0 0 0 4px rgba(225,29,72,0.10);
}

/* action buttons */
.passResetBtn,
.passResetCancelBtn,
.backBtn{
    height: 44px;
    line-height: 44px;
    border-radius: 12px;
    text-align: center;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
}

.passResetBtn{
    width: 120px;
    float: left;
    color: #1f2937;
    background: linear-gradient(180deg, #ffb04c 0%, #f7931e 100%);
    box-shadow: 0 10px 18px rgba(247,147,30,0.20);
    opacity: .5;
    pointer-events: none;
    transition: opacity .12s ease, transform .12s ease, box-shadow .12s ease;
}

.passResetBtn:not(.onSubmit):hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(247,147,30,0.24);
}

.passResetCancelBtn{
    width: 96px;
    float: left;
    margin-left: 10px;
    color: #374151;
    background: #f7f8fb;
    border: 1px solid rgba(17,24,39,0.10);
}

.backBtn{
    width: 100px;
    float: right;
    color: #6b7280;
    background: #f7f8fb;
    border: 1px solid rgba(17,24,39,0.10);
}

.passRestoreVCodeConfirm{
    height: 44px;
    line-height: 44px;
    color: #1f2937;
    background: linear-gradient(180deg, #d4ff65 0%, #beff0b 100%);
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer;
    opacity: .5;
    pointer-events: none;
    width: calc(100% - 110px);
    float: left;
    box-shadow: 0 10px 18px rgba(190,255,11,0.20);
    transition: opacity .12s ease, 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);
}

/* verify modal shell */
.verifyFormDarkLayer{
    background-color: rgba(0,0,0,.72);
    backdrop-filter: blur(2px);
}

.verifyForm{
    box-sizing: border-box;
    border: 1px solid rgba(17,24,39,0.08);
    border-radius: 16px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    width: 320px;
    min-height: 345px;
    height: auto;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -170px;
    position: absolute;
    direction: rtl;
    padding-top: 52px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,.28);
}

.verifyFormContent{
    width: 100%;
    height: auto;
    max-height: calc(80vh - 70px);
    overflow-y: auto;
}

.verifyFormHeader{
    padding-top: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 14px 10px;
    box-sizing: border-box;
}

.verifyFormHeaderTitle{
    text-align: right;
    font-weight: 800;
    color: #4b5563;
}

.verifyFormHeaderClose{
    width: 24px;
    height: 24px;
    background-size: 14px;
    left: 10px;
    top: 12px;
    opacity: .65;
    transition: opacity .12s ease, transform .12s ease;
}

.verifyFormHeaderClose:hover{
    opacity: 1;
    transform: scale(1.03);
}

.verifyFormSec{
    width: 100%;

    overflow: hidden;
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(248,250,255,.7);
    border: 1px solid rgba(17,24,39,0.05);
}

.verifyFormSecTitle{
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
    color: #6b7280;
}

.verifyFormSecText{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #374151;
    width: 100%;
    margin-bottom: 14px;
    line-height: 1.9;
}

/* verification code input + resend */
.phoneVCodeInputHolder{
    text-align: right !important;
    direction: ltr !important;
    position: relative !important;
    margin-bottom: 10px;
}

.phoneVCodeInputHolder label{
    padding-bottom: 0 !important;
    margin-bottom: 6px !important;
    line-height: 1.5 !important;
    color: #374151;
}

.phoneVCodeInput{
    width: 100% !important;
    margin: 0 !important;
    text-align: right;
    height: 46px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background: #f3f6fb !important;
    color: #111827 !important;
    box-sizing: border-box;
}

.phoneVCodeResendBtn{
    font-size: 13px;
    display: block;
    width: auto;
    color: #2B5CFF;
    position: absolute;
    right: 12px;
    top: 39px;
    text-align: right;
    font-weight: 700;
}

.phoneVCodeResendBtn label{
    line-height: 16px !important;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    font-size: 12px !important;
    line-height: 12px !important;
}

/* password field + eye */
.passInputHolder{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px !important;
}

.passShowBtn{
    right: 12px;
    top: 38px;
    width: 20px;
    height: 20px;
    opacity: .55;
    transition: opacity .12s ease, transform .12s ease;
}

.passShowBtn:hover{
    opacity: .9;
    transform: scale(1.03);
}

.passShow{
    opacity: 1;
}

/* password security */
.passSecurityLevel{
    width: 100%;
    height: 6px;
    margin-top: 10px;
    direction: rtl;
    display: flex;
    gap: 2%;
}

.passSecurityLevel span{
    width: 8%;
    display: block;
    float: none;
    height: 100%;
    background-color: #e5e7eb;
    margin-right: 0;
    border-radius: 999px;
}

.passSecurityLevelSpan{
    font-size: 12px;
    text-align: right;
    padding-top: 6px;
    display: none;
    direction: rtl;
    line-height: 1.5;
}

/* mobile */
@media only screen and (max-width: 599px){
    .pageContentHolder{
        width: 94%;
        max-width: 100%;
        padding-top: 150px;
        padding-bottom: 44px;
    }

    .pageContentHeaderTitle{
        font-size: 20px;
    }

    .pageContentBody{
        border-radius: 16px;
        padding: 10px;
    }

    .forgotPassForm,
    .forgotPassFormB,
    .successBox,
    .successBoxTwo{
        border-radius: 14px;
        padding: 14px;
    padding-bottom: 70px;
    }

    .inputHolder input,
    #countryCode,
    .phoneVCodeInput{
        height: 44px !important;
        font-size: 14px;
    }

    #countryCode{
        width: 110px;
    }


    .passResetBtn{
        width: calc(100%  );
    }

    .passResetCancelBtn{
        width: 96px;
    }

    .backBtn{
        width: 96px;
    }

    .passRestoreVCodeConfirm{
        width: calc(100% - 106px);
    }

    .verifyForm{
        width: 92%;
        left: 4%;
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        min-height: 320px;
    }

    .phoneVCodeResendBtn{
        top: 38px;
    }
}

/* 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;
    }

    .forgotPassForm,
    .forgotPassFormB,
    .successBox,
    .successBoxTwo{
        background: rgba(255,255,255,0.05);
        box-shadow: none !important;
        border-color: rgba(255,255,255,0.07);
    }

    .forgotPassForm .inputHolder label,
    .forgotPassFormB .inputHolder label,
    .verifyFormSecTitle{
        color: var(--lightGrey2);
    }

    .forgotPassForm .inputHolder input,
    .forgotPassFormB .inputHolder input,
    #countryCode,
    .phoneVCodeInput{
        color: var(--lightGrey3) !important;
        background-color: rgba(0,0,0,.15) !important;
        border-color: rgba(255,255,255,0.08) !important;
    }

    .forgotPassForm .inputHolder input:focus,
    .forgotPassFormB .inputHolder input:focus,
    #countryCode:focus,
    .phoneVCodeInput:focus{
        background-color: rgba(0,0,0,.20) !important;
    }

    .forgotMyPassBtn{
        color: var(--lightOrange);
    }

    .verifyForm{
        background: rgba(255,255,255,.06);
        border-color: rgba(255,255,255,.08);
        box-shadow: none;
    }

    .verifyFormSec{
        background: rgba(0,0,0,.08);
        border-color: rgba(255,255,255,.06);
    }

    .verifyFormHeaderTitle{
        color: var(--lightGrey2);
    }

    .verifyFormSecText{
        color: var(--lightGrey2);
    }

    .passShowBtn,
    .passShow{
        filter: invert(1);
    }

    .passRestoreVCodeConfirm{
        color: var(--darkGrey2);
    }
}


















