/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8lh1yvxdyk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8lh1yvxdyk] {
    flex: 1;
    width: 100%;
    min-height: 100vh;
}

.sidebar[b-8lh1yvxdyk] {
    position: fixed;
    z-index: 3;

    background-color: #FFFFFF;
    box-shadow: rgba(128, 128, 128, 0.5) 0 0 2vmin 0;

    border: solid 1px rgba(128, 128, 128, 0.5);
    border-radius: 8px;

    width: 130px;
    height: fit-content;

    right: 16px;
    bottom: 16px;
}

/* Tall Screen */
@media (max-width: 640.98px) {
    .sidebar[b-8lh1yvxdyk] {
        width: auto;

        left: 16px;
        bottom: -20px;

        border-radius: 24px;
    }
}

/* Wide Screen */
@media (min-width: 641px) {
    .page[b-8lh1yvxdyk] {
        flex-direction: row;
    }

    .top-row[b-8lh1yvxdyk], article[b-8lh1yvxdyk] {
        padding-top: 1.5rem !important;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*
    #A0B9C7 // Light
    #80A1B4 // Medium
    #6089A1 // Dark
*/

.top-row[b-anwmgeiwyq] {
    height: 2rem;
}

.navbar-container[b-anwmgeiwyq] {
    display: flex;
    text-align: center;
    flex-direction: column;
    display: flex;
    margin: 4px auto 0 auto;
    padding: 4px 0;
}

.navbar-brand[b-anwmgeiwyq] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6089A1;
    margin: 0 auto;
    height: fit-content;
}

.icon[b-anwmgeiwyq] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2px 2.4px -10px;
    display: inline-block;
}

.nav-item[b-anwmgeiwyq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    margin: -2px -4px;
}

    .nav-item[b-anwmgeiwyq]  a {
        color: #A0B9C7;
        border-radius: 16px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-anwmgeiwyq]  a.active {
            background-color: rgb(160, 185, 199, 0.2);
            color: #6089A1;
            font-weight: 700;
        }

        .nav-item[b-anwmgeiwyq]  a:hover {
            background-color: rgb(160, 185, 199, 0.1);
            color: #6089A1;
            box-shadow: rgba(229, 239, 255, 0.5) 0px 0px 2px;
        }

.navbar-layout[b-anwmgeiwyq] {
    flex-direction: column;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-item-layout[b-anwmgeiwyq]{

}

/* Tall Screen */
@media (max-width: 640.98px){
    .navbar-container[b-anwmgeiwyq] {
        display: none;
    }

    .navbar-layout[b-anwmgeiwyq] {
        flex-direction: row;
        display: flex;
        float: inline-start;
        padding: 0 8px 16px 8px;
        margin: -28px -4px auto -4px;
        align-content: flex-start;
    }

    .nav-item[b-anwmgeiwyq] {
        font-size: 0.75rem;
        padding: 0.5rem 2rem 1rem 2rem;
        width: 100%;
        margin: 0 -10px;
        justify-content: center;
    }

        .nav-item[b-anwmgeiwyq]  a {
            height: 4rem;
        }

    .icon[b-anwmgeiwyq] {
        width: 2rem;
        height: 2rem;
        align-content: center;
        margin: 15px auto -10px auto;
    }

    .nav-item-layout[b-anwmgeiwyq] {
        float: inline-start;
        flex-direction: column;
        text-align: center;
        margin: 20px auto;
        display: flex;
        width: auto;
        justify-content: center;
    }
}
