.sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    width: 64px;
    height: 100%;
    background-color: #ffffff;
    padding: 0 4px 0 4px;
}

.sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 64px;
    padding: 16px 0 14px 0;
    cursor: pointer;
}

.sidebar-item img {
    width: 24px;
    height: 24px;
}

.sidebar-item:hover {
    background-color: #f0f0f0;
    border-radius: 7px;
}   

.sidebar-text {
    font-size: 10px;
    margin-top: 5px;
}