/* RESET SWEETALERT BUTTON VARIABLES */
:root {
    --swal2-confirm-button-background-color: initial !important;
    --swal2-confirm-button-color: initial !important;
}

/* FORCE CONFIRM BUTTON VISIBLE */
.swal2-confirm {
    background-color: #2e7d32 !important;        /* Green button */
    color: #ffffff !important;                   /* White text */
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 0.6rem 1.4rem !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* HOVER */
.swal2-confirm:hover {
    background-color: #1b5e20 !important;
}

/* CANCEL BUTTON */
.swal2-cancel {
    background-color: #9e9e9e !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 0.6rem 1.4rem !important;
}

/* POPUP FIX */
.swal2-popup {
    border-radius: 1rem !important;
    background-color: #ffffff !important;
}

/* TEXT FIX */
.swal2-title {
    color: #2e7d32 !important;
    font-weight: 700 !important;
}
