@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Blazor/Host/Layout/HostLayout.razor.rz.scp.css */
#blazor-error-ui[b-633pmv405o] {
    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-633pmv405o] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Blazor/Host/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j92tev0k3q],
.components-reconnect-repeated-attempt-visible[b-j92tev0k3q],
.components-reconnect-failed-visible[b-j92tev0k3q],
.components-pause-visible[b-j92tev0k3q],
.components-resume-failed-visible[b-j92tev0k3q],
.components-rejoining-animation[b-j92tev0k3q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-retrying[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-failed[b-j92tev0k3q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j92tev0k3q] {
    display: block;
}

#components-reconnect-modal[b-j92tev0k3q] {
    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-j92tev0k3q 0.5s both;
}

#components-reconnect-modal[open][b-j92tev0k3q] {
    animation: components-reconnect-modal-slideUp-b-j92tev0k3q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s,
        components-reconnect-modal-fadeInOpacity-b-j92tev0k3q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-j92tev0k3q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j92tev0k3q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j92tev0k3q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j92tev0k3q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j92tev0k3q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j92tev0k3q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j92tev0k3q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j92tev0k3q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-j92tev0k3q] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-j92tev0k3q] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-j92tev0k3q] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-j92tev0k3q] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-j92tev0k3q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-j92tev0k3q] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-j92tev0k3q {
    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: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Blazor/Portals/Admin/Pages/CredentialIssuers/CredentialIssuerEditorDialog.razor.rz.scp.css */
.credential-issuer-dialog-form[b-emjrdgf73n] {
    --app-dialog-form-max-width: 40rem;
}

@media (max-width: 767px) {
    .credential-issuer-dialog-form[b-emjrdgf73n] {
        --app-dialog-form-max-width: 34rem;
    }
}
/* /Blazor/Portals/Admin/Pages/Home.razor.rz.scp.css */
.admin-home[b-rtw9ff1h2j] {
    display: grid;
    gap: 1rem;
}

.admin-home__copy[b-rtw9ff1h2j] {
    margin-top: 0;
    color: var(--neutral-foreground-rest);
}
/* /Blazor/Portals/Admin/Pages/Organizations/OrganizationEditorDialog.razor.rz.scp.css */
.organization-dialog-form[b-tl3yg0uk7s] {
    --app-dialog-form-max-width: 40rem;
}

.organization-dialog__status-row[b-tl3yg0uk7s] {
    display: flex;
    justify-content: flex-end;
}

.organization-dialog__status-badge[b-tl3yg0uk7s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.3rem 0.65rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.organization-dialog__status-badge--active[b-tl3yg0uk7s] {
    color: var(--admin-color-success);
    background: var(--admin-color-success-soft);
    border-color: rgba(31, 122, 76, 0.14);
}

.organization-dialog__status-badge--inactive[b-tl3yg0uk7s] {
    color: var(--admin-color-danger);
    background: var(--admin-color-danger-soft);
    border-color: rgba(180, 35, 24, 0.14);
}

.organization-dialog__toggle[b-tl3yg0uk7s] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid var(--admin-color-border);
    border-radius: var(--admin-radius-m);
    background: #fbfcfd;
    cursor: pointer;
}

.organization-dialog__toggle-copy[b-tl3yg0uk7s] {
    display: grid;
    gap: 0.2rem;
}

.organization-dialog__toggle-copy strong[b-tl3yg0uk7s] {
    color: var(--admin-color-text);
    font-size: 0.95rem;
}

.organization-dialog__toggle-copy small[b-tl3yg0uk7s] {
    color: var(--admin-color-muted);
    line-height: 1.45;
}

.organization-dialog__toggle-control[b-tl3yg0uk7s] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.organization-dialog__toggle-input[b-tl3yg0uk7s] {
    position: absolute;
    inset: 0;
    width: 3.5rem;
    height: 2rem;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.organization-dialog__toggle-track[b-tl3yg0uk7s] {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 2rem;
    border-radius: 999px;
    background: #ccd5db;
    transition: background-color 0.18s ease;
}

.organization-dialog__toggle-track[b-tl3yg0uk7s]::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(26, 28, 35, 0.12);
    transition: transform 0.18s ease;
}

.organization-dialog__toggle-input:checked + .organization-dialog__toggle-track[b-tl3yg0uk7s] {
    background: var(--admin-color-primary);
}

.organization-dialog__toggle-input:checked + .organization-dialog__toggle-track[b-tl3yg0uk7s]::after {
    transform: translateX(1.5rem);
}

.organization-dialog__toggle-input:disabled + .organization-dialog__toggle-track[b-tl3yg0uk7s] {
    opacity: 0.65;
}

.organization-dialog__toggle:has(.organization-dialog__toggle-input:disabled)[b-tl3yg0uk7s] {
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .organization-dialog-form[b-tl3yg0uk7s] {
        --app-dialog-form-max-width: 34rem;
    }

    .organization-dialog__surface[b-tl3yg0uk7s] {
        margin-block: 0;
    }

    .organization-dialog__panel-header--status[b-tl3yg0uk7s],
    .organization-dialog__toggle[b-tl3yg0uk7s] {
        align-items: start;
    }

    .organization-dialog__footer[b-tl3yg0uk7s] {
        justify-content: stretch;
    }

    .organization-dialog__button[b-tl3yg0uk7s] {
        flex: 1 1 auto;
    }
}
/* /Blazor/Portals/Admin/Pages/Users/UserEditorDialog.razor.rz.scp.css */
.user-editor-dialog-form[b-ff39rzrxi4] {
    --app-dialog-form-max-width: 40rem;
}

.user-editor-dialog__field[b-ff39rzrxi4] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
}

