@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Controls/HeaderMenu.razor.rz.scp.css */
.products-menu-container[b-0aqnboq04p],
.user-menu-container[b-0aqnboq04p] {
    position: relative;
    display: inline-block;
}

.products-menu-container[b-0aqnboq04p] {
    display: flex;
    align-items: center;
}

.user-menu-container[b-0aqnboq04p] {
    position: relative;
}
/* /Components/Controls/Modals/BaseModal.razor.rz.scp.css */
[b-fzl8m2ubhq] .custom-footer {
    background-color: #E3E5EB;
}
/* /Components/Controls/SlideInComponent.razor.rz.scp.css */
/*.slide-in-container {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 15rem;
}

.slide-in-container::before {
    content: "@pp";
    font-size: 2rem;
}

.slide-in-top {
    animation-name: slideInTop;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
}

.slide-out-top {
    animation-name: slideInTop;
    animation-duration: 4s;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
}

@keyframes slideInTop {
    from {
        opacity: 0;
        top: 0;
    }

    to {
        opacity: 1;
        top: 35rem;
    }
}
*/
/* /Components/Controls/UserNavMenu.razor.rz.scp.css */
[b-16mxl9eh8n] .user-nav-item {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin: 0.25rem 0.5rem;
}

[b-16mxl9eh8n] .user-nav-item:hover .user-nav-text {
    font-weight: 600;
}

[b-16mxl9eh8n] .user-nav-item:hover .user-nav-icon {
    background-color: unset;
    color: var(--sal-gray-41);
}

.user-nav-icon[b-16mxl9eh8n] {
    border-radius: 25px;
    width: 35px;
    height:35px;
    background-color: var(--sal-gray-41);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

.user-nav-text[b-16mxl9eh8n] {
    font-weight: normal;
    margin-left: 0.35rem;
    color: var(--clr-txt);
}

/* /Components/Controls/WizardProgressComponent.razor.rz.scp.css */

.section-divider[b-8kpfxpn0tw] {
    width: 20px;
    background-color: #9C9DA1;
    height: 2px;
}

.section-identifier[b-8kpfxpn0tw] {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0 0.5rem;
    color: #9C9DA1;
}

    .section-identifier > .section-circle[b-8kpfxpn0tw] {
        border: 2px solid #9C9DA1;
    }

.section-circle[b-8kpfxpn0tw] {
    min-width: 18px;
    min-height: 18px;
    border-radius: 50%;
    border: 2px solid black;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
}

    .section-circle > i.fa-check[b-8kpfxpn0tw],
    .section-circle > svg[b-8kpfxpn0tw] {
        display: none;
        color: #fff;
        font-size: 0.75rem;
        width: 10px;
    }

.section-active[b-8kpfxpn0tw] {
    color: var(--klj-color);
    font-weight: 600;
}

    .section-active > .section-circle[b-8kpfxpn0tw] {
        border: 3px solid var(--klj-primary-45);
    }

.section-complete > .section-circle[b-8kpfxpn0tw] {
    background-color: forestgreen;
    border: none;
}

    .section-complete > .section-circle > i.fa-check[b-8kpfxpn0tw],
    .section-complete > .section-circle > svg[b-8kpfxpn0tw] {
        display: block;
    }


.section-name[b-8kpfxpn0tw] {
    font-size: 0.85rem;
}
/* /Components/Layout/FooterBanner.razor.rz.scp.css */
footer[b-rdf1sxmocj] {
    background-color: var(--sal-gray);
    overflow: auto;
    box-shadow: 0 50vh 0 50vh var(--sal-gray);
}

footer[b-rdf1sxmocj] {
    background: url("/images/ContactFooterBG.png");
    height: 5em;
    color: #fff !important;
}

[b-rdf1sxmocj] .foot-right-section > a {
    color: inherit !important;
}

[b-rdf1sxmocj] .foot-left-section > p {
    margin-top: unset !important;
    margin-bottom: unset !important;
}
/* /Components/Layout/HeaderBanner.razor.rz.scp.css */
.header-site-header[b-g14zgf5nlp] {
    height: 200px;
    width: 100%;
}

.new-header-site-header[b-g14zgf5nlp] {
    background-image: url("../images/header-img1.png");
    background-position: center;
    background-size: cover;
    background-color: #003788 !important;
}

.nav-logo-container[b-g14zgf5nlp] {

}

[b-g14zgf5nlp] .nav-logo {
    width: 15.5rem;
    height: 3.5rem;
}

.ps-header-nav[b-g14zgf5nlp] {
    display:flex;
    justify-content: flex-end;
}

[b-g14zgf5nlp] .ps-header-nav > div {
    padding-left: 15px;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-xbiuks12xz] {
    background-color: #005CA3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#blazor-error-ui[b-xbiuks12xz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-xbiuks12xz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v392rs38fl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-v392rs38fl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

main[b-v392rs38fl] {
    margin-top: -6em;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5em;
    min-height: calc(100vh - 232px);
    height: 100%;
}
/* /Components/Sections/Login/Pages/LoginPage.razor.rz.scp.css */
.login-window[b-uthmqvquj0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 480px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    border: 1px solid #00468A;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

.login-input-container[b-uthmqvquj0] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 23px;
}

[b-uthmqvquj0] .login-text-control {
    padding: 0.5em 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 23px;
}

.login-button-control[b-uthmqvquj0] {
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
    width: 100%;
}

.btn-form-login[b-uthmqvquj0] {
    width: 90% !important;
    background-color: #005EB8;
    font-family: GothamBold;
}

.img-logo[b-uthmqvquj0] {
    height: 50px;
    width: 230px;
}

.login-help[b-uthmqvquj0] {
    border: 1px solid #b9b9b9;
    background-color: #DCDCDC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 0px 30px;
    position: absolute;
    top: 0;
    right: 0px;
    box-shadow: #C2C2C2A8 -1px 2px 5px 0px;
}

.login-help:hover[b-uthmqvquj0] {
    cursor: pointer;
    background-color: #B6B6B6;
}

.logging-in-anim[b-uthmqvquj0]::after {
    content: '';
    animation: dots-b-uthmqvquj0 1.5s steps(1, end) infinite;
}

@keyframes dots-b-uthmqvquj0 {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}
/* /Components/Sections/Login/Pages/MFA/MFAPage.razor.rz.scp.css */
.login-window[b-oum2ofr6js] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 435px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    border: 1px solid #00468A;
    border-radius: 8px;
    margin: 0 auto;
}

.login-input-container[b-oum2ofr6js] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 23px;
}

[b-oum2ofr6js] .login-text-control {
    padding: 0.5em 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 23px;
}

.login-button-control[b-oum2ofr6js] {
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
    width: 100%;
}

.btn-form-login[b-oum2ofr6js] {
    width: 90% !important;
    background-color: #005EB8;
    font-family: GothamBold;
}

.img-logo[b-oum2ofr6js] {
    height: 50px;
    width: 230px;
}
