body.swal2-height-auto {
    height: 100% !important;
}
body.swal2-toast-shown .swal2-container {
    width: 450px !important;
}

/* 
.swal2-backdrop-show-more-blur {
    background: rgb(0 0 0 / 10%)!important;
    backdrop-filter: blur(1px)!important;
} */

.h-swal2-popup {
    width: 23rem !important;
    min-height: 25rem !important;
    height: auto !important;
    box-sizing: content-box;
    border-radius: 1.3rem!important;
    padding: 22px!important;
}
.swal2-close {
    box-shadow: none !important;
    position: absolute;
    /* top: -10px;
    right: -10px; */
}
.swal2-html-container {
    margin: 0 2px 0 0 !important;
}
.swal2-html-container-invalid-acl {
    margin: 0 !important;
}
.swal2-popup.swal2-toast {
    border-radius: 0.3rem !important;
    border-left: 5px solid #dc3545;
    /* background-color: #f8d7da !important; */
    z-index: 9999 !important;
}
.swal2-popup-custom-bg {
    background-color: #1a3351 !important;
    font-size: 14px !important;
}
.success-box {
    color: #c9c9c9;
    overflow: hidden;
    font-size: 14px;
}
.success-box h4 {
    font-size: 20px;
}
.account-detail-box {
    overflow: hidden;
    font-size: clamp(12px, 14px, 14px);
}
.error-box div:nth-last-child(even) {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}
.error-box div:nth-last-child(even) i {
    font-size: xxx-large;
    color: #dc3545;
}
/* .error-box div:nth-last-child(odd) p{
    text-align: justify;
} */
.swal2-popup-expiretime, .swal2-popup-invalid-acl-mobile {
    min-height: auto !important;
}
.sessionExpiredText {
    color: #1a3351 !important;
}
.swal2-timer-progress-bar-container {
    display: none !important;
}
.overlay::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: no-repeat rgb(0 0 0 / 10%)!important;
    //background: no-repeat #000000;
    /*opacity: 0.4;*/
    z-index: 999 !important;
}





.swal2-popup-certificate {
    width: 56.25rem !important;
    min-height: 28.125rem !important;
    height: auto !important;
    box-sizing: content-box;
    border-radius: 1.3rem!important;
    padding: 22px!important;
    background-color: transparent !important;
    margin-top: 40px !important;
}

.swal2-close-certificate {
    color: #ffffff !important;
    background-color: #6c757d !important;
    border-radius: 50% !important;
    font-size: 2rem !important;
    right: 25px !important;
}

.z-index-9999 {
    z-index: 9999 !important;
}