ul.list-group{
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;

}

.branches-list{
  font-size: 0.75rem !important;
  padding: 2px 4px;
  border: none;
  margin-top: 0;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 5px 15px;
  margin: 10px 5px;
}

.branches-list span{
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 1px 10px;
  font-size: 0.55rem;
}

.branches-list p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

.branches-list:hover{
  background-color: var(--bgGrey);
  transform: scale(1.01);
}

.list-branch-name{
  font-size: 1rem;
}