.user-editor-dialog__inline-field[b-ff39rzrxi4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    width: 100%;
}

.user-editor-dialog__inline-label[b-ff39rzrxi4] {
    margin-bottom: 0;
    min-width: 9rem;
    font-weight: 600;
}

.user-editor-dialog__inline-select[b-ff39rzrxi4] {
    flex: 1 1 0;
    width: 100%;
    max-width: none;
    min-width: 14rem;
}

@media (max-width: 480px) {
    .user-editor-dialog-form[b-ff39rzrxi4] {
        --app-dialog-form-max-width: 34rem;
    }

    .user-editor-dialog__inline-field[b-ff39rzrxi4] {
        flex-wrap: wrap;
    }

    .user-editor-dialog__inline-field[b-ff39rzrxi4] {
        align-items: stretch;
    }

    .user-editor-dialog__inline-label[b-ff39rzrxi4] {
        min-width: 0;
        width: 100%;
    }

    .user-editor-dialog__inline-select[b-ff39rzrxi4] {
        flex-basis: 100%;
        min-width: 0;
    }
}
/* /Blazor/Portals/Admin/Pages/Users/Users.razor.rz.scp.css */
.admin-user-chip[b-8zp4us22oa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.admin-user-chip--admin[b-8zp4us22oa] {
    background: #e0ecff;
    border-color: #b8d0ff;
    color: #164194;
}

.admin-user-chip--transport[b-8zp4us22oa] {
    background: #fff1d6;
    border-color: #f2d39b;
    color: #8a4b00;
}

.admin-user-chip--issuer[b-8zp4us22oa] {
    background: #dff7ef;
    border-color: #a7e3cf;
    color: #0f6b53;
}

.admin-user-chip--mobile[b-8zp4us22oa] {
    background: #f3e6ff;
    border-color: #d8b7ff;
    color: #6e2bb8;
}

.admin-user-chip--default[b-8zp4us22oa] {
    background: #eceff3;
    border-color: #d0d7de;
    color: #425466;
}

.admin-user-chip--active[b-8zp4us22oa] {
    background: #ddf7e5;
    border-color: #9dd8ae;
    color: #17663a;
}

.admin-user-chip--inactive[b-8zp4us22oa] {
    background: #fde8e8;
    border-color: #f4b8b8;
    color: #9b1c1c;
}
/* /Blazor/Portals/Issuers/Pages/Home.razor.rz.scp.css */
.issuers-home[b-nhlo2ibop3] {
    display: grid;
    gap: 1rem;
}

.issuers-home__copy[b-nhlo2ibop3] {
    margin-top: 0;
    color: var(--neutral-foreground-rest);
}

.issuers-home__kpis[b-nhlo2ibop3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.issuers-home__kpi[b-nhlo2ibop3] {
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 0.75rem;
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.08) 0%, rgba(15, 118, 110, 0.03) 100%);
    padding: 0.9rem 1rem;
    display: grid;
    gap: 0.2rem;
}

