/* Sidebar text color fix */
.navbar-vertical .navbar-nav .nav-link {
  color: #000000 !important; /* Force black text color */
}

.sidenav .navbar-brand span,
.sidenav .nav-link-text,
.sidenav .nav-link span,
.sidenav .nav-item a {
  color: #000000 !important; /* Ensure all text in sidebar is black */
}

/* Ensure active links maintain visibility */
.navbar-vertical .navbar-nav .nav-link.active {
  font-weight: 600; /* Make active links bold for better visibility */
}
