:host,:root{--xzx-sidebar-width:103px;--xzx-sidebar-active-background:transparent}.xzx-sidebar{overflow-y:auto;width:var(--xzx-sidebar-width);-webkit-overflow-scrolling:touch;background-color:var(--xzx-sidebar-active-background)}:host,:root{--xzx-sidebar-font-size:var(--xzx-text-base);--xzx-sidebar-line-height:24px;--xzx-sidebar-text-color:var(--xzx-text-gray-1);--xzx-sidebar-disabled-text-color:var(--xzx-text-gray-4);--xzx-sidebar-padding:16px;--xzx-sidebar-background:var(--xzx-gray-1);--xzx-sidebar-selected-font-weight:bold;--xzx-sidebar-selected-text-color:var(--xzx-color-primary);--xzx-sidebar-selected-border-width:3px;--xzx-sidebar-selected-border-height:14px;--xzx-sidebar-selected-border-color:var(--xzx-color-primary);--xzx-sidebar-selected-background:transparentize();--xzx-sidebar-selected-border-radius:var(--xzx-br-md)}.xzx-sidebar-item{background-color:var(--xzx-sidebar-background);box-sizing:border-box;color:var(--xzx-sidebar-text-color);display:block;font-size:var(--xzx-sidebar-font-size);line-height:var(--xzx-sidebar-line-height);overflow:hidden;padding:var(--xzx-sidebar-padding);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xzx-sidebar-item__text{word-break:break-all}.xzx-sidebar-item--front{border-radius:0 0 var(--xzx-sidebar-selected-border-radius) 0}.xzx-sidebar-item--back{border-radius:0 var(--xzx-sidebar-selected-border-radius) 0 0}.xzx-sidebar-item--select{color:var(--xzx-sidebar-selected-text-color);font-weight:var(--xzx-sidebar-selected-font-weight)}.xzx-sidebar-item--select,.xzx-sidebar-item--select:active{background-color:var(--xzx-sidebar-selected-background)}.xzx-sidebar-item--select:before{background-color:var(--xzx-sidebar-selected-border-color);border-radius:var(--xzx-br-round);content:"";height:var(--xzx-sidebar-selected-border-height);left:0;position:absolute;top:50%;transform:translateY(-50%);width:var(--xzx-sidebar-selected-border-width)}.xzx-sidebar-item--disabled{color:var(--xzx-sidebar-disabled-text-color);cursor:not-allowed}.xzx-sidebar-item--disabled:active{background-color:var(--xzx-sidebar-background)}