



.wrapper{
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #e9ecf3;
    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;
    
}

.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/dashboardIcon.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;
}

.pageContentHeaderTextTwo{
    overflow: hidden;
    width: 100%;
    display: block;
    color: var(--darkBlue);
    font-size: 12px;
    font-weight: 800;
}

.contentHolder{
    width: 100%;
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    background-color: #e9ecf3;
    padding-top: 210px;
}


.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;
}






.title{
    display: block;
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 4px;
        text-align: center;
    color: #beff0b;
}

.text{
    display: block;
    font-size: 14px;  
    text-align: center;
    color: #ddd;
}


.signupBtnHolder .text{
    
     font-weight: 600;
}
#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;
}
#signupContactNo{
    display: inline-block;
    width: calc(100%);
    text-align: left;
    direction: ltr;
    
}
#signupEmail{
    text-align: left;
    direction: ltr;
    
}

.inputHolderEmail{
    display: none;
}


.signupBtnHolder{
    overflow: hidden;
    width: 100%;
    
}

.signupBtn{
    width: 250px;
    background-color: #beff0b;
    height: 44px;
    color: #444;
    line-height: 44px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin: 0 auto;
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
    margin-top: 20px;
    cursor: pointer;
}



.signupBtn span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url("../assets/dashboardIcon.svg");
    margin-left: 10px;
    opacity: .7;
}




.signupFormHolder{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 70px;
}


.signupForm{
   box-sizing: border-box;
    border-radius: 10px;
    padding:  10px;
    background-color: #fff;
    width: 100%;
    height: auto;
    font-size: 14px;
    direction: rtl;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}




.signupFormContent{
    width: 100%;
    overflow: hidden;
    max-height: calc(80vh - 70px);
}





.signupFormStepBtn{
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #2B5CFF;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: .5;
    pointer-events: none;
}




.signupFormStepBtnActive{
    opacity: 1;
    pointer-events: auto;
}


.signupFormSec{
    width: 100%;
    box-sizing: border-box;
}

.signupStepTwo{
    display: none;
}

.signupFormBackBtn{
    width:100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #aaa;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-weight: 800;
}


.signupFormSubmitBtn{
    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% - 100px);
    float: left;
}





.signupFormSecTitle{
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    color: #aaa;
}





.signupFormSecText{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
}




.gender{
    width: 80px;
    float: right;
    margin-left: 10px;
    margin-top: 27px;
    background-color: #fff!important;
}





#signupName::placeHolder{
   color: #ccc!important;
}


#signupContactNo::placeHolder{
   color: #ccc!important;
}




.signupUsernameSpan{
    font-size: 12px;
    color: #f15a24;
    text-align: right;
    padding-top: 4px;
    display: none;
}


.signupEmailSpan{
    font-size: 12px;
    color: #f15a24;
    text-align: right;
    padding-top: 4px;
    display: none;
}


.signupPhoneSpan{
    font-size: 12px;
    color: #f15a24;
    text-align: right;
    padding-top: 4px;
    display: none;
}





.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;
}


.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");
}

.inputHolder{
    direction: rtl;
}

.inputHolder label{
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
}



.submitFormBtn{
    width: 100px;
    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;
}


.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;
}



.newPanelFormBtnHolder {
    padding-bottom: 40px;
}


.newPanelFormBtn {
    width: 170px;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #eee;
    background-color: rgba(50,50,50,0.7)!important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}



.specialPackageContentSec{
    padding-top: 100px; 
    padding-bottom: 110px; 
    
}





.signupStepOne{
    padding: 10px;
}


.signupStepTwo{
    padding: 10px;
    display: none;
}






.signupFormStarterHolder{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
    display: none;
}


.signupFormStarterDarkLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.75);
    backdrop-filter: blur(1px);
    
}





.signupFormStarter{
   box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 10px;
    padding:  10px;
    background-color: #fff;
    width: 90%;
    height: auto;
    max-height: 80vh;
    font-size: 14px;
    top: 50%;
    left: 5%;
    position: absolute;
    direction: rtl;
    padding-top: 50px;
    overflow: hidden
}

