/* _content/Web/Components/AuditGrid.razor.rz.scp.css */
.anchor-nowrap[b-jtnai9fo3p] {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* _content/Web/Components/ListItem.razor.rz.scp.css */
.list-item[b-psliqiho76] {
    font-size: var(--kendo-font-size, inherit);
    line-height: var(--kendo-line-height-sm, inherit);
    padding-top: 8px;
    padding-bottom: 8px;
}

    .list-item.list-item-dense[b-psliqiho76] {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .list-item.list-item-gutters[b-psliqiho76] {
        padding-left: 4px;
        padding-right: 4px;
    }

    .list-item .list-item-content[b-psliqiho76] {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .list-item .list-item-text[b-psliqiho76] {
        line-height: 1.25;
    }

    .list-item .list-item-secondary-text[b-psliqiho76] {
        display: block;
        line-height: 1.25;
    }

    .list-item .list-item-icon[b-psliqiho76] {
        height: 24px;
        display: flex;
        align-items: center;
        align-self: flex-start;
        margin-right: 16px;
    }

    .list-item .list-item-avatar[b-psliqiho76] {
        height: 24px;
        display: flex;
        align-items: center;
        align-self: flex-start;
        margin-right: 16px;
    }
/* _content/Web/Components/MissionScheduler/MissionScheduler.razor.rz.scp.css */
h6[b-p04d6smh8q] {
    padding-top: 8px;
    padding-left: 2px;
}

h5[b-p04d6smh8q] {
    padding-top: 6px;
}

.add-button[b-p04d6smh8q] {
    padding-top: 6px;
    padding-right: 15px;
}

.container-fluid[b-p04d6smh8q] {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden;
}
/* _content/Web/Components/MissionScheduler/TimeSlot.razor.rz.scp.css */
.msd-form-item[b-lxoy6idk8e] {
    width: 130px !important;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.error-message[b-lxoy6idk8e] {
    width: 150px !important;
    display: inline !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: red !important;
    font-size: 14px !important;
}

fieldset.k-form-fieldset[b-lxoy6idk8e] {
    margin-top: 3px !important;
}

@media(max-width: 1100px) {
    .msd-form-item[b-lxoy6idk8e] {
        width: 115px !important;
    }
}
/* _content/Web/Components/SidePanel.razor.rz.scp.css */
.sidepanel[b-61fqq2z1fw] {
    position: absolute;
    z-index: 1001;
    height: calc(100% - 1px);
    top: 0px;
    right: 0;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: solid;
    overflow-x: hidden;
    padding-top: 40px;
    width: var(--width);
    animation-duration: 0.4s;
    animation-direction: alternate;
    animation-timing-function: ease;
    background-color: rgb(250, 250, 250);
}

.animation-in[b-61fqq2z1fw] {
    animation-name: animation-in-b-61fqq2z1fw;
}

.animation-out[b-61fqq2z1fw] {
    animation-name: animation-out-b-61fqq2z1fw;
}


.sidepanel .closebtn:hover[b-61fqq2z1fw] {
    color: gray;
    cursor: pointer;
}

.sidepanel .closebtn[b-61fqq2z1fw] {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    color: #424242;
}

.sidepanel .title[b-61fqq2z1fw] {
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
}

@keyframes animation-in-b-61fqq2z1fw {
    from {
        width: 0px;
        opacity: 0;
    }
    to {
        width: var(--width);
        opacity: 1;
    }
}

@keyframes animation-out-b-61fqq2z1fw {
    from {
        width: var(--width);
        opacity: 1;
    }
    to {
        width: 0px;
        opacity: 0;
    }
}

.mask-area[b-61fqq2z1fw] {
    width: 100%;
    height: 100%;
}

.div-container[b-61fqq2z1fw] {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(30,30,30,0.3);
    z-index: 1001;
}

div.scr-area[b-61fqq2z1fw] {
    padding:20px;
    height: calc(100% - 5px);
    overflow-x: hidden;
    overflow-y: auto;
}

div.header[b-61fqq2z1fw] {
    border-bottom-color: lightgray;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
/* _content/Web/Pages/Calendar/ProgramScheduleDetails.razor.rz.scp.css */
.detail-content > div[b-5ta2syhau1] {
    display: flex;
    padding: 6px 16px;
}

    .detail-content > div > div:first-child[b-5ta2syhau1] {
        flex-basis: 32px;
        line-height: 14px;
    }

        .detail-content > div > div:first-child + div[b-5ta2syhau1] {
            flex-basis: 100%;
        }

.event-item-time[b-5ta2syhau1],
.event-item-date[b-5ta2syhau1] {
    font-weight: 300;
}

.event-item-date-repeater[b-5ta2syhau1] {
    display: block;
}

    .event-item-date-repeater > div[b-5ta2syhau1] {
        display: inline-block;
    }

.separator[b-5ta2syhau1] {
    padding: 0 4px;
}

.rounded-corners[b-5ta2syhau1] {
    border-radius: 4px;
    height: 12px;
    width: 12px;
    margin-left: 2px;
    margin-top: 2px;
}
/* _content/Web/Pages/Calendar/Shared/CustomEventDetailDialog.razor.rz.scp.css */
.rounded-corners[b-8zevzep0l6] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-8zevzep0l6] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-8zevzep0l6] {
        opacity: 0.6;
    }

.past[b-8zevzep0l6] {
    opacity: 0.8;
}

.text-warning[b-8zevzep0l6] {
    color: #855400 !important;
}
/* _content/Web/Pages/Calendar/Shared/CustomEventItemDialog.razor.rz.scp.css */
.text-warning[b-1zotdy03ve] {
    color: #855400 !important;
}

.rounded-corners[b-1zotdy03ve] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-1zotdy03ve] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-1zotdy03ve] {
        opacity: 0.6;
    }

.past[b-1zotdy03ve] {
    opacity: 0.8;
}

[b-1zotdy03ve] .k-button.button-inline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

    [b-1zotdy03ve] .k-button.button-inline .k-button-text {
        font-size: var(--kendo-font-size-sm, 0.75rem);
        color: var(--kendo-color-secondary, #757575);
    }

[b-1zotdy03ve] .list-item-form-field > .list-item-content {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/Web/Pages/Calendar/Shared/LocationEventDetailDialog.razor.rz.scp.css */
.rounded-corners[b-1nd86wjhc8] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-1nd86wjhc8] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-1nd86wjhc8] {
        opacity: 0.6;
    }

.past[b-1nd86wjhc8] {
    opacity: 0.8;
}

.text-warning[b-1nd86wjhc8] {
    color: #855400 !important;
}
/* _content/Web/Pages/Calendar/Shared/LocationEventItemDialog.razor.rz.scp.css */
.text-warning[b-s905yrujma] {
    color: #855400 !important;
}

.rounded-corners[b-s905yrujma] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-s905yrujma] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-s905yrujma] {
        opacity: 0.6;
    }

