/* /Layout/AppHeaderUtilities.razor.rz.scp.css */
.header-utilities[b-i40ex8fslc] {
    align-items: center;
    display: flex;
    gap: 0.25rem;
}

.profile-avatar-activator[b-i40ex8fslc] {
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    line-height: 0;
    outline-offset: 2px;
}

.profile-avatar-activator:focus-visible[b-i40ex8fslc] {
    outline: 2px solid var(--mud-palette-appbar-text);
}

.profile-avatar[b-i40ex8fslc] {
    border: 2px solid rgba(255, 255, 255, 0.72);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
    pointer-events: none;
}

.profile-avatar-image[b-i40ex8fslc] {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.profile-summary[b-i40ex8fslc] {
    align-items: center;
    display: flex;
    gap: 0.875rem;
    min-width: 17rem;
    padding: 1rem 1.25rem;
}

.profile-summary-avatar[b-i40ex8fslc] {
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
}

.profile-identity[b-i40ex8fslc] {
    min-width: 0;
}

.profile-name[b-i40ex8fslc] {
    font-weight: 600;
}

.profile-identity[b-i40ex8fslc]  .mud-typography {
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-section-label[b-i40ex8fslc] {
    display: block;
    padding: 0.6rem 1rem 0.25rem;
}

.logout-form[b-i40ex8fslc] {
    min-width: 100%;
    padding: 0.25rem 0.5rem 0.5rem;
}

.logout-form[b-i40ex8fslc]  .mud-button-root {
    justify-content: flex-start;
    padding-left: 0.75rem;
    text-transform: none;
}
/* /Layout/AppVersionLabel.razor.rz.scp.css */
.app-version-label[b-arqdpp5c24] {
    display: block;
    opacity: 0.75;
    padding: 0.75rem 1rem 0.25rem;
}

.app-version-label-centered[b-arqdpp5c24] {
    margin-top: 1.5rem;
    padding-inline: 0;
    text-align: center;
}
/* /Layout/HouseholdViewSelector.razor.rz.scp.css */
.household-view-selector-shell[b-ho8eptpi9j] {
    flex: 0 1 auto;
    max-width: min(100%, 32rem);
    min-width: 0;
}

.household-view-toggle-row[b-ho8eptpi9j] {
    align-items: center;
    display: flex;
    gap: 0.35rem;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.household-view-icon[b-ho8eptpi9j] {
    color: var(--mud-palette-appbar-text);
    flex: 0 0 auto;
}

.household-view-toggle[b-ho8eptpi9j] {
    flex: 0 0 auto;
}

.household-view-toggle[b-ho8eptpi9j]  .mud-toggle-group {
    flex-wrap: nowrap;
}

.household-view-toggle[b-ho8eptpi9j]  .mud-toggle-item {
    flex: 0 0 auto;
    white-space: nowrap;
}

.household-view-toggle[b-ho8eptpi9j]  .mud-toggle-item:not(.mud-selected) {
    color: var(--mud-palette-appbar-text);
    font-weight: 500;
}

.household-view-toggle[b-ho8eptpi9j]  .mud-toggle-item:hover:not(.mud-disabled):not(.mud-selected) {
    background-color: color-mix(in srgb, var(--mud-palette-appbar-text) 10%, transparent);
}

@media (max-width: 600px) {
    .household-view-selector-shell[b-ho8eptpi9j] {
        max-width: calc(100vw - 9.5rem);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.brand-link[b-2udd1ppsor] {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
    margin-left: 0.35rem;
    text-decoration: none;
}

.app-logo-mark[b-2udd1ppsor] {
    display: block;
    flex-shrink: 0;
    height: 32px;
    width: auto;
}

.app-brand-name[b-2udd1ppsor] {
    color: var(--mud-palette-appbar-text);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.global-app-bar[b-2udd1ppsor] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.signing-in-overlay[b-2udd1ppsor] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.signing-in-modal[b-2udd1ppsor] {
    border: 1px solid var(--mud-palette-lines-default);
    min-width: 16rem;
    text-align: center;
}

.content-shell[b-2udd1ppsor] {
    box-sizing: border-box;
    padding: 1.75rem 2rem;
    width: 100%;
}

@media (min-width: 1920px) {
    .content-shell[b-2udd1ppsor] {
        padding-inline: 2.5rem;
    }
}

@media (max-width: 600px) {
    .app-logo-mark[b-2udd1ppsor] {
        height: 28px;
    }

    .app-brand-name[b-2udd1ppsor] {
        font-size: 1.1rem;
    }

    .content-shell[b-2udd1ppsor] {
        padding: 1.25rem 1rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navigation-shell[b-2hwnpzqvco] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.navigation-menu[b-2hwnpzqvco] {
    flex: 1 1 auto;
    padding: 1rem 0.75rem;
}

.navigation-label[b-2hwnpzqvco] {
    display: block;
    padding: 0.5rem 1rem;
}
/* /Shared/Charts/StackedBarChartTooltip.razor.rz.scp.css */
.stacked-bar-chart-tooltip[b-ey6wcvepn8] {

    background: var(--stacked-bar-chart-tooltip-accent, darkgrey);

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: 4px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

    color: #fff;

    font-family: var(--mud-typography-default-family, Roboto, Helvetica, Arial, sans-serif);

    font-size: 12px;

    line-height: 1.35;

    padding: 5px 8px;

    white-space: nowrap;

    width: max-content;

}



.stacked-bar-chart-tooltip__title[b-ey6wcvepn8] {

    font-weight: 600;

}



.stacked-bar-chart-tooltip__value[b-ey6wcvepn8],

.stacked-bar-chart-tooltip__total[b-ey6wcvepn8] {

    margin-top: 2px;

}


/* /Shared/HouseholdViewScopeBanner.razor.rz.scp.css */
.household-view-banner[b-r1gratqafe] {
    margin-bottom: 0;
}

.household-view-banner[b-r1gratqafe]  .mud-alert-message {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
/* /Shared/InteractiveChartLegend.razor.rz.scp.css */
.interactive-chart-legend[b-422rp7auw6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: center;
    margin-top: 0.75rem;
}

.interactive-chart-legend__item[b-422rp7auw6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0.15rem 0.25rem;
    font: inherit;
    color: inherit;
    border-radius: 4px;
}

.interactive-chart-legend__item:hover[b-422rp7auw6] {
    background: var(--mud-palette-action-default-hover);
}

.interactive-chart-legend__item:focus-visible[b-422rp7auw6] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.interactive-chart-legend__marker[b-422rp7auw6] {
    --legend-color: var(--mud-palette-primary);
    flex: 0 0 auto;
    opacity: 1;
}

.interactive-chart-legend__item--hidden .interactive-chart-legend__marker[b-422rp7auw6],
.interactive-chart-legend__item--hidden .interactive-chart-legend__label[b-422rp7auw6] {
    opacity: 0.35;
}

.interactive-chart-legend__marker--circle[b-422rp7auw6] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--legend-color);
}

.interactive-chart-legend__marker--square[b-422rp7auw6] {
    width: 12px;
    height: 12px;
    background: var(--legend-color);
}

.interactive-chart-legend__marker--line[b-422rp7auw6] {
    width: 16px;
    height: 3px;
    border-radius: 1px;
    background: var(--legend-color);
}

.interactive-chart-legend__marker--triangle-up[b-422rp7auw6] {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid var(--legend-color);
    background: transparent;
}

.interactive-chart-legend__marker--triangle-down[b-422rp7auw6] {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--legend-color);
    background: transparent;
}

.interactive-chart-legend__label[b-422rp7auw6] {
    font-size: 0.8125rem;
    line-height: 1.2;
}
