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