.tree-link:focus,
.tree-link.active {
  color: black;
  background-color: #f9fafb;
}

.tree-link:hover,
.tree-group-link:hover {
  background-color: #f8f9fa;
}

.no-transition {
  transition: none !important;
}

li > a{
  color: #363636 !important;
  font-weight: bold !important;
  text-decoration: none;
}
