.sidebar{
    width: 70px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    bottom: 0;
    left: 0;
    top: 56px;
    border-right:1px solid rgb(248, 246, 246) ;
}
.side-icon-button{
    height: 75px;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.side-icon-button img{
    width: 25px;
}
.side-icon-button p{
    font-size: 10px;
}
.side-icon-button:hover{
    background-color: rgb(227, 227, 227);
}