.signupFormStarterHeaderClose{
    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;
    
}




.signupFormStarterContent{
    width: 100%;
    height: auto;
    max-height: calc(80vh - 70px);
    overflow: hidden;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}






.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: 340px;
    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;
}


.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;
}


.passInputHolder input{
    direction: ltr!important;
}




.phoneVCodeInputHolder{
    text-align: right!important;
    direction: ltr!important;
    position: relative!important;
}


.phoneVCodeInputHolder label{
    direction: rtl!important;
    font-size: 12px!important;
} 


.phoneVCodeInput{
    height: 50px!important;
    width: 40px!important;
    display: inline-block!important;
    margin: 0 10px;
    text-align: center;
    direction: ltr!important;
}


.signupStepTwo input{
   text-align: left;
}


.phoneVCodeResendBtn{
    font-size: 14px;
    display: block;
    width: 70px;
    color: blue;
    position: absolute;
    right: 16px;
    top: 36px;
    text-align: right;
    cursor: pointer;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    display: none!important;
    pointer-events: none;
    font-size: 12px!important;
    line-height:  12px!important;
    vertical-align: middle;
}

.phoneVCodeResendBtn label{
    padding-bottom: 0!important;    
    line-height:  22px!important;
    vertical-align: middle;
}

.phoneVCodeResendBtnActive label{
    display: none!important;
    pointer-events: none;
}


.phoneVCodeResendBtnActive span{
    display: inline-block!important;
    pointer-events: auto;
}

.sending{
    opacity: .5;
}


.phoneVCodeInput{
    width: 100%!important;
    margin: 0 ;
    text-align: right;
    
}

.passShowBtn{
    display: block;
    position: absolute;
    right: 16px;
    top: 33px;
    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;
}


.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;
}





.rulesHolder{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #222;
    margin-bottom: 20px;
}

.rulesHolder input{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.rulesHolder span{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}


.rulesHolder span strong{
    font-weight: 800;
    color: #1200FF!important;
    cursor: pointer;
}







#rulesPopHolder{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: none;
}

.rulesPopHolderInner{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.rulesPopHolderDarkLayer{
    position: absolute;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.rulesPopBox{
    overflow: hidden;
    background-color: #fff;
    border-radius: 14px;
    direction: rtl;
    position: absolute;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,.5);
    padding: 0px 14px;
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    overflow-y: scroll;
}


.rulesPopBox .section{
    display: block;
    margin-bottom: 40px;
}




.rulesPopBoxTitle{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #0003BD;
    border-bottom: 2px solid #0003BD;
    margin-bottom: 20px;
    padding-bottom: 10px;
}




.rulesPopBox p{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
    text-align: justify;
}







@media all and (display-mode: standalone) {
    
    
::placeHolder{
    color: var(--darkGrey5);
}

.headerHolder {
    background-color: var(--palePurple);
}
.wrapper{
    background-color:  var(--palePurple)!important;
    background-image: none;
}

.signupForm .inputHolder input{
    color: var(--lightGrey3)!important;
    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);
}
    
    

.signupForm{
    background-color: rgba(255,255,255,.05);
    box-shadow: none;}

.signupForm .inputHolder label{
    color:  var(--lightGrey2);;
}
    
    
    
.signupStepsBar {
    background-color: var(--darkGrey5);
}
    
    

.signupStepCircle{
    background-color: var(--darkGrey5);
}


.signupStepCircle div{
    background-color: var(--darkGrey5);
    border: none;
    
}

.signupStepHolder label{
    color: var(--darkGrey5);
}

.signupStepTwoLine{
    background-color:  var(--lightGreen)!important;
}



.signupStepHolderActive .signupStepCircle{
    background-color:  var(--lightGreen);
}

.signupStepHolderActive .signupStepCircle div{
    background-color:  var(--lightGreen)!important;
    border: 2px solid  var(--darkGrey4)
}



.signupStepHolderActive label{
    color: var(--lightGreen);
}



    

.phoneVCodeResendBtn{
    color:var(--lightBlue);
}
    
    

#countryCode{
    color: var(--lightGrey3)!important;
    background-color: rgba(0,0,0,.15)!important;
}


