/* #adv-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index: 9999;
}

#adv-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);

   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
#remove-adv-btn {
    display: none;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    cursor: pointer;
}
#adv-body {
    text-align: center;
}

#adv-msg {
    font-size: 14pt;
}
#adv-video {
    max-width: 400px;
}
#close-msg {
    font-size: 12pt;
    color: #363636;
    margin-top: 0;
    margin-bottom: 0;
}
#timer {
    font-size: 14pt;
    font-weight: 700;
}

/* #close-adv {
    padding: 10px 20px;
    border: none;
    background: gray;
    color: #fff;
    border-radius: 6px;
    cursor: not-allowed;
} */

#close-adv.enabled {
    color: red;
    cursor: pointer;
}

@media (max-width: 500px){
	#close-msg {
        font-size: 11pt;
        color: #363636;
        margin-top: 0;
        margin-bottom: 0;
    }
}