/* mobile leftnav */
a.bg-white:hover {
  background-color: #fff !important;
  cursor: pointer;
}

.list-group-item-action:hover {
  color: #03a87c;
}

a.dropdown-toggle.active {
  color: #1771f5 !important;
  font-weight: bold;
}

.list-group-item.active {
  color: #1771f5;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.active:hover {
  background-color: #f8f9fa;
}