#signupName::placeHolder{
   color: var(--darkGrey5)!important;
}


#signupContactNo::placeHolder{
   color: var(--darkGrey5)!important;
}


    

.signupStepTwoLine{
    background-color: #f7931e;
}
    
    




.rulesHolder{
    color: #fff;
}


.rulesHolder span strong{
    color: #697FFF!important;
}

    
}


/* =========================
   SIGNUP PAGE V2 POLISH (append at end of signup.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;
    position: relative;
    box-sizing: border-box;
    padding-top: 150px;
    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;
    opacity: .9;
}

.pageContentHeaderText{
    color: #4b5563;
    font-size: 14px;
    line-height: 1.9;
    padding-top: 10px;
}

.pageContentHeaderTextTwo{
    color: #2B5CFF;
    font-size: 12px;
    font-weight: 800;
    margin-top: 4px;
    display: block;
}

/* form holder */
.signupFormHolder{
    margin-bottom: 56px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* main signup card */
.signupForm{
    box-sizing: border-box;
    border-radius: 16px;
    padding: 14px;
    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;
    direction: rtl;
    overflow: hidden;
    border: 1px solid rgba(17,24,39,0.06);
    box-shadow: 0 10px 24px rgba(17,24,39,0.06);
}

.signupFormContent{
    width: 100%;
    overflow: auto;
    max-height: calc(80vh - 70px);
    padding: 4px;
    box-sizing: border-box;
}

/* step sections */
.signupStepOne,
.signupStepTwo{
    padding: 10px;
    border-radius: 12px;
}

/* titles/text inside sections */
.signupFormSecTitle{
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
    color: #6b7280;
}

.signupFormSecText{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #374151;
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.9;
}

/* labels + inputs */
.inputHolder{
    direction: rtl;
    margin-bottom: 12px;
    overflow: visible;
}

.inputHolder label{
    padding-bottom: 0;
    margin-bottom: 6px;
    display: block;
    font-weight: 800;
    color: #374151;
    font-size: 13px;
}

/* all text fields */
.inputHolder input,
.inputHolder textarea,
#countryCode,
.gender{
    border: 1px solid rgba(17,24,39,0.10) ;
    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;
}

/* inputs */
.inputHolder input{
    width: 100%;
    height: 46px;
    padding: 0 12px;
    font-size: 15px;
}

#signupContactNo,
#signupEmail{
    direction: ltr;
    text-align: left;
}

#signupContactNo{
    width: calc(100%);
}

/* selects */
#countryCode{
    display: inline-block;
    float: left;
    width: 120px;
    height: 46px;
    margin-top: 28px;
    margin-right: 10px;
    padding: 0 8px;
    display: none;
}

.gender{
    width: 90px;
    float: right;
    margin-left: 10px;
    margin-top: 28px;
    height: 46px;
    padding: 0 8px;
}

/* focus */
.inputHolder input:focus,
.inputHolder textarea:focus,
#countryCode:focus,
.gender: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;
}

/* error/helper text */
.signupUsernameSpan,
.signupEmailSpan,
.signupPhoneSpan,
.passSecurityLevelSpan{
    font-size: 12px;
    text-align: right;
    padding-top: 6px;
    line-height: 1.5;
}

/* password field + eye */
.passInputHolder{
    margin-top: 10px;
    position: relative;
}

.passInputHolder input{
    direction: ltr !important;
}

.passShowBtn{
    display: block;
    position: absolute;
    right: 12px;
    top: 38px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    opacity: .55;
    cursor: pointer;
    transition: opacity .12s ease, transform .12s ease;
}

.passShowBtn:hover{
    opacity: .9;
    transform: scale(1.03);
}

.passShow{
    opacity: 1;
}

/* password security bar */
.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;
}