.past[b-s905yrujma] {
    opacity: 0.8;
}

[b-s905yrujma] .k-button.button-inline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

    [b-s905yrujma] .k-button.button-inline .k-button-text {
        font-size: var(--kendo-font-size-sm, 0.75rem);
        color: var(--kendo-color-secondary, #757575);
    }

[b-s905yrujma] .list-item-form-field > .list-item-content {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/Web/Pages/Calendar/Shared/OneOnOneEventDetail.razor.rz.scp.css */
.rounded-corners[b-ezmshdyvsm] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-ezmshdyvsm] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-ezmshdyvsm] {
        opacity: 0.6;
    }

.past[b-ezmshdyvsm] {
    opacity: 0.8;
}

.text-warning[b-ezmshdyvsm] {
    color: #855400 !important;
}
/* _content/Web/Pages/Calendar/Shared/OneOnOneEventItemDialog.razor.rz.scp.css */
.text-warning[b-ygam85o4ua] {
    color: #855400 !important;
}

.rounded-corners[b-ygam85o4ua] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-ygam85o4ua] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-ygam85o4ua] {
        opacity: 0.6;
    }

.past[b-ygam85o4ua] {
    opacity: 0.8;
}

[b-ygam85o4ua] .k-button.button-inline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

    [b-ygam85o4ua] .k-button.button-inline .k-button-text {
        font-size: var(--kendo-font-size-sm, 0.75rem);
        color: var(--kendo-color-secondary, #757575);
    }

[b-ygam85o4ua] .list-item-form-field > .list-item-content {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/Web/Pages/Calendar/Shared/OneOnOneScheduleDetailDialog.razor.rz.scp.css */
.detail-content > div[b-znd5prblhu] {
    display: flex;
    padding: 6px 16px;
}

    .detail-content > div > div:first-child[b-znd5prblhu] {
        flex-basis: 32px;
        line-height: 14px;
    }

        .detail-content > div > div:first-child + div[b-znd5prblhu] {
            flex-basis: 100%;
        }

.event-item-time[b-znd5prblhu],
.event-item-date[b-znd5prblhu] {
    font-weight: 300;
}

.event-item-date-repeater[b-znd5prblhu] {
    display: block;
}

    .event-item-date-repeater > div[b-znd5prblhu] {
        display: inline-block;
    }

.separator[b-znd5prblhu] {
    padding: 0 4px;
}
/* _content/Web/Pages/Calendar/Shared/StaffEventDetailDialog.razor.rz.scp.css */
.rounded-corners[b-s6pdvdsjoi] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-s6pdvdsjoi] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-s6pdvdsjoi] {
        opacity: 0.6;
    }

