.tabs.svelte-1uw5tnk {
    position: relative
}

.hide.svelte-1uw5tnk {
    display: none
}

.tab-nav.svelte-1uw5tnk {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color-primary)
}

button.svelte-1uw5tnk {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-color: transparent;
    border-bottom: none;
    border-top-right-radius: var(--container-radius);
    border-top-left-radius: var(--container-radius);
    padding: var(--size-1) var(--size-4);
    color: var(--body-text-color-subdued);
    font-weight: var(--section-header-text-weight);
    font-size: var(--section-header-text-size)
}

button.svelte-1uw5tnk:disabled {
    color: var(--body-text-color-subdued);
    opacity: .5;
    cursor: not-allowed
}

button.svelte-1uw5tnk:hover {
    color: var(--body-text-color)
}

.selected.svelte-1uw5tnk {
    border-color: var(--border-color-primary);
    background: var(--background-fill-primary);
    color: var(--body-text-color)
}

.bar.svelte-1uw5tnk {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 999;
    background: var(--background-fill-primary);
    width: 100%;
    height: 2px;
    content: ""
}