/* /Components/Layout/AccountManagementLayout.razor.rz.scp.css */
.am-layout[b-ftfm4xhdng] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.am-layout__body[b-ftfm4xhdng] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.am-layout__main[b-ftfm4xhdng] {
    flex: 1;
    padding: 32px;
    overflow-y: auto;
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .am-layout__body[b-ftfm4xhdng] {
        flex-direction: column;
    }
}

#blazor-error-ui[b-ftfm4xhdng] {
    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-ftfm4xhdng] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-act99xvz98] {
    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-act99xvz98] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4yy13dwfs4],
.components-reconnect-repeated-attempt-visible[b-4yy13dwfs4],
.components-reconnect-failed-visible[b-4yy13dwfs4],
.components-pause-visible[b-4yy13dwfs4],
.components-resume-failed-visible[b-4yy13dwfs4],
.components-rejoining-animation[b-4yy13dwfs4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-retrying[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-failed[b-4yy13dwfs4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4yy13dwfs4] {
    display: block;
}


#components-reconnect-modal[b-4yy13dwfs4] {
    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-4yy13dwfs4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4yy13dwfs4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4yy13dwfs4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4yy13dwfs4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4yy13dwfs4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4yy13dwfs4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4yy13dwfs4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4yy13dwfs4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4yy13dwfs4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4yy13dwfs4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4yy13dwfs4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4yy13dwfs4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4yy13dwfs4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4yy13dwfs4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4yy13dwfs4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4yy13dwfs4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4yy13dwfs4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4yy13dwfs4 {
    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/Pages/AccountManagement/CompanyProfile/CompanyHeader.razor.rz.scp.css */
.cp-header[b-0tr0y1cpd8] {
    background: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    padding: 1.25rem 0 1rem;
    margin-bottom: 1.5rem;
}

.cp-header__main[b-0tr0y1cpd8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    margin-bottom: 0.75rem;
}

.cp-header__name[b-0tr0y1cpd8] {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cp-header__badges[b-0tr0y1cpd8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    align-items: center;
}

.cp-header__details[b-0tr0y1cpd8] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0;
}

.cp-header__detail-item[b-0tr0y1cpd8] {
    min-width: 0;
}

.cp-header__detail-item dt[b-0tr0y1cpd8] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

.cp-header__detail-item dd[b-0tr0y1cpd8] {
    margin: 0;
    overflow-wrap: anywhere;
}
/* /Components/Pages/AccountManagement/CompanyProfile/CompanyProfile.razor.rz.scp.css */
.cp-loading[b-27orhiuv1m],
.cp-error[b-27orhiuv1m] {
    padding: 1rem 0;
}

[b-27orhiuv1m] .cp-section {
    margin-bottom: 1.5rem;
}

.cp-info-card[b-27orhiuv1m] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.cp-info-card__header[b-27orhiuv1m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
    min-width: 0;
}

.cp-info-card__title[b-27orhiuv1m] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cp-detail-list[b-27orhiuv1m] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem 1.5rem;
    margin: 0;
}

.cp-detail-item dt[b-27orhiuv1m] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

.cp-detail-item dd[b-27orhiuv1m] {
    margin: 0;
}

.cp-detail-item__email[b-27orhiuv1m] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cp-edit-form[b-27orhiuv1m] {
    margin-top: 0.5rem;
}

.cp-edit-form__title[b-27orhiuv1m] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cp-edit-grid[b-27orhiuv1m] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0 1rem;
}

.cp-edit-actions[b-27orhiuv1m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

/* Address list */
.cp-address-list[b-27orhiuv1m] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cp-address-item[b-27orhiuv1m] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
}

.cp-address-item--default[b-27orhiuv1m] {
    border-color: var(--bs-primary);
}

.cp-address-item__info[b-27orhiuv1m] {
    min-width: 0;
    flex: 1 1 200px;
}

.cp-address-item__name[b-27orhiuv1m] {
    font-weight: 600;
    overflow-wrap: anywhere;
}

.cp-address-item__street[b-27orhiuv1m],
.cp-address-item__city[b-27orhiuv1m],
.cp-address-item__country[b-27orhiuv1m] {
    font-size: 0.9rem;
    color: var(--bs-secondary-color);
    overflow-wrap: anywhere;
}

.cp-address-item__types[b-27orhiuv1m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

.cp-address-item__actions[b-27orhiuv1m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
}

.cp-delete-confirm[b-27orhiuv1m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

.cp-no-items[b-27orhiuv1m] {
    color: var(--bs-secondary-color);
    font-style: italic;
    margin: 0.5rem 0 0;
}
/* /Components/Pages/AccountManagement/Home/EditEmailDialog.razor.rz.scp.css */
/* EditEmailDialog scoped styles - uses Bootstrap modal classes */
/* /Components/Pages/AccountManagement/Home/EditNameDialog.razor.rz.scp.css */
/* EditNameDialog scoped styles - uses Bootstrap modal classes */
/* /Components/Pages/AccountManagement/Home/HomeContent.razor.rz.scp.css */
.hc-greeting[b-745stor0rb] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--par-blue);
    margin-bottom: 8px;
}

.hc-loading[b-745stor0rb],
.hc-error[b-745stor0rb] {
    margin-top: 16px;
}

.hc-section[b-745stor0rb] {
    margin-bottom: 40px;
}

/* General Information card */
.hc-info-card[b-745stor0rb] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.hc-info-card__header[b-745stor0rb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hc-info-card__title[b-745stor0rb] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.hc-info-card__link[b-745stor0rb] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d7377;
    text-decoration: none;
}

.hc-info-card__link:hover[b-745stor0rb] {
    text-decoration: underline;
    color: #0a5c5f;
}

/* Info grid — 4 columns, wrapping to fill rows naturally */
.hc-info-card__grid[b-745stor0rb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 24px;
}

.hc-info-cell[b-745stor0rb] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hc-info-cell__label[b-745stor0rb] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6c757d;
}

