/* 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: 20px;
}
.redeem_plan_popup .redeem{
    position: relative;
}
.redeem_plan_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_plan_popup .redeem.loading span{
    opacity: 0;
}
.redeem_plan_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;
}
/* loading button css */
.popup_redeem_btns .submit_redeem{
    position: relative;
}
.popup_redeem_btns .submit_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;
}
.popup_redeem_btns .submit_redeem.loading span{
    opacity: 0;
}
.popup_redeem_btns .submit_redeem.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.popup_redeem_btns .redeem{
    position: relative;
}
.popup_redeem_btns .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;
}
.popup_redeem_btns .redeem.loading span{
    opacity: 0;
}
.popup_redeem_btns .redeem.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.redeem-add-input .add-new-btn{
    position: relative;
}
.redeem-add-input .add-new-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;
}
.redeem-add-input .add-new-btn.loading span{
    opacity: 0;
}
.redeem-add-input .add-new-btn.loading:before {
    content: var(--tw-content);
    opacity: 1;
}
.redeem-text-esim{
    margin-left: 5px;
}
/* loading button css end */

/* redeem new design */
.redeem-card-section .plan-header{
    background: var(--surface-opposite);
    padding: 20px;
    margin: 10px 10px 0px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.redeem-card-section .plan-header .redeem-by-user{
    font-size: 20px;
    font-weight: 700;
}
/* redeem Screen CSS */
.redeem-info-div .redeem-info-user{
    font-size: 20px;
    font-weight: 700;
}
.redeem_plan_popup{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(56,56, 56, 0.7); 
}
.redeem_plan_popup .popup-content{
    position: relative;
    margin: auto;
    padding: 2rem;
    border: 1px solid #888;
    width: 80%;
    max-width: 586px;
    background-color: #fff;
    border-radius: var(--corners-brand);
    top: 20%;
    overflow-y: auto; 
}
.redeem_plan_popup .close{
    position: absolute;
    right: 30px;
    top: 30px; 
    cursor: pointer; 
}
.redeem_plan_popup .popup_redeem_btns{
    display: flex;
    margin-top: 40px;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.redeem-radio[type='radio']:checked:focus,
.redeem-radio[type='radio']:checked:hover,
.redeem-radio[type='radio']:checked{
    background-color: var(--surface-brand);
    background-color: var(--surface-brand);
    border-color: var(--surface-brand);
    color: var(--surface-brand);
    --tw-ring-color: var(--surface-brand);
}
.redeem-radio[type='radio']:focus{
    --tw-ring-color:var(--surface-brand)
}
.redeem_plan_popup .popup_redeem_btn{
    width: 100%;
    text-align: center;
}
.redeem_plan_popup .popup_redeem_btn .redeem.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.redeem-card-section .plan-header .redeem-by-user{
    font-size: 20px;
    font-weight: 700;
}
.redeem-info-div{
    background-color: #f5f5ff;
    padding: 32px 24px;
    border-radius: 12px;
}
.redeem-info-div .redeem-plan-subdiv{
    display: flex;
    gap: 10px;
}
.redeem-info-div .redeem-text-content{
    display: grid;
    gap: 5px;
}
.redeem-info-div .redeem-plan-div{
    padding-top: 32px;
}
.redeem-info-div .redeem-text-label{
    font-size: 18px;
}
.redeem-info-div .redeem-text-content{
    font-size: 20px;
    font-weight: 700;
}
.redeem-info-div .redeem-icon img{
    width:22px;
    padding-top: 5px;
}
.redeem-confirmation-div{
    margin: 40px 0px;
    display: grid;
    gap: 16px;
}
.redeem-checkdevice-div{
    margin: 40px 0px;
}
.redeem-checkdevice-title{
    font-size: 18px;
}
.redeem-checkdevice-div .search-with-icon{
    background-image: url(../img/search.svg);
}

/* New Flow - PPC */ 
.congratulations-screen .cong-img{
    margin-bottom: 40px;
}
.policy-redeem-sheet .popup-heading{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 12px;
}
.congratulations-screen .cong-text{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
}
.policy-redeem-popup-section .policy-btn{
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
}
/* btn loader */
.policy-redeem-popup-section .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-redeem-popup-section .policy-btn.loading span{
    opacity: 0;
}
.policy-redeem-popup-section .policy-btn.loading:before {
    content: var(--tw-content);
    opacity: 1;
}



.bottom-sheet.policy-redeem-sheet .content{
    border-radius: 24px;
    background: #F7F7F7; 
}
.policy-redeem-sheet .close-sheet-btn{
    display: none;
} 
.policy-checkdevice-div{
    margin: 24px 0px;
}
.device-support-screen .search-with-icon{
    background-image: url(../img/search-bgred.svg);
}
.device-support-screen .search-supported{
    color: #000;
    font-size: 20px;
}
.device-support-screen .search-supported-wrap .search-results{
    position: initial;
    max-height: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding:0px;
    display: block;
    opacity: 1;
    visibility: visible;
}
.device-support-screen .search-supported-wrap .search-results.active{
    display: block;
}
.device-support-screen .search-supported-wrap .search-results .supported-ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
    padding: 16px 0px;
}
.device-support-screen .search-supported-wrap .search-results .supported-ul li{
    border: 0;
    background: #F0DBDB;
    border-radius: 36px;
    padding: 8px 12px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.device-support-screen .search-supported-wrap .search-results .supported-ul li .title{
    display: none;
}
.agree-terms-div .text{
    font-size: 18px;
    color: #000;
}
.agree-terms-div .checkbox{
    height: 1.5rem;
    width: 1.5rem;
    border-color: #9B9E9F;
    border-width: 1px;
    border-radius: 5px;
}
.agree-terms-div .checkbox-wrap {
    align-items: center;
}
.policy-redeem-popup-section .info-div{
    padding: 8px 12px;
    background: rgba(16, 0, 243, 0.15);
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.policy-redeem-popup-section .usermain-div{
    padding: 12px;
    background: rgba(243, 221, 221, 1);
    border-radius: 12px;
    margin-bottom: 12px;
}
.policy-redeem-popup-section .usersub-div{
    padding: 12px;
    background: var(--surface-primary);
    border-radius: 12px;
}
.policy-redeem-popup-section .new-user-tag{
    color: rgba(15, 153, 62, 1);
    background: rgba(218, 253, 227, 1);
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}
.existing-user-radio[type="radio"]:checked{
    background-color: var(--surface-brand);
}
.existing-user-radio[type="radio"]:checked:focus,
.existing-user-radio[type="radio"]:checked:active,
.existing-user-radio[type="radio"]:checked:hover{
    --tw-ring-color: var(--surface-brand);
    background-color: var(--surface-brand);
}





.policy-redeem-popup-section .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;  
}
  
.policy-redeem-popup-section .tooltiptext {
    visibility: hidden;
    width: 252px;
    background-color: #fff;
    color: #49454F;
    text-align: left;
    border-radius: 12px;
    padding: 12px 16px;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: -25%;
    box-shadow: 0px 2px 6px 2px #00000026;
}
  
.policy-redeem-popup-section .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
  
.policy-redeem-popup-section .tooltip:hover .tooltiptext {
    visibility: visible;
}
.policy-redeem-popup-section .add-new-sim-btn{
    position: absolute;
    right: 8px;
    width: auto;
    top: 8px;
    border-radius: 8px;
    font-size: 16px;
    background: var(--surface-brand);
    box-shadow: none;
    padding: 10px 16px;
}
/* btn loader */
.policy-redeem-popup-section .add-new-sim-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-redeem-popup-section .add-new-sim-btn.loading span{
    opacity: 0;
}
.policy-redeem-popup-section .add-new-sim-btn.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.policy-redeem-popup-section .add-new-esim-input{
    height: 56px;
    font-size: 16px;
    line-height: 28px;
}
.policy-redeem-popup-section .edit-new-sim-btn{
    position: absolute;
    right: 8px;
    width: auto;
    top: 8px;
    border-radius: 8px;
    font-size: 16px;
    background: var(--surface-brand);
    box-shadow: none;
    padding: 10px 16px;
}
/* btn loader */
.policy-redeem-popup-section .edit-new-sim-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-redeem-popup-section .edit-new-sim-btn.loading span{
    opacity: 0;
}
.policy-redeem-popup-section .edit-new-sim-btn.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.policy-redeem-popup-section .button: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-redeem-popup-section .button.loading span{
    opacity: 0;
}
.policy-redeem-popup-section .button.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.policy-redeem-popup-section .edit-new-esim-input{
    height: 56px;
    font-size: 16px;
    line-height: 28px;
}
/* .redeem-policy-section */
.redeem-policy-section .redeem-policy-subsection{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFEAEC 100%);
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 16px;
    border: 1px solid #ECEBFE;
}
.redeem-policy-section .redeem-policy-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.redeem-policy-section .redeem-policy-list{
    padding: 12px 16px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ECEBFE;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.redeem-policy-section .redeem-policy-label{
    font-size: 12px;
    font-weight: normal;
}
.redeem-policy-section .redeem-policy-data{
    font-size: 14px;
    font-weight: bold;
}
.redeem-policy-section .redeem-button-policy{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    background-color: var(--surface-brand);
    color: var(--surface-primary);
    text-decoration: none;
    border-radius: 8px;
    position: relative;
}
.redeem-policy-section .redeem-button-policy: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-policy-section .redeem-button-policy.loading span{
    opacity: 0;
}
.redeem-policy-section .redeem-button-policy.loading:before {
    content: var(--tw-content);
    opacity: 1;
}

.redeem-policy-section .redeem-policy-ullist{
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* New Flow - PPC end */

@media only screen and (max-width:450px){
    .redeem-info-div .redeem-plan-subdiv{
        display: grid;
        gap: 5px;
    }
}
@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;
    }
    /* New Flow - PPC */ 
    .redeem-policy-section .redeem-policy-ullist{
        grid-template-columns: 1fr;
    }
    /* New Flow - PPC end */
}
@media only screen and (min-width: 1023.5px) {
    .otp_popup .otp-inputpc {
        height: 72px;
    }
    .redeem_plan_popup .search-supported-wrap .input-label{
        background: #fff !important;  
    }
}
@media only screen and (max-width:1023.5px){
    .redeem-card-section .plan-header .redeem-by-user{
        font-size: 18px;
    }
    .redeem-card-section .plan-header{
        padding: 15px 10px;
    }
    /* New Flow - PPC */ 
    .bottom-sheet.policy-redeem-sheet .content{
        border-radius: 0px;
        background: transparent;
    }
    .bottom-sheet.policy-redeem-sheet .content .body{
        background: #f7f7f7;
    }
    .bottom-sheet.policy-redeem-sheet .content .header{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        background: #f7f7f7;
        margin-bottom: -1px;
    }
    .bottom-sheet.policy-redeem-sheet .content .header .drag-icon span{
        background-color: #D9D9D9;
    }
    .congratulations-screen .cong-img{
        margin-bottom: 32px;
        max-width: 160px;
    }
    .policy-redeem-sheet .popup-heading{
        font-size: 24px;
    }
    .congratulations-screen .cong-text{
        margin-bottom: 32px;
    }
    .policy-redeem-popup-section .policy-btn{
        height: 48px;
    }
    .device-support-screen .search-supported{
        font-size: 16px;
        background-position: 98% 50%;
    }
    .back-button .back-img{
        min-width: 28px;
        width: 28px;
    }
    .agree-terms-div .text{
        font-size: 14px;
    }
    .agree-terms-div .checkbox{
        height: 20px;
        width: 20px;
    }
    .policy-redeem-popup-section .info-div{
        margin: 12px 0px 16px 0px;
        align-items: flex-start;
    }
    .policy-redeem-popup-section .info-div .info-img{
        width: 18px;
        min-width: 18px;
    }
    .policy-redeem-popup-section .new-user-tag{
        padding: 2px 6px;
        font-size: 12px;
    }
    /* New Flow - PPC end */
}
/* New Flow - PPC */
@media only screen and (min-width:767.5px) and (max-width:1023.5px){
    .redeem-policy-section .redeem-policy-ullist{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media only screen and (min-width:1023.5px) and (max-width:1500.5px){
    .redeem-policy-section .redeem-policy-ullist{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* New Flow - PPC end */
@media only screen and (min-width:1023.5px) and (max-width:1200px){
    .redeem-card-section .redeem-card-maindiv{
        grid-template-columns: 1fr 1fr 1fr; 
        gap: 15px;
    }
}

@media only screen and (max-width:667.5px){
    .redeem-card-section .redeem-card-maindiv{
        grid-template-columns: 1fr;
    }
    .redeem_plan_popup .popup-content{
        width: 90%;
        padding: 1rem;
        top: 15%;
    }
    .redeem_plan_popup .close{
        right: 16px;
        top: 16px;
    }
    .redeem-info-div{
        padding: 10px 10px;
    }
    .redeem-info-div .redeem-info-user{
        font-size: 18px;
    }
    .redeem-info-div .redeem-text-label{
        font-size: 15px;
    }
    .redeem-info-div .redeem-plan-div{
        padding-top: 20px;
    }
    .redeem-info-div .redeem-text-content {
        font-size: 15px;
    }
    .redeem-confirmation-div{
        margin: 30px 0px;
    }
    .redeem_plan_popup .popup_redeem_btns{
        margin-top: 30px;
        gap: 15px;
    }
    .redeem-checkdevice-title{
        font-size: 15px;
    }
}
@media only screen and (min-width:668px) and (max-width:1023.5px){
    .redeem-card-section .redeem-card-maindiv{
        grid-template-columns: 1fr 1fr; 
        gap: 15px;
    }
}
@media only screen and (min-width:724.5px) and (max-width:767.5px){
    .redeem-card-section .redeem-card-maindiv{
        gap: 15px;
    }
}


.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: auto;
}

.loader-page {
    border: 8px solid #f3f3f3;
    border-top: 8px solid red;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

.loader-message {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

