.sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 72px;
    background-color: white;
    z-index: 200;

    
}

.sidebar-box {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sidebar-box:hover {
    background-color:rgb(235, 235, 235);
    cursor: pointer;
}

.sidebar-box img {
    height: 24px;
    margin-bottom: 5px;
}

.sidebar-box div {
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 10px;
}