/* /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/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;
}
/* /Components/Pages/Qualifications/Membership.razor.rz.scp.css */
.membership-form-bg[b-h4s4aph5bg] {
    background-color: #f8f9fa;
}
/* /Components/Pages/UserRegistrationFlow/CompanySetUp/Intro/CompanySetUpIntroRightColumn.razor.rz.scp.css */
.form-mw[b-sy7pnbxb68] {
    max-width: 720px;
}
/* /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/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/LeftBlueColumns/RegisterWithPAR.razor.rz.scp.css */
.content-padding[b-w5z26joqip] {
    padding-block: 95px;
}
/* /Components/UI/LeftBlueColumns/RegistrationEnd.razor.rz.scp.css */
h3[b-myeyh4atu6] {
    font-family: "Acumin Pro Bold", sans-serif;
    font-size: 46px;
    color: #ffffff;
    padding-bottom: 32px;
}

p[b-myeyh4atu6] {
    font-family: "Acumin Pro Light", sans-serif;
    color: #ffffff;
}

.py-40px[b-myeyh4atu6] {
    padding-block: 40px;
}

.mobile-hidden[b-myeyh4atu6] {
    @media (max-width: 576px) {
        display: none;[b-myeyh4atu6]
    }
}

.max-width-430[b-myeyh4atu6] {
    max-width: 430px;
}
/* /Components/UI/LeftBlueColumns/StepBlueHalfPage.razor.rz.scp.css */
.py-40px[b-j2yc6c8g5c] {
    padding-block: 40px;
}

.mobile-hidden[b-j2yc6c8g5c] {
    @media (max-width: 576px) {
        display: none;[b-j2yc6c8g5c]
    }
}
/* /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/ResponsiveImages/RegisterWithPARResponsive.razor.rz.scp.css */
.fit-content[b-4h7ador3e5] {
    width: fit-content;
    height: fit-content;
}
/* /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;
}
