/* Ümumi UI üslubları */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.sidebar-item { transition: all 0.2s ease-in-out; }
.sidebar-item:hover { background-color: rgba(255, 255, 255, 0.05); color: #ffffff; }
.sidebar-active {
  background-color: #4f46e5;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.2), 0 2px 4px -1px rgba(79, 70, 229, 0.1);
}

.collapse-content { display: none; }
.collapse-content.show { display: block; }
.rotate-icon { transform: rotate(180deg); }

/* Cədvəllər üçün üfüqi sürüşmə ehtiyatı */
.table-wrapper { overflow-x: auto; }

