/* _content/PierceIE.App/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
:root[b-j7eg9ww87y] {
    --brandColor: #94042f;
    --backgroundColor: #e9e9e9;
}

.nav-pills[b-j7eg9ww87y]  nav-link.active {
    background-color: var(--brandColor) !important;
    color: #fff;
}

.nav-pills[b-j7eg9ww87y]  nav-link {
    color: var(--brandColor);
}
/* _content/PierceIE.App/Components/Features/AppForm/ApplicationPage.razor.rz.scp.css */
#app-gen-info[b-nbhae2uqut]::after {
    grid-area: genInfo;
}
#app-housing-choice[b-nbhae2uqut] {
    grid-area: housingChoice;
}
#app-prog-info[b-nbhae2uqut] {
    grid-area: programInfo;
}
#app-financial-resp[b-nbhae2uqut] {
    grid-area: financialResp;
}
#app-emergency-contact[b-nbhae2uqut] {
    grid-area: emergencyContact;
}

#app-form-block[b-nbhae2uqut] {
    display: grid;
    margin: 2em auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'genInfo housingChoice'
        'programInfo financialResp'
        'emergencyContact financialResp';
}

@media screen and (max-width: 960px) {
    #app-form-block[b-nbhae2uqut] {
        display: block;
    }
}
@media print {
    #app-form-block[b-nbhae2uqut] {
        display: block;
        width: 100%;

        margin: 1.5em auto;
    }
}
/* _content/PierceIE.App/Components/Features/Dashboard/DashbaordPage.razor.rz.scp.css */
#main-section[b-rrrarijz1t] {
    grid-area: mainSection;
}
#todo[b-rrrarijz1t] {
    grid-area: todo;
}
#homepage-dashboard[b-rrrarijz1t] {
    display: grid;
    grid-template-columns: 78% 22%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'mainSection todo'
}

#current-application[b-rrrarijz1t] {
    grid-area: currentApplication;
}
#prof-image[b-rrrarijz1t] {
    grid-area: profImage;
    max-width: 250px;
    min-width: 150px;
    height: calc(width )
}


#main-section[b-rrrarijz1t] {
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-areas: 'profImage currentApplication'
}

#current-app[b-rrrarijz1t] {
    grid-area: currentApp;
}
#current-housing-app[b-rrrarijz1t] {
    grid-area: currentHousingApp;
}

#current-application[b-rrrarijz1t] {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: 'currentApp currentHousingApp';
}

@media screen and (max-width: 1200px) {
    #homepage-dashboard[b-rrrarijz1t] {
        grid-template-columns: auto;
        justify-content: center;
        grid-template-rows: auto;
        grid-gap: 20px 20px;
        grid-template-areas: 'mainSection' 'todo';
    }
    #main-section[b-rrrarijz1t] {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        justify-content: center;
        grid-gap: 20px 20px;
        grid-template-areas: 'profImage' 'currentApplication';
    }

    #current-application[b-rrrarijz1t] {
        grid-template-columns: auto;
        grid-template-areas: 'currentApp' 'currentHousingApp';
    }
}

@media screen and (min-width: 960px) and (max-width: 1999px) {
    #current-application[b-rrrarijz1t] {
        grid-template-columns: auto auto;
        grid-template-areas: 'currentApp currentHousingApp';
    }
}

/* _content/PierceIE.App/Components/Features/Document/ApplicationForms.razor.rz.scp.css */
body[b-mpzh4ke8at] {
}

h3[b-mpzh4ke8at] {
    color: #900027 !important;
}

h5[b-mpzh4ke8at] {
    margin-top: 1.8rem;
}

ul li[b-mpzh4ke8at] {
    margin-top: 1.5rem;
}


a[b-mpzh4ke8at] {
    text-decoration: underline !important;
}
/* _content/PierceIE.App/Components/Features/Home/HomePage.razor.rz.scp.css */
.d-flex[b-qkznqqup3c]  .card.greeting-personal-details{
    width:300px;
    height: 280px;
    margin: 4px;
    box-shadow: 1px 1px 2px green;
}

.d-flex[b-qkznqqup3c]  .card.greeting-personal-details:focus, .d-flex[b-qkznqqup3c]  .card.greeting-personal-details:hover {
    transform: scale(1.02, 1.02);
}