.hc-info-cell__value[b-745stor0rb] {
    font-size: 0.9375rem;
    color: #212529;
}

/* Edit button inline with info values */
.hc-edit-btn[b-745stor0rb] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    margin-left: 4px;
    color: var(--par-blue);
    opacity: 0.6;
    transition: opacity 120ms ease;
    vertical-align: middle;
}

.hc-edit-btn:hover[b-745stor0rb] {
    opacity: 1;
}

.hc-edit-icon[b-745stor0rb] {
    font-size: 0.875rem;
}

/* Info card footer */
.hc-info-card__footer[b-745stor0rb] {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #dee2e6;
}

.hc-info-card__footer-link[b-745stor0rb] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0d7377;
    text-decoration: none;
}

.hc-info-card__footer-link:hover[b-745stor0rb] {
    text-decoration: underline;
    color: #0a5c5f;
}

/* Responsive: stack on smaller screens */
@media (max-width: 768px) {
    .hc-info-card__grid[b-745stor0rb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-info-card__header[b-745stor0rb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .hc-info-card__grid[b-745stor0rb] {
        grid-template-columns: 1fr;
    }
}

/* Next Steps cards */
.hc-cards[b-745stor0rb] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hc-card[b-745stor0rb] {
    display: block;
    width: 220px;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.hc-card:hover[b-745stor0rb] {
    border-color: var(--par-blue);
    box-shadow: 0 2px 8px rgba(0, 47, 108, 0.12);
    color: inherit;
}

.hc-card__title[b-745stor0rb] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--par-blue);
    margin-bottom: 8px;
}

.hc-card__description[b-745stor0rb] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}
/* /Components/Pages/AccountManagement/MyProfile/EditPersonalDetailsForm.razor.rz.scp.css */
.mp-section[b-de1ol4ndxs] {
    margin-bottom: 24px;
}

