/* ── Global Toast — dùng chung cho cả site và admin ── */
.swal2-toast {
    background: #1e293b !important;
    border-left: 5px solid #10b981 !important;
    border-radius: 10px !important;
    padding: 10px 18px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
    width: auto !important;
    max-width: 380px !important;
}
.swal2-toast .swal2-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-left: 8px !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
}
.swal2-toast .swal2-icon {
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    font-size: 13px !important;
    border-width: 2px !important;
    flex-shrink: 0 !important;
}
.swal2-toast .swal2-success-circular-line-left,
.swal2-toast .swal2-success-circular-line-right,
.swal2-toast .swal2-success-fix {
    background-color: transparent !important;
}
.swal2-toast .swal2-timer-progress-bar {
    background: #10b981 !important;
}
