@import '_content/Blazor3D/Blazor3D.bundle.scp.css';

/* /Pages/AboutMe.razor.rz.scp.css */
body[b-w16z4jqlg4] {
}

.about-me-container[b-w16z4jqlg4] {
    display: flex;
    flex-direction: column;
}
.about-me-image[b-w16z4jqlg4] {
    display: flex;
    justify-content: center;
    padding: 50px;
}
.about-me-image img[b-w16z4jqlg4] {
    height:25vh;
}
.about-me-description[b-w16z4jqlg4] {
    display: flex;
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    width: 80%;
    margin: 0 10%;
    background-color: rgb(240,240,240);
}
@media (max-width: 890.98px) {

    .top-row[b-w16z4jqlg4] {
        height: 3rem;
    }
   
    .about-me-description[b-w16z4jqlg4] {
        padding: 5px;
        width: 100%;
        margin: 0 0;
    }
    .about-me-image img[b-w16z4jqlg4] {
        height: 25vh;
    }
}

@media (min-width: 891px) {
}
/* /Pages/Boards.razor.rz.scp.css */
body[b-sjo0cp37v7] {
}

.board-header[b-sjo0cp37v7] {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 10em;
    text-align: center;
}

.board-title[b-sjo0cp37v7] {
    display: flex;
    justify-content: center;
}
.board-title-pn[b-sjo0cp37v7] {
    display: inline-flex;
}
.board-title-title[b-sjo0cp37v7] {
    justify-content: center;
    display: inline-flex;
}

.board-date[b-sjo0cp37v7] {
    color: rgb(128, 128, 128);
    justify-content: center;
}

.board-controls[b-sjo0cp37v7] {
    justify-content: center;
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    height: 4em;
}