/* _content/PierceIE.App/Components/Features/Housing/HomestayApp.razor.rz.scp.css */
#gen-info[b-wsm1inyqc5] {
    grid-area: genInfo;
}

#homestay-options[b-wsm1inyqc5] {
    grid-area: homestayOptions;
}

#more-about[b-wsm1inyqc5] {
    grid-area: moreAbout;
}

#flight-info[b-wsm1inyqc5] {
    grid-area: flightInfo
}

#homestay-form-blocks[b-wsm1inyqc5] {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'genInfo homestayOptions'
        'moreAbout homestayOptions'
        'moreAbout flightInfo';
    gap: 10px 10px;
}

@media screen and (max-width: 960px) {
    #homestay-form-blocks[b-wsm1inyqc5] {
        display: block
    }
}
/* _content/PierceIE.App/Components/Features/Housing/HousingPage.razor.rz.scp.css */
/* _content/PierceIE.App/Components/Layout/ApplicationLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}
*/
main[b-pnnn6e9n0g] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-pnnn6e9n0g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 3.5rem; /*3.5rem;*/
    /*display: block;*/
    align-items: center;
}
.top-row[b-pnnn6e9n0g]  a, .top-row[b-pnnn6e9n0g]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

/*.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
    text-decoration: underline;
}*/

.top-row[b-pnnn6e9n0g]  a:hover, .top-row[b-pnnn6e9n0g]  a.active {
    font-weight: bold;
    font-size: 1.1em;
}

main > div > div[b-pnnn6e9n0g] {
    margin: auto 1em;
}

.top-row[b-pnnn6e9n0g]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row > .progress-steps[b-pnnn6e9n0g] {
    display: flex;
    height: 94%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}

.progress-steps > div[b-pnnn6e9n0g] {
    width: calc(100% / 7);
    text-align: center;
}

.progress[b-pnnn6e9n0g] {
    height: 6%;
}

.progress-bar[b-pnnn6e9n0g] {
    background-color: #94042f;
}

.current-step[b-pnnn6e9n0g] {
    font-weight: bold;
}

.step-completed[b-pnnn6e9n0g] {
    color: #94042f;
}

.current-page[b-pnnn6e9n0g] {
    font-size: 1.095rem;
}

div.progress-small-steps[b-pnnn6e9n0g] {
    height: 94% !important;
    padding:1em 0;
}

@media (max-width: 640.98px) {
    .top-row[b-pnnn6e9n0g] {
        justify-content: space-between;
    }

    .top-row[b-pnnn6e9n0g]  a, .top-row[b-pnnn6e9n0g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnnn6e9n0g] {
        flex-direction: row;
    }

    .sidebar[b-pnnn6e9n0g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnnn6e9n0g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pnnn6e9n0g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pnnn6e9n0g], article[b-pnnn6e9n0g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pnnn6e9n0g] {
    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-pnnn6e9n0g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PierceIE.App/Components/Layout/CommonMainLayout.razor.rz.scp.css */
main[b-n89v6dbjfq] {
    flex: 1;
}

.sidebar[b-n89v6dbjfq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n89v6dbjfq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-n89v6dbjfq]  a, .top-row[b-n89v6dbjfq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-n89v6dbjfq]  a:hover, .top-row[b-n89v6dbjfq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-n89v6dbjfq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-n89v6dbjfq] {
        justify-content: space-between;
    }

    .top-row[b-n89v6dbjfq]  a, .top-row[b-n89v6dbjfq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n89v6dbjfq] {
        flex-direction: row;
    }

    .sidebar[b-n89v6dbjfq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n89v6dbjfq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n89v6dbjfq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n89v6dbjfq], article[b-n89v6dbjfq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PierceIE.App/Components/Layout/HomestayFormLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}
*/
main[b-ignx0yb29x] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-ignx0yb29x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem; /*3.5rem;*/
    display: block;
    align-items: center;
}
.top-row[b-ignx0yb29x]  a, .top-row[b-ignx0yb29x]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ignx0yb29x]  a:hover, .top-row[b-ignx0yb29x]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ignx0yb29x]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row > .progress-steps[b-ignx0yb29x] {
    display: flex;
    height: 94%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}

.progress-steps > div[b-ignx0yb29x] {
    width: calc(100% / 7);
    text-align: center;
}

.progress[b-ignx0yb29x] {
    height: 6%;
}

