.sidebar{
    position: fixed;
    left: 0px;
    top: 55px;
    bottom: 0px;
    background-color: white;
    width: 72px;
    z-index: 200;
    padding-top: 5PX;
    
    
}
.sidebar-link
{
 
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column ;
  cursor: pointer;
  
} 
.sidebar-link:hover{
  background-color: rgb(234, 234, 232);
}
.sidebar-link img {
  height: 30px;
  margin-bottom: 5px;
}
.sidebar-link div{

  font-family: Roboto,Arial;
  font-size: 10px;

}
