.tabbar{left:0;bottom:0;width:100%;display:flex;z-index:1000;position:fixed;height:3.8125rem;align-items:center;text-decoration:none;background-color:var(--bg-0);border-top:.0625rem solid var(--border-200)}.tabbar .tabbar__content{column-gap:.25rem;padding:.625rem 1rem;justify-content:space-between}.tabbar .tabbar__content,.tabbar-item{width:100%;height:100%;display:flex;align-items:center}.tabbar-item{flex:1 1;justify-content:center;padding:.5rem 1rem;background-color:var(--bg-0);border-radius:var(--radius-s)}.tabbar-item:hover{background-color:var(--bg-0-hover)}.tabbar-item.active{background-color:var(--bg-100)}.tabbar-item .tabbar-item__icon svg{fill:var(--icon-500)}.tabbar-modal{width:100%;display:flex;padding:.75rem .5rem}.tabbar-modal .tabbar-modal__content{width:100%;display:flex;flex-direction:column}.base-layout_sidebar .sidebar{top:0;left:0;position:fixed;height:calc(var(--vh, 1vh)*100)}.base-layout_sidebar .base-layout__body{padding-left:17rem;height:calc(var(--vh, 1vh)*100)}.base-layout_sidebar.collapsed .sidebar{width:5rem;flex:0 0 5rem}.base-layout_sidebar.collapsed .base-layout__body{padding-left:5rem}.base-layout_tabbar .base-layout__body{height:calc(var(--vh, 1vh)*100 - 60px)}.base-layout .base-layout__body{display:flex;overflow-y:auto;row-gap:1.5rem;flex-direction:column;padding-bottom:3rem}