:root{--v168-header-h:68px}
.workstation-layout{min-height:calc(100dvh - var(--v168-header-h))!important}
.workstation-sidebar{
  position:sticky!important;
  top:var(--v168-header-h)!important;
  height:calc(100dvh - var(--v168-header-h))!important;
  min-height:calc(100dvh - var(--v168-header-h))!important;
  max-height:calc(100dvh - var(--v168-header-h))!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  align-self:start!important;
}
.workstation-sidebar .menu-title{cursor:pointer}
.workstation-sidebar .navbtn.v167-group-collapsed{display:block!important}
@media(max-width:820px){
  .workstation-sidebar{
    position:relative!important;top:auto!important;height:auto!important;
    min-height:0!important;max-height:none!important;overflow:visible!important
  }
}
