.side-bar{
    position: fixed;
    background-color: white;
    left: 0;
    bottom: 0;
    width: 72px;
    top: 55px;
    z-index: 200;
    padding-top: 5px;
}
.sidebar-link{
    background-color: white;    
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.sidebar-link img{
    height: 24px;
    margin-bottom: 5px;    
}
.sidebar-link:hover{
    background-color: rgb(240, 240, 240);
}
.sidebar-link div{
    
    font-size: 10px;
}