@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/OpenAppointments.NET/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6wrsd547s5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6wrsd547s5] {
    flex: 1;
}

.sidebar[b-6wrsd547s5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6wrsd547s5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6wrsd547s5]  a, .top-row[b-6wrsd547s5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6wrsd547s5]  a:hover, .top-row[b-6wrsd547s5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6wrsd547s5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6wrsd547s5] {
        justify-content: space-between;
    }

    .top-row[b-6wrsd547s5]  a, .top-row[b-6wrsd547s5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6wrsd547s5] {
        flex-direction: row;
    }

    .sidebar[b-6wrsd547s5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6wrsd547s5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6wrsd547s5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6wrsd547s5], article[b-6wrsd547s5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6wrsd547s5] {
    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-6wrsd547s5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.tn-seal[b-6wrsd547s5] {
    max-height: 90%;
    width: auto;
    left: 0;
    position: absolute;
    margin: 0 20px;
}

@media screen and (max-width: 1275px) {
    .tn-seal[b-6wrsd547s5] {
        display: none;
    }
}
/* _content/OpenAppointments.NET/Components/Pages/BoardDetails.razor.rz.scp.css */



.table-body[b-aph9sgw4k8] {
    padding: 0 8em;
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 75px;
    border-bottom: 2px solid grey;
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 75px;
    padding: 10px 5px;
}

[b-aph9sgw4k8] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Pages/Content/AllContent.razor.rz.scp.css */
.table-body[b-wqkb8q6d78] {
    padding: 0 8em;
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 3.5em;
    border-bottom: 2px solid grey;
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 3em;
    padding: 10px 5px;
}

[b-wqkb8q6d78] .quickgrid[theme=corporate] {
    width: 100%;
}

#model-select-box[b-wqkb8q6d78] {
    font-size: 16px;
    width: 100%;
}

#all-content-select-box-and-label[b-wqkb8q6d78]{
    width: 15%;
}

#all-content-search-bar-and-label[b-wqkb8q6d78]{
    width: 20%;
}


@media (max-width: 1200px) {
    #all-content-select-box-and-label[b-wqkb8q6d78] {
        width: unset;
    }

    #all-content-search-bar-and-label[b-wqkb8q6d78] {
        width: unset;
    }
}
/* _content/OpenAppointments.NET/Components/Pages/Content/ContentAddSelector.razor.rz.scp.css */
.model-option[b-shojubmdkl] {
    background-color: white;
    color: black;
    padding: 1em;
    width: 40%;
    text-align: left;
    border: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.model-option a.model-option-link[b-shojubmdkl] {
    text-decoration: none;
    color: black;
}
/* _content/OpenAppointments.NET/Components/Pages/MemberDetails.razor.rz.scp.css */
/* _content/OpenAppointments.NET/Components/Pages/NonCompliantBoardDetails.razor.rz.scp.css */
.table-body[b-n3via5v36z] {
    padding: 0 8em;
}

[b-n3via5v36z] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-n3via5v36z] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-n3via5v36z] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 3.5em;
    border-bottom: 2px solid grey;
}

[b-n3via5v36z] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-n3via5v36z] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 3em;
    padding: 10px 5px;
}

[b-n3via5v36z] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Pages/NonCompliantReport.razor.rz.scp.css */
.table-body[b-z8hnmdwq3f] {
    padding: 0 8em;
}

.non-compliant-information[b-z8hnmdwq3f] {
    width: 40%;
    margin: 0 auto;
    font-size: 18px;
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 3.5em;
    border-bottom: 2px solid grey;
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 3em;
    padding: 10px 5px;
}

[b-z8hnmdwq3f] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Pages/Search.razor.rz.scp.css */


.table-body[b-45vbpcwmkj] {
    padding: 0 8em; 
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 75px;
    border-bottom: 2px solid grey;
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 75px;
    padding: 10px 5px;
}

[b-45vbpcwmkj] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Pages/Statistics.razor.rz.scp.css */
.stats-card[b-kmdtnpujkk] {
    height: 100%;
    max-width: 100%;
}

.card-body[b-kmdtnpujkk] {
    padding: 0.5rem;
    max-width: 100%;
}

#map-svg[b-kmdtnpujkk] {
    transform: rotate(6deg);
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: -100px 0;
}

.county[b-kmdtnpujkk] {
    stroke: black; /* Color of the boundary lines */
    stroke-width: 2px; /* Initial thickness of the boundary lines */
}


