/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5byp5bmdlc] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5byp5bmdlc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/BusinessDevelopment/BusinessDevelopmentWidget.razor.rz.scp.css */
.bizdev-section-row[b-jjhnwerp9s] {
    margin-bottom: 8px;
}

.bizdev-section-name[b-jjhnwerp9s] {
    flex: 1;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 60px);
}

.bizdev-percentage-chip[b-jjhnwerp9s] {
    min-width: 48px;
    height: 20px;
    font-size: 0.7rem;
    margin: 0;
    padding: 0 6px;
}

[b-jjhnwerp9s] .bizdev-percentage-chip .mud-chip-content {
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .bizdev-section-name[b-jjhnwerp9s] {
        font-size: 0.7rem;
        max-width: calc(100% - 50px);
    }
    
    .bizdev-percentage-chip[b-jjhnwerp9s] {
        min-width: 42px;
        font-size: 0.65rem;
    }
}
/* /Components/Pages/BusinessDevelopment/MetricDetail.razor.rz.scp.css */
/* Make chart data points visible */
[b-2j5iaetlza] .mud-chart-line circle {
    fill: var(--mud-palette-primary) !important;
    stroke: white !important;
    stroke-width: 2px !important;
    r: 5 !important;
}

[b-2j5iaetlza] .mud-chart-line path.mud-chart-line-path {
    stroke: var(--mud-palette-primary) !important;
    stroke-width: 3px !important;
}
/* /Components/Shared/TenantSwitcher.razor.rz.scp.css */
[b-tqdmpjbh7h] .tenant-switcher .mud-input,
[b-tqdmpjbh7h] .tenant-switcher .mud-input-slot,
[b-tqdmpjbh7h] .tenant-switcher .mud-select-input {
    color: white !important;
}

[b-tqdmpjbh7h] .tenant-switcher .mud-icon-root {
    color: rgba(255,255,255,0.8) !important;
}

[b-tqdmpjbh7h] .tenant-switcher .mud-input-underline:before,
[b-tqdmpjbh7h] .tenant-switcher .mud-input-underline:after {
    border-color: rgba(255,255,255,0.4) !important;
}
