.js-chili-modals-container .red-fade-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.js-chili-modals-container .red-fade-overlay[style*="display: block"] {
    display: flex !important;
}

.red-modality {
    font-family: "Mulish", sans-serif !important;
    background: #FFFFFF !important;
    color: #000 !important;
    margin: 0 auto;
    max-width: min(100%, 760px);
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.red-modality .button {
    background: #000 !important;
    color: #fff !important;
}

.red-modality .button:hover {
    background: #615F60 !important;
}
