@import '_content/Agilis.Shared/Agilis.Shared.l7tlfv04bd.bundle.scp.css';

/* /Components/HubLinkCard.razor.rz.scp.css */
/* The anchor is layout-only; the MudPaper inside carries the look. */
.pb-hub[b-t8c4de483c] {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.pb-hub:hover[b-t8c4de483c]  .mud-paper {
    box-shadow: var(--mud-elevation-4);
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Fixed bottom tab bar — phones only (the app bar's links take over from sm up). Thumb-reachable,
   and every top-level destination is one tap away. */
.pb-tabbar[b-pz2j12axcl] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 -2px 8px rgb(0 0 0 / 8%);
    padding-bottom: env(safe-area-inset-bottom);
}

.pb-tab[b-pz2j12axcl] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: .45rem 0 .35rem;
    text-decoration: none;
    color: var(--mud-palette-text-secondary);
    font-size: .68rem;
    line-height: 1.2;
    text-align: center;
}

.pb-tab--active[b-pz2j12axcl] {
    color: var(--mud-palette-secondary);
    font-weight: 600;
}

/* Keep the last of the page clear of the bar. Matches the bar's height plus the safe area. */
@media (max-width: 599.98px) {
    .pb-content[b-pz2j12axcl] {
        padding-bottom: calc(3.5rem + env(safe-area-inset-bottom));
    }
}
/* /Pages/AcceptInvitePage.razor.rz.scp.css */
/* A form wants a readable column, not the full 900px the layout gives a content page — at that
   width a single-line input reads as a text area. */
.pb-wizard[b-8oe3rn46ge] {
    max-width: 560px;
    margin: 0 auto;
}
/* /Pages/AccountDetails.razor.rz.scp.css */
/* A readable column for a form, rather than the full width the layout gives a content page. */
.pb-account[b-e4oxnjy6gu] {
    max-width: 620px;
    margin: 0 auto;
}
/* /Pages/Home.razor.rz.scp.css */
/* The whole header row of a family card opens that person's page. Styled as a target rather than a
   link — a coloured, underlined name inside a card reads as decoration, not as a way through. */
.pb-person-link[b-dy6gn3trwq] {
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    margin: -.25rem;
    padding: .25rem;
    transition: background-color .12s ease-in-out;
}

.pb-person-link:hover[b-dy6gn3trwq] {
    background-color: var(--mud-palette-action-default-hover);
}
/* /Pages/HouseholdMemberPage.razor.rz.scp.css */
/* A readable column, rather than the full width the layout gives a content page. */
.pb-person[b-e6mwl2ossl] {
    max-width: 620px;
    margin: 0 auto;
}