.issuers-home__kpi-label[b-nhlo2ibop3] {
    font-size: 0.82rem;
    color: rgba(17, 24, 39, 0.78);
}

.issuers-home__kpi-value[b-nhlo2ibop3] {
    font-size: 1.05rem;
    color: #0f766e;
}

.issuers-home__kpi-note[b-nhlo2ibop3] {
    font-size: 0.82rem;
    color: rgba(17, 24, 39, 0.65);
}

.issuers-home__list[b-nhlo2ibop3] {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--neutral-foreground-rest);
    display: grid;
    gap: 0.35rem;
}
/* /Blazor/Portals/Issuers/Pages/Institution/Institution.razor.rz.scp.css */
.institution-page__section-column[b-q2s5323jjc] {
    display: flex;
    flex-direction: column;
}

.institution-page__section-column--stack[b-q2s5323jjc] {
    gap: 1rem;
}

@media (min-width: 1200px) {
    .institution-page__sections-row[b-q2s5323jjc] {
        align-items: stretch;
    }

    .institution-page__section-column--stack[b-q2s5323jjc]  .form-section {
        height: 100%;
    }
}
/* /Blazor/Portals/Issuers/Pages/Users/IssuerUserEditorDialog.razor.rz.scp.css */
.issuer-user-editor-dialog-form[b-7xr7yikwz1] {
    --app-dialog-form-max-width: 38rem;
}

.issuer-user-editor-dialog-form__institution-field[b-7xr7yikwz1] {
    grid-column: 1 / -1;
}

.issuer-user-editor-dialog-form__institution-field[b-7xr7yikwz1]  fluent-text-field {
    width: 100%;
}

.issuer-user-editor-dialog-form__helper-text[b-7xr7yikwz1] {
    display: block;
    margin-top: 0.35rem;
    line-height: 1.35;
}

.issuer-user-editor-dialog-form__permission-row[b-7xr7yikwz1] {
    display: grid;
    gap: 0.35rem;
}

