/* /Components/Account/Shared/AccountCultureSelector.razor.rz.scp.css */
.identity-language[b-8qfep2u0bf] {
    display: inline-flex;
    min-height: 2.6rem;
    align-items: center;
    gap: .2rem;
    padding: .25rem;
    border: 1px solid #dbe3ef;
    border-radius: .7rem;
    background: #fff;
}

.identity-language a[b-8qfep2u0bf],
.identity-language span[b-8qfep2u0bf] {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding-inline: .7rem;
    border-radius: .45rem;
    color: #53627a;
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
}

.identity-language span[aria-current="true"][b-8qfep2u0bf] {
    background: #eaf1fc;
    color: #2457a7;
}

.identity-language a:focus-visible[b-8qfep2u0bf] {
    outline: 3px solid #f3b630;
    outline-offset: 1px;
}

@media (max-width: 350px) {
    .identity-language[b-8qfep2u0bf] {
        margin-left: auto;
    }
}
/* /Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.identity-shell[b-ri1th9ftc1] {
    --identity-ink: #172033;
    --identity-muted: #607089;
    --identity-border: #dbe3ef;
    --identity-accent: #2457a7;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(19rem, 0.9fr) minmax(30rem, 1.3fr);
    background: #f6f8fc;
    color: var(--identity-ink);
}

.identity-skip-link[b-ri1th9ftc1] {
    position: fixed;
    top: .75rem;
    left: .75rem;
    z-index: 1000;
    translate: 0 -180%;
    padding: .75rem 1rem;
    border-radius: .55rem;
    background: #fff;
    color: var(--identity-accent);
    font-weight: 700;
    box-shadow: 0 8px 24px rgb(15 23 42 / 18%);
}

.identity-skip-link:focus[b-ri1th9ftc1] {
    translate: 0;
}

.identity-intro[b-ri1th9ftc1] {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgb(115 166 238 / 38%), transparent 34%),
        linear-gradient(145deg, #173b75 0%, #2457a7 55%, #3375c5 100%);
}

.identity-intro[b-ri1th9ftc1]::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -9rem;
    bottom: -11rem;
    width: 28rem;
    aspect-ratio: 1;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgb(255 255 255 / 4%), 0 0 0 10rem rgb(255 255 255 / 3%);
}

.identity-brand[b-ri1th9ftc1],
.identity-mobile-brand[b-ri1th9ftc1] {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: inherit;
    font-size: 1.05rem;
    font-weight: 760;
    letter-spacing: -.01em;
    text-decoration: none;
}

.identity-brand__mark[b-ri1th9ftc1] {
    display: grid;
    width: 2.35rem;
    aspect-ratio: 1;
    place-items: center;
    border-radius: .7rem;
    background: #fff;
    color: var(--identity-accent);
    font-size: 1.05rem;
    font-weight: 850;
    box-shadow: 0 5px 18px rgb(15 23 42 / 14%);
}

.identity-intro__content[b-ri1th9ftc1] {
    max-width: 31rem;
    margin-block: 4rem;
}

.identity-eyebrow[b-ri1th9ftc1] {
    margin: 0 0 .8rem;
    color: #d8e8ff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.identity-intro h1[b-ri1th9ftc1] {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.identity-intro__content > p:last-child[b-ri1th9ftc1] {
    max-width: 38rem;
    margin: 1.4rem 0 0;
    color: #e5efff;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.65;
}

.identity-intro__note[b-ri1th9ftc1] {
    max-width: 34rem;
    margin: 0;
    color: #d8e8ff;
    font-size: .88rem;
    line-height: 1.5;
}

.identity-workspace[b-ri1th9ftc1] {
    display: grid;
    min-width: 0;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}

.identity-toolbar[b-ri1th9ftc1],
.identity-footer[b-ri1th9ftc1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-inline: clamp(1rem, 4vw, 3rem);
}

.identity-toolbar[b-ri1th9ftc1] {
    min-height: 4.5rem;
    justify-content: flex-end;
}

.identity-mobile-brand[b-ri1th9ftc1] {
    display: none;
    margin-right: auto;
    color: var(--identity-ink);
}

.identity-public-link[b-ri1th9ftc1] {
    min-height: 2.6rem;
    display: inline-flex;
    align-items: center;
    padding-inline: .9rem;
    border: 1px solid var(--identity-border);
    border-radius: .65rem;
    background: #fff;
    color: var(--identity-ink);
    font-weight: 700;
    text-decoration: none;
}

.identity-content[b-ri1th9ftc1] {
    display: grid;
    width: 100%;
    align-items: center;
    padding: clamp(1rem, 4vw, 3.5rem);
}

.identity-footer[b-ri1th9ftc1] {
    min-height: 4rem;
    flex-wrap: wrap;
    color: var(--identity-muted);
    font-size: .85rem;
}

.identity-footer a[b-ri1th9ftc1] {
    color: inherit;
}

.identity-footer span[b-ri1th9ftc1] {
    margin-right: auto;
}

[b-ri1th9ftc1] .account-page {
    min-height: 0;
    width: min(100%, 31rem);
    margin-inline: auto;
    padding: 0;
}

[b-ri1th9ftc1] .account-card {
    width: 100%;
    padding: clamp(1.25rem, 3.5vw, 2.25rem);
    border: 1px solid var(--identity-border);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 18px 50px rgb(31 48 78 / 10%);
}

[b-ri1th9ftc1] .account-card__content,
[b-ri1th9ftc1] .account-card__body,
[b-ri1th9ftc1] .account-fields,
[b-ri1th9ftc1] .account-external-logins {
    display: grid;
    gap: 1rem;
}

[b-ri1th9ftc1] .account-card__content {
    gap: 1.5rem;
}

[b-ri1th9ftc1] .account-heading {
    display: grid;
    justify-items: start;
    gap: .4rem;
    text-align: left;
}

[b-ri1th9ftc1] .account-heading-icon {
    display: grid;
    width: 2.9rem;
    height: 2.9rem;
    place-items: center;
    border-radius: .8rem;
    background: #eaf1fc;
    color: var(--identity-accent);
}

[b-ri1th9ftc1] .account-heading-icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: currentColor;
}

[b-ri1th9ftc1] .account-title {
    margin: .35rem 0 0;
    color: var(--identity-ink);
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    letter-spacing: -.035em;
}

[b-ri1th9ftc1] .account-heading .account-subtitle {
    max-width: 38rem;
    color: var(--identity-muted);
    text-align: left;
    line-height: 1.55;
    margin: 0;
}

[b-ri1th9ftc1] .account-links {
    display: flex;
    align-items: flex-start !important;
    gap: .65rem !important;
    text-align: left;
}

[b-ri1th9ftc1] .account-links a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--identity-accent);
    font-weight: 650;
    text-decoration-thickness: .08em;
    text-underline-offset: .2em;
}

[b-ri1th9ftc1] .account-form .rz-form-field,
[b-ri1th9ftc1] .account-form .rz-textbox,
[b-ri1th9ftc1] .account-form .rz-password,
[b-ri1th9ftc1] .account-form input:not([type="checkbox"]) {
    max-width: 100%;
}

[b-ri1th9ftc1] .account-field {
    display: grid;
    gap: .45rem;
}

[b-ri1th9ftc1] .account-field label {
    color: var(--identity-ink);
    font-size: .9rem;
    font-weight: 750;
}

[b-ri1th9ftc1] .account-field input,
[b-ri1th9ftc1] .account-form input:not([type="checkbox"]) {
    width: 100%;
    min-height: 3rem;
    padding: .72rem .85rem;
    border: 1px solid #b9c6d8;
    border-radius: .65rem;
    background: #fff;
    color: var(--identity-ink);
    font: inherit;
}

[b-ri1th9ftc1] .account-field input:focus,
[b-ri1th9ftc1] .account-form input:not([type="checkbox"]):focus {
    border-color: var(--identity-accent);
    outline: 3px solid rgb(36 87 167 / 18%);
}

[b-ri1th9ftc1] .account-checkbox {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: .65rem;
    cursor: pointer;
    font-weight: 650;
}

[b-ri1th9ftc1] .account-checkbox input {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: var(--identity-accent);
}

[b-ri1th9ftc1] .account-primary-button,
[b-ri1th9ftc1] .account-secondary-button {
    display: inline-flex;
    width: 100%;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    border: 1px solid var(--identity-accent);
    border-radius: .65rem;
    font: inherit;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

[b-ri1th9ftc1] .account-primary-button {
    background: var(--identity-accent);
    color: #fff;
}

[b-ri1th9ftc1] .account-secondary-button {
    background: #fff;
    color: var(--identity-accent);
}

[b-ri1th9ftc1] .account-primary-button:hover {
    background: #1b468b;
}

[b-ri1th9ftc1] .account-secondary-button:hover {
    background: #eef4fd;
}

[b-ri1th9ftc1] .account-status {
    padding: .85rem 1rem;
    border: 1px solid #bfd0e8;
    border-radius: .65rem;
    background: #eef5ff;
    color: #23436c;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

[b-ri1th9ftc1] .account-status code {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
}

[b-ri1th9ftc1] .account-status--error {
    border-color: #efb9bd;
    background: #fff1f2;
    color: #8d2029;
}

[b-ri1th9ftc1] .account-status--success {
    border-color: #acd9c1;
    background: #effaf3;
    color: #17613a;
}

[b-ri1th9ftc1] .account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}

[b-ri1th9ftc1] .account-actions > * {
    flex: 1 1 10rem;
}

[b-ri1th9ftc1] .account-manage-page {
    width: min(100%, 74rem);
    margin-inline: auto;
}

[b-ri1th9ftc1] .account-manage-heading h1 {
    margin: 0;
    color: var(--identity-ink);
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    letter-spacing: -.035em;
}

[b-ri1th9ftc1] .account-manage-heading p {
    margin: .45rem 0 0;
    color: var(--identity-muted);
}

[b-ri1th9ftc1] .account-manage-grid {
    display: grid;
    grid-template-columns: minmax(13rem, 15rem) minmax(0, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
}

[b-ri1th9ftc1] .account-manage-nav-card,
[b-ri1th9ftc1] .account-manage-content {
    border: 1px solid var(--identity-border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 34px rgb(31 48 78 / 7%);
}

[b-ri1th9ftc1] .account-manage-nav-card {
    align-self: start;
    padding: .55rem;
}

[b-ri1th9ftc1] .account-manage-content {
    min-width: 0;
    padding: clamp(1rem, 3vw, 2rem);
}

[b-ri1th9ftc1] .account-manage-menu {
    display: grid;
    gap: .2rem;
}

[b-ri1th9ftc1] .account-manage-menu a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    padding: .55rem .75rem;
    border-radius: .6rem;
    color: #41516a;
    font-weight: 680;
    text-decoration: none;
}

[b-ri1th9ftc1] .account-manage-menu a.active {
    background: #eaf1fc;
    color: var(--identity-accent);
}

[b-ri1th9ftc1] .account-form button,
[b-ri1th9ftc1] .account-form .rz-button,
[b-ri1th9ftc1] .account-external-login-form button {
    min-height: 2.85rem;
}

[b-ri1th9ftc1] .account-field-error,
[b-ri1th9ftc1] .validation-message {
    overflow-wrap: anywhere;
}

[b-ri1th9ftc1] a:focus-visible,
[b-ri1th9ftc1] button:focus-visible,
[b-ri1th9ftc1] input:focus-visible,
.identity-public-link:focus-visible[b-ri1th9ftc1],
.identity-brand:focus-visible[b-ri1th9ftc1],
.identity-mobile-brand:focus-visible[b-ri1th9ftc1],
.identity-footer a:focus-visible[b-ri1th9ftc1] {
    outline: 3px solid #f3b630;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .identity-shell[b-ri1th9ftc1] {
        display: block;
    }

    .identity-intro[b-ri1th9ftc1] {
        display: none;
    }

    .identity-mobile-brand[b-ri1th9ftc1] {
        display: inline-flex;
    }

    .identity-toolbar[b-ri1th9ftc1] {
        position: sticky;
        top: 0;
        z-index: 20;
        min-height: 4.25rem;
        border-bottom: 1px solid var(--identity-border);
        background: rgb(246 248 252 / 94%);
        backdrop-filter: blur(12px);
    }

    [b-ri1th9ftc1] .account-manage-grid {
        grid-template-columns: 1fr;
    }

    [b-ri1th9ftc1] .account-manage-menu {
        grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    }
}

@media (max-width: 560px) {
    .identity-toolbar[b-ri1th9ftc1] {
        gap: .55rem;
        padding-inline: .75rem;
    }

    .identity-mobile-brand > span:last-child[b-ri1th9ftc1],
    .identity-public-link[b-ri1th9ftc1] {
        display: none;
    }

    .identity-content[b-ri1th9ftc1] {
        align-items: start;
        padding: 1rem .75rem 2rem;
    }

    [b-ri1th9ftc1] .account-card {
        padding: 1.25rem;
        border-radius: .9rem;
        box-shadow: 0 8px 28px rgb(31 48 78 / 8%);
    }

    [b-ri1th9ftc1] .account-links {
        flex-direction: column;
        gap: .15rem !important;
    }

    [b-ri1th9ftc1] .account-links a {
        width: 100%;
        min-height: 2.5rem;
    }

    .identity-footer[b-ri1th9ftc1] {
        padding-inline: 1rem;
    }
}

@media (max-width: 350px) {
    .identity-toolbar[b-ri1th9ftc1] {
        align-items: flex-start;
        flex-wrap: wrap;
        padding-block: .65rem;
    }

    .identity-mobile-brand[b-ri1th9ftc1] {
        margin-right: 0;
    }

    .identity-content[b-ri1th9ftc1] {
        padding-inline: .5rem;
    }

    [b-ri1th9ftc1] .account-card {
        padding: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-ri1th9ftc1],
    *[b-ri1th9ftc1]::before,
    *[b-ri1th9ftc1]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* /Components/Layout/AppBreadcrumbs.razor.rz.scp.css */
