.TabPage .tabs-wrapper{justify-content:space-between;margin-bottom:20px;padding:16px 0 4px;display:flex}.TabPage .tabs-container{background:var(--base_color2);align-items:center;font-size:14px;font-weight:700;line-height:18px;display:flex}.TabPage .tabs-container .tab-header-lock{align-items:center;margin-top:1px;display:flex}.TabPage .tabs-container .tab-header-lock-icon{width:20px;height:20px;margin-bottom:1px;margin-right:1px}.TabPage .tabs-container .tab-header-lock-title{font-size:14px}.TabPage .tabs-container .notAllowed+.notAllowed{margin-left:32px}.TabPage .tabs-container .tab-link{color:var(--gray);align-items:center;display:flex}.TabPage .tabs-container .tab-link+.tab-link,.TabPage .tabs-container .tab-link+.notAllowed{margin-left:32px}.TabPage .tabs-container .tab-link:after{content:"";background:currentColor;width:0;height:2px;transition:width .2s .2s;position:absolute;top:calc(100% + 2px);left:0}.TabPage .tabs-container .tab-link.active{color:var(--color_primary_500);position:relative}.TabPage .tabs-container .tab-link.active:after{width:32px}.TabPage .tabs-container .tab-link.active .fake-header-lock-icon path{stroke:var(--color_primary_500)}@media (width<=428px){.TabPage .tabs-container{scrollbar-width:none;overflow-x:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.TabPage .tabs-container .tooltipped-multiline:after,.TabPage .tabs-container .tooltipped-multiline:before{display:none}}.TabPage .tabs-container::-webkit-scrollbar{display:none}
