/* Custom CSS for Admin Panel */
body {
    font-family: 'Vazirmatn', sans-serif;
}
.glass-effect {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}

/* Custom Progress Bar styles */
.progress-fill {
    transition: width 0.3s ease;
}
