/* /Components/Layout/Footer.razor.rz.scp.css */
/* utils */

.font-coc[b-rit4w1ihag] {
    font-family: "Bebas Neue Bold";
    font-weight: normal;
}

.page-title[b-rit4w1ihag] {
    border-bottom: 9px solid var(--mdc-accent);
    font-family: "Bebas Neue Bold";
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
}

.skip-content[b-rit4w1ihag] {
    position: absolute;
    top: -3rem; /* hide above the viewport */
    left: 0;
    background: #fff;
    color: black;
    padding: 0.5rem;
    z-index: 1000;
    transition: top 0.3s;
}

    .skip-content:focus[b-rit4w1ihag] {
        top: 0; /* reveal at top when focused */
    }

/* footer */

.footer__bottom[b-rit4w1ihag] {
    padding: 1rem 0;
}

.footer__bottom-img[b-rit4w1ihag] {
    max-width: 48px;
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

.footer__clerk-name[b-rit4w1ihag] {
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.footer__clerk-name2[b-rit4w1ihag] {
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.footer__clerk-subtitle[b-rit4w1ihag] {
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.footer__clerk-mdc[b-rit4w1ihag] {
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.footer__clerk-info[b-rit4w1ihag] {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.footer__content[b-rit4w1ihag] {
    background-color: var(--mdc-accent);
    padding: 1rem 0;
}

.footer__container[b-rit4w1ihag] {
    margin: 2rem auto;
}

.footer__logo-img[b-rit4w1ihag] {
    max-width: 120px;
    vertical-align: middle;
    border-style: none;
}

.footer__nav[b-rit4w1ihag] {
    list-style: none;
    margin-bottom: 3rem;
    padding-left: 0;
}

.footer__nav-item[b-rit4w1ihag] {
    margin-right: 1rem;
}

.footer__nav-link[b-rit4w1ihag] {
    color: white !important;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
    .footer__nav-link:hover[b-rit4w1ihag] {
        color: white;
        text-decoration: underline;
    }

.footer__title[b-rit4w1ihag] {
    color: white;
    font-family: "Roboto Bold", sans-serif;
}

/* media queries */

@media (min-width: 992px) {
    .footer__nav[b-rit4w1ihag] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 990px) {
    .footer__bottom[b-rit4w1ihag] {
        text-align: center;
    }

    .footer__clerk[b-rit4w1ihag] {
        margin-top: 2rem;
        text-align: center;
    }

    .footer__logo[b-rit4w1ihag] {
        text-align: center;
    }

    .footer__nav[b-rit4w1ihag] {
        text-align: center;
        margin-top: 1rem;
    }

    .footer__nav-item[b-rit4w1ihag] {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .footer__title[b-rit4w1ihag] {
        text-align: center;
        margin-bottom: 0.2rem;
    }
}

@media (max-width: 991.98px) {

    .footer__logo-img[b-rit4w1ihag] {
        max-width: 75px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-e3z9dxd0ou] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-e3z9dxd0ou] {
    flex: 1;
}

.maincontent[b-e3z9dxd0ou] {
    height: 100%;
    max-width: 1682px;
    box-shadow: 0 0 60px rgba(0,0,0,.2);
    background-color: #ffffff;
}

.top-row[b-e3z9dxd0ou] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e3z9dxd0ou]  a, .top-row .btn-link[b-e3z9dxd0ou] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-e3z9dxd0ou] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e3z9dxd0ou] {
        display: none;
    }

    .top-row.auth[b-e3z9dxd0ou] {
        justify-content: space-between;
    }

    .top-row a[b-e3z9dxd0ou], .top-row .btn-link[b-e3z9dxd0ou] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e3z9dxd0ou] {
        flex-direction: row;
    }

    .sidebar[b-e3z9dxd0ou] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e3z9dxd0ou] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-e3z9dxd0ou] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-57f62o6n7i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-57f62o6n7i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-57f62o6n7i] {
    font-size: 1.3rem;
}

.oi[b-57f62o6n7i] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-57f62o6n7i] {
    font-size: 1rem;
}


    .nav-item[b-57f62o6n7i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-57f62o6n7i]  a.active {
            /*background-color: rgba(255,255,255,0.25);*/
            color: #fff;
            font-weight: bold;
        }

        .nav-item[b-57f62o6n7i]  a:focus {
            /*background-color: rgba(255,255,255,0.1);*/
            color: #fff;
            font-weight: bold;
            text-decoration: underline;
        }

.expanded[b-57f62o6n7i] {
    max-width: 1682px;
}

.pure-white[b-57f62o6n7i] {
    color: #fff;
}

.bg-county-blue[b-57f62o6n7i] {
    background-color: var(--mdc-accent);
}

.mdc-logo[b-57f62o6n7i] {
    height: 7%;
    width: 7%;
    object-fit: contain;
    margin-top: 0px;
    margin-bottom: 0px;
}


@media (min-width: 641px) {
    .navbar-toggler[b-57f62o6n7i] {
        display: none;
    }

    .collapse[b-57f62o6n7i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.mdc-global-header__mdc-logo[b-57f62o6n7i] {
    max-width: 90px;
}
