.sidebar {
    background-color: white;
    position: fixed;
    top: 53px;
    left: 0;
    bottom: 0;
    width: 67px;
    display: flex;
    flex-direction: column;

    align-items: center;
    z-index: 2;
    padding-top: 10px;
}

.sidebar-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 74px;
    width: 67px;
    cursor: pointer;
}

.sidebar-element:hover {
    background-color: rgb(235, 235, 235);
}

.sidebar-element img {
    height: 24px;

}

.sidebar-element div {
    font-family: roboto, Arial;
    font-size: 10px;
    margin-top: 4px;
}