/* Fix SweetAlert Font to Match Theme */
.swal2-popup {
    font-family: inherit !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
}

.swal2-title {
    font-size: 1.25rem !important;
    font-weight: 525 !important;
    color: #1e293b !important;
}

.swal2-html-container {
    font-size: 0.95rem !important;
    color: #64748b !important;
}

/* Tombol Konfirmasi SweetAlert (Match Brand Color) */
.swal2-styled.swal2-confirm {
    background-color: #3b82f6 !important;
    /* brand-500 */
    border-radius: 0.5rem !important;
    padding: 10px 24px !important;
    font-weight: 525 !important;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5) !important;
}

/* Tombol Batal SweetAlert */
.swal2-styled.swal2-cancel {
    background-color: #ef4444 !important;
    /* red-500 */
    border-radius: 0.5rem !important;
    padding: 10px 24px !important;
    font-weight: 525 !important;
}