/* Plugin CSS */
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    text-align: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
                    
.policy-main-div .policy-heading{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.policy-main-div .policy-form-div{
    max-width: 462px;
    text-align: center;
}
.py-\[7vw\] {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.policy-main-div .travel-policy-input{
    margin-bottom: 17px;
}
.policy-main-div .travel-policy-label{
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.policy-main-div .pp-logo-plus{
    font-weight: bold;
}
.policy-main-div .policy-logo-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    gap: 40px;
}
.policy-main-div .policy-logo-div .logo img{
    max-width: 110px;
}
.policy-main-div .policy-error img{
    margin: 0 auto 40px;
    max-width: 180px;
}
.policy-main-div .policy-success img{
    margin: 0 auto 20px;
    max-width: 180px;
}
.policy-main-div .policy-success-title{
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}
.policy-main-div .progress-success {
    background: #CDD9E2;
    justify-content: flex-start;
    border-radius: 17px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 14px;
    width: 100%;
}
.policy-main-div .success-progress-bg{
    color:#000;
    background-color:#fff; 
    padding: 4px;
    border-radius: 17px;
    margin: 10px 0px 20px;
}
.policy-main-div .w3-red{
    color:#fff;
    background-color:var(--surface-brand);
}
.policy-main-div .progress-count{
    font-size: 35px;
    font-weight: bold;
}
.policy-main-div .travel-policy-btn{
    position: relative;
}
.policy-main-div .travel-policy-btn:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../img/loader-white.svg) no-repeat center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.policy-main-div .travel-policy-btn.loading span{
    opacity: 0;
}
.policy-main-div .travel-policy-btn.loading:before {
    content: var(--tw-content);
    opacity: 1;
}
.email-mobile-div{
    background: #fff;
    border-color: var(--border-light);
}
.email-mobile-div.focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: var(--surface-brand);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: var(--border-primary);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.email-mobile-div{
    margin-bottom: 17px;
    border-radius: 12px;
    border-width: 1px;
}
.email-mobile-div .travel-policy-input{ 
    border: 0;
}
.email-mobile-div.focus .travel-policy-input:focus{
    border: 0;
    box-shadow: none !important;  
    outline: none; 
}
.email-mobile-div .travel-policy-input{
    margin-bottom: 0px;
}
.email-mobile-div .phone-code-input{
    border: 0px;
    border-right: 1px solid var(--border-light);
}
.email-mobile-div .phone-code-input:focus{
    border: 0;
    box-shadow: none !important;
    border-right: 1px solid var(--border-light);
    outline: none;
}
/* OTP Screen CSS */
.otp_popup{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(56,56, 56, 0.7); 
}
.otp_popup .popup-content{
    position: relative;
    margin: auto;
    padding: 2rem;
    border: 1px solid #888;
    width: 80%;
    max-width: 586px;
    background-color: var(--surface-secondary); 
    border-radius: var(--corners-brand);
    top: 20%;
    overflow-y: auto; 
}
.otp_popup .close{
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px; 
}
.otp_popup .timer-wrap{
    text-align: center;
    margin-bottom: 1.5rem;
}
.otp_popup .otp-inputpc {
    height: 56px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-size: 22px;
}
.otp_popup .otp-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.not-recieve-text{
    line-height: 16px;
}




.validate-policy-form .otp-submit:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../img/loader-white.svg) no-repeat center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.validate-policy-form .otp-submit.loading span{
    opacity: 0;
}
.validate-policy-form .otp-submit.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

/* OTP popup close */
.redeem-card-section .redeem-card-maindiv{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.redeem_popup .redeem{
    position: relative;
}
.redeem_popup .redeem:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../img/loader-white.svg) no-repeat center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.redeem_popup .redeem.loading span{
    opacity: 0;
}
.redeem_popup .redeem.loading:before {
    content: var(--tw-content);
    opacity: 1;
}
.redeem-card-section .redeem_integration{
    position: relative;
}
.redeem-card-section .redeem_integration:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../img/loader-white.svg) no-repeat center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.redeem-card-section .redeem_integration.loading span{
    opacity: 0;
}
.redeem-card-section .redeem_integration.loading:before {
    content: var(--tw-content);
    opacity: 1;
}


@media only screen and (max-width:767.5px){
    .policy-main-div .policy-form-div{
        max-width: 100%;
    }
    .policy-main-div .policy-logo-div .logo img{
        max-width: 80px;
    }
    .policy-main-div .policy-error img {
        margin: 0 auto 30px;
        max-width: 140px;
    }
    .policy-main-div .policy-success img {
        margin: 0 auto 10px;
        max-width: 140px;
    }
    .otp_popup .popup-content{
        width: 90%;
        max-width: 100%;
        padding: 2rem 1rem;
    }
    .otp_popup .otp-field{
        gap: 5px;
    }
}
@media (min-width: 1023.5px) {
    .otp_popup .otp-inputpc {
        height: 72px;
    }
}

@media only screen and (max-width:667.5px){
    .redeem-card-section .redeem-card-maindiv{
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width:668px) and (max-width:1023.5px){
    .redeem-card-section .redeem-card-maindiv{
        grid-template-columns: 1fr 1fr 1fr; 
    }
}
@media only screen and (min-width:724.5px) and (max-width:767.5px){
    .redeem-card-section .redeem-card-maindiv{
        gap: 15px;
    }
}