/*------------------------Popup------------------*/
.decline_popup{ background-color: #fefefe;
 border: 1px solid grey;    
max-width: 41vw; position: absolute; top: 0;display: flex;
    justify-content: center;
    align-items: center;    z-index: 999;    margin: 2vw auto;
    left: 0;
    right: 0;    padding:20px;    
    box-shadow: rgba(0, 0, 0, 0.7) 1.95px 1.95px 2.6px;}
.flt-left{ width: 50%;}
.flt-right{ width: 50%;    margin-left: 20px;text-align: center;font-size: 2vw;}
.dec-pop-main{     width: 100%;
    background: rgb(0 0 0 / 80%);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100%;}
.flt-right p{     font-family: Poppins,sans-serif!important;     font-size: 2vw;}
a#noThanks2 {
    position: absolute;
    top: -11px;
    right: -11px;
    background: #3a3838;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 2;
    font-weight: bold;
     text-decoration: none;
}
#popover-exit {
    background: #fff url("https://assets.checkoutchamp.com/Funnel/assets/images/20887852-93bb-4536-8005-a442bc17b003/548b0a31-4345-40bb-b337-8631d992b8e9/v2-6-bg.jpg") top center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-uphead {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
a#noThanks{ width:100%} 
#pop-box-exit {
    max-width: 34vw;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    transition: opacity 500ms, top 500ms;
    transition-delay: 250ms;
}

span, label, a {
    display: inline-block;
}

#app_common_modal_close, #error_handler_overlay_close {
   position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30;
    height: 30;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.9;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.buy-btn{     width: auto;
    display: inline-block;
    background: #1962a5;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 18px;
    font-size: 24px;
    color: #fff;}


@media screen and (max-width: 1024px){
span, label, a{
    display:initial;
}
   .decline_popup{ 
        max-width: 90vw;
        padding: 10px;
        display: block; 
    }
        .flt-left {
        width: 100%;
    } 
    .flt-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .flt-right p {
        font-family: Poppins,sans-serif!important;
        font-size: 3.5vw; 
    }
    .row-reverse{ flex-direction: row-reverse;}
a.what-is{     margin: 0px 0 0 10px;}
}

@media screen and (max-width: 640px){
.flt-left{     width: 60%;
    margin: 0px auto;}
.flt-right p{     font-size: 24px;}


}

/*---------------------End Popup -------------------*/
