@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ouw50eeq2n.bundle.scp.css';

/* /Components/TabControl/TabHeader.razor.rz.scp.css */
.tab-button[b-apnttgc2av] {
    width: auto;
    height: auto;
    color: black;
}

.tab-button-active[b-apnttgc2av] {
    width: auto;
    height: auto;
    color: #005399;
}

.tab-indicator[b-apnttgc2av] {
    height: 4px;
    background-color: #005399;
    width: auto;
    border-radius: 2px;
    margin-top: 4px;
}
/* /Pages/Partner/PartnerTabs/Devices/DeviceInfoPage.razor.rz.scp.css */
/*изменение стилей fluent-ui именно в компоненте DeviceInfoPage*/
[b-u5zmx5gyl3] fluent-tabs::part(activeIndicator) {
    width: 90%;
    height: 2px;
    background: #005399;
}
[b-u5zmx5gyl3] fluent-accordion-item > .evenStyleItem::part(heading) {
    background: #D0D0D0;
    border-radius:8px;
}
[b-u5zmx5gyl3] fluent-accordion-item > .oddStyleItem::part(heading) {
    background: #fff;
    border-radius: 8px;
}
