<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    /*background-color: #0f72e5;*/
}
.popup{
    background-color: #ffffff;
    width: 50%;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center; border: 1px solid #c5c5c5; z-index: 11;
}
.popup button{
    display: block;
    margin:  -32px -33px 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer; float: right;
    width: 20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
/*a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}*/

@media (max-width: 768px) {
    .popup {
        width: 95%;
        padding: 0px;
    }
    .blog-slider-active &gt; .slick-list {
        margin: 0px;
    }
    .popup .clearfix {
        line-height: 10px;
    }
    .popup #close{
        position: absolute;
        right: -4px;
        top: -37px;
        margin: 0;
    }
    .popup .tm-slider-arrow-next{
        /* display: block; */
        right: 24px;
    }
}

</pre></body></html>