.side-bar {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 55px;
    bottom: 0;
    width: 73px;
    max-height: 250px;
    padding-left: 5px;
   
}
.side-btn {
width: 65px;
height: 75px;
font-size: 9px;
text-align: center;
border: none;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}
.side-btn:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}
.side-icon {
 height: 25px;
}

