.bottom_bar_menu{
    display:flex;
    align-items:center;
    justify-content:space-around;
    width:100%;
    position:fixed;
    bottom:0;
    height:63px;
    background:#fff;
    /*border-top-left-radius:25px;*/
    /*border-top-right-radius:25px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index:99999;
}
.bottom_bar_margin{
    height:70px;
}
.bottom_bar_menu .bottom_var_icon{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:3px;
}
.bottom_bar_menu .bottom_var_icon span{
    font-size:12px;
    
}
.bottom_bar_menu .bottom_var_icon img{
    cursor:pointer;
    height:24px;
    transition:filter .2s;
} 
.bottom_bar_menu .bottom_var_icon.active img{
   /*filter: invert(1); */
}
/*.bottom_bar_menu .bottom_var_icon img:hover{*/
/*    filter: invert(.8);*/
/*    transition:filter .2s;*/
/*}*/