.modal.fade {
    z-index: 1050;
}

.modal.fade .modal-backdrop {
    z-index: 1040;
    pointer-events: all;
}

.modal-over-modal {
    z-index: 1050;
}

.modal-over-modal + .modal-backdrop {
    z-index: 1040;
}

.right-modal {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    background-color: white;
    z-index: 1000;
}

.left-modal {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
}

.modal-backport {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 999;
    backdrop-filter: blur(2px)
}

.left-modal .modal-title,
.right-modal .modal-title {
    font-size: 32px;
    font-weight: bold;
}

.modal-padding {
    padding: 40px 50px 50px;
}

.right-modal h4, .left-modal h4 {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .side-modal {
        width: 100% !important;
    }
}

.full-width-sidebar-close-button {
    position: absolute;
    top: 3px;
    right: 10px;
}

.vfm {
    background: #22252952;
}