<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#chatFrameContainer {
    position: fixed;
    z-index: -1;
    display: block;
    visibility: visible;
    background: none transparent;
    overflow: hidden;
    opacity: 1;
    right: 35px;
    bottom: 75px;
}
#chat-container{
    right: 0;
    bottom: 0;
}
/* DESKTOP */
.desktop {
    right: 0;
}
#chatFrame{
    width: 270px;
}
.desktop-form-display {
    height: 600px !important;
    width: 360px !important;
    margin-top: 160px;
    margin-left: 90px;
}

/* MOBILE */
.mobile {
    bottom: 0;
    left: 10px;
    right: 10px;
}

.mobile-form-display {
    height: 85% !important;
    width: 85% !important;
}

.desktop {
    right: 160px;
    bottom: 0;
    border-radius: 4px;
}
@media (max-width: 767px){
    .desktop {
        right: 5px !important;
        height: 435px !important;
        bottom: 134px !important;
    }
    .btn-chat {
        bottom: 70px !important;
        right: 10px !important;
    }
    .btn-up {
        bottom: 15px !important;
    }
}
.mobile{
    right: 0;
}

#chatFrame{
    width: 360px !important;
}
</pre></body></html>