.bottom-nav{z-index:1;background-color:#fff;border-top:1px solid #ebebeb;justify-content:space-between;width:100%;height:64px;transition:transform .3s;display:flex;position:fixed;bottom:0;right:0;transform:translateY(0%)}.bottom-nav.hidden{transform:translateY(100%)}.bottom-nav-item{cursor:pointer;flex-direction:column;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%;transition:background-color .3s;display:flex}.bottom-nav-item-title{margin-top:4px;margin-bottom:0;font-size:12px}