.app-breadcrumbs[b-qwutkt8dao] {
    margin-bottom: .85rem;
    color: var(--rz-text-secondary-color);
    font-size: .875rem;
}
/* /Components/Layout/AppLayout.razor.rz.scp.css */
.app-skip-link[b-ckc6kve5rg] {
    position: fixed;
    inset: .65rem auto auto .65rem;
    z-index: 3000;
    padding: .65rem .9rem;
    border-radius: .5rem;
    color: #fff;
    background: #172033;
    transform: translateY(-180%);
}
.app-skip-link:focus[b-ckc6kve5rg] { transform: translateY(0); }

.app-brand[b-ckc6kve5rg] { display: inline-flex; align-items: center; gap: .6rem; color: inherit; text-decoration: none; font-size: 1.02rem; font-weight: 760; white-space: nowrap; }
.app-brand-mark[b-ckc6kve5rg] { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: .55rem; color: #fff; background: var(--rz-primary); }
.app-nav-toggle[b-ckc6kve5rg] { display: inline-grid; width: 2.75rem; min-height: 2.75rem; padding: 0; place-items: center; border: 0; border-radius: .625rem; color: inherit; background: transparent; cursor: pointer; }
.app-nav-toggle:hover[b-ckc6kve5rg] { background: var(--rz-base-200); }
.app-nav-toggle .rzi[b-ckc6kve5rg] { font-size: 1.5rem; }
.app-sidebar-backdrop[b-ckc6kve5rg] { display: none; }
.app-content[b-ckc6kve5rg] { box-sizing: border-box; min-width: 0; width: min(100%, 94rem); margin-inline: auto; padding: clamp(.85rem, 2vw, 1.5rem) clamp(.75rem, 2.2vw, 1.6rem) 3rem; }
.app-content:focus[b-ckc6kve5rg] { outline: none; }
.app-content[b-ckc6kve5rg] (.rz-stack),
.app-content[b-ckc6kve5rg] (.rz-card),
.app-content[b-ckc6kve5rg] (.rz-alert),
.app-content[b-ckc6kve5rg] (.rz-steps) { min-width: 0; max-width: 100%; }
.app-content[b-ckc6kve5rg] (.rz-card) { border: 1px solid var(--portal-border); box-shadow: var(--portal-shadow-sm); }

@media (max-width: 768px) {
    .app-content[b-ckc6kve5rg] { padding: .75rem .7rem 5rem; }
    .app-sidebar-backdrop[b-ckc6kve5rg] {
        position: fixed;
        inset: 3.75rem 0 0;
        z-index: 1100;
        display: block;
        width: 100%;
        height: calc(100dvh - 3.75rem);
        padding: 0;
        border: 0;
        background: rgb(15 23 42 / 42%);
    }
}

@media (max-width: 420px) {
    .app-brand-mark[b-ckc6kve5rg] { width: 1.85rem; height: 1.85rem; }
}
/* /Components/Layout/AppNavMenu.razor.rz.scp.css */
.app-panel-menu[b-5zlif64nvl] {
    border: 0;
    background: transparent;
}

.app-navigation[b-5zlif64nvl] {
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: .65rem .55rem 1rem;
}

.app-navigation[b-5zlif64nvl] (.rz-navigation-item-link) {
    min-height: 2.75rem;
    margin-block: .1rem;
    border-radius: .5rem;
    font-weight: 550;
}

.app-navigation[b-5zlif64nvl] (.rz-navigation-item-link:hover) {
    background: var(--rz-base-200);
}

.app-navigation[b-5zlif64nvl] (.rz-navigation-item-link.rz-state-active) {
    background: color-mix(in srgb, var(--rz-primary) 12%, transparent);
    color: var(--rz-primary);
    font-weight: 700;
}

.app-navigation[b-5zlif64nvl] (.rz-navigation-menu > .rz-navigation-item > .rz-navigation-item-wrapper > .rz-navigation-item-link) {
    margin-top: .2rem;
    font-weight: 680;
}

.app-nav-spacer[b-5zlif64nvl] {
    flex: 1 1 auto;
}

.app-nav-context[b-5zlif64nvl] {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    margin: .5rem .75rem .75rem;
    padding: .6rem .7rem;
    border: 1px solid var(--rz-base-300);
    border-radius: .65rem;
    background: var(--rz-base-200);
    color: var(--rz-text-secondary-color);
    font-size: .75rem;
    line-height: 1.35;
}

.app-nav-context strong[b-5zlif64nvl] {
    color: var(--rz-text-color);
}
/* /Components/Layout/AppUserMenu.razor.rz.scp.css */
:host[b-q3bmevbb99] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-user-summary[b-q3bmevbb99] {
    line-height: 1.15;
    text-align: left;
}

.app-user-name[b-q3bmevbb99] {
    font-weight: 600;
}

.app-user-role[b-q3bmevbb99] {
    color: var(--rz-text-secondary-color);
    font-size: 0.75rem;
}

.app-logout-form[b-q3bmevbb99] {
    display: inline-flex;
    margin: 0;
}

@media (max-width: 768px) {
    .app-user-summary[b-q3bmevbb99],
    .app-logout-form[b-q3bmevbb99] {
        display: none;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
/* Public routes use wwwroot/public.css and intentionally do not load the
   application/Radzen stylesheet bundle. This file remains empty so the layout
   has no hidden dependency on CSS isolation assets. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z0tcx13ttc],
.components-reconnect-repeated-attempt-visible[b-z0tcx13ttc],
.components-reconnect-failed-visible[b-z0tcx13ttc],
.components-pause-visible[b-z0tcx13ttc],
.components-resume-failed-visible[b-z0tcx13ttc],
.components-rejoining-animation[b-z0tcx13ttc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-retrying[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-failed[b-z0tcx13ttc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z0tcx13ttc] {
    display: block;
}


#components-reconnect-modal[b-z0tcx13ttc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-z0tcx13ttc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-z0tcx13ttc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-z0tcx13ttc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-z0tcx13ttc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-z0tcx13ttc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-z0tcx13ttc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-z0tcx13ttc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-z0tcx13ttc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-z0tcx13ttc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-z0tcx13ttc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-z0tcx13ttc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-z0tcx13ttc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-z0tcx13ttc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-z0tcx13ttc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-z0tcx13ttc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z0tcx13ttc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z0tcx13ttc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-z0tcx13ttc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/HelpPanel.razor.rz.scp.css */

.help-backdrop[b-dw5k6bma6d] {
    position: fixed;
    inset: 0;
    z-index: 1998;
    background: rgb(15 23 42 / 38%);
    backdrop-filter: blur(2px);
}

.help-panel[b-dw5k6bma6d] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1999;
    display: flex;
    width: min(460px, 100vw);
    height: 100dvh;
    flex-direction: column;
    background: var(--rz-base-background-color);
    box-shadow: -12px 0 36px rgb(15 23 42 / 18%);
}

.help-header[b-dw5k6bma6d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--portal-border);
}

.help-header h2[b-dw5k6bma6d] {
    margin: .2rem 0 0;
    font-size: 1.5rem;
}

.help-eyebrow[b-dw5k6bma6d] {
    color: var(--rz-primary);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.help-content[b-dw5k6bma6d] {
    overflow-y: auto;
    padding: 1.25rem;
}

.help-summary[b-dw5k6bma6d] {
    margin-top: 0;
    font-size: 1.05rem;
    line-height: 1.55;
}

.help-content section[b-dw5k6bma6d] {
    margin-top: 1.5rem;
}

.help-content h3[b-dw5k6bma6d] {
    margin: 0 0 .75rem;
    font-size: 1rem;
}

.help-steps[b-dw5k6bma6d],
.help-checklist[b-dw5k6bma6d] {
    display: grid;
    gap: .65rem;
    margin: 0;
    padding-left: 1.35rem;
    line-height: 1.45;
}

.help-terms[b-dw5k6bma6d] {
    display: grid;
    gap: .75rem;
    margin: 0;
}

.help-terms div[b-dw5k6bma6d] {
    padding: .75rem;
    border: 1px solid var(--rz-border-normal);
    border-radius: var(--portal-radius);
    background: var(--rz-base-100);
}

.help-terms dt[b-dw5k6bma6d] {
    font-weight: 700;
}

.help-terms dd[b-dw5k6bma6d] {
    margin: .25rem 0 0;
    color: var(--rz-text-secondary-color);
    line-height: 1.4;
}

.help-general[b-dw5k6bma6d] {
    padding: 1rem;
    border-radius: var(--rz-border-radius);
    background: color-mix(in srgb, var(--rz-primary) 8%, var(--rz-base-background-color));
}

@media (max-width: 520px) {
    .help-panel[b-dw5k6bma6d] { width: 100vw; }
    .help-header[b-dw5k6bma6d], .help-content[b-dw5k6bma6d] { padding: 1rem; }
}

.help-general p[b-dw5k6bma6d] {
    margin: 0;
    line-height: 1.45;
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-zzxoje2f1o] {
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--rz-base-300);
}

.page-header > div:first-child[b-zzxoje2f1o] {
    min-width: 0;
}

.page-header[b-zzxoje2f1o] (.rz-text) {
    overflow-wrap: anywhere;
}

.page-header > div:first-child[b-zzxoje2f1o] (.rz-text:first-child) {
    margin: 0;
    font-weight: 750;
    letter-spacing: -.025em;
}

.page-header > div:first-child[b-zzxoje2f1o] (.rz-text:last-child:not(:first-child)) {
    max-width: 72rem;
    margin-top: .25rem;
    color: var(--rz-text-secondary-color);
    line-height: 1.45;
}

.page-header-actions[b-zzxoje2f1o] (.rz-button) {
    min-height: 2.5rem;
}

@media (max-width: 767.98px) {
    .page-header[b-zzxoje2f1o] {
        align-items: stretch !important;
    }

    .page-header > div[b-zzxoje2f1o],
    .page-header-actions[b-zzxoje2f1o] {
        width: 100%;
    }

    .page-header-actions[b-zzxoje2f1o] {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
        align-items: stretch !important;
        gap: .625rem !important;
    }

    .page-header-actions[b-zzxoje2f1o] (.rz-button) {
        width: 100%;
        min-height: 2.75rem;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: auto;
    }

    .page-header-actions[b-zzxoje2f1o] (.rz-primary),
    .page-header-actions[b-zzxoje2f1o] (.rz-danger) {
        grid-column: 1 / -1;
    }
}
/* /Components/Shared/RolePermissionToggle.razor.rz.scp.css */
.role-permission-toggle[b-7a3ztm5vbp] {
    min-height: 2.25rem;
    padding: 0.35rem 0;
}
/* /Modules/Finance/Pages/FinanceTransactions.razor.rz.scp.css */

.finance-transaction-editor[b-hqco4esdw6] {
    max-width: 980px;
}

.field-help[b-hqco4esdw6] {
    margin-top: .35rem;
    color: var(--rz-text-secondary-color);
    font-size: .82rem;
    line-height: 1.35;
}

.base-amount-preview[b-hqco4esdw6] {
    display: grid;
    gap: .2rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--rz-border-normal);
    border-radius: var(--rz-border-radius);
    background: var(--rz-base-100);
}

