/* Force hide all popup modals */
.popup_modal_wrap,
.v--modal,
.vue-modal,
.publicModal,
.v--modal-overlay,
.popup_overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Restore body scroll */
body.v--modal-block-scroll {
    overflow: auto !important;
}

body {
    overflow: auto !important;
}