.issuer-user-editor-dialog-form__checkbox[b-7xr7yikwz1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}
/* /Blazor/Portals/Issuers/Pages/Users/Users.razor.rz.scp.css */
.issuer-user-chip[b-12hvhwqgt2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.issuer-user-chip--operator[b-12hvhwqgt2] {
    background: #dff7ef;
    border-color: #a7e3cf;
    color: #0f6b53;
}

.issuer-user-chip--admin[b-12hvhwqgt2] {
    background: #e0ecff;
    border-color: #b8d0ff;
    color: #164194;
}

.issuer-user-chip--default[b-12hvhwqgt2] {
    background: #eceff3;
    border-color: #d0d7de;
    color: #425466;
}

.issuer-user-chip--permission-enabled[b-12hvhwqgt2] {
    background: #ddf7e5;
    border-color: #9dd8ae;
    color: #17663a;
}

.issuer-user-chip--permission-disabled[b-12hvhwqgt2] {
    background: #fff1d6;
    border-color: #f2d39b;
    color: #8a4b00;
}

.issuer-user-chip--permission-na[b-12hvhwqgt2] {
    background: #eceff3;
    border-color: #d0d7de;
    color: #425466;
}

.issuer-user-chip--active[b-12hvhwqgt2] {
    background: #ddf7e5;
    border-color: #9dd8ae;
    color: #17663a;
}

.issuer-user-chip--inactive[b-12hvhwqgt2] {
    background: #fde8e8;
    border-color: #f4b8b8;
    color: #9b1c1c;
}

.issuer-users-context[b-12hvhwqgt2] {
    display: flex;
    gap: 1rem;
    align-items: start;
    flex-wrap: wrap;
}

.issuer-users-context > div[b-12hvhwqgt2] {
    min-width: min(100%, 24rem);
}
/* /Blazor/Shared/Auth/Components/PortalLoginForm.razor.rz.scp.css */
.portal-login[b-04erx440ev] {
    --portal-login-focus: #0056b3;
    --portal-login-focus-rgb: 0, 86, 179;
    --portal-login-link-hover: #003d80;
    --portal-login-icon-bg: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
    --portal-login-icon-color: #333333;
    width: min(100%, 32rem);
}

.portal-login--issuer[b-04erx440ev] {
    --portal-login-focus: #13795b;
    --portal-login-focus-rgb: 19, 121, 91;
    --portal-login-link-hover: #0f5f47;
    --portal-login-icon-bg: linear-gradient(180deg, #f2fbf7 0%, #e7f7ef 100%);
    --portal-login-icon-color: #13795b;
}

.portal-login[b-04erx440ev]  .portal-login__card {
    background: #ffffff;
    border: 1px solid rgba(102, 112, 133, 0.14);
    border-radius: 1.5rem;
    box-shadow:
        0 24px 60px rgba(17, 24, 39, 0.12),
        0 8px 20px rgba(17, 24, 39, 0.05);
}

.portal-login[b-04erx440ev]  .portal-login__card .card-body {
    padding: clamp(1.75rem, 4vw, 2.5rem);
}

.portal-login__header[b-04erx440ev] {
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    text-align: center;
    margin-bottom: 2rem;
}

.portal-login__icon[b-04erx440ev] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
    background: var(--portal-login-icon-bg);
    color: var(--portal-login-icon-color);
    box-shadow: inset 0 0 0 1px rgba(102, 112, 133, 0.12);
}

.portal-login__icon svg[b-04erx440ev] {
    width: 2.3rem;
    height: 2.3rem;
    fill: currentColor;
}

.portal-login__header h2[b-04erx440ev] {
    margin: 0;
    color: #111827;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.15;
}

.portal-login__header p[b-04erx440ev] {
    margin: 0;
    color: #667085;
    line-height: 1.65;
    max-width: 28rem;
}

.portal-login__form[b-04erx440ev] {
    display: grid;
    gap: 1.2rem;
}

.portal-login__field[b-04erx440ev] {
    display: grid;
    gap: 0.55rem;
}

.portal-login__field label[b-04erx440ev] {
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 600;
}

.portal-login__input-wrap[b-04erx440ev] {
    position: relative;
    display: block;
}

.portal-login__input-icon[b-04erx440ev] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    color: #98a2b3;
    pointer-events: none;
}

.portal-login__input-icon svg[b-04erx440ev] {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.portal-login[b-04erx440ev]  .portal-login__input {
    width: 100%;
    min-height: 3.5rem;
    border: 1px solid #d0d5dd;
    border-radius: 0.95rem;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
    padding: 0.95rem 3.6rem 0.95rem 3rem !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.portal-login__input[b-04erx440ev] {
    display: block;
}

.portal-login[b-04erx440ev]  .portal-login__input::placeholder {
    color: #98a2b3;
}

.portal-login[b-04erx440ev]  .portal-login__input:focus {
    outline: none;
    border-color: var(--portal-login-focus);
    box-shadow: 0 0 0 0.25rem rgba(var(--portal-login-focus-rgb), 0.12);
}

.portal-login__password-toggle[b-04erx440ev] {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #667085;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.portal-login__password-toggle:hover[b-04erx440ev] {
    background: rgba(var(--portal-login-focus-rgb), 0.08);
    color: var(--portal-login-focus);
}

.portal-login__password-toggle:focus-visible[b-04erx440ev] {
    outline: 0;
    background: rgba(var(--portal-login-focus-rgb), 0.08);
    color: var(--portal-login-focus);
    box-shadow: 0 0 0 0.25rem rgba(var(--portal-login-focus-rgb), 0.12);
}

.portal-login__password-toggle svg[b-04erx440ev] {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}

.portal-login[b-04erx440ev]  .portal-login__validation {
    color: #b42318;
    font-size: 0.88rem;
    line-height: 1.45;
}

.portal-login__options[b-04erx440ev] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.15rem;
}

.portal-login__remember[b-04erx440ev] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    color: #344054;
    font-size: 0.95rem;
    font-weight: 500;
}

