.tabbar-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;padding:16px 16px 0;background-color:#fff}.tabbar-container .tabbar-item{padding:8px 12px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#1b2337;background-color:#f3f4f9;font-size:14px;line-height:18px;font-weight:400;white-space:nowrap;border-radius:10px}.tabbar-container .tabbar-item.is-active{color:#0773fc;background-color:#e6f1ff;font-weight:600}