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