/* step buttons */
.signupFormStepBtn{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background: linear-gradient(180deg, #3c69ff 0%, #2B5CFF 100%);
    border-radius: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: .45;
    pointer-events: none;
    box-shadow: 0 8px 16px rgba(43,92,255,0.18);
    transition: opacity .12s ease, transform .12s ease, box-shadow .12s ease;
}

.signupFormStepBtnActive{
    opacity: 1;
    pointer-events: auto;
}

.signupFormStepBtnActive:hover{
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(43,92,255,0.22);
}

/* back + submit row */
.signupFormBackBtn{
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #6b7280;
    border-radius: 12px;
    cursor: pointer;
    float: right;
    font-weight: 800;
    background: #f7f8fb;
    border: 1px solid rgba(17,24,39,0.10);
}

.signupFormSubmitBtn{
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #1f2937;
    background: linear-gradient(180deg, #ffb04c 0%, #f7931e 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(247,147,30,0.20);
    transition: opacity .12s ease, transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.signupFormSubmitBtn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(247,147,30,0.24);
}

.signupFormSubmitBtn:active{
    transform: translateY(0);
    filter: brightness(.98);
}

/* top CTA signup button if present */
.signupBtn{
    width: min(100%, 280px);
    background: linear-gradient(180deg, #d4ff65 0%, #beff0b 100%);
    height: 46px;
    color: #1f2937;
    line-height: 46px;
    box-sizing: border-box;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    margin: 16px auto 0;
    box-shadow: 0 10px 18px rgba(190,255,11,0.20);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
}

.signupBtn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(190,255,11,0.24);
}

/* rules row */
.rulesHolder{
    display: block;
    width: 100%;
    min-height: 32px;
    line-height: 1.8;
    font-size: 12px;
    color: #374151;
    margin-bottom: 16px;
}

.rulesHolder input{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #2B5CFF;
}

.rulesHolder span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}

.rulesHolder span strong{
    font-weight: 800;
    color: #2B5CFF !important;
    cursor: pointer;
}

/* verify modal + starter modal (same polish) */
.signupFormStarter,
.verifyForm{
    border: 1px solid rgba(17,24,39,0.08);
    border-radius: 16px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.signupFormStarter{
    width: 92%;
    left: 4%;
    max-width: 620px;
    padding-top: 52px;
}

.verifyForm{
    width: 320px;
    height: auto;
    min-height: 340px;
    margin-left: -160px;
    margin-top: -170px;
    padding-top: 52px;
}

.signupFormStarterHeaderClose,
.verifyFormHeaderClose{
    width: 24px;
    height: 24px;
    background-size: 14px;
    left: 10px;
    top: 12px;
    opacity: .65;
    transition: opacity .12s ease, transform .12s ease;
}

.signupFormStarterHeaderClose:hover,
.verifyFormHeaderClose:hover{
    opacity: 1;
    transform: scale(1.03);
}

.verifyFormHeader{
    padding-top: 0;
    background: transparent;
    height: 50px;
    padding: 14px 10px;
}

.verifyFormHeaderTitle{
    text-align: right;
    font-weight: 800;
    color: #4b5563;
}

.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);
}

/* verify code area */
.phoneVCodeInputHolder{
    text-align: right !important;
    direction: ltr !important;
    position: relative !important;
    margin-bottom: 8px;
}

.phoneVCodeInputHolder label{
    direction: rtl !important;
    font-size: 12px !important;
    color: #6b7280;
    margin-bottom: 8px;
}

/* your file redefines .phoneVCodeInput later; enforce final desired style */
.phoneVCodeInput{
    width: 100% !important;
    margin: 0 !important;
    text-align: right;
    height: 46px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(17,24,39,0.10) !important;
    background: #f3f6fb !important;
    color: #111827 !important;
    font-size: 15px !important;
    padding: 0 12px !important;
    box-sizing: border-box;
}

.phoneVCodeResendBtn{
    font-size: 13px;
    display: block;
    width: auto;
    color: #2B5CFF;
    position: absolute;
    right: 12px;
    top: 39px;
    text-align: right;
    cursor: pointer;
    font-weight: 700;
}

.phoneVCodeResendBtn span{
    font-weight: 800;
    font-size: 12px !important;
    line-height: 12px !important;
}