.mp-info-card[b-de1ol4ndxs] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mp-info-card__header[b-de1ol4ndxs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mp-info-card__title[b-de1ol4ndxs] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.mp-edit-grid[b-de1ol4ndxs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    margin-bottom: 16px;
}

.mp-edit-actions[b-de1ol4ndxs] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .mp-edit-grid[b-de1ol4ndxs] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AccountManagement/MyProfile/GeneralPermissions.razor.rz.scp.css */
.mp-section[b-hmork194pb] {
    margin-bottom: 24px;
}

.mp-permissions-card[b-hmork194pb] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.mp-permissions-card__header[b-hmork194pb] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.mp-permissions-card__title[b-hmork194pb] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.mp-permissions-card__body[b-hmork194pb] {
    padding: 0;
}

.mp-permissions-card__footer[b-hmork194pb] {
    padding: 12px 24px;
    border-top: 1px solid #dee2e6;
}

.mp-permissions-card__contact[b-hmork194pb] {
    font-size: 0.8125rem;
    color: #5c6470;
    margin: 0;
}

.mp-perm-row[b-hmork194pb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.mp-perm-row:last-child[b-hmork194pb] {
    border-bottom: none;
}

.mp-perm-row__label[b-hmork194pb] {
    font-size: 0.875rem;
    color: #212529;
}

.mp-perm-row__value[b-hmork194pb] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}
/* /Components/Pages/AccountManagement/MyProfile/MyProfile.razor.rz.scp.css */
/* Only styles for elements rendered directly in MyProfile.razor.
   Child component styles live in their own .razor.css files. */

.mp-loading[b-w1xq855xzt],
.mp-error[b-w1xq855xzt] {
    margin-top: 16px;
}
/* /Components/Pages/AccountManagement/MyProfile/PersonalDetails.razor.rz.scp.css */
.mp-section[b-ijlex4xisz] {
    margin-bottom: 24px;
}

.mp-info-card[b-ijlex4xisz] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mp-info-card__header[b-ijlex4xisz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mp-info-card__title[b-ijlex4xisz] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.mp-info-card__link[b-ijlex4xisz] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d7377;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mp-info-card__link:hover[b-ijlex4xisz] {
    text-decoration: underline;
    color: #0a5c5f;
}

.mp-info-card__grid[b-ijlex4xisz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.mp-info-cell[b-ijlex4xisz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mp-info-cell__label[b-ijlex4xisz] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5c6470;
}

.mp-info-cell__value[b-ijlex4xisz] {
    font-size: 0.9375rem;
    color: #212529;
}

@media (max-width: 768px) {
    .mp-info-card__grid[b-ijlex4xisz] {
        grid-template-columns: 1fr;
    }

    .mp-info-card__header[b-ijlex4xisz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* /Components/Pages/AccountManagement/MyProfile/PicPermissions.razor.rz.scp.css */
.mp-section[b-0p22530xjn] {
    margin-bottom: 24px;
}

.mp-permissions-card[b-0p22530xjn] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.mp-permissions-card__header[b-0p22530xjn] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.mp-permissions-card__title[b-0p22530xjn] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.mp-permissions-card__body[b-0p22530xjn] {
    padding: 0;
}

.mp-permissions-card__footer[b-0p22530xjn] {
    padding: 12px 24px;
    border-top: 1px solid #dee2e6;
}

.mp-permissions-card__contact[b-0p22530xjn] {
    font-size: 0.8125rem;
    color: #5c6470;
    margin: 0;
}

.mp-perm-row[b-0p22530xjn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.mp-perm-row:last-child[b-0p22530xjn] {
    border-bottom: none;
}

.mp-perm-row__label[b-0p22530xjn] {
    font-size: 0.875rem;
    color: #212529;
}

.mp-perm-row__value[b-0p22530xjn] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}

.mp-perm-row__value--stub[b-0p22530xjn] {
    color: #5c6470;
    font-style: italic;
    font-weight: 400;
}

.mp-pic-grid[b-0p22530xjn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mp-pic-grid .mp-perm-row[b-0p22530xjn] {
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .mp-pic-grid[b-0p22530xjn] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AccountManagement/MyProfile/ProfileHeader.razor.rz.scp.css */
.mp-header[b-vi8m8ex4cm] {
    margin-bottom: 24px;
}

.mp-header__title[b-vi8m8ex4cm] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--par-blue);
    margin-bottom: 4px;
}

.mp-header__subtitle[b-vi8m8ex4cm] {
    font-size: 1rem;
    color: #495057;
    margin: 0;
}
/* /Components/Pages/AccountManagement/MyQualifications/MyQualifications.razor.rz.scp.css */
.mq-page-heading[b-dhoier7xah] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}

[b-dhoier7xah] .half-page-responsive {
    max-width: 100%;
}

[b-dhoier7xah] .content-mw {
    max-width: 720px;
}
/* /Components/Pages/AccountManagement/PariConnectSettings/PariconnectHeader.razor.rz.scp.css */
.pic-section[b-5yyofqeag3] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.25rem 1.5rem;
}

.pic-section__title[b-5yyofqeag3] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.pic-info-list[b-5yyofqeag3] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0;
}

.pic-info-list__item[b-5yyofqeag3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    min-width: 0;
}

.pic-info-list__label[b-5yyofqeag3] {
    font-weight: 600;
    min-width: 220px;
    color: #495057;
    overflow-wrap: anywhere;
}

.pic-info-list__value[b-5yyofqeag3] {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    color: #212529;
}
/* /Components/Pages/AccountManagement/PariConnectSettings/PariconnectSettings.razor.rz.scp.css */
.pic-settings[b-qu14xf0pb9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    max-width: 900px;
}

.pic-loading[b-qu14xf0pb9],
.pic-error[b-qu14xf0pb9] {
    padding: 1.5rem;
}
/* /Components/Pages/AccountManagement/PariConnectSettings/SupervisorInfo.razor.rz.scp.css */
.pic-section[b-4f25a2qlw2] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.25rem 1.5rem;
}

.pic-section__title[b-4f25a2qlw2] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.pic-info-list[b-4f25a2qlw2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0;
}

.pic-info-list__item[b-4f25a2qlw2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    min-width: 0;
}

.pic-info-list__label[b-4f25a2qlw2] {
    font-weight: 600;
    min-width: 220px;
    color: #495057;
    overflow-wrap: anywhere;
}

.pic-info-list__value[b-4f25a2qlw2] {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    color: #212529;
}

.supervisor-self[b-4f25a2qlw2] {
    padding: 0.75rem 1rem;
    background: #f0f9ff;
    border-left: 4px solid #0ea5e9;
    border-radius: 0 0.25rem 0.25rem 0;
}

.supervisor-self__message[b-4f25a2qlw2] {
    margin-bottom: 0.25rem;
}

.supervisor-self__description[b-4f25a2qlw2] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.supervisor-description[b-4f25a2qlw2] {
    font-size: 0.875rem;
}
/* /Components/Pages/AccountManagement/Security/LoginActivitySection.razor.rz.scp.css */
.sec-section[b-fg6gxkiir0] {
    margin-bottom: 24px;
}

.sec-card[b-fg6gxkiir0] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.sec-card__header[b-fg6gxkiir0] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.sec-card__title[b-fg6gxkiir0] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.sec-card__body[b-fg6gxkiir0] {
    padding: 16px 24px;
}

.sec-stub-text[b-fg6gxkiir0] {
    font-size: 0.875rem;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 0;
}
/* /Components/Pages/AccountManagement/Security/ManagePasswordSection.razor.rz.scp.css */
.sec-section[b-6bwid6u59f] {
    margin-bottom: 24px;
}

.sec-card[b-6bwid6u59f] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.sec-card__header[b-6bwid6u59f] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.sec-card__title[b-6bwid6u59f] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.sec-card__body[b-6bwid6u59f] {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.sec-card__email[b-6bwid6u59f] {
    font-size: 0.875rem;
    color: #212529;
    overflow-wrap: anywhere;
    min-width: 0;
}

.sec-manage-pwd-link[b-6bwid6u59f] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
    cursor: pointer;
}

.sec-manage-pwd-link:hover[b-6bwid6u59f] {
    color: #0b5ed7;
    text-decoration: underline;
}
/* /Components/Pages/AccountManagement/Security/MfaInfoSection.razor.rz.scp.css */
.sec-section[b-czutbenkbh] {
    margin-bottom: 24px;
}

.sec-card[b-czutbenkbh] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.sec-card__header[b-czutbenkbh] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.sec-card__title[b-czutbenkbh] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.sec-card__body[b-czutbenkbh] {
    padding: 16px 24px;
}

.sec-card__text[b-czutbenkbh] {
    font-size: 0.875rem;
    color: #212529;
    margin-bottom: 0;
}
/* /Components/Pages/AccountManagement/Security/PasswordChangeActivitySection.razor.rz.scp.css */
.sec-section[b-mv0xx153un] {
    margin-bottom: 24px;
}

.sec-card[b-mv0xx153un] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.sec-card__header[b-mv0xx153un] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.sec-card__title[b-mv0xx153un] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.sec-card__body[b-mv0xx153un] {
    padding: 16px 24px;
}

.sec-stub-text[b-mv0xx153un] {
    font-size: 0.875rem;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 0;
}
/* /Components/Pages/AccountManagement/Security/SecurityPage.razor.rz.scp.css */
.sec-page-heading[b-gn1tzoh9mk] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.sec-loading[b-gn1tzoh9mk] {
    padding: 1rem;
    color: #6c757d;
}

.sec-error[b-gn1tzoh9mk] {
    padding: 1rem;
}
/* /Components/Pages/AccountManagement/Security/SsoInfoSection.razor.rz.scp.css */
.sec-section[b-spdpyrrk6i] {
    margin-bottom: 24px;
}

.sec-card[b-spdpyrrk6i] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.sec-card__header[b-spdpyrrk6i] {
    background-color: #f8f9fa;
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
}

.sec-card__title[b-spdpyrrk6i] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.sec-card__body[b-spdpyrrk6i] {
    padding: 16px 24px;
}

.sec-card__text[b-spdpyrrk6i] {
    font-size: 0.875rem;
    color: #212529;
    margin-bottom: 0;
}
/* /Components/Pages/AccountManagement/UserManagement/UserManagement.razor.rz.scp.css */
.um-page[b-1mu28pulfs] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.um-page__header[b-1mu28pulfs] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.um-page__title[b-1mu28pulfs] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.um-page__actions[b-1mu28pulfs] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.um-loading[b-1mu28pulfs],
.um-error[b-1mu28pulfs],
.um-refreshing[b-1mu28pulfs] {
    padding: 1.5rem;
}

.um-refreshing[b-1mu28pulfs] {
    padding: 0;
    font-size: 0.875rem;
    color: #6c757d;
}
/* /Components/Pages/AccountManagement/UserManagement/UserSearchFilter.razor.rz.scp.css */
.um-filter[b-nd0yhjg0yn] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
}

