
/* رفع مشکل sticky در bootstrap */
.container-fluid,
.row {
  overflow: visible !important;
}

/* ===== Desktop Sidebar ===== */
.sidebar {
  position: sticky;
  top: 41px; /* اگر هدر داری */-----------------------------------
  padding: 0;
  margin: 0;
  }

.menu-Title li {
  margin-bottom: 12px;
}

.menu-link-Title {
  display: block;
  padding-right: 16px;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.25s;
  font-size:14px;
}

.menu-link-Title.active {
  color: #2b74e1;
}

/* indicator */
.indicator {
  position: absolute;
  right: 0;
  width: 4px;
  height: 26px;
  background: #0d6efd;
  border-radius: 10px;
  transition: top 0.25s ease;
}

/* ===== Mobile Menu ===== */
.mobile-menu {
  position: absolute;
   z-index: 999;
  padding: 10px;
 }

.mobile-list-title {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: none;
}

.mobile-list-title li {
  border-bottom: 1px solid #eee;
}

.mobile-list-title a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #333;
}
.nav-level-1 { font-weight: bold; }
.nav-level-2 { margin-right: 10px; } /* برای فارسی margin-right */
.nav-level-3 { margin-right: 20px; font-size: 0.9em; }