.swal2-popup {
    background: #040c16 !important;
    border: 1px solid rgba(0, 229, 255, 0.32);
    color: #ffffff !important;
}

.swal2-title,
.swal2-html-container {
    color: #ffffff !important;
}

.swal2-confirm {
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.28), rgba(0, 50, 78, 0.96)) !important;
    border: 1px solid #00e5ff !important;
    color: #ffffff !important;
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.18);
}

.swal2-cancel {
    background: rgba(183, 200, 214, 0.14) !important;
    border: 1px solid rgba(183, 200, 214, 0.38) !important;
    color: #ffffff !important;
}