.active[b-sjo0cp37v7] {
    background-color: rgba(0, 148, 255, 0.9) !important;
}
/* For Mobile Devices */
@media (max-width: 890.98px) {

    /*    .top-row {
        height: 8rem;
    }*/
    .board-header[b-sjo0cp37v7] {
        height: 5em;
    }

    .board-title[b-sjo0cp37v7] {
        flex-direction: column;
        font-size: 1.5em;
    }

        .board-title-pn[b-sjo0cp37v7]{
            display:none;
        }

    .board-container[b-sjo0cp37v7]  {
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .board-controls[b-sjo0cp37v7] {
        height: 3em;
        width: 100%;
    }
}

/* For Desktop Devices */
@media (min-width: 891px) {

    /*    .top-row{
        justify-content:center !important;
    }*/

    .article[b-sjo0cp37v7] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .board-header[b-sjo0cp37v7] {
        display: flex;
        justify-content: center;
    }

    .board-title[b-sjo0cp37v7] {
        display: flex;
        justify-content: center;
        font-size: 2.5em;
    }

    .board-date[b-sjo0cp37v7] {
        display: flex;
        justify-content: center;
        font-size: 2em;
    }

    .board-container[b-sjo0cp37v7] {
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .board-controls[b-sjo0cp37v7] {
        justify-content: center;
    }
}
/* /Pages/EducationPage.razor.rz.scp.css */
body[b-hh08411rt2] {
}

div.education-body[b-hh08411rt2] {
    margin: 0em 5em;
    background-color: rgb(255,255,255);
}


div.education-container[b-hh08411rt2] {
    font-size: 1.5em;
    text-align: center;
    padding-top: 20px;
}

div.education-title[b-hh08411rt2] {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}

div.education-description[b-hh08411rt2] {
    padding-bottom: 20px;
    width: 75%;
}

div.education-date[b-hh08411rt2] {
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(100,100,100);
}

div.bulleted-header[b-hh08411rt2] {
}

div.bulleted-item[b-hh08411rt2] {
    padding-left: 40px;
}
/* For Mobile Devices */
@media (max-width: 890.98px) {
/*    .top-row {
        height: 3rem;
    }*/


    div.education-body[b-hh08411rt2] {
        margin: 0.5em 0.5em;
        background-color: rgb(255,255,255);
    }
    div.education-container[b-hh08411rt2] {
        font-size: 1em;
        text-align: center;
        padding-top: 20px;
    }

    div.education-title[b-hh08411rt2] {
        font-size: 1.25em;
        text-align: center;
        width: 100%;
    }

    div.education-description[b-hh08411rt2] {
        padding-bottom: 20px;
        width: 100%;
    }

    div.education-date[b-hh08411rt2] {
        padding-top: 10px;
        padding-bottom: 10px;
        color: rgb(100,100,100);
    }

    div.bulleted-header[b-hh08411rt2] {
    }

    div.bulleted-item[b-hh08411rt2] {
        padding-left: 0.5em;
    }



}

/* For Desktop Devices */
@media (min-width: 891px) {



    div.education-body[b-hh08411rt2] {
        margin: 0em 5em;
        background-color: rgb(255,255,255);
    }

    div.education-container[b-hh08411rt2] {
        font-size: 1.5em;
        text-align: center;
        padding-top: 20px;
    }

    div.education-title[b-hh08411rt2] {
        font-size: 1.5em;
        text-align: center;
        width: 100%;
    }

    div.education-description[b-hh08411rt2] {
        padding-bottom: 20px;
        width: 75%;
    }

    div.education-date[b-hh08411rt2] {
        padding-top: 10px;
        padding-bottom: 10px;
        color: rgb(100,100,100);
    }

    div.bulleted-header[b-hh08411rt2] {
    }

    div.bulleted-item[b-hh08411rt2] {
        padding-left: 40px;
    }
}
/* /Pages/ExperiencePage.razor.rz.scp.css */
body[b-d1w3dk0r2m] {
}
.bulleted-header[b-d1w3dk0r2m] {
    font-family: questrial, sans-serif;
    font-weight: bold;
}
/* For Mobile Devices */
@media (max-width: 890.98px) {
/*    .top-row {
        height: 3rem;
    }*/

    div.job-header[b-d1w3dk0r2m] {
        justify-content: center;
        display: flex;
        width: 100%;
        font-size: 1em;
    }

    div.experience-body[b-d1w3dk0r2m] {
        background-color: rgb(255,255,255);
        margin: 0.5em .5em;
    }


    div.job-container[b-d1w3dk0r2m] {
        margin: 0em .5em;
    }

    div.job-title[b-d1w3dk0r2m] {
        font-size: 1.5em;
        text-align: center;
    }

    div.job-location[b-d1w3dk0r2m] {
        text-align: center;
        font-size: 0.9em;
    }

    div.job-description[b-d1w3dk0r2m] {
        font-size: 0.9em;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
        margin: 0em 0.5em;
    }

    div.job-date[b-d1w3dk0r2m] {
        font-size: 0.9em;
        text-align: center;
        color: rgb(100,100,100);
    }

    div.job-description-list[b-d1w3dk0r2m] {
        font-size: 0.7em;
    }

    div .bulleted-header[b-d1w3dk0r2m] {
        margin: 0em 0vw;
        width: 100%;
    }

    div.bulleted-item[b-d1w3dk0r2m] {
        margin: 0em 0.5vw;
        padding-left: 1em;
        width: 100%;
    }
}

/* For Desktop Devices */
@media (min-width: 891px) {
    div.job-header[b-d1w3dk0r2m] {
        display: none;
    }
    div.job-title[b-d1w3dk0r2m] {
        font-size: 2.5em;
        text-align: center;
    }

    div.job-date[b-d1w3dk0r2m] {
        font-size: 1.5em;
        text-align: center;
        color: rgb(100,100,100);
    }

    div.job-container[b-d1w3dk0r2m] {
        margin: 0em 5em;
    }

    div.job-location[b-d1w3dk0r2m] {
        font-size: 1.5em;
        text-align: center;
    }

    div.job-description[b-d1w3dk0r2m] {
        font-size: 1.2em;
        margin: 0em 10vw;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    div.experience-body[b-d1w3dk0r2m] {
        background-color: rgb(255,255,255);
        margin: 0em 5em;
    }

    div.job-description-list[b-d1w3dk0r2m] {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 20px;
        font-size: 1.2em;
        justify-content: center;
        align-items: center;
    }

    div.experience-body[b-d1w3dk0r2m] {
        background-color: rgb(255,255,255);
        margin: 0em 5em;
    }

    div.bulleted-header[b-d1w3dk0r2m] {
        width: 30vw;
    }

    div.bulleted-item[b-d1w3dk0r2m] {
        width: 30vw;
        padding-left: 3em;
    }
    div.bulleted-header[b-d1w3dk0r2m], div.bulleted-item[b-d1w3dk0r2m] {
        width: 70vw;
    }
}

@media (min-width: 1300px) {
    div.bulleted-header[b-d1w3dk0r2m], div.bulleted-item[b-d1w3dk0r2m] {
        width: 60vw;
    }
}

@media (min-width: 1600px) {
    div.bulleted-header[b-d1w3dk0r2m], div.bulleted-item[b-d1w3dk0r2m] {
        width: 50vw;
    }
}

@media (min-width: 1900px) {
    div.bulleted-header[b-d1w3dk0r2m], div.bulleted-item[b-d1w3dk0r2m] {
        width: 40vw;
    }


    div.job-description[b-d1w3dk0r2m] {
        margin: 0em 10vw;
    }
}
/* /Pages/Index.razor.rz.scp.css */

body[b-q4juwln1wm] {
}

.px-4[b-q4juwln1wm] {
    padding: 0 !important;
}

.index-header-name[b-q4juwln1wm] {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 1.5em;
    z-index: 1;
    justify-content: center;
    display: flex;
    width: 100%;
}

.index-header-sub[b-q4juwln1wm] {
    position: relative;
    color: rgb(128, 128, 128);
    font-size: 1.2em;
    justify-content: center;
    display: flex;
    width: 100%;
}

.index-body-container[b-q4juwln1wm] {
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
    width: 80%;
    margin: 0 10%;
    background-color: white;
    /*    padding-left: 1.5em;
    padding-right: 1.5em;*/
}

.image-container[b-q4juwln1wm] {
    background: url("assets/shutterstock_1857159844.jpg") no-repeat center fixed;
    background-position-y: -5em;
    background-size: cover;
    z-index: -1;
    min-height: 20em;
    /*    margin: 0 10%;*/
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: rgb(240,240,240);
}

.image-viewport[b-q4juwln1wm] {
    position: absolute;
    /*    clip: rect(0,0,0,0);*/
    height: 10em;
    /*    margin: 0 10%;*/
}

.index-contents[b-q4juwln1wm] {
    position: relative;
    z-index: 4;
    background-color: white;
    width: 100%;
}

.index-my-image[b-q4juwln1wm] {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 50px;
}

    .index-my-image img[b-q4juwln1wm] {
        height: 25vh;
    }

.index-my-description[b-q4juwln1wm] {
    z-index: 4;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    background-position-y: -5em;
    /*    width: 80%;*/
    /*    margin: 0 10%;*/
    background-color: rgb(240,240,240);
    font-size: 1.2em;
}

    .index-my-description h1[b-q4juwln1wm] {
        text-align: center;
        font-weight: bold;
        letter-spacing: -2px;
    }

.middle-page-split[b-q4juwln1wm] {
    background-color: rgb(240,240,240);
    display: flex;
    flex-direction: row;
    /*    width: 80%;*/
    padding: 25px;
    /*    margin: 0 10%;*/
}

.left-split[b-q4juwln1wm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

    .left-split h1[b-q4juwln1wm] {
        letter-spacing: -1px;
    }

.right-split[b-q4juwln1wm] {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .right-split img[b-q4juwln1wm] {
        width: calc(50vw - 5em);
    }

@media (max-width: 890.98px) {
    /*    .top-row {
        height: 5rem;
    }*/
    .top-row-body[b-q4juwln1wm] {
        flex-direction: column !important;
    }

    .index-top-row[b-q4juwln1wm] {
        justify-content: center;
    }

    .index-header-name[b-q4juwln1wm] {
        justify-content: center;
    }

    .index-header-sub[b-q4juwln1wm] {
        justify-content: center;
    }

    .index-body-container[b-q4juwln1wm] {
        padding: 0 0.5em;
        margin: 0;
        width: 100%;
    }

    .image-container[b-q4juwln1wm] {
        margin: 0;
        background-size: 275%;
        background-position-x: 0em 1em;
        min-height: 10em;
    }

    .index-my-description[b-q4juwln1wm] {
        background-color: white;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .index-my-description p[b-q4juwln1wm] {
            font-size: 0.7em;
        }

    .middle-page-split[b-q4juwln1wm] {
        padding: 0;
        padding-bottom: 1em;
        margin: 0;
        flex-direction: column;
        width: 100%;
    }

    .right-split img[b-q4juwln1wm] {
        width: 100%;
    }
}

@media (min-width: 891px) {

    .index-header-name h1[b-q4juwln1wm] {
        /*        font-size: 2.5em;*/
    }

    .index-header-sub h3[b-q4juwln1wm] {
        /*        font-size: 1.75em;*/
    }
}
/* /Pages/Projects.razor.rz.scp.css */
body[b-egfm2n48hs] {
}

.active[b-egfm2n48hs] {
    background-color: rgba(0, 148, 255, 1) !important;
}
.project-header[b-egfm2n48hs] {
    height:10em;
    text-align:center;
}
.project-date[b-egfm2n48hs] {
    color: rgb(128, 128, 128);
}

.project-controls[b-egfm2n48hs] {
    display: flex;
    padding-bottom: 5px;
    height:4em;
}

.project-container[b-egfm2n48hs] {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.project-description[b-egfm2n48hs] {
    display: flex;
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    width: 80%;
    margin: 0 10%;
    background-color: rgb(240,240,240);
}

    .project-description a[b-egfm2n48hs] {
        display: contents !important;
    }
    
.project-boards[b-egfm2n48hs] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(240,240,240);
}

.board-table[b-egfm2n48hs] {
    width: 80%;
}

    .board-table td[b-egfm2n48hs] {
        height: 10em;
        border: 1px solid rgb(127,127,127);
        text-align: center;
    }

    .board-table img[b-egfm2n48hs] {
        height: 10em;
    }
.project-board-list a[b-egfm2n48hs] {
    background-color: rgba(0, 148, 255, 0.8) !important;
}
.project-board-list a:hover[b-egfm2n48hs] {
    background-color: rgba(0, 148, 255, 0.1) !important;
}

/* For Mobile Devices */
@media (max-width: 890.98px) {

    .project-header[b-egfm2n48hs] {
        width: 100%;
        flex-direction: column;
        padding: 0 1em 0 1em;
    }

    .project-title[b-egfm2n48hs] {
        font-size: 2em;
    }
    .project-date[b-egfm2n48hs] {
        font-size: 1.25em;
    }

    .project-subcontainer[b-egfm2n48hs] {
        display: flex;
        flex-direction: column;
    }

    .project-container img[b-egfm2n48hs] {
        display: block;
        width: auto;
        height: auto;
        max-height: 30vh;
        max-width: 90vw;
    }

    .project-image[b-egfm2n48hs] {
        display: flex;
        justify-content: center;
        padding: 50px;
    }

    .project-controls[b-egfm2n48hs] {
        justify-content: center;
        width: 100%;
    }

    .project-description[b-egfm2n48hs] {
        padding: 5px;
        width: 100%;
        margin: 0 0%;
    }

    .project-boards[b-egfm2n48hs] {
        padding: 5px;
        width: 100%;
        margin: 0 5%;
    }

    .board-table[b-egfm2n48hs] {
        width: 100%;
    }

        .board-table td[b-egfm2n48hs] {
            height: 10em;
            border: 1px solid rgb(127,127,127);
            text-align: center;
        }

        .board-table img[b-egfm2n48hs] {
            display: inline;
            width: auto;
            height: auto;
            max-height: 25vh;
            max-width: 35vw;
            justify-content: center;
        }
}

/* For Desktop Devices */
@media (min-width: 891px) {
    .project-page-title[b-egfm2n48hs] {
        display: none;
    }
    .project-board-list[b-egfm2n48hs]{
        font-size:1.5em;
    }
    .project-subcontainer[b-egfm2n48hs] {
        display: flex;
        flex-direction: column;
    }

    .project-container img[b-egfm2n48hs] {
        display: block;
        width: auto;
        height: auto;
        max-height: 50vh;
        max-width: 100vw;
    }

    .project-image[b-egfm2n48hs] {
        display: flex;
        justify-content: center;
        padding: 50px;
    }

    .project-header[b-egfm2n48hs] {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .project-title[b-egfm2n48hs] {
        font-size: 2.5em;
    }

    .project-date[b-egfm2n48hs] {
        font-size: 1.5em;
        color: rgb(128, 128, 128);
    }

    .project-controls[b-egfm2n48hs] {
        justify-content: center;
        width: 100%;
    }

    .project-description[b-egfm2n48hs] {
        font-size: 1.5em;
    }

    .description-header[b-egfm2n48hs] {
        font-weight: bold !important;
        font-size: 2.5em;
    }

    .project-boards[b-egfm2n48hs] {
        padding: 25px;
        width: 80%;
        margin: 0 10%;
    }

    .board-table[b-egfm2n48hs] {
        width: 80%;
    }

        .board-table td[b-egfm2n48hs] {
            height: 10em;
            border: 1px solid rgb(127,127,127);
            text-align: center;
        }

        .board-table img[b-egfm2n48hs] {
            display: inline;
            width: auto;
            height: auto;
            max-height: 40vh;
            max-width: 100vw;
            justify-content: center;
        }

        .board-table img[b-egfm2n48hs] {
            height: 10em;
        }
}
/* /Pages/Resume.razor.rz.scp.css */
body[b-f3tupendry] {
}

/* For Mobile Devices */
@media (max-width: 890.98px) {
/*    .top-row {
        height: 3rem;
    }*/
}

/* For Desktop Devices */
@media (min-width: 891px) {
}
/* /RazorComponents/3DViewer.razor.rz.scp.css */
.threed-container[b-czyjyuxf4j] {
    width: 100%;
    padding:25px;
    display: flex;
    flex-direction: row;
}
.threed-control-button button[b-czyjyuxf4j] {
    width: 100%;
    appearance: button;
    border-color: black;
    border-style: outset;
    border-width: 2px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 3rem;
    background-color: rgba(0, 148, 255, 0.3);
    align-content: center;
    justify-content: center;
}
    .threed-control-button button:hover[b-czyjyuxf4j] {
        background-color: rgba(0, 148, 255, 0.1) !important;
    }
    .threed-control-button-button-active[b-czyjyuxf4j] {
        background-color: rgba(0, 148, 255, 1) !important;
    }
    .threed-control-button-button button:hover[b-czyjyuxf4j] {
        background-color: rgba(0, 148, 255, 0.1) !important;
    }
    .threed-control-button-button button:active[b-czyjyuxf4j] {
        background-color: rgba(0, 148, 255, 0.25) !important;
    }
div.threed-viewer[b-czyjyuxf4j] {
    border: 3px solid black;
    height: 500px;
}

@media (max-width: 890.98px) {
    .threed-container[b-czyjyuxf4j] {
        flex-direction: column;
        min-height: calc(500px + 3em);
    }

    div.threed-viewer[b-czyjyuxf4j] {
        width: 100%;
    }
    .threed-controls[b-czyjyuxf4j] {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: rgb(210,210,210);
    }
    .threed-control-button[b-czyjyuxf4j] {
        width: 100%;
        max-height: 6em;
        display: flex;
        justify-content: flex-end;
    }
}
@media (min-width: 891px) {
    .threed-container[b-czyjyuxf4j] {
        flex-direction: row;
        min-height: 500px;
    }
    div.threed-viewer[b-czyjyuxf4j] {
        width: 80%;
    }
    .threed-controls[b-czyjyuxf4j] {
        width: 20%;
        display: flex;
        flex-direction: column;
        background-color: rgb(210,210,210);
    }
    .threed-control-button[b-czyjyuxf4j] {
        width: 100%;
        height: 3em;
        display: flex;
        justify-content: flex-end;
    }
    .threed-control-button button[b-czyjyuxf4j]{
        font-size:1.5em;
    }
}
/* /Razors/BoardLandingContent.razor.rz.scp.css */
body[b-5bhm7y5d9q] {
}

.boardlanding-container[b-5bhm7y5d9q] {
    display: flex;
    justify-content: center;
}
.boardlanding-image[b-5bhm7y5d9q] {
    display: flex;
    justify-content: center;
    padding: 50px;
}
.boardlanding-image img[b-5bhm7y5d9q]{
    display: block;
    width: auto;
    height: auto;
    max-height: 40vh;
    max-width: 100vw;
}
.boardlanding-description[b-5bhm7y5d9q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(240,240,240);
}
@media (max-width: 890.98px) {

    .boardlanding-container[b-5bhm7y5d9q] {
        display: flex;
        flex-direction: column;
    }
    .boardlanding-description[b-5bhm7y5d9q] {
        padding: 5px;
        width: 100%;
        margin: 0 0;
    }
}

@media (min-width: 891px) {
    .boardlanding-container[b-5bhm7y5d9q] {
        display: flex;
        flex-direction: column;
    }
    .boardlanding-description[b-5bhm7y5d9q] {
        width: 100%;
        font-size: 1.5em;
        padding:25px;
    }
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dynr7thhy7] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgb(200,200,200);
    min-height:100vh;
}

main[b-dynr7thhy7] {
    display:flex;
    flex-direction:column;
    overflow-y:auto;
}
.px-4[b-dynr7thhy7] {
    background-color: white !important;
}
.sidebar[b-dynr7thhy7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dynr7thhy7] {
    background-color: rgb(200,200,200);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dynr7thhy7]  a, .top-row[b-dynr7thhy7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dynr7thhy7]  a:hover, .top-row[b-dynr7thhy7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dynr7thhy7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
footer[b-dynr7thhy7] {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    text-align: center;
    height: 5em;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.footer-content[b-dynr7thhy7] {
    justify-content: center;
    color: white;
    text-align: center;
}
@media (max-width: 890.98px) {
    .top-row:not(.auth)[b-dynr7thhy7] {
        display: none;
    }


    .top-row.auth[b-dynr7thhy7] {
        justify-content: space-between;
    }

    .top-row[b-dynr7thhy7]  a, .top-row[b-dynr7thhy7]  .btn-link {
        margin-left: 0;
    }

    main[b-dynr7thhy7] {
        min-height: calc(100vh - 10em);
        overflow-y: auto;
    }
    .page[b-dynr7thhy7] {
        overflow-y:hidden;
    }
    footer[b-dynr7thhy7] {
        font-size:0.8em;
    }

    }
@media (min-width: 891px) {
    .page[b-dynr7thhy7] {
        flex-direction: column;
    }

    .top-row[b-dynr7thhy7] {
        justify-content: center;
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .top-row.auth[b-dynr7thhy7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .article[b-dynr7thhy7] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .sidebar[b-dynr7thhy7] {
        width: 100%;
        height: 10em;
        position: relative;
        display: flex;
        flex-direction: column;
        top: 0;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.oi[b-0if4fn8dnz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.title[b-0if4fn8dnz] {
    font-size: 1.5em;
}


.nav-item-collapsible[b-0if4fn8dnz] {
    width: 100% !important;
    padding-left: 2.25rem;
}

.nav-item[b-0if4fn8dnz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-0if4fn8dnz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
    }
    .nav-item:first-of-type[b-0if4fn8dnz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0if4fn8dnz] {
        padding-bottom: 1rem;
    }

        .nav-item[b-0if4fn8dnz]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0if4fn8dnz]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
.nav-bar[b-0if4fn8dnz]{
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.top-row[b-0if4fn8dnz] {
    display: flex;
    width: 100%;
    height: 5rem;
    background-color: rgba(0,0,0,0.4);
}

/* For Desktop Devices */
@media (min-width: 891px) {
    .title[b-0if4fn8dnz] {
        display:flex;
        font-size: 3em;
    }
    .container-fluid[b-0if4fn8dnz] {
        display: flex;
        justify-content: center;
    }
    .top-row[b-0if4fn8dnz] {
        display: flex;
        width: 100%;
        height: 5rem;
        background-color: rgba(0,0,0,0.4);
    }
    .navbar-toggler[b-0if4fn8dnz] {
        display: none;
    }

    .nav-item-collapsible[b-0if4fn8dnz] {
        width: 100% !important;
        padding-left: 2.25rem;
        display: flex;
    }
    .nav-bar[b-0if4fn8dnz] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .collapse[b-0if4fn8dnz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-0if4fn8dnz] {
        /* Allow sidebar to scroll for tall menus */
        height: 5rem;
        overflow-y: auto;
        display:flex;
        justify-content:center;
    }
    .nav-item[b-0if4fn8dnz] {
        font-size: 1.3rem;
        padding-bottom: 0.5rem;
        display: flex;
    }
        .nav-item:first-of-type[b-0if4fn8dnz] {
            padding-top:0rem;
        }

        .nav-item:last-of-type[b-0if4fn8dnz] {
            padding-bottom: 0.5rem;
        }


        .nav-item[b-0if4fn8dnz]  a {
            color: #d7d7d7;
            border-radius: 4px;
            min-height: 3rem;
            display: flex;
            align-items: center;
            line-height: 1rem;
        }

            .nav-item[b-0if4fn8dnz]  a.active {
                text-decoration: underline;
                background-color: rgba(255,255,255,0);
                text-underline-offset: 8px;
                color: white;
            }

            .nav-item[b-0if4fn8dnz]  a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

    .nav-scrollable[b-0if4fn8dnz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
