<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uc-kompot-blur &gt; .uc-kompot-blur-plug {
    background-color: rgba(40,40,40, .85)!important;
    opacity: 1!important;
}

.uc-kompot-blur {
    backdrop-filter: blur(2px);
}

#rec603715134 {
    opacity: 0;
    position: fixed;
    bottom: -150px;
    width: 100%;
    z-index: 999;
    transition: .6s;
}

#rec603715134.visible {
    opacity: 1;
    bottom: 0;
    
}

.uc-kompot-blur, .uc-kompot-blur a {
    background-color: transparent!important;
}

.uc-kompot-blur a.active, .uc-kompot-blur a:hover {
    background-color: #39a1ff!important;
}</pre></body></html>