.tab-selector{margin-bottom:12px;width:100%}.tab-selector .tab-button{width:100%;font-weight:700;text-transform:none}.tab-selector .tab-button.selected{background-color:var(--blue-primary);color:#fff}.tab-selector .tab-button .tab-icon{margin-right:4px}[data-theme=dark] .tab-selector{background-color:#212529;border:1px solid rgba(136,136,136,.4)}[data-theme=dark] .tab-selector .MuiButtonGroup-grouped:not(:last-of-type){border-right-color:rgba(136,136,136,.4)}[data-theme=dark] .tab-selector .tab-button:hover:not(.selected){background-color:#424649}[data-theme=light] .tab-selector{background-color:#f8f9fa;border:1px solid #d3d4d5}[data-theme=light] .tab-selector .MuiButtonGroup-grouped:not(:last-of-type){border-right-color:#d3d4d5}[data-theme=light] .tab-selector .tab-button:not(.selected){background-color:#f8f9fa}[data-theme=light] .tab-selector .tab-button:hover:not(.selected){background-color:#d3d4d5}