/* Ensure the modal is properly displayed */
.swal2-popup {
    font-size: 16px !important;
    width: 400px !important; /* Adjust width */
    max-width: 90% !important;
    border-radius: 10px;
}

/* Customize the title */
.swal2-title {
    font-weight: bold;
    font-size: 20px;
    color: #002349;
}

/* Style the confirm button */
.swal2-confirm {
    background-color: #002349 !important;
    color: white !important;
    border-radius: 5px !important;
    padding: 8px 20px !important;
}

/* Adjust text container */
.swal2-html-container {
    font-size: 14px;
    color: black;
    text-align: center;
}

/* Fix hidden popups issue */
.swal2-container {
    z-index: 9999 !important;
}
