.tabs_container__aVI5P{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.tabs_tabs__n1se9{display:grid;flex:1 1;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;height:55px;margin:0 auto;padding:8px 10px;background:var(--background);border-radius:100px}.tabs_helpButton__2pZ1n{display:flex;margin-right:-6px;margin-left:-6px;padding:6px;color:#2570ff;background:transparent;border:none;opacity:.85;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tabs_helpButton__2pZ1n svg{width:22px;height:22px}.tabs_tab__dfHnc{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:var(--primary-text);background:var(--background);border:none;border-radius:100px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tabs_tab__dfHnc.tabs_selected__XdTkG{font-weight:600;color:#fff;background:#2570ff}.tabs_tab__dfHnc.tabs_disabled__DYRHi{opacity:.4;cursor:not-allowed}.tabs_container__aVI5P.tabs_foreground___kp8N .tabs_tab__dfHnc:not(.tabs_selected__XdTkG),.tabs_container__aVI5P.tabs_foreground___kp8N .tabs_tabs__n1se9{background:var(--foreground)}.tabs_arrow__mlDjS{position:absolute;width:16px;height:16px;pointer-events:none}.tabs_typeDisabledTooltip__lQx7L{--tooltip-bg:#f5f5f5;--tooltip-border-color:#d0e8ff;width:max-content;max-width:400px;font-size:90%;color:var(--primary-text);background:var(--tooltip-bg);border:1px solid var(--tooltip-border-color);border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.tabs_typeDisabledTooltip__lQx7L .tabs_tooltipContent__dA889{position:relative;padding:4px 8px;background:var(--tooltip-bg);border-radius:4px}.tabs_typeDisabledTooltip__lQx7L .tabs_arrow__mlDjS{background:var(--tooltip-bg);border:1px solid var(--tooltip-border-color)}@media(max-width:600px){.tabs_typeDisabledTooltip__lQx7L{max-width:90vw}}.dark-mode .tabs_typeDisabledTooltip__lQx7L{--tooltip-bg:#2a2a2a;--tooltip-border-color:#173f85;box-shadow:0 2px 4px hsla(0,0%,100%,.1)}.dark-mode .tabs_helpList__DKwT9{--list-circle-color:#ccc}.tabs_helpList__DKwT9{--list-circle-color:#333;display:flex;flex-direction:column;gap:4px;list-style-type:none}.tabs_helpList__DKwT9 li{position:relative;padding-left:8px}.tabs_helpList__DKwT9 li:before{content:"";position:absolute;top:7px;left:0;width:4px;height:4px;background-color:var(--list-circle-color);border-radius:50%}