 
            *{
                box-sizing: border-box;
            }
            html{
                background: rgba(242, 241, 246, 1);
            }
            body {
                margin: 0;
                padding: 0;
                font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                background: rgba(242, 241, 246, 1);
            }


            .header{
margin-top: 40px;
margin-bottom: 12px;
                color: rgba(0, 0, 0, 1);
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                letter-spacing: 0%;
                text-align: center;
            }


            .container {
                max-width: 570px;
                padding: 0 16px;
                margin: 0 auto;
            }
    
            .notification-box {
                border-radius: 20px;
                background: rgba(255, 255, 255, 1);
                padding: 14px 16px 16px;
            }
            .logo{
height: 60px;
margin: 0 auto;
display: block;
margin-bottom: 8px;
            }
            .t1{
                color: rgba(223, 79, 62, 1);

margin-bottom: 12px;
                font-size: 20px;
                font-weight: 700;
                line-height: 24px;
                letter-spacing: 0%;
text-align: center;
            }
            .t1 span{
                vertical-align: bottom;
            }
            .t2{
                color: rgba(34, 34, 34, 1);

margin-bottom: 12px;
font-size: 14px;
font-weight: 400;
line-height: 18px;
                letter-spacing: 0%;
                text-align: left;
            }
            .button{
                border-radius: 50px;
                background: linear-gradient(180.00deg, rgba(97, 149, 247, 1),rgba(60, 125, 245, 1) 100%);
                color: rgba(250, 252, 252, 1);
                font-size: 16px;
                font-weight: 700;
                line-height: 18px;
                letter-spacing: 0%;
                text-align: center;
                padding: 16px 0;
                margin-top: 22px;
            }

            .timerb{
                border-radius: 20px;
                background: rgba(242, 241, 246, 1);
                margin-bottom: 12px;
                color: rgba(223, 79, 62, 1);
                font-size: 15px;
                font-weight: 400;
                line-height: 18px;
                letter-spacing: 0%;
                text-align: center;
padding: 10px 0;
                
                font-variant-numeric: tabular-nums;
                font-feature-settings: "tnum";
            }
            .tr{
                color: rgba(0, 0, 0, 1);
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 12px;
            }
            .s2{
                margin-top: 5px;
margin-bottom: 5px;
            }


@media (max-width: 525px) {
    .modal-content{ max-width: 300px }

}

.maina{color:inherit!important;text-decoration:none!important}
.popup{position:absolute;top:0;width:100%;height:100vh;background-color:#000;opacity: .6;}
.redirect{display:none;width:100%;height:100%;position:absolute;z-index:9999;display:none}
.modal{ position: absolute;top:40%;left:0;right:0;bottom: 0px; z-index: 99;  align-items: center; justify-content: center;  text-decoration: none; padding-bottom: 200px; }
.modal-content{ width: calc(100% - 70px);
max-width: 300px; border-radius: 15px; background: rgba(222, 222, 222, 1); animation: show 0.5s; transform: translateY(0); opacity: 1; margin: 0 auto; }
.modal-top{ padding: 20px 10px 15px; display: flex; flex-direction: column; align-items: center; text-align: center }
.modal-title{ color: #000; font-size: 17px; font-weight: 500; max-width: 252px }
.modal-text{ color: #282828;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px; }
.modal-btns{ display: flex; align-items: center; border-top: 0.5px solid rgba(0, 0, 0, .3) }
.modal-btn{ padding: 12px 0;
text-align: center;
color: #0079FA;
font-size: 18px; width: 100% }
.modal-btn:nth-child(2){ border-left: 0.5px solid rgba(0, 0, 0, .3) }
@media(min-width: 380px){
    .modal-title {
        font-size: 18px;
    }
    .modal-text{
        font-size: 15px;
        margin-top: 8px;
    }
    .modal-content{
        width: calc(100% - 60px);
max-width: 310px;
    }
    .header{
        margin-top: 42px;
margin-bottom: 14px;
font-size: 20px;
    }
    .logo{
        height: 68px;
    }
    .t1{
        font-size: 23px;
        margin-bottom: 14px;
    }
    .t2{
        font-size: 15px;
        margin-bottom: 14px;
    }
    .timerb{
        margin-bottom: 14px;
font-size: 16px;
    }
    .tr{
        font-size: 20px;
    }
    .s2{
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .button{
        font-size: 18px;
        margin-top: 25px;
        padding: 18px 0;
    }
}