﻿.sweetalert-container {
    z-index: 1000001 !important;
}


body:has(.sweetalert-container-backdrop):after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
}