/* assets/css/toast-custom.css */
.toastify {
    font-family: 'Vazir', sans-serif !important;
    /* فونت فارسی */
    border-radius: 0.5rem !important;
    padding: 1rem !important;
}

/* استایل برای پیغام‌های موفقیت */
.toastify.success {
    background: linear-gradient(to right, #34d399, #10b981) !important;
    color: #fff !important;
}

/* استایل برای پیغام‌های خطا */
.toastify.error {
    background: linear-gradient(to right, #f87171, #ef4444) !important;
    color: #fff !important;
}

/* استایل برای پیغام‌های اطلاع‌رسانی */
.toastify.info {
    background: linear-gradient(to right, #60a5fa, #3b82f6) !important;
    color: #fff !important;
}