.SDSTab{display:flex;height:48px;padding:0 24px;justify-content:center;align-items:center;border-radius:10px;background:var(--background-fill);color:var(--text-secondary);border:1px solid var(--background-fill);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.SDSTab:hover{background:var(--background-hover,var(--background-fill))}.SDSTab:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.SDSTab--selected,.SDSTab[data-selected=true],.SDSTab[data-selected]{background:var(--background-sidebar-selected);border:1px solid var(--brand-primary)}.SDSTab[data-disabled=true]{opacity:.5;cursor:not-allowed}.SDSTabGroup{width:-moz-fit-content;width:fit-content}.SDSTabGroup__list{display:flex;border-radius:var(--border-radius-auth-form);background:var(--background-fill);gap:0}.SDSTabGroup__list--horizontal{flex-direction:row}.SDSTabGroup__list--vertical{flex-direction:column}.SDSTabGroup__panel{margin-top:16px}.SDSTabGroup__panel:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:4px}.SDSTabGroup[data-orientation=vertical] .SDSTabGroup__list{flex-direction:column}.SDSTabGroup[data-orientation=horizontal] .SDSTabGroup__list{flex-direction:row}