.progress-bar[b-ignx0yb29x] {
    background-color: #94042f;
}

.current-step[b-ignx0yb29x] {
    font-weight: bold;
}

.step-completed[b-ignx0yb29x] {
    color: #94042f;
}

.current-page[b-ignx0yb29x] {
    font-size: 1.095rem;
}

div.progress-small-steps[b-ignx0yb29x] {
    height: 94% !important;
    padding:1em 0;
}

@media (max-width: 640.98px) {
    .top-row[b-ignx0yb29x] {
        justify-content: space-between;
    }

    .top-row[b-ignx0yb29x]  a, .top-row[b-ignx0yb29x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ignx0yb29x] {
        flex-direction: row;
    }

    .sidebar[b-ignx0yb29x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ignx0yb29x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ignx0yb29x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ignx0yb29x], article[b-ignx0yb29x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ignx0yb29x] {
    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-ignx0yb29x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PierceIE.App/Components/Layout/HomestayProgressLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}
*/
main[b-zv1w8h51nm] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-zv1w8h51nm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem; /*3.5rem;*/
    display: block;
    align-items: center;
}
.top-row[b-zv1w8h51nm]  a, .top-row[b-zv1w8h51nm]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-zv1w8h51nm]  a:hover, .top-row[b-zv1w8h51nm]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-zv1w8h51nm]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row > .progress-steps[b-zv1w8h51nm] {
    display: flex;
    height: 94%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}

.progress-steps > div[b-zv1w8h51nm] {
    width: calc(100% / 7);
    text-align: center;
}

.progress[b-zv1w8h51nm] {
    height: 6%;
}

.progress-bar[b-zv1w8h51nm] {
    background-color: #94042f;
}

.current-step[b-zv1w8h51nm] {
    font-weight: bold;
}

.step-completed[b-zv1w8h51nm] {
    color: #94042f;
}

.current-page[b-zv1w8h51nm] {
    font-size: 1.095rem;
}

div.progress-small-steps[b-zv1w8h51nm] {
    height: 94% !important;
    padding:1em 0;
}

@media (max-width: 640.98px) {
    .top-row[b-zv1w8h51nm] {
        justify-content: space-between;
    }

    .top-row[b-zv1w8h51nm]  a, .top-row[b-zv1w8h51nm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zv1w8h51nm] {
        flex-direction: row;
    }

    .sidebar[b-zv1w8h51nm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zv1w8h51nm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zv1w8h51nm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zv1w8h51nm], article[b-zv1w8h51nm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zv1w8h51nm] {
    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-zv1w8h51nm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PierceIE.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uf4u7wp0jo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uf4u7wp0jo] {
    flex: 1;
}

.sidebar[b-uf4u7wp0jo] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #f7f7f7;
    border-bottom: 2px groove #94042f;
    box-shadow: 0px 0px 3px gray;
}

.top-row[b-uf4u7wp0jo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem; /*3.5rem;*/
    display: flex;
    align-items: center;
}

.top-row[b-uf4u7wp0jo]  a, .top-row[b-uf4u7wp0jo]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-uf4u7wp0jo]  a:hover, .top-row[b-uf4u7wp0jo]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-uf4u7wp0jo]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-uf4u7wp0jo] {
        justify-content: space-between;
    }

    .top-row[b-uf4u7wp0jo]  a, .top-row[b-uf4u7wp0jo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uf4u7wp0jo] {
        flex-direction: row;
    }

    .sidebar[b-uf4u7wp0jo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uf4u7wp0jo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uf4u7wp0jo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uf4u7wp0jo], article[b-uf4u7wp0jo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uf4u7wp0jo] {
    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-uf4u7wp0jo] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/PierceIE.App/Components/Layout/MasterLayout.razor.rz.scp.css */
:root[b-4xy2m5jq8g] {
    --brandColor: #900027;
    --backgroundColor: #e9e9e9;
    --alternativeColor: #B3B3B3;
}

nav[b-4xy2m5jq8g] {
    height: 3.5em;
    background-color: var(--brandColor);
    position: relative;
    width: 100%;
}

nav > div.container-fluid[b-4xy2m5jq8g]{
    background-color: var(--brandColor) !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em 1.1em;
    z-index: 999 !important;
}

nav[b-4xy2m5jq8g]  .nav-link {
    color: lightgray;
    font-size: 1.2em;
    align-items: stretch;
    
}

