@import '_content/MemberPortal.Components/MemberPortal.Components.8dg7ljhd3m.bundle.scp.css';

/* /Components/Layout/AppFooter.razor.rz.scp.css */
.app-footer[b-c84smut87p] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1025;
    background-color: #14313f;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem 2rem;
    font-size: 0.8rem;
    line-height: 1.3;
}

.app-footer-name[b-c84smut87p] {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.app-footer-copy[b-c84smut87p] {
    color: rgba(255, 255, 255, 0.55);
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.landing[b-qsulq4vocr] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f8;
}

.landing-header[b-qsulq4vocr] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.landing-header-inner[b-qsulq4vocr] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-brand[b-qsulq4vocr] {
    display: inline-flex;
    align-items: center;
}

.landing-main[b-qsulq4vocr] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem 5rem;
}

.landing-footer[b-qsulq4vocr] {
    background-color: #14313f;
    color: rgba(255, 255, 255, 0.72);
}

.landing-footer-inner[b-qsulq4vocr] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 3rem 1.5rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
}

.landing-footer-col[b-qsulq4vocr] {
    min-width: 220px;
}

.landing-footer-col h4[b-qsulq4vocr] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.landing-footer-col p[b-qsulq4vocr] {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.72);
}

.landing-footer-brand[b-qsulq4vocr] {
    max-width: 260px;
}

.landing-footer-name[b-qsulq4vocr] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
    display: inline-block;
}

.landing-footer-name[b-qsulq4vocr]::after {
    content: "";
    display: block;
    margin-top: 0.1rem;
    height: 3px;
    width: 88px;
    border-radius: 2px;
    background: #8b7227;
}

.landing-copyright[b-qsulq4vocr] {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 840px) {
    .landing-footer-inner[b-qsulq4vocr] {
        flex-direction: column;
    }
}

#blazor-error-ui[b-qsulq4vocr] {
    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-qsulq4vocr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/LeftNavMenu.razor.rz.scp.css */
.nav-item[b-logsaiatg2] {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: .5vh;
    padding-top: .5vh;
}

.nav-item[b-logsaiatg2]  .nav-link {
    color: black;
    background: none;
}

.nav-item[b-logsaiatg2]  a.active {
    color: #b40000;
}

    .nav-item[b-logsaiatg2]  .nav-link:hover {
        color: #8B7227;
    }

.nav-item p[b-logsaiatg2] {
    font-size: 17px;
}

.nav-item[b-logsaiatg2]  .ps-4 .nav-link {
    font-size: 17px;
}

.nav-link[b-logsaiatg2] {
    margin-bottom: 0;
    padding-bottom: 0.5vh;
    padding-top: 0.5vh;
}

.nav-link:hover[b-logsaiatg2] {
    color: #8B7227 !important;
    cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vi1mlmw4i8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vi1mlmw4i8] {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.sidebar[b-vi1mlmw4i8] {
}

.side-nav[b-vi1mlmw4i8] {
    height: 100vh;
    z-index: 1020;
}

.side-nav-scroll[b-vi1mlmw4i8] {
    height: calc(100vh - 7.5vh - 1.5rem);
    overflow-y: auto;
    padding-bottom: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}

.side-nav-scroll[b-vi1mlmw4i8]::-webkit-scrollbar {
    width: 6px;
}

.side-nav-scroll[b-vi1mlmw4i8]::-webkit-scrollbar-track {
    background: transparent;
}

.side-nav-scroll[b-vi1mlmw4i8]::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 6px;
}

@media (min-width: 841px) {
    .page[b-vi1mlmw4i8] {
        flex-direction: row;
        margin-left: 8vw;
        margin-right: 8vw;
    }

    .sidebar[b-vi1mlmw4i8] {
        width: 20vw;
    }
}

@media (max-width: 840px) {
    .page[b-vi1mlmw4i8] {
        margin-left: 3vw;
        margin-right: 3vw;
    }
}

#blazor-error-ui[b-vi1mlmw4i8] {
    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-vi1mlmw4i8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/TopHeader.razor.rz.scp.css */
@media (min-width: 841px) {
    .navbar-toggler[b-l1cdkt6d40] {
        display: none;
    }

    .nav-scrollable[b-l1cdkt6d40] {
        display: none !important;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-l1cdkt6d40] {
        display: none !important;
    }
}

.navbar-toggler[b-l1cdkt6d40] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: black;
    position: absolute;
    top: 1.2rem;
    right: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-l1cdkt6d40] {
    background-color: rgba(255, 255, 255, 0.5);
}

.bi[b-l1cdkt6d40] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-l1cdkt6d40] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l1cdkt6d40] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l1cdkt6d40] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l1cdkt6d40]  .nav-link {
        color: black;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-l1cdkt6d40]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #b40000;
}

    .nav-item[b-l1cdkt6d40]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: #8b7227;
    }

.nav-scrollable[b-l1cdkt6d40] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l1cdkt6d40] {
    display: block;
}

.fixedElement[b-l1cdkt6d40] {
    display:block;
    width:100%;
    position:fixed;
    margin-left:5vw;
    margin-right:5vw;
    top:0;
    z-index: 100;
}

.navbar-toggler-container[b-l1cdkt6d40] {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally if needed */
    height: 50px; /* Set a height to the container */
}

/* /Components/Pages/Index.razor.rz.scp.css */
.landing-hero[b-ja8pb1eut4] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.landing-hero-card[b-ja8pb1eut4] {
    max-width: 640px;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 1.25rem;
    box-shadow: 0 24px 60px -28px rgba(20, 49, 63, 0.35);
    padding: 3rem 2.5rem;
    text-align: center;
}

.landing-hero-title[b-ja8pb1eut4] {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #17242d;
    margin-bottom: 0.9rem;
}

.landing-hero-tagline[b-ja8pb1eut4] {
    font-size: 1.15rem;
    color: #5c6b74;
    margin-bottom: 2rem;
}

.landing-hero-cta[b-ja8pb1eut4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}

.landing-hero-help[b-ja8pb1eut4] {
    margin-top: 1.75rem;
    font-size: 0.9rem;
}

.landing-hero-help a[b-ja8pb1eut4] {
    color: #5c6b74;
    transition: color 0.15s ease;
}

.landing-hero-help a:hover[b-ja8pb1eut4] {
    color: #b40000;
}

@media (max-width: 840px) {
    .landing-hero-card[b-ja8pb1eut4] {
        padding: 2.25rem 1.5rem;
    }
}
/* /Components/Pages/ProviderSearch.razor.rz.scp.css */
.modal.show[b-8v02akgz2y] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
