<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-text-content {
    padding: 1rem;
}
#cart_popup_modal .modal-body, #cart_popup_modal_everywhere .modal-body {
    color: black!important;
    padding: 0;
}
#chat-application {
    z-index: 1!important;
}

#cart_popup_modal .modal-dialog, #cart_popup_modal_everywhere .modal-dialog {
    max-width: 830px;
    max-height: 80vh;
    margin: 0 auto;
}

#cart_popup_modal .modal-body, #cart_popup_modal_everywhere .modal-body {
    width: 800px;
    height: 80vh;
}

#cart_popup_modal .modal-content, #cart_popup_modal_everywhere .modal-content {
    width: 800px;
    height: 80vh;
}

@media (max-width: 850px) {
    #cart_popup_modal .modal-dialog, #cart_popup_modal_everywhere .modal-dialog {
        max-width: 100vh;
        max-height: 65rem;
    }

    #cart_popup_modal .modal-body, #cart_popup_modal_everywhere .modal-body {
        width: 100%;
        height: 65rem!important;
    }

    #cart_popup_modal .modal-content, #cart_popup_modal_everywhere .modal-content {
        min-height:unset;
        width: 100%;
        height: 65rem!important;
    }

}
</pre></body></html>