nav[b-4xy2m5jq8g]  .nav-link:hover, nav[b-4xy2m5jq8g]  .nav-link.active, nav[b-4xy2m5jq8g]  .navbar-brand {
    color: #fff;
    font-size: 1.28em;
}

/*.dropdown-menu {
    color: #fff;
}
.dropdown-menu.show {
    background-color: var(--brandColor);
    border: 1px groove var(--brandColor);
    margin: 0;
}

.dropdown-menu ::deep .dropdown-item {*/
    /*background-color: var(--backgroundColor);*/
    /*background-color: var(--brandColor);
    color: var(--backgroundColor);
    padding: 10px;
    width: 15em;*/
    /*margin-left: 3px;
    margin-right: 3px;*/
    /*margin: 0;
}

.dropdown-menu ::deep a.dropdown-item.active, .dropdown-menu ::deep a.dropdown-item:hover {
    color: #fff;
    font-size: 1.02em;
    font-weight: bold;*/
    /*background-color: rgba(148, 4, 47, .97);*/
    /*background-color: var(--backgroundColor);*/
/*}*/



main[b-4xy2m5jq8g] {
    min-height: 85vh;
}

footer[b-4xy2m5jq8g] {
    background-color: var(--brandColor);
    padding: 1.2em;
}
/* _content/PierceIE.App/Components/Layout/NavMenu.razor.rz.scp.css */
:root[b-uifpwjytyc] {
    --brandColor: #900027;
    --backgroundColor: #e9e9e9;
}

.navbar-toggler[b-uifpwjytyc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    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-uifpwjytyc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uifpwjytyc] {
    height: 5rem;
    /*background-color: rgba(0,0,0,1);*/
    background-color: #f7f7f7;
    /*background-color: var(--brandColor);*/
    transition: display 20s;
}

.top-row > div div[b-uifpwjytyc] {
    width: 10rem;
}

.navbar-brand[b-uifpwjytyc] {
    font-size: 1.1rem;
    color: var(--brandColor);
    font-weight: bold;
    margin: 0 auto;
}

.logo[b-uifpwjytyc] {
    font-size: 1.6rem;
    word-spacing: 0;
}

i.bi[b-uifpwjytyc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -13px;
    background-size: cover;
    margin-left: 0.5rem;
}

span.bi[b-uifpwjytyc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    margin-left: 0.5rem;
}

.bi-house-door-fill-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='#94042f' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-uifpwjytyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='brown' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-uifpwjytyc] {
    font-size: 0.9rem;
    padding-right: .2em;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-uifpwjytyc] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-uifpwjytyc] {
    padding-bottom: 1rem;
}

.nav-item[b-uifpwjytyc]  .nav-link {
    color: var(--brandColor);
    background: none;
    border: none;
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    font-size: 1.3em;
}

.nav-item[b-uifpwjytyc]  a.active, .nav-item[b-uifpwjytyc]  .nav-link:hover {
    background-color: rgba(220,220,220,0.37);
    font-weight: bold;
    font-size: 1.4em;
    /*color: white;*/
}

/*.nav-item ::deep .nav-link:hover {*/
    /*background-color: rgba(255,255,255,0.1);*/
    /*color: white;*/

    /*font-weight: bold;
}*/

.nav-scrollable[b-uifpwjytyc] {
    display: none;
}

.navbar-toggler[b-uifpwjytyc] {
    background-color: var(--brandColor) !important;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uifpwjytyc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uifpwjytyc] {
        display: none;
    }

    .nav-scrollable[b-uifpwjytyc] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* _content/PierceIE.App/Components/SharedComponents/DisplayFormProgress.razor.rz.scp.css */
#form-progress[b-teqefqnuxr] {
    position: relative;
    margin-bottom: 1.2em;
}
.progress-steps > div[b-teqefqnuxr] {
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 1.1em;
}

.progress[b-teqefqnuxr] {
    position: absolute;
    top: calc(100% - 10%);
    width: 100%;
    height: 10%;
    border-radius: 8px;
    box-sizing: border-box;
}

.progress-bar[b-teqefqnuxr] {
    background-color: #94042f;
}

.current-step[b-teqefqnuxr] {
    font-weight: bold;
}

.step-completed[b-teqefqnuxr] {
    color: #94042f;
}