.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);
}

/* rules popup polish */
.rulesPopBox{
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border-radius: 16px;
    width: 92%;
    max-width: 680px;
    max-height: 82vh;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    padding: 0 16px;
    border-top: 22px solid #fff;
    border-bottom: 22px solid #fff;
    border-left: 1px solid rgba(17,24,39,0.06);
    border-right: 1px solid rgba(17,24,39,0.06);
}

.rulesPopBoxTitle{
    font-size: 16px;
    font-weight: 900;
    color: #2B5CFF;
    border-bottom: 2px solid rgba(43,92,255,.18);
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.rulesPopBox p{
    font-size: 14px;
    line-height: 1.95;
    color: #374151;
}

/* mobile */
@media only screen and (max-width: 599px){
    .pageContentHolder{
        width: 94%;
        max-width: 100%;
        padding-top: 96px;
        padding-bottom: 44px;
    }

    .pageContentHeaderTitle{
        font-size: 20px;
    }

    .signupForm{
        border-radius: 14px;
        padding: 10px;
    }

    .signupFormContent{
        max-height: none;
        overflow: visible;
        padding: 2px;
    }

    .signupStepOne,
    .signupStepTwo{
        padding: 8px;
    }

    .inputHolder input{
        height: 44px;
        font-size: 14px;
    }

    #countryCode,
    .gender{
        height: 44px;
    }

    #countryCode{
        width: 110px;
    }

    .signupFormBackBtn{
        width: 96px;
        height: 44px;
        line-height: 44px;
    }

    .signupFormSubmitBtn{
        width: calc(100% - 106px);
        height: 44px;
        line-height: 44px;
    }

    .signupFormStepBtn,
    .signupBtn,
    .passRestoreVCodeConfirm{
        height: 44px;
        line-height: 44px;
    }

    .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,
    .pageContentHeaderTextTwo{
        color: var(--lightGreen);
    }

    .signupForm{
        background: rgba(255,255,255,.05);
        box-shadow: none;
        border-color: rgba(255,255,255,.07);
    }

    .signupForm .inputHolder label,
    .verifyFormSecTitle{
        color: var(--lightGrey2);
    }

    .signupForm .inputHolder input,
    #countryCode,
    .gender,
    .phoneVCodeInput{
        color: var(--lightGrey3) !important;
        background-color: rgba(0,0,0,.15) !important;
        border-color: rgba(255,255,255,0.08) !important;
    }

    .signupForm .inputHolder input:focus,
    #countryCode:focus,
    .gender:focus,
    .phoneVCodeInput:focus{
        background-color: rgba(0,0,0,.20) !important;
    }

    .rulesHolder{
        color: #fff;
    }

    .rulesHolder span strong{
        color: #697FFF !important;
    }

    .phoneVCodeResendBtn{
        color: var(--lightBlue);
    }

    .passShowBtn,
    .passShow{
        filter: invert(1);
    }

    .signupFormStarter,
    .verifyForm{
        background: rgba(255,255,255,.06);
        border-color: rgba(255,255,255,.08);
        box-shadow: none;
    }

    .verifyFormHeaderTitle{
        color: var(--lightGrey2);
    }

    .verifyFormSec{
        background: rgba(0,0,0,.08);
        border-color: rgba(255,255,255,.06);
    }

    .signupFormSecText,
    .verifyFormSecText{
        color: var(--lightGrey2);
    }

    .rulesPopBox{
        background: #0f0f14;
        border-color: rgba(255,255,255,.08);
        box-shadow: 0 20px 50px rgba(0,0,0,.55);
        border-top-color: #0f0f14;
        border-bottom-color: #0f0f14;
    }

    .rulesPopBoxTitle{
        color: var(--lightGreen);
        border-bottom-color: rgba(190,255,11,.18);
    }

    .rulesPopBox p{
        color: var(--lightGrey2);
    }
}


.inputError{
    border: 1px solid #f15a24!important;
}

.alertTitle{
    color: #f15a24!important;
    font-weight: 800!important;
}
