.sidebar{
  position: fixed;
  left: 0;
  background-color: white;
  bottom: 0px;
  top: 55px;
  width: 72px;
  z-index: 2;
  padding-top: 5px;
}


.sidebar-link {
 
  height: 74px;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.sidebar-link img{
  height: 24px;
  margin-bottom: 4px;
}

.sidebar-link:hover{
  background-color: lightgray;

}


.sidebar-link div {
  font-family: Roboto, Arial;
  font-size: 10px;

}

 