/* Override SweetAlert2's body height adjustment */
body.swal2-height-auto {
    height: 100% !important; /* Or 100vh, initial, or your specific desired height */
}
