.wand-tab-item{box-sizing:border-box;height:40px;line-height:40px;-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;padding:0 12px;text-align:center;font-size:16px;color:#2b313d}.wand-tab-item--selected{color:#3f86ff}.wand-tab-item--disabled{color:#c3c4ca}.wand-tab{position:relative;background-repeat:no-repeat;background-size:100% 1px;background-position:0 100%;background-image:-webkit-linear-gradient(bottom,#dadce0,#dadce0 50%,transparent 0);background-image:-webkit-linear-gradient(90deg,#dadce0,#dadce0 50%,transparent 0);background-image:linear-gradient(1turn,#dadce0,#dadce0 50%,transparent 0)}.wand-tab.wand-tab__right:after{position:absolute;content:"";right:-1px;top:0;bottom:0;width:28px;background:-webkit-linear-gradient(left,hsla(0,0%,100%,.25),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,.25),#fff)}.wand-tab__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;overflow-x:auto;overflow-y:hidden}.wand-tab__content::-webkit-scrollbar{display:none}.wand-tab__bar{position:absolute;bottom:0;width:24px;height:2px;background:#3f86ff}.wand-tab__bar--transition{-webkit-transition:right .5s cubic-bezier(.35,0,.25,1) .1s,left .5s cubic-bezier(.35,0,.25,1) .1s;transition:right .5s cubic-bezier(.35,0,.25,1) .1s,left .5s cubic-bezier(.35,0,.25,1) .1s}