.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #26437d !important;
    border-color: #26437d !important;
    border-radius: 0px;
    font-size: 18px;
}
.sidebar a {
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-radius: 0px;
}


.sidebar a{
  padding: 10px;
}
.sidebar{
  height: 320px !important;
  overflow-x: hidden;
}

/* Style the scroll bar */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #82b31c;
}

::-webkit-scrollbar-thumb {
  background: #26437d;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
