/* /Components/SekmeKonteyner.razor.rz.scp.css */
.omni-sekme-bar[b-j87xyans0a] {
    display: flex;
    align-items: stretch;
    gap: 0;
    background-color: var(--mud-palette-background-grey);
    border-bottom: 1px solid var(--mud-palette-divider);
    overflow-x: auto;
    flex-wrap: nowrap;
    min-height: 40px;
    padding: 0 8px;
    user-select: none;
}

.omni-sekme[b-j87xyans0a] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-right: 1px solid var(--mud-palette-divider);
    background-color: transparent;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: background-color 0.15s ease, color 0.15s ease;
    min-width: 140px;
    max-width: 240px;
}

.omni-sekme:hover[b-j87xyans0a] {
    background-color: var(--mud-palette-action-default-hover);
    color: var(--mud-palette-text-primary);
}

.omni-sekme--aktif[b-j87xyans0a] {
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-surface);
    font-weight: 600;
}

.omni-sekme--aktif[b-j87xyans0a]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--mud-palette-primary);
}

.omni-sekme__ikon[b-j87xyans0a] {
    font-size: 16px;
    flex-shrink: 0;
}

.omni-sekme__baslik[b-j87xyans0a] {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    /* "Sağ tık menüsü var" hint'i — abbr[title] benzeri noktalı alt çizgi.
       Daima hafif görünür, hover'da belirginleşir; title attribute browser tooltip'ini
       açar. Sürüm 1.0 + 1.1'de kullanıcılar sağ tık özelliğini keşfedemediği için eklendi. */
    border-bottom: 1px dotted rgba(127, 127, 127, 0.35);
    padding-bottom: 1px;
    transition: border-bottom-color 0.15s ease;
}

.omni-sekme:hover .omni-sekme__baslik[b-j87xyans0a] {
    border-bottom-color: rgba(127, 127, 127, 0.7);
}

.omni-sekme__kapat[b-j87xyans0a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.15s ease, background-color 0.15s ease;
    flex-shrink: 0;
}

.omni-sekme__kapat:hover[b-j87xyans0a] {
    opacity: 1;
    background-color: var(--mud-palette-action-default-hover);
}

.omni-sekme__kapat[b-j87xyans0a]  .mud-icon-root {
    font-size: 14px !important;
}

.omni-sekme-yeni[b-j87xyans0a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    cursor: pointer;
    color: var(--mud-palette-text-secondary);
    transition: background-color 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.omni-sekme-yeni:hover[b-j87xyans0a] {
    background-color: var(--mud-palette-action-default-hover);
    color: var(--mud-palette-text-primary);
}
