﻿/* SweetAlert custom HyperDev IA */

.swal-popup {
    background: #020617;
    color: #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 0 80px rgba(99,102,241,.35);
}

.swal-title {
    font-size: 22px;
    font-weight: 700;
    color: #e5e7eb;
}

.swal-content {
    font-size: 15px;
    color: #cbd5f5;
}

.swal-confirm {
    margin-top: 24px;
    padding: 12px 28px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(90deg, #22d3ee, #6366f1);
    color: #020617;
}

.swal-toast-success {
    background: linear-gradient(90deg, #020617, #6366f1) !important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.swal-toast-title {
    font-size: 14px;
    font-weight: 600;
}

.swal-toast-icon {
    transform: scale(0.9);
}