.past[b-s6pdvdsjoi] {
    opacity: 0.8;
}

.text-warning[b-s6pdvdsjoi] {
    color: #855400 !important;
}
/* _content/Web/Pages/Calendar/Shared/StaffEventItemDialog.razor.rz.scp.css */
.text-warning[b-xkb4p0yk2g] {
    color: #855400 !important;
}

.rounded-corners[b-xkb4p0yk2g] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-xkb4p0yk2g] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-xkb4p0yk2g] {
        opacity: 0.6;
    }

.past[b-xkb4p0yk2g] {
    opacity: 0.8;
}

[b-xkb4p0yk2g] .k-button.button-inline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

    [b-xkb4p0yk2g] .k-button.button-inline .k-button-text {
        font-size: var(--kendo-font-size-sm, 0.75rem);
        color: var(--kendo-color-secondary, #757575);
    }

[b-xkb4p0yk2g] .list-item-form-field > .list-item-content {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/Web/Pages/Calendar/Shared/StandardEventDetailDialog.razor.rz.scp.css */
.rounded-corners[b-3on1x10ux7] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-3on1x10ux7] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-3on1x10ux7] {
        opacity: 0.6;
    }

.past[b-3on1x10ux7] {
    opacity: 0.8;
}

.text-warning[b-3on1x10ux7] {
    color: #855400 !important;
}

.inline-hint[b-3on1x10ux7] {
    font-size: var(--kendo-font-size-sm, inherit);
    font-style: italic;
}
/* _content/Web/Pages/Calendar/Shared/StandardEventItemDialog.razor.rz.scp.css */
.text-warning[b-s1olm0f4r7] {
    color: #855400 !important;
}

.rounded-corners[b-s1olm0f4r7] {
    border-radius: 4px;
    height: 15px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px;
}

.event-cancelled[b-s1olm0f4r7] {
    text-decoration: line-through;
}

    .event-cancelled.past[b-s1olm0f4r7] {
        opacity: 0.6;
    }

.past[b-s1olm0f4r7] {
    opacity: 0.8;
}

[b-s1olm0f4r7] .k-button.button-inline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

    [b-s1olm0f4r7] .k-button.button-inline .k-button-text {
        font-size: var(--kendo-font-size-sm, 0.75rem);
        color: var(--kendo-color-secondary, #757575);
    }

[b-s1olm0f4r7] .list-item-form-field > .list-item-content {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/Web/Pages/Event/Shared/EventDetails.razor.rz.scp.css */
.detail-content > div[b-hjet1sjsls] {
    display: flex;
    padding: 6px 16px;
}

    .detail-content > div > div:first-child[b-hjet1sjsls] {
        flex-basis: 32px;
        line-height: 14px;
    }

        .detail-content > div > div:first-child + div[b-hjet1sjsls] {
            flex-basis: 100%;
        }

.event-title[b-hjet1sjsls] {
    font-size: var(--kendo-font-size-lg, inherit);
    line-height: var(--kendo-line-height-sm, normal);
    font-weight: var(--kendo-font-weight-semibold, inherit);
}

.event-subtitle[b-hjet1sjsls] {
    font-size: var(--kendo-font-size-sm, inherit);
    line-height: var(--kendo-line-height-lg, normal);
    font-weight: var(--kendo-font-weight-normal, inherit);
    color: var(--kendo-color-subtle, #666666);
}

.expansion-panel-header[b-hjet1sjsls] {
    display: flex;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .expansion-panel-header:hover[b-hjet1sjsls] {
        /*background-color: var(--kendo-color-base-hover, #ebebeb);*/
        background-color: #f0f6ff;
        transform: scale(1.02);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
/* _content/Web/Pages/Help/Help.razor.rz.scp.css */
.support-container[b-osijzu219d] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Reduce spacing between list items */
.support-steps li[b-osijzu219d] {
    margin-bottom: 1rem;
}

/* Make nested lists more compact */
.compact-list li[b-osijzu219d] {
    margin-bottom: 0.25rem; /* Much tighter spacing */
}

.resource-card[b-osijzu219d] {
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    height: 100%;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

    .resource-card:hover[b-osijzu219d] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.contact-info[b-osijzu219d] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
}

.card[b-osijzu219d] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-header.bg-primary[b-osijzu219d] {
    background-color: #007bff !important;
}
/* _content/Web/Pages/Reports/CustomReports.razor.rz.scp.css */
.configurator[b-txmbcd09yy] {
    color: #454545;
    background: #efefef;
}

.configurator[b-txmbcd09yy] {
    /*margin: -2px -14px 18px -14px;*/
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 16%);
}

    .configurator .header[b-txmbcd09yy] {
        background: #fff;
        border-bottom: 1px solid #dedede;
    }

    .configurator .header[b-txmbcd09yy] {
        color: #3d57d8;
    }

    .configurator .header[b-txmbcd09yy] {
        padding: 5px 12px;
        margin-top: 5px;
        box-sizing: border-box;
        display: flex;
        flex: 0 0 100%;
        justify-content: center;
        position: relative;
        font-style: normal;
        font-stretch: normal;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 500;
        letter-spacing: .35px;
    }

    .configurator .box-col[b-txmbcd09yy] {
        padding: 14px 0 1px 16px !important;
    }

    .configurator .box-col-detail[b-txmbcd09yy] {
        padding: 2px 0 16px 16px;
    }

.separator[b-txmbcd09yy] {
    border-top: 1px solid #ddd;
    margin: 1px 0;
    opacity: 0.7;
}

@media (min-width: 641px) {
}
/* _content/Web/Shared/LoginDisplay.razor.rz.scp.css */
.login-account-name[b-h81xu64mv5] {
    max-width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 800px;
        display: inline-block;
    }
}

@media only screen and (max-width: 1200px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 600px;
        display: inline-block;
    }
}

@media only screen and (max-width: 1050px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 400px;
        display: inline-block;
    }
}

@media only screen and (max-width: 900px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 280px;
        display: inline-block;
    }
}

