/* Active item text + icon white */
.nav li.active > a,
.active-parent {
  background: #007bff !important;
  color: #fff !important;
}

.nav li.active .sidebar-icon,
.active-parent .sidebar-icon {
  stroke: #fff !important;
}

/* Down arrow color */
.sidebar-arrow {
  stroke: #6c757d;
}

.active-parent .sidebar-arrow {
  stroke: #fff !important;
}
