
/* SweetAlert2 z-index fix for offcanvas */
.swal-high-zindex {
    z-index: 99999 !important;
}
.swal-high-zindex .swal2-container {
    z-index: 99999 !important;
}
