/* ساختار کلی داشبورد */ .dashboard-layout { display: flex; height: 100vh; } #dashboard-sidebar { width: 250px; background: #f9fafc; border-right: 1px solid #e5e7eb; padding: 20px; } #dashboard-main { flex: 1; background: #ffffff; overflow-y: auto; padding: 30px; } /* حالت active در منوی سایدبار */ #dashboard-sidebar .menu-item.active > a { background-color: #eaf2ff; color: #2563eb !important; border-radius: 8px; font-weight: 600; } #dashboard-sidebar .menu-item > a { transition: all 0.2s ease; }