<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* BASIC css start */
.bg-campaign-overlay {
    transform: none;
    background: transparent;
    position: fixed;
    padding: 0;
    z-index: 20000000;
    zoom: 1;
    -ms-overflow-style: none;
    overflow: hidden;
    width: auto;
    border-radius: 20px;
}
.bg-campaign-overlay.bg-dimmed {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 0px;
}
.bg-dimmed-layer {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.bg-campaign-container {
    height: auto;
    display: block;
    width: auto;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bg-campaign-panel {
    width: 400px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    overflow: auto;
    padding: 0;
    z-index: 30;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.1);

}

.bg-campaign-media-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #DCE0E8;
}

.bg-campaign-image {
    width: 400px;
    height: auto;
    max-height: 748px;
}

.bg-campaign-content-container {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    display: none;
    background: #ffffff;
}

.bg-campaign-button-container {
    width: 400px;
    height: 56px;
    display: table;
}

.bg-campaign-button {
    display: table-cell;
    width: 50%;
    height: 100%;
    min-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    color: #626871;
} 
.bg-campaign-close-timer-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.close-now {
    line-height: 30px;
    position:relative;
}

.close-now:after{
    content: "";
    background: #dce0e8;
    position:absolute;
    width: 1px;
    height: 100%;
    left:0;
    top:0;
}
/* BASIC css end */

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