/* SweetAlert2 TailStack 风格自定义 */

/* Toast提示框始终显示在最上层 */
.swal2-container {
    z-index: 9999 !important;
}

.swal2-container.swal2-top-end {
    z-index: 9999 !important;
}

.swal2-popup {
    z-index: 10000 !important;
}

.swal2-toast {
    z-index: 10000 !important;
}

.swal2-confirm-gradient {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    font-weight: 600;
}

.swal2-cancel-gradient {
    background: #f1f5f9 !important;
    color: #64748b !important;
    font-weight: 600;
    border: 2px solid #e2e8f0;
}

.swal2-confirm-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4) !important;
}

.swal2-cancel-gradient:hover {
    background: #eef2ff !important;
    border-color: #6366f1;
    color: #6366f1 !important;
}

.swal2-popup {
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

.swal2-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.swal2-html-container {
    color: #64748b !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
