.side-bar{
    position: fixed;
    top:45px;
    left: 0;
    bottom: 0;
    background-color: white;
    width: 72px;
    z-index: 200;
    padding-top:15px;
    
   
}
.sidebar-link{
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}
.sidebar-link:hover{
    background-color: rgb(234, 232, 232);
    
}
.sidebar-link img{
    height: 25px;
    width: 24px;
}
.sidebar-link div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 6px;
}