:host,:root{--xzx-tabs-default-color:var(--xzx-color-primary);--xzx-tabs-line-height:44px;--xzx-tabs-card-height:30px;--xzx-tabs-nav-background:var(--xzx-color-white);--xzx-tabs-bottom-bar-width:16px;--xzx-tabs-bottom-bar-height:3px;--xzx-tabs-bottom-bar-color:var(--xzx-color-primary);--xzx-tabs-content-padding:12.5px 16px}.xzx-tabs{position:relative}.xzx-tabs__wrap{overflow:hidden}.xzx-tabs__wrap--page-top{position:fixed}.xzx-tabs__wrap--content-bottom{bottom:0;top:auto}.xzx-tabs__nav{background:var(--xzx-tabs-nav-background);display:flex;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xzx-tabs__nav--complete{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.xzx-tabs__nav--complete::-webkit-scrollbar{display:none}.xzx-tabs__nav--line{box-sizing:content-box;height:100%}.xzx-tabs__nav--card{border:var(--xzx-border-width) solid var(--xzx-tabs-default-color);border-radius:var(--xzx-radius-sm);box-sizing:border-box;height:var(--xzx-tabs-card-height);margin:0 var(--xzx-padding-md)}.xzx-tabs__nav--card--shrink{display:inline-flex}.xzx-tabs__line{background:var(--xzx-tabs-bottom-bar-color);border-radius:var(--xzx-tabs-bottom-bar-height);bottom:0;height:var(--xzx-tabs-bottom-bar-height);left:0;position:absolute;width:var(--xzx-tabs-bottom-bar-width);z-index:1}.xzx-tabs__track{display:flex;height:100%;position:relative;width:100%;will-change:left}.xzx-tabs__content{padding:var(--xzx-tabs-content-padding)}.xzx-tabs__content--animated{overflow:hidden}.xzx-tabs--line .xzx-tabs__wrap{height:var(--xzx-tabs-line-height)}.xzx-tabs--card>.xzx-tabs__wrap{height:var(--xzx-tabs-card-height)}