.current-page[b-teqefqnuxr] {
    font-size: 1.095rem;
}

div.progress-small-steps[b-teqefqnuxr] {
    height: 94% !important;
    padding: 1em 0;
}

/*#progress-block {
    position: sticky;
    top: 50px;
    z-index: 2;
    background-color: rgba(138, 137, 135, 1);
}*/
/* _content/PierceIE.App/Components/SharedComponents/Home/DashboardItemTemplate.razor.rz.scp.css */

div.item-title[b-chi90ntkog] {
    font-weight: bold;
    font-size: 1.1em;
    color: black;
}
/* _content/PierceIE.App/Components/SharedComponents/Home/HomeMenuList.razor.rz.scp.css */
:root[b-ln2fjcf3x0] {
    --brandColor: #94042f;
    --backgroundColor: #e9e9e9;
}
.card[b-ln2fjcf3x0] {
    border-top: 6px solid var(--brandColor);
    box-shadow: 1px 1px 2px 2px gray;
}

.card-header[b-ln2fjcf3x0] {
    color: var(--brandColor);
    font-size: 1.5em;
    font-weight: bold;
}

.card-body[b-ln2fjcf3x0] {

}
/* _content/PierceIE.App/Components/SharedComponents/PageSection.razor.rz.scp.css */
@media print {
    .card-header[b-jj0n9gkhj5] {
        border-bottom: 1px solid black;
    }
    .card-header a[b-jj0n9gkhj5] {
        display: none;
    }

    .card-header h3[b-jj0n9gkhj5], .card-header div[b-jj0n9gkhj5] {
        color: black;
    }
}
.card-header a[b-jj0n9gkhj5], .card-header a:hover[b-jj0n9gkhj5], .card-header a:focus[b-jj0n9gkhj5], .card-header a:active[b-jj0n9gkhj5] {
    color: white !important;
}

.card-header a:hover[b-jj0n9gkhj5],.card-header a:focus[b-jj0n9gkhj5],.card-header a:active[b-jj0n9gkhj5] {
    font-weight: bold !important;
}

.card[b-jj0n9gkhj5] {
    border: 1px solid gray;
    box-shadow: 2px 2px 3px 1px gray;
}

.card-header[b-jj0n9gkhj5] {
    background-color: #94042f;
    color: white;
}

.card-header h3[b-jj0n9gkhj5] {
    margin-bottom: 0px;
}
.card-header div[b-jj0n9gkhj5] {
    margin-top: 0px;
}

.card ul li[b-jj0n9gkhj5] {
    margin-left: 5px;
    list-style: square;
}

/* _content/PierceIE.App/Components/SharedComponents/PageWithInfoLayout.razor.rz.scp.css */
body[b-m2i771s8m6] {

}
/* _content/PierceIE.App/Components/SharedComponents/PersonalProfile/ProfileImage.razor.rz.scp.css */
:root[b-e3uhgw570e] {
    --image-Width: 250px;
}
.outer-profile[b-e3uhgw570e] {
    min-width: var(--image-Width);
    border: 1px solid #94042f;
}

.profile-image[b-e3uhgw570e] {
    height: 350px;
    background-color: #94042f;
}

a[b-e3uhgw570e] {
    text-decoration: none;
    color: #94042f;
}

.outer-profile[b-e3uhgw570e] {
    max-width: 300px;
}
/* _content/PierceIE.App/Components/SharedComponents/TodoWidget/TodoWidgetTemplate.razor.rz.scp.css */
:root[b-okx4hsw9ts] {
    --brandColor: #94042f;
    --backgroundColor: #e9e9e9;
}

.todo-outer[b-okx4hsw9ts] {
    border: 2px solid var(--brandColor);
    border-radius: 8px;
}

.todo-title[b-okx4hsw9ts], .todo-body[b-okx4hsw9ts] {
    border-bottom: 1px solid var(--brandColor);
}

.todo-title[b-okx4hsw9ts] {
    
    font-weight: bold;
    font-size: 1.2em;
}

.todo-content[b-okx4hsw9ts] {
    margin: 1.2em;
}

.todo-footer[b-okx4hsw9ts] {
    margin-top: 1.02em;
    justify-content: right;
}

.todo-content[b-okx4hsw9ts]  table td, .todo-content[b-okx4hsw9ts]  table th {
    background-color: transparent;
    border: 0;
}
