/* Styles for active sidebar links - only text color */
.active-sidebar-link svg {
  color: #2563eb; /* Blue color for the icon */
}

.active-sidebar-link span {
  color: #2563eb; /* Blue color for the text */
  font-weight: 500; /* Medium font weight */
}

/* Override hover styles when link is active */
.active-sidebar-link:hover svg {
  color: #2563eb; /* Keep the blue color on hover */
}

.active-sidebar-link:hover span {
  color: #2563eb; /* Keep the blue color on hover */
}
