.tabsWrapper{display:flex;justify-content:center}.tabsWrapper .tabItems{display:flex;align-items:center}.tabsWrapper .tabItems .singleItem{position:relative;min-height:5rem;min-width:8rem;padding:0 1.4rem;font-weight:400;font-size:1.6rem;line-height:2.4rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.tabsWrapper .tabItems .singleItem:not(.active){cursor:pointer}.tabsWrapper .tabItems .singleItem.active{color:var(--primary)}.tabsWrapper .tabItems .singleItem.active:before{width:3.6rem;background:var(--primary)}.tabsWrapper .tabItems .singleItem:before{content:"";width:0;position:absolute;bottom:0;height:.2rem;border-radius:.2rem .2rem 0 0;background:rgba(0,0,0,0);transition:all .3s}