<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc &gt; div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 550px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 3px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: white;
    /* border: 2px solid rgb(255, 80, 80); */
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    color: rgb(255, 80, 80);
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.3s;
}
.popupCloseButton:hover {
    background-color: rgb(255, 80, 80);
    color: white;
    /* border: 2px solid white; */
}

@media (max-width:800px){
    .hover_bkgr_fricc &gt; div {
        width: 90%;
    }
}</pre></body></html>