.um-filter__group[b-nd0yhjg0yn] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 160px;
    flex: 1;
}

.um-filter__label[b-nd0yhjg0yn] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0;
}

.um-filter__input[b-nd0yhjg0yn],
.um-filter__select[b-nd0yhjg0yn] {
    min-width: 0;
}

.um-filter__clear[b-nd0yhjg0yn] {
    align-self: flex-end;
    white-space: nowrap;
}
/* /Components/Pages/AccountManagement/UserManagement/UserTable.razor.rz.scp.css */
.um-table-wrapper[b-ez92067a8y] {
    overflow-x: auto;
    width: 100%;
    min-width: 0;
}

.um-table[b-ez92067a8y] {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

.um-table__head[b-ez92067a8y] {
    background: #f8f9fa;
}

.um-table__actions-header[b-ez92067a8y] {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.um-table__row:hover[b-ez92067a8y] {
    background: #f8f9fa;
}

.um-table__cell[b-ez92067a8y] {
    vertical-align: middle;
    padding: 0.5rem 0.75rem;
    overflow-wrap: anywhere;
    min-width: 0;
}

.um-table__cell--email[b-ez92067a8y] {
    word-break: break-all;
    overflow-wrap: anywhere;
}

.um-table__cell--actions[b-ez92067a8y] {
    white-space: nowrap;
    min-width: 180px;
}

/* Status badges — color + text (never color-only; meets 4.5:1 contrast) */
.um-status-badge[b-ez92067a8y] {
    display: inline-block;
    padding: 0.2em 0.6em;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.um-status-badge--pending[b-ez92067a8y] {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffc107;
}

.um-status-badge--active[b-ez92067a8y] {
    background: #d1e7dd;
    color: #0a3622;
    border: 1px solid #198754;
}

.um-status-badge--inactive[b-ez92067a8y] {
    background: #e2e3e5;
    color: #41464b;
    border: 1px solid #adb5bd;
}

/* Inline confirmation */
.um-confirm[b-ez92067a8y] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.um-confirm__text[b-ez92067a8y] {
    font-size: 0.8rem;
    color: #495057;
}
/* /Components/Pages/AccountManagement/UserManagement/UserTablePagination.razor.rz.scp.css */
.um-pagination[b-it79ds2rw5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.um-pagination__size-group[b-it79ds2rw5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.um-pagination__label[b-it79ds2rw5] {
    font-size: 0.875rem;
    color: #495057;
    margin: 0;
    white-space: nowrap;
}

.um-pagination__size-select[b-it79ds2rw5] {
    width: auto;
}

.um-pagination__nav[b-it79ds2rw5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.um-pagination__info[b-it79ds2rw5] {
    font-size: 0.875rem;
    color: #495057;
    white-space: nowrap;
}

.um-pagination__count[b-it79ds2rw5] {
    color: #6c757d;
    font-size: 0.8rem;
}
/* /Components/Pages/AccountManagement/UserManagement/UserTableSortHeader.razor.rz.scp.css */
.um-sort-header[b-b4igj7hexl] {
    padding: 0;
    white-space: nowrap;
}

.um-sort-header__btn[b-b4igj7hexl] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: none;
    border: none;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: inherit;
}

.um-sort-header__btn:focus-visible[b-b4igj7hexl] {
    outline: 2px solid #0d6efd;
    outline-offset: -2px;
}

.um-sort-header__icon[b-b4igj7hexl] {
    font-size: 0.75rem;
    color: #6c757d;
}
/* /Components/Pages/Qualifications/Degree.razor.rz.scp.css */
.degree-form-bg[b-gpki6xesnd] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Qualifications/Licensure.razor.rz.scp.css */
.licensure-form-bg[b-77w2wq7ur6] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Qualifications/ManageCoursework.razor.rz.scp.css */
.content-mw[b-a547hvuh55] {
    max-width: 720px;
}

.coursework-row[b-a547hvuh55] {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.coursework-row:last-of-type[b-a547hvuh55] {
    border-bottom: none;
}

.note-text[b-a547hvuh55] {
    font-size: 0.875rem;
    color: #495057;
}
/* /Components/Pages/Qualifications/ManageQualifications.razor.rz.scp.css */
.content-mw[b-ovgost9rb1] {
    max-width: 720px;
}

.qual-row[b-ovgost9rb1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 16px;
}

.qual-toggle-btn[b-ovgost9rb1] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1rem;
    color: #212529;
}

.qual-toggle-btn:focus-visible[b-ovgost9rb1] {
    outline: 2px solid #0579BD;
    outline-offset: 2px;
    border-radius: 4px;
}

.skip-btn[b-ovgost9rb1] {
    font-family: "Acumin Pro Bold", sans-serif;
    font-size: 15px;
    height: 42px !important;
    --bs-btn-color: #0579BD;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #0579BD;
    --bs-btn-hover-color: #0579BD;
    --bs-btn-hover-bg: rgba(5, 121, 189, 0.08);
    --bs-btn-hover-border-color: #0579BD;
    --bs-btn-focus-shadow-rgb: 43, 141, 199;
    --bs-btn-active-color: #0579BD;
    --bs-btn-active-bg: rgba(5, 121, 189, 0.15);
    --bs-btn-active-border-color: #0579BD;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8b8b8b;
    --bs-btn-disabled-bg: #e0e0e0;
    --bs-btn-disabled-border-color: #e0e0e0;
}

.btn.skip-btn:focus-visible[b-ovgost9rb1] {
    box-shadow: 0 0 0 0.2rem rgba(43, 141, 199, .87);
}
/* /Components/Pages/Qualifications/Membership.razor.rz.scp.css */
.membership-form-bg[b-h4s4aph5bg] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Qualifications/StudentStatus.razor.rz.scp.css */
.student-status-form-bg[b-fdzjnr3yit] {
    background-color: #f8f9fa;
}
/* /Components/Pages/UserRegistrationFlow/AdditionalUserInfo/AdditionalUserInfoRightColumn.razor.rz.scp.css */
.form-mw[b-6bdxyuwn9b] {
    max-width: 720px;
}
/* /Components/Pages/UserRegistrationFlow/CompanySetUp/AddressValidation/RegistrationAddressValidation.razor.rz.scp.css */
.address-card[b-pkdlccl2k3] {
    font-size: 1rem;
    line-height: 1.6;
}
/* /Components/Pages/UserRegistrationFlow/PasswordSetup/PasswordSetupRightColumn.razor.rz.scp.css */
.form-mw[b-xyojbrp7ck] {
    padding-top: 40px;
    width: 100%;
    max-width: 650px;
}
/* /Components/Pages/UserRegistrationFlow/PasswordSetup/ValidationRightColumnComponents/PasswordSetupFormInputs.razor.rz.scp.css */
.password-input-wrap[b-vb2ngsyrer] {
    position: relative;
}

.password-input[b-vb2ngsyrer] {
    padding-right: 2.5rem;

    /* Helps in some browsers to reduce native decorations; harmless elsewhere */
    -webkit-appearance: none;
    appearance: none;
}

.password-visibility-toggle[b-vb2ngsyrer] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    background: transparent;

    color: inherit;
    line-height: 0;
}

.password-visibility-toggle:focus-visible[b-vb2ngsyrer] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
    border-radius: 0.25rem;
}
/* /Components/Pages/UserRegistrationFlow/RegistrationConfirmation/ConfirmationRightColumn.razor.rz.scp.css */
.max-width-500[b-yxf186o0je] {
    max-width: 500px;
}

[b-yxf186o0je] svg {
    align-self: center;
}
/* /Components/Pages/UserRegistrationFlow/UserRegistration/FormRightColumn.razor.rz.scp.css */
.form-mw[b-q7ygxoiik0] {
    max-width: 720px;
}
/* /Components/Pages/UserRegistrationFlow/UserRegistration/FormRightColumnComponents/TroubleLoggingInDropdown.razor.rz.scp.css */
span[b-l2etpcmbb3] {
    font-size: 14px;
    font-family: "Acumin Pro Bold", sans-serif;
}

p[b-l2etpcmbb3] {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 24px;
}


.accordion-button[b-l2etpcmbb3]::after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 8px;
    color: var(--button-blue);
    background-image: url("/img/BlueChevron.svg");
}

/* /Components/UI/Buttons/BlueButton.razor.rz.scp.css */
.btn-primary[b-gh3a1zn72s] {
  font-family: "Acumin Pro Bold", sans-serif;
  font-size: 15px;
  height: 42px !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #0579BD;
  --bs-btn-border-color: #0579BD;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0467a1;
  --bs-btn-hover-border-color: #046197;
  --bs-btn-focus-shadow-rgb: 43, 141, 199;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #046197;
  --bs-btn-active-border-color: #045b8e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8b8b8b;
  --bs-btn-disabled-bg: #e0e0e0;
  --bs-btn-disabled-border-color:#e0e0e0;
}

.btn.btn-primary:focus-visible[b-gh3a1zn72s] {
  box-shadow: 0 0 0 0.2rem rgba(43, 141, 199, .87);
}
/* /Components/UI/Buttons/GrayButton.razor.rz.scp.css */
.btn-secondary[b-9bfb02hg14] {
    font-family: "Acumin Pro Bold", sans-serif;
    font-size: 15px;
    height: 42px !important;
    --bs-btn-color: #0579BD;
    --bs-btn-bg: #F6F6F6;
    --bs-btn-border-color: #707372d9;
    --bs-btn-hover-color: #0579BD;
    --bs-btn-hover-bg: #eaeaea;
    --bs-btn-hover-border-color: #707372d9;
    --bs-btn-focus-shadow-rgb: 209, 209, 209;
    --bs-btn-active-color: #0579BD;
    --bs-btn-active-bg: #f8f8f8;
    --bs-btn-active-border-color: #707372d9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8b8b8b;
    --bs-btn-disabled-bg: #e0e0e0;
    --bs-btn-disabled-border-color: #e0e0e0;
}

.btn.btn-secondary:focus-visible[b-9bfb02hg14] {
    box-shadow: 0 0 0 0.2rem rgba(43, 141, 199, .87);
}

@supports (-moz-appearance: none) {
    .btn.btn-secondary:focus-visible[b-9bfb02hg14] {
        border-color: #0579BD;
        outline: 2px solid #0579BD;
        outline-offset: -1px;
    }
}
/* /Components/UI/Buttons/GrayRefreshButton.razor.rz.scp.css */
.btn-secondary[b-8xwywu88ly] {
    font-family: "Acumin Pro Bold", sans-serif;
    font-size: 15px;
    height: 42px !important;
    --bs-btn-color: #0579BD;
    --bs-btn-bg: #F6F6F6;
    --bs-btn-border-color: #707372d9;
    --bs-btn-hover-color: #0579BD;
    --bs-btn-hover-bg: #eaeaea;
    --bs-btn-hover-border-color: #707372d9;
    --bs-btn-focus-shadow-rgb: 209, 209, 209;
    --bs-btn-active-color: #0579BD;
    --bs-btn-active-bg: #f8f8f8;
    --bs-btn-active-border-color: #707372d9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8b8b8b;
    --bs-btn-disabled-bg: #e0e0e0;
    --bs-btn-disabled-border-color: #e0e0e0;
}

.btn.btn-secondary:focus-visible[b-8xwywu88ly] {
    box-shadow: 0 0 0 0.2rem rgba(43, 141, 199, .87);
}

@supports (-moz-appearance: none) {
    .btn.btn-secondary:focus-visible[b-8xwywu88ly] {
        border-color: #0579BD;
        outline: 2px solid #0579BD;
        outline-offset: -1px;
    }
}
/* /Components/UI/Containers/PageContainer.razor.rz.scp.css */
.row[b-hkvpl7spwk] {
    min-height: calc(100vh - 68px);
}
/* /Components/UI/Icons/IconWithTooltip.razor.rz.scp.css */
.icon-with-tooltip-btn[b-478n6qs7h9] {
    padding: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    min-height: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 0;
}

.icon-with-tooltip-btn .bi[b-478n6qs7h9] {
    font-size: .75rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
/* /Components/UI/Inputs/MultiSelectDropdown.razor.rz.scp.css */
.multi-select-dropdown[b-ffsve1s7on] {
    font-family: "Acumin Pro Light", sans-serif;
}

.multi-select-dropdown .multi-select-toggle[b-ffsve1s7on]
{
    text-align: left;
}

.multi-select-dropdown .dropdown-menu[b-ffsve1s7on]
{
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.multi-select-dropdown .multi-select-item[b-ffsve1s7on]
{
    padding: 0.25rem 1rem;
}

.multi-select-dropdown .multi-select-item[b-ffsve1s7on]
{
    pointer-events: none;
}

.multi-select-dropdown .multi-select-item .form-check[b-ffsve1s7on],
.multi-select-dropdown .multi-select-item .form-check-input[b-ffsve1s7on],
.multi-select-dropdown .multi-select-item .form-check-label[b-ffsve1s7on]
{
    pointer-events: auto;
}

.multi-select-dropdown .form-check[b-ffsve1s7on]
{
    margin-bottom: 0;
}

.multi-select-dropdown button[b-ffsve1s7on] 
{
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle[b-ffsve1s7on]::after {
    content: none;
}
/* /Components/UI/LeftBlueColumns/RegisterWithPAR.razor.rz.scp.css */
.register-content[b-w5z26joqip] {
    width: 78%;
    max-width: 430px;
}
/* /Components/UI/LeftBlueColumns/StepBlueHalfPage.razor.rz.scp.css */
.step-label[b-j2yc6c8g5c] {
    text-align: left;
    font-weight: 600;
}
/* /Components/UI/LeftBlueColumns/UserRegistrationLeftColumn.razor.rz.scp.css */
/* Content area sized to fill most of the blue column */
.content-area[b-qef69w02ic] {
    width: 78%;
    max-width: 550px;
}

h3[b-qef69w02ic] {
    text-align: center;
}

.step-label[b-qef69w02ic] {
    text-align: left;
    font-weight: 600;
}

/* Scale down paragraph font from global 1.5rem to match step text sizing */
p[b-qef69w02ic] {
    font-size: 1rem;
    line-height: 1.6;
}

/* Increase step text to match paragraph font size */
[b-qef69w02ic] .step .step-text {
    font-size: 1rem;
}

.contact-link[b-qef69w02ic] {
    color: white;
    text-decoration: underline;
}

.contact-link:hover[b-qef69w02ic] {
    color: rgba(255, 255, 255, 0.8);
}
/* /Components/UI/Navbar/Navbar.razor.rz.scp.css */
nav[b-kt2af6sii2] {
    padding-block: 15px;
}

h1[b-kt2af6sii2] {
    font-size: 1.5rem;
    color: var(--navbar-gray);
}

.nav-account-btn[b-kt2af6sii2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid transparent;
    background: transparent;
}

.nav-account-btn:hover[b-kt2af6sii2],
.nav-account-btn:focus-visible[b-kt2af6sii2] {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.02);
}

.nav-account-icon[b-kt2af6sii2] {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.nav-account-chevron[b-kt2af6sii2] {
    display: inline-flex;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transition: transform 160ms ease;
}

.nav-account-btn.show .nav-account-chevron[b-kt2af6sii2] {
    transform: rotate(180deg);
}

.nav-account-btn.dropdown-toggle[b-kt2af6sii2]::after {
    display: none;
}
/* /Components/UI/Navigation/AccountManagementFooter.razor.rz.scp.css */
.am-footer[b-ku71jefxg3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: var(--par-blue);
    color: #ffffff;
}

.am-footer__copyright[b-ku71jefxg3] {
    margin: 0;
    font-size: 0.8125rem;
}

.am-footer__links[b-ku71jefxg3] {
    display: flex;
    gap: 24px;
}

.am-footer__link[b-ku71jefxg3] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8125rem;
}

.am-footer__link:hover[b-ku71jefxg3] {
    text-decoration: underline;
    color: #ffffff;
}
/* /Components/UI/Navigation/AccountManagementHeader.razor.rz.scp.css */
.am-header[b-fe0pzbp4k2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background-color: #ffffff;
}

.am-header__brand[b-fe0pzbp4k2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.am-header__title[b-fe0pzbp4k2] {
    font-size: 1.25rem;
    color: var(--navbar-gray);
}

.am-header__return-link[b-fe0pzbp4k2] {
    font-size: 0.875rem;
    color: var(--par-blue);
    text-decoration: none;
}

.am-header__return-link:hover[b-fe0pzbp4k2] {
    text-decoration: underline;
}
/* /Components/UI/Navigation/AccountManagementNav.razor.rz.scp.css */
.am-nav[b-8gslh75icf] {
    width: 220px;
    flex-shrink: 0;
    border-right: 1px solid #dee2e6;
    padding: 16px 0;
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .am-nav[b-8gslh75icf] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding: 8px 0;
    }
}

.am-nav__section[b-8gslh75icf] {
    margin-bottom: 8px;
}

.am-nav__section-label[b-8gslh75icf] {
    display: block;
    padding: 8px 16px 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
}

.am-nav__list[b-8gslh75icf] {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ::deep is required because NavLink renders the <a> element as a child
   component — Blazor's scoped CSS attribute is not added to child-component
   output, so we pierce the boundary from the scoped .am-nav root. */
.am-nav[b-8gslh75icf]  .am-nav__link {
    display: block;
    padding: 8px 16px 8px 24px;
    color: #212529;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: background-color 120ms ease;
}

.am-nav[b-8gslh75icf]  .am-nav__link:hover {
    background-color: #f0f4f9;
    color: var(--par-blue);
}

.am-nav[b-8gslh75icf]  .am-nav__link.active {
    background-color: #ddeaf9;
    color: var(--par-blue);
    font-weight: 600;
}
/* /Components/UI/ProgressSteps/ProgressStepItem.razor.rz.scp.css */
.step[b-3lua5wn36r] {
    display: flex;
    min-height: 4em;
    align-items: stretch;
}

.step > *:first-child[b-3lua5wn36r] {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .5em;
}

.step-number[b-3lua5wn36r] {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.line[b-3lua5wn36r] {
    border-left: 1px solid var(--par-blue);
    flex-grow: 1;
    margin: 1em;
    min-height: 50px;
}

.selected .line[b-3lua5wn36r] {
    border-left-width: 3px;
}

.step:last-child .line[b-3lua5wn36r] {
    display: none;
}

@media (max-width: 576px) {
    /* hides the last line in mobile, where only one is shown */
    .step:not(.d-none):not(:has(~ .step:not(.d-none))) .line[b-3lua5wn36r] {
        display: none;
    }
}

.circle[b-3lua5wn36r] {
    border-radius: 50%;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: var(--bs-body-font-size);
    border: 1px solid var(--par-blue);
    font-family: var(--par-blue-bg-body-font);
}

.step-text[b-3lua5wn36r] {
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: 8px;
    font-family: var(--par-blue-bg-body-font);
}

.selected .circle[b-3lua5wn36r] {
    background-color: var(--par-blue);
    color: white;
    font-weight: bold;
    border: 1px solid transparent;
}

.checkmark[b-3lua5wn36r] {
    font-size: 0.8em;
    color: inherit;
}

.step:not(.blue) .circle:has(.checkmark)[b-3lua5wn36r] {
    background-color: #00BCDD;
    color: #003341;
    border: none;
}

/* Blue variant */
.blue .circle[b-3lua5wn36r] {
    border-color: white;
    color: white;
}

.blue.selected .circle[b-3lua5wn36r] {
    background-color: white;
    color: var(--par-blue);
}

.blue.completed .circle[b-3lua5wn36r] {
    background-color: #00BCDD;
    color: #003341;
    border: none;
}

.blue .line[b-3lua5wn36r] {
    border-color: white;
}

.blue .step-text[b-3lua5wn36r] {
    color: white;
}

/* Hide steps on small screens and up*/
@media (max-width: 576px) {
    .hide-steps .step-text[b-3lua5wn36r] {
        padding: 0px;
        font-family: var(--par-blue-bg-body-font);
    }

    .hide-steps .step[b-3lua5wn36r] {
        height: auto;
        min-height: auto;
    }
}
/* /Components/UI/ProgressSteps/ProgressSteps.razor.rz.scp.css */

.progress.step-progress[b-r2sok6h4md] {
    height: auto;
    background-color: transparent;
}

.progress[b-r2sok6h4md] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* /Components/UI/ResponsiveImages/RegisterWithPARResponsive.razor.rz.scp.css */
picture[b-4h7ador3e5] {
    display: block;
    width: 100%;
}

img[b-4h7ador3e5] {
    width: 100%;
    height: auto;
}

/* Cap the image at a compact size on small mobile viewports */
@media (max-width: 575px) {
    picture[b-4h7ador3e5] {
        max-width: 200px;
        margin: 0 auto;
    }
}

/* Slightly larger cap for medium mobile (576px–767px) */
@media (min-width: 576px) and (max-width: 767px) {
    picture[b-4h7ador3e5] {
        max-width: 250px;
        margin: 0 auto;
    }
}
/* /Components/UI/Titles/ColumnSubtitle.razor.rz.scp.css */
h4[b-aapfgvwail] {
    font-weight: 500;
    font-size: 18px;
}
/* /Components/UI/Titles/ColumnTitle.razor.rz.scp.css */
h3[b-7oyg1jf9px] {
    font-size: 1.5rem;
    font-weight: 600;
}