.portal-login__remember-label[b-04erx440ev] {
    cursor: pointer;
}

.portal-login[b-04erx440ev]  .portal-login__checkbox {
    margin-top: 0;
    width: 1.1rem;
    height: 1.1rem;
    border-color: #bfc8d4;
    cursor: pointer;
}

.portal-login[b-04erx440ev]  .portal-login__checkbox:focus {
    border-color: var(--portal-login-focus);
    box-shadow: 0 0 0 0.25rem rgba(var(--portal-login-focus-rgb), 0.12);
}

.portal-login[b-04erx440ev]  .portal-login__checkbox:checked {
    background-color: var(--portal-login-focus);
    border-color: var(--portal-login-focus);
}

.portal-login__forgot-link[b-04erx440ev] {
    color: var(--portal-login-focus);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.portal-login__forgot-link:hover[b-04erx440ev] {
    color: var(--portal-login-link-hover);
    text-decoration: underline;
}

@media (max-width: 640px) {
    .portal-login[b-04erx440ev] {
        width: 100%;
    }

    .portal-login[b-04erx440ev]  .portal-login__card {
        border-radius: 1.2rem;
    }

    .portal-login[b-04erx440ev]  .portal-login__card .card-body {
        padding: 1.5rem;
    }

    .portal-login__options[b-04erx440ev] {
        flex-direction: column;
        align-items: flex-start;
    }

    .portal-login__forgot-link[b-04erx440ev] {
        padding-left: 0.05rem;
    }
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalMainContent/Dialogs/AppDialog.razor.rz.scp.css */
.app-dialog[b-bp8x7k0e1d] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    box-sizing: border-box;
    width: min(var(--app-dialog-max-width), 90vw);
    max-width: 100%;
    max-height: calc(100vh - 8rem);
    height: 100%;
    overflow: hidden;
    min-height: 0;
    gap: 1rem;
}

.app-dialog__header[b-bp8x7k0e1d] {
    flex-shrink: 0;
    display: grid;
    gap: 0.75rem;
}

.app-dialog__body[b-bp8x7k0e1d] {
    flex: 1 1 auto;
    overflow: auto;
    min-height: 0;
    min-width: 0;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    scrollbar-gutter: stable;
}

.app-dialog__body > *[b-bp8x7k0e1d] {
    min-width: 0;
}

.app-dialog__footer[b-bp8x7k0e1d] {
    flex-shrink: 0;
    align-self: stretch;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--neutral-stroke-rest);
    background: #fbfbfb;
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalMainContent/Dialogs/Forms/FormSection.razor.rz.scp.css */
.form-section[b-i2eu94dwyu] {

    display:flex;
    flex-direction:column;
    gap:1rem;
}

.form-section__header[b-i2eu94dwyu] {

    display:flex;
    flex-direction:column;
    gap:.35rem;
}

.form-section__title[b-i2eu94dwyu] {

    margin:0;
    font-weight:700;
    font-size:1.15rem;
    color:var(--neutral-foreground-rest);
    line-height:1.2;
    letter-spacing:.01rem;
}

.form-section__description[b-i2eu94dwyu] {

    margin:0;
    color:var(--neutral-foreground-hint, #5f6b7a);
    font-size:.95rem;
    line-height:1.4;
}

.form-section-grid-1[b-i2eu94dwyu] {

    display:grid;
    grid-template-columns:1fr;
    gap:1rem;
}

.form-section-grid-2[b-i2eu94dwyu] {

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1rem;
}

.form-section-grid-3[b-i2eu94dwyu] {

    display:grid;grid-template-columns:repeat( 3, minmax(0,1fr));
    gap:1rem;
}

@media (max-width:768px)
{

    .form-section-grid-2[b-i2eu94dwyu],
    .form-section-grid-3[b-i2eu94dwyu] {
        grid-template-columns:1fr;
    }

}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalMainContent/PortalMainContent.razor.rz.scp.css */
.portal-main-content[b-bf3la5m6pd] {
    box-sizing: border-box;
    min-height: 100%;
    min-height: 0;
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .portal-main-content[b-bf3la5m6pd] {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 2rem;
    }
}

@media (max-width: 640px) {
    .portal-main-content[b-bf3la5m6pd] {
        padding: 1rem;
    }
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalMainContent/PortalPageHeader/PortalPageHeader.razor.rz.scp.css */
.portal-page-header[b-r0n8waoj78] {
    margin: 0 0 1.5rem;
    padding: 0;
}

.portal-page-header__eyebrow[b-r0n8waoj78] {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: var(--portal-shell-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.portal-page-header__title[b-r0n8waoj78] {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
}

.portal-page-header__description[b-r0n8waoj78] {
    margin: 0.5rem 0 0;
    max-width: 64rem;
    color: var(--neutral-foreground-rest);
    line-height: 1.6;
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalMainContent/PortalTableSurface/PortalTableSurface.razor.rz.scp.css */
.portal-table-surface[b-6qosjiech8] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.portal-table-surface__toolbar[b-6qosjiech8] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.portal-table-surface__toolbar-main[b-6qosjiech8] {
    flex: 1 1 24rem;
    min-width: 0;
}

.portal-table-surface__toolbar-main[b-6qosjiech8]  .portal-table-surface__search {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 44rem;
}

.portal-table-surface__toolbar-main[b-6qosjiech8]  .portal-table-surface__search-input {
    flex-grow: 1;
}

.portal-table-surface__toolbar-actions[b-6qosjiech8] {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-left: auto;
}

.portal-table-surface__body[b-6qosjiech8] {
    min-width: 0;
    overflow: auto;
}

.portal-table-surface__empty[b-6qosjiech8] {
    padding: 2rem 1rem 1rem;
    text-align: center;
    color: var(--neutral-foreground-hint);
}

.portal-table-surface__footer[b-6qosjiech8] {
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .portal-table-surface[b-6qosjiech8] {
        padding: 1rem;
    }

    .portal-table-surface__toolbar-main[b-6qosjiech8]  .portal-table-surface__search {
        flex-wrap: wrap;
    }

    .portal-table-surface__toolbar-actions[b-6qosjiech8] {
        justify-content: flex-start;
        margin-left: 0;
    }
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalShell.razor.rz.scp.css */
.portal-shell[b-g9skibkyyc] {
    --portal-shell-accent: #0b63ce;
    --portal-shell-accent-soft: rgba(11, 99, 206, 0.12);
    --portal-shell-accent-muted: rgba(11, 99, 206, 0.08);
    --portal-shell-border: rgba(15, 23, 42, 0.08);
    --portal-shell-header-height: 48px;
    --portal-page-header-offset: 0.75rem;
}

.portal-shell--admin[b-g9skibkyyc] {
    --portal-shell-accent: #0b63ce;
    --portal-shell-accent-soft: rgba(11, 99, 206, 0.12);
    --portal-shell-accent-muted: rgba(11, 99, 206, 0.08);
}

.portal-shell--issuers[b-g9skibkyyc] {
    --portal-shell-accent: #0f766e;
    --portal-shell-accent-soft: rgba(15, 118, 110, 0.14);
    --portal-shell-accent-muted: rgba(15, 118, 110, 0.08);
    --accent-fill-rest: #0f766e;
    --accent-fill-hover: #115e59;
    --accent-fill-active: #0d4a46;
    --accent-fill-disabled: rgba(15, 118, 110, 0.4);
    --accent-foreground-rest: #0f766e;
    --accent-foreground-hover: #115e59;
    --accent-foreground-active: #0d4a46;
}

.portal-shell--transport[b-g9skibkyyc] {
    --portal-shell-accent: #b45309;
    --portal-shell-accent-soft: rgba(180, 83, 9, 0.14);
    --portal-shell-accent-muted: rgba(180, 83, 9, 0.08);
    --accent-fill-rest: #b45309;
    --accent-fill-hover: #92400e;
    --accent-fill-active: #78350f;
    --accent-fill-disabled: rgba(180, 83, 9, 0.4);
    --accent-foreground-rest: #b45309;
    --accent-foreground-hover: #92400e;
    --accent-foreground-active: #78350f;
}

.portal-shell[b-g9skibkyyc] {
    display: block;
}

.portal-shell[b-g9skibkyyc]  fluent-main-layout {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}

.portal-shell[b-g9skibkyyc]  .main-layout-navmenu {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--portal-shell-header-height));
    min-height: calc(100dvh - var(--portal-shell-header-height));
}

.portal-shell[b-g9skibkyyc]  .main-layout-navmenu > .portal-sidebar {
    flex: 1 1 auto;
    min-height: 0;
}

.portal-shell[b-g9skibkyyc]  fluent-header {
    background-color: var(--portal-shell-accent);
    color: #ffffff;
}

.portal-shell[b-g9skibkyyc]  .fluent-nav-item fluent-icon {
    fill: var(--portal-shell-accent);
    color: var(--portal-shell-accent);
}

.portal-shell[b-g9skibkyyc]  .fluent-nav-item a.active .positioning-region::before {
    background: var(--portal-shell-accent);
}

.portal-shell[b-g9skibkyyc]  .fluent-nav-item .positioning-region:hover:not(:has(.disabled)) {
    background: var(--portal-shell-accent-soft);
}

.portal-shell[b-g9skibkyyc]  .fluent-nav-item a.active .positioning-region {
    background: var(--portal-shell-accent-muted);
}

@media (min-width: 992px) {
    .portal-shell[b-g9skibkyyc] {
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
    }

    .portal-shell[b-g9skibkyyc] {
        --portal-page-header-offset: 1rem;
    }
}

@media (max-width: 640px) {
    .portal-shell[b-g9skibkyyc] {
        --portal-page-header-offset: 0.5rem;
    }
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalSidebar/Logout/PortalSidebarLogout.razor.rz.scp.css */
.portal-sidebar__logout[b-4bx1r96ejs] {
    display: block;
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 0;
    position: sticky;
    bottom: 0;
    background: var(--neutral-layer-1, #ffffff);
}

.portal-sidebar__logout[b-4bx1r96ejs]  form {
    width: 100%;
}

.portal-sidebar__logout-item[b-4bx1r96ejs] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.75rem;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    font: inherit;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    color: #b42318;
}

.portal-sidebar__logout-item[b-4bx1r96ejs],
.portal-sidebar__logout-text[b-4bx1r96ejs] {
    transition: opacity 180ms ease, transform 180ms ease, max-width 180ms ease, gap 180ms ease;
}

.portal-sidebar__logout-item:hover:not(:disabled)[b-4bx1r96ejs] {
    background: var(--portal-shell-accent-soft);
}

.portal-sidebar__logout-item:focus-visible[b-4bx1r96ejs] {
    outline: 2px solid var(--portal-shell-accent);
    outline-offset: 2px;
}

.portal-sidebar__logout-icon[b-4bx1r96ejs] {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    color: inherit;
}

.portal-sidebar__logout-icon[b-4bx1r96ejs]  fluent-icon {
    color: #b42318;
    fill: #b42318;
}

.portal-sidebar__logout-text[b-4bx1r96ejs] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.portal-sidebar__logout--collapsed .portal-sidebar__logout-item[b-4bx1r96ejs] {
    gap: 0;
}

.portal-sidebar__logout--collapsed .portal-sidebar__logout-text[b-4bx1r96ejs] {
    max-width: 0;
    opacity: 0;
    transform: translateX(-0.25rem);
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalSidebar/Navigation/PortalSidebarNavigation.razor.rz.scp.css */
.portal-sidebar__navigation[b-ezgu6jrb8b] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
}

.portal-sidebar__navigation[b-ezgu6jrb8b]  fluent-nav-menu {
    max-width: 100%;
    overflow-x: hidden;
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalSidebar/PortalSidebar.razor.rz.scp.css */
.portal-sidebar[b-1j1kamoqrk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.portal-sidebar__navigation[b-1j1kamoqrk] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
}

.portal-sidebar--collapsed[b-1j1kamoqrk] {
    overflow-x: hidden;
}
/* /Blazor/Shared/Portals/Components/PortalShell/PortalTopbar/PortalTopbar.razor.rz.scp.css */
.portal-topbar[b-kt5olc7sky] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.portal-topbar__primary[b-kt5olc7sky] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.portal-topbar__toggle[b-kt5olc7sky] {
    flex-shrink: 0;
}

.portal-topbar__titles[b-kt5olc7sky] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.portal-topbar__title[b-kt5olc7sky] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.portal-topbar__context[b-kt5olc7sky] {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.85rem;
    line-height: 1.3;
}

.portal-topbar__brand[b-kt5olc7sky] {
    margin-left: auto;
    color: #ffffff;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .portal-topbar[b-kt5olc7sky] {
        flex-wrap: wrap;
    }

    .portal-topbar__brand[b-kt5olc7sky] {
        width: 100%;
        margin-left: 0;
    }
}
/* /Blazor/Shared/Portals/Layout/PortalAuthLayout.razor.rz.scp.css */
.admin-auth-shell[b-ih042h4p8w] {
    --admin-color-sidebar: #1a1a1a;
    --admin-color-app: #f6f8fb;
    --admin-color-surface: #ffffff;
    --admin-color-primary: #0056b3;
    --admin-color-primary-strong: #003d80;
    --admin-color-text: #333333;
    --admin-color-muted: #667085;
    --admin-color-border: rgba(102, 112, 133, 0.22);
    --admin-shadow-soft: 0 10px 24px rgba(26, 28, 35, 0.06);
    --admin-radius-m: 6px;
    display: flex;
    min-height: 100vh;
    width: 100%;
    background: var(--admin-color-app);
    color: var(--admin-color-text);
    overflow: hidden;
}

.admin-auth-shell__brand-panel[b-ih042h4p8w] {
    position: relative;
    flex: 1 1 45%;
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 32%),
        radial-gradient(circle at top left, rgba(0, 86, 179, 0.18), transparent 20rem),
        var(--admin-color-sidebar);
    color: #ffffff;
    overflow: hidden;
}

.admin-auth-shell__brand-panel[b-ih042h4p8w]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22rem),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 12rem);
    pointer-events: none;
}

.admin-auth-shell__title-block[b-ih042h4p8w] {
    display: flex;
    justify-content: flex-start;
}

.admin-auth-shell__title[b-ih042h4p8w] {
    display: inline-block;
    color: #ffffff;
    font-size: clamp(2.9rem, 6vw, 5rem);
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.admin-auth-shell__brand-content[b-ih042h4p8w] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.25rem;
    max-width: 31rem;
}

.admin-auth-shell__eyebrow[b-ih042h4p8w] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.admin-auth-shell__brand-content h1[b-ih042h4p8w] {
    margin: 0;
    font-size: clamp(2.2rem, 3.7vw, 3.6rem);
    line-height: 1.06;
    max-width: 12ch;
}

.admin-auth-shell__brand-content p[b-ih042h4p8w] {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 32rem;
}

.admin-auth-shell__main[b-ih042h4p8w] {
    position: relative;
    flex: 1 1 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    background: var(--admin-color-surface);
}

.admin-auth-shell__divider[b-ih042h4p8w] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(102, 112, 133, 0.04) 0%,
        rgba(102, 112, 133, 0.24) 12%,
        rgba(102, 112, 133, 0.24) 88%,
        rgba(102, 112, 133, 0.04) 100%
    );
}

@media (max-width: 900px) {
    .admin-auth-shell[b-ih042h4p8w] {
        flex-direction: column;
    }

    .admin-auth-shell__brand-panel[b-ih042h4p8w] {
        max-width: none;
        min-height: 20rem;
        padding: 2rem 1.5rem;
    }

    .admin-auth-shell__main[b-ih042h4p8w] {
        padding: 1.5rem 1rem 2rem;
    }

    .admin-auth-shell__divider[b-ih042h4p8w] {
        top: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 1px;
        background: linear-gradient(
            90deg,
            rgba(102, 112, 133, 0.04) 0%,
            rgba(102, 112, 133, 0.22) 12%,
            rgba(102, 112, 133, 0.22) 88%,
            rgba(102, 112, 133, 0.04) 100%
        );
    }
}
