@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Report/ReportNavLink.razor.rz.scp.css */
[b-8vns5xcwl1] .report-nav-link {
    width: 100%;
    color: inherit;
    align-items: center;
    text-decoration: none;
    display: flex;
}

[b-8vns5xcwl1] .fluent-nav-icon:not(fluent-menu-item) {
    min-width: 20px;
}

[b-8vns5xcwl1] .report-nav-link.disabled:not(fluent-menu-item, a) {
    color: var(--neutral-foreground-rest) !important;
    opacity: var(--disabled-opacity);
    cursor: not-allowed;
    pointer-events: none;
}


[b-8vns5xcwl1] a.disabled .content-region {
    opacity: var(--disabled-opacity);
}


[b-8vns5xcwl1] .report-nav-link.disabled .fluent-nav-icon {
    fill: var(--neutral-foreground-rest) !important;
    opacity: var(--disabled-opacity);
}

[b-8vns5xcwl1] report-nav-text {
    margin-inline-start: calc(var(--design-unit)* 2px + 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
}

[b-8vns5xcwl1] .report-page-nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: calc(100% - (var(--design-unit)* 2px) - 10px);
    margin-inline-start: calc(var(--design-unit)* 2px);
    padding-inline-start: 28px;
}

[b-8vns5xcwl1] .report-page-nav:hover {
    background: var(--neutral-fill-secondary-rest);
    cursor: pointer;
    border-radius: calc(var(--control-corner-radius)* 1px)
}

[b-8vns5xcwl1] .report-page-nav-text {
    width: calc(100% - 12px);
    line-height: 26px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-weight: 400;

}

[b-8vns5xcwl1] .report-page-nav-text.selected {
    color: var(--accent-fill-rest);
    font-weight: 600;
}
/* /Pages/CustomerAdmin/CreateCustomer.razor.rz.scp.css */
.create-customer-page-title[b-24cz8nivip] {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
