.Tabs-module__Kftrda__root{width:100%;position:relative}.Tabs-module__Kftrda__tabList{width:100%;padding-bottom:var(--tabs-padding-bottom,18px);justify-content:space-between;align-items:center;display:flex;position:relative}.Tabs-module__Kftrda__tabList:after{content:"";height:var(--tabs-track-height,10px);border-radius:var(--radius-sm);background:var(--gray-200);position:absolute;bottom:0;left:0;right:0}.Tabs-module__Kftrda__tabList:before{content:"";width:calc(100% / var(--tabs-count));height:var(--tabs-track-height,10px);border-radius:var(--radius-sm);background:var(--tabs-track-color,var(--color-primary));transform:translateX(calc(100% * var(--active-index)));z-index:1;transition:transform .16s;position:absolute;bottom:0;left:0}.Tabs-module__Kftrda__tabButton{-webkit-appearance:none;appearance:none;padding:var(--space-sm) 0;cursor:pointer;text-align:center;background:0 0;border:0;flex:1}.Tabs-module__Kftrda__tabButton:disabled{cursor:not-allowed;opacity:.6}