.btn-group .btn.active[b-kmdtnpujkk] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
/* _content/OpenAppointments.NET/Components/Pages/SunsetBoards.razor.rz.scp.css */
.table-body[b-dnt3hfnwn1] {
    padding: 0 8em;
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 3.5em;
    border-bottom: 2px solid grey;
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 3em;
    padding: 10px 5px;
}

[b-dnt3hfnwn1] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Pages/TerminatedPositions.razor.rz.scp.css */
.table-body[b-33mrv9ini4] {
    padding: 0 8em;
}

[b-33mrv9ini4] .quickgrid[theme=corporate] .col-header-content {
    justify-content: center;
}

[b-33mrv9ini4] .quickgrid[theme=corporate] .col-title[b-b7yucal7gj] {
    flex-grow: 0;
    font-weight: bold;
    color: #383838;
    font-size: 1.1em;
}

[b-33mrv9ini4] .quickgrid[theme=corporate] thead tr {
    background-color: lightgrey;
    height: 3.5em;
    border-bottom: 2px solid grey;
}

[b-33mrv9ini4] .quickgrid[theme=corporate] thead tr th {
    border: 1px solid rgb(128, 128, 128, 0.2);
}

[b-33mrv9ini4] .quickgrid[theme=corporate] tbody tr td {
    border: 1px solid rgb(128, 128, 128, 0.2);
    height: 3em;
    padding: 10px 5px;
}

[b-33mrv9ini4] .quickgrid[theme=corporate] {
    width: 100%;
}
/* _content/OpenAppointments.NET/Components/Shared/Breadcrumb.razor.rz.scp.css */
*[b-c5809pyuea] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul[b-c5809pyuea], li[b-c5809pyuea] {
    list-style: none;
}

html[b-c5809pyuea], body[b-c5809pyuea] {
    height: 100%;
    background: #efefef;
    font-family: 'Oswald', sans-serif;
}

.container[b-c5809pyuea] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-width: 480px;
    padding: 0 40px;
}

.breadcrumb[b-c5809pyuea] {
    display: flex;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    top: 0;
    width: 100%;
    height: 30px;
    transform: none;
    z-index: 1;
    justify-content: flex-start;
    padding-left: 1rem;
}

.breadcrumb__item[b-c5809pyuea] {
    height: 100%;
    background-color: white;
    color: #252525;
    font-family: 'Oswald', sans-serif;
    border-radius: 7px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transform: skew(-21deg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    margin: 5px;
    padding: 0 25px;
    cursor: pointer;
}

.breadcrumb__item:hover[b-c5809pyuea] {
    background: #CCF2F1;
    color: #252525;
}

.breadcrumb__item--active[b-c5809pyuea] {
    background-color: #dddddd; 
    color: #252525;
    cursor: default;
}

    .breadcrumb__item--active .breadcrumb__title[b-c5809pyuea] {
        color: inherit;
    }

    .breadcrumb__item--active:hover[b-c5809pyuea] {
        background-color: #dddddd;
        color: #252525;
    }

.breadcrumb__inner[b-c5809pyuea] {
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
    transform: skew(21deg);
}

.breadcrumb__title[b-c5809pyuea] {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumb__item a[b-c5809pyuea] {
    color: #000;
    text-decoration: none;
}

@media all and (max-width: 1000px) {
    .breadcrumb[b-c5809pyuea] {
        height: 25px;
    }

    .breadcrumb__title[b-c5809pyuea] {
        font-size: 10px;
    }

    .breadcrumb__item[b-c5809pyuea] {
        padding: 0 20px;
    }
}

@media all and (max-width: 710px) {
    .breadcrumb[b-c5809pyuea] {
        height: 20px;
    }

    .breadcrumb__item[b-c5809pyuea] {
        padding: 0 15px;
    }
}
/* _content/OpenAppointments.NET/Components/Shared/ToggleButton.razor.rz.scp.css */
.btn-toggle-group[b-dsl0js8e58] {
    display: flex;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
}

.btn-toggle[b-dsl0js8e58] {
    flex: 1;
    border: 1px solid #343a40;
    background-color: white;
    color: #343a40;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s, color 0.3s;
}

    .btn-toggle:first-child[b-dsl0js8e58] {
        border-top-left-radius: 0.5rem; /* Round left corners */
        border-bottom-left-radius: 0.5rem;
    }

    .btn-toggle:last-child[b-dsl0js8e58] {
        border-top-right-radius: 0.5rem; /* Round right corners */
        border-bottom-right-radius: 0.5rem;
    }

    .btn-toggle.active[b-dsl0js8e58] {
        background-color: #343a40;
        color: white;
    }