.base-amount-preview span[b-hqco4esdw6] {
    color: var(--rz-text-secondary-color);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.base-amount-preview strong[b-hqco4esdw6] {
    font-size: 1.35rem;
}

.base-amount-preview small[b-hqco4esdw6] {
    color: var(--rz-text-secondary-color);
}

@media (max-width: 767px) {
    .finance-transaction-editor[b-hqco4esdw6] {
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 1rem);
        overflow-y: auto;
    }
}
/* /Modules/Members/Pages/Hours.razor.rz.scp.css */
.hours-filter-actions[b-qqd9bd7oi9] {
    padding-top: 1.35rem;
}

.hours-duration-preview[b-qqd9bd7oi9] {
    align-items: center;
    background: var(--rz-base-100);
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
    display: flex;
    justify-content: space-between;
    min-height: 2.75rem;
    padding: .6rem .8rem;
}

.hours-duration-preview span[b-qqd9bd7oi9] {
    color: var(--rz-text-secondary-color);
}

@media (max-width: 767px) {
    .hours-filter-actions[b-qqd9bd7oi9] {
        padding-top: 0;
    }
}
/* /Modules/Projects/Pages/ProjectPermissionToggle.razor.rz.scp.css */
.project-permission-toggle[b-mdhzo8j7hh] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.35rem 0;
}
