/* ✅ SweetAlert2 ธีมสีเข้ม */
.swal-dark-popup {
    background: rgb(71, 65, 65) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.swal-dark-title {
    color: #ffcc00 !important;
    font-weight: 700;
    font-family: 'Prompt', sans-serif;
}

.swal-dark-text {
    color: #ddd !important;
    font-size: 1rem;
    font-family: 'Prompt', sans-serif;
}

.swal2-confirm {
    background-color: blue !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-weight: 600;
}

.swal2-cancel {
    background-color: #444 !important;
    color: #fff !important;
}