@media only screen and (max-width: 800px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 200px;
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
    .login-account-name[b-h81xu64mv5] {
        max-width: 130px;
        display: inline-block;
    }
}

@media only screen and (max-width: 641px) {
    .login-account-name[b-h81xu64mv5] {
        display: none;
    }
}
/* _content/Web/Shared/MainLayout.razor.rz.scp.css */
.page-s[b-8ahen79ohv] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh);
}

.menu-s[b-8ahen79ohv] {
    background-color: #fafafa;
}

.content-s[b-8ahen79ohv] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100vh - 56px);
}

.navbar-brand-s-1[b-8ahen79ohv] {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 10px;
    font-size: 1.15rem;
    text-decoration: none;
    white-space: nowrap;
    color: white;
}

.show-it-log[b-8ahen79ohv] {
    display: flex;
    color: white;
}

.top-row-s-1[b-8ahen79ohv] {
    height: 3.5rem;
    width: 100%;
    background-color: var(--top-row-background);
}

.top-row-s[b-8ahen79ohv] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: none;
    align-items: center;
}

    .top-row-s[b-8ahen79ohv]  a, .top-row-s .btn-link[b-8ahen79ohv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row-s a:first-child[b-8ahen79ohv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

main[b-8ahen79ohv] {
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 56px);
}

.sidebar[b-8ahen79ohv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar-hide[b-8ahen79ohv] {
    display: none;
}

.sidebar-show[b-8ahen79ohv] {
    display: block;
}

@media (min-width: 641px) {
    .content-s[b-8ahen79ohv] {
        flex-direction: row;
    }

    .sidebar[b-8ahen79ohv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .show-it-log[b-8ahen79ohv] {
        display: none;
    }

    .top-row-s-1[b-8ahen79ohv] {
        width: 250px;
    }

    .top-row-s[b-8ahen79ohv] {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row-s[b-8ahen79ohv], article[b-8ahen79ohv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-06vxonwb36] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-06vxonwb36] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-06vxonwb36] {
    font-size: 1.1rem;
}

.material-symbols-outlined[b-06vxonwb36] {
    width: 2rem;
}

.nav-item[b-06vxonwb36] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-06vxonwb36] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-06vxonwb36] {
        padding-bottom: 1rem;
    }

    .nav-item[b-06vxonwb36]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-06vxonwb36]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

            .nav-item[b-06vxonwb36]  a.active .material-symbols-outlined {
                font-variation-settings: 'FILL' 1;
            }

        .nav-item[b-06vxonwb36]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* _content/Web/Shared/NavMenu_IdentityLayout.razor.rz.scp.css */
.navbar-toggler[b-rieeb9bjfi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rieeb9bjfi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rieeb9bjfi] {
    font-size: 1.1rem;
}

.material-symbols-outlined[b-rieeb9bjfi] {
    width: 2rem;
}

.nav-item[b-rieeb9bjfi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rieeb9bjfi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rieeb9bjfi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rieeb9bjfi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-rieeb9bjfi]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

            .nav-item[b-rieeb9bjfi]  a.active .material-symbols-outlined {
                font-variation-settings: 'FILL' 1;
            }

        .nav-item[b-rieeb9bjfi]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.oi[b-rieeb9bjfi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rieeb9bjfi] {
        display: none;
    }

    .collapse[b-rieeb9bjfi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
