<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dfppopup {
    position: absolute;
    background: rgba(0,0,0, .6);
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: all .3s linear 0s;
}

.dfppopup.hidden{
      display: none !important;
}

.dfppopup .interstial {
    margin: auto;
    padding: 0.25em 0.5em  0.5em 0.5em;
    border-radius: 25px;
}
.dfppopup .popclose {
    /* position: relative; */
    float: right;
    margin-right: 5%;
    margin-top: 1%;
    cursor:pointer;
    color:white;
}

.googlepop {
    margin: 30px;
    border: 1px solid white;
    box-shadow: 2px 2px rgba(255, 255, 255, 0.4);
}</pre></body></html>