/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kfk85lnti0] {
    display: flex;
    align-items: center;
    padding: 1.5rem 0.5rem 0 0.5rem;
    height: 100vh;
    max-width: 1550px;
    margin: 0 auto;
    overflow-x: hidden;
}

.page-content[b-kfk85lnti0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[b-kfk85lnti0] .mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 15px) calc(100% - 15px);
}

[b-kfk85lnti0] .mud-badge.mud-badge-bordered {
    border-color: papayawhip;
    border-style: solid;
    border-width: 0.3em;
}

[b-kfk85lnti0] .mud-icon-size-small {
    font-size: 1rem;
}

[b-kfk85lnti0] .custom-list-item-icon .mud-list-item-icon {
    min-width: 0px;
    margin-inline-end: 0.75rem
}

[b-kfk85lnti0] .custom-avatar {
    width: 48px;
    height: 48px;
    font-size: calc(3rem / 2.5);
}

[b-kfk85lnti0] .custom-icon-structure {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

[b-kfk85lnti0] .custom-button {
    padding: 1rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    text-transform: none !important;
    font-weight: 600 !important;
}

[b-kfk85lnti0] .custom-button-default-color {
    transition: all ease-in-out;
    color: var(--mud-palette-dark);
    background: #EDF2F7;
}

    [b-kfk85lnti0] .custom-button-default-color:hover {
        background: #e2e8f0;
    }

[b-kfk85lnti0] .custom-select .mud-input {
    height: 2.5rem !important;
    border-color: #e5e5e5 !important;
    border-radius: 0.375rem !important;
}

[b-kfk85lnti0] .custom-select-dark .mud-select-input .mud-icon-root.mud-svg-icon {
    color: var(--mud-palette-tertiary) !important;
}

[b-kfk85lnti0] .colormap-title {
    font-size: 0.7em !important;
    font-weight: 500 !important;
    text-align: right;
    margin-right: 0.25rem;
    width: 4em;
}

[b-kfk85lnti0] .colormap-label {
    font-size: 0.7em !important;
    font-weight: 500 !important;
    text-align: center;
    margin-left: 2.5rem
}

[b-kfk85lnti0] .colormap-gap {
    gap: 1.75px
}

[b-kfk85lnti0] .custom-popover {
    border-width: 1px;
    border-radius: 0.375rem;
    border-color: #E2E8F0;
    margin-top: 0.5rem;
}

[b-kfk85lnti0] .custom-link {
    font-size: 0.75rem;
    font-weight: 700 !important;
    color: var(--mud-palette-tertiary-lighten) !important;
}

[b-kfk85lnti0] .custom-link-selected {
    font-size: 0.75rem;
    font-weight: 700 !important;
    color: var(--mud-palette-primary) !important;
}

[b-kfk85lnti0] .custom-nav-item {
    font-size: 1.2em;
    font-weight: 500;
}

[b-kfk85lnti0] .custom-nav-item-selected {
    font-weight: 700 !important;
    font-size: 1.2em;
    color: var(--mud-palette-secondary) !important;
}

[b-kfk85lnti0] .custom-main-content {
    padding-top: 0.25rem;
}

[b-kfk85lnti0] .custom-mobile-menu {
    border-color: var(--mud-palette-divider);
    background-color: var(--mud-palette-background);
}


[b-kfk85lnti0] .custom-edit-button {
    max-width: 250px;
}

[b-kfk85lnti0] .custom-edit-button-details {
    width: auto;
}

[b-kfk85lnti0] .custom-tertiary {
    color: #1A202C;
    background: #EDF2F7;
}

[b-kfk85lnti0] .custom-tertiary:hover {
    background: #E2E8F0 !important;
}

[b-kfk85lnti0] .custom-expand-panel .mud-expand-panel-header {
    padding: 0px !important;
    border-bottom-width: 1px;
    border-color: var(--mud-palette-divider);
    border-style: solid;
}

[b-kfk85lnti0] .custom-expand-panel .custom-expand-panel-content {
    padding-top: 1rem !important;
}

[b-kfk85lnti0] .custom-expand-panel .mud-panel-expanded {
    margin: 0 !important;
}

[b-kfk85lnti0] .small-icon-button {
    align-self: center !important;
    border-color: #E2E8F0;
}

[b-kfk85lnti0] .small-icon-button-dark {
    color: var(--mud-palette-tertiary) !important;
    border-color: #ffffff29;
}

[b-kfk85lnti0] .custom-series-border {
    padding-top: 2px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-color: var(--mud-palette-secondary);
}

[b-kfk85lnti0] .custom-chip {
    color: var(--mud-palette-black);
    font-size: 0.75rem;
    margin-left: 0;
    font-weight: 500;
}

[b-kfk85lnti0] .custom-chip-dark {
    color: var(--mud-palette-text-primary);
    background: #E2E8F029;
}

[b-kfk85lnti0] .custom-autocomplete-button {
    color: #1A202C;
    background: #EDF2F7;
    border-radius: 0.375rem
}

    [b-kfk85lnti0] .custom-autocomplete-button:hover {
        background: #E2E8F0 !important;
    }

[b-kfk85lnti0] .custom-autocomplete-button-dark {
    color: var(--mud-palette-tertiary);
    background: #ffffff14 !important;
}

    [b-kfk85lnti0] .custom-autocomplete-button-dark:hover {
        background: #ffffff17 !important;
    }

[b-kfk85lnti0] .small-breadcrumb {
    margin-bottom: -10px;
}

[b-kfk85lnti0] .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

[b-kfk85lnti0] .search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 12px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px;
    flex-grow: 1;
    background: white;
    transition: border-color 0.2s ease-in-out;
    height: 40px;
    cursor: text;
}

    [b-kfk85lnti0] .search-bar:hover {
        border-color: #d0d0d0 !important;
    }

[b-kfk85lnti0] .search-bar-dark {
    background-color: var(--mud-palette-background);
    border-color: #ffffff29 !important;
}

    [b-kfk85lnti0] .search-bar-dark span {
        color: #ffffff3d !important;
    }

[b-kfk85lnti0] .search-icon {
    font-size: 1rem;
    color: #666;
}

[b-kfk85lnti0] .search-placeholder {
    flex-grow: 1;
    color: #999;
    font-size: 0.9rem;
}

[b-kfk85lnti0] .shortcut {
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-kfk85lnti0] .shortcut-key {
    font-family: monospace;
    background: #edf2f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 6px;
    line-height: normal;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

[b-kfk85lnti0] .shortcut-key-dark {
    background-color: var(--mud-palette-background);
}

[b-kfk85lnti0] .plus-symbol {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
}

[b-kfk85lnti0] .filter-button {
    white-space: nowrap;
    border-radius: 5px;
    height: 40px;
    text-transform: none !important;
}

[b-kfk85lnti0] .custom-only-button {
    font-size: 0.875rem;
    height: 2.5rem;
}

[b-kfk85lnti0] .custom-only-button-dark {
    border-color: var(--mud-palette-secondary);
    color: var(--mud-palette-secondary);
}

[b-kfk85lnti0] .custom-breadcrumbs {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem;
}

[b-kfk85lnti0] .custom-breadcrumbs-title {
    font-weight: 500;
    margin-top: -5px;
}

[b-kfk85lnti0] .custom-details-cell {
    min-width: 30%;
}

[b-kfk85lnti0] .custom-home {
    height: 60vh;
}

[b-kfk85lnti0] .mud-input {
    height: 30px !important;
    font-size: 0.85rem !important;
}

[b-kfk85lnti0] .mud-list-item {
    font-size: 0.85rem !important;
    margin: 0 !important;
    padding: 0.4rem 12px !important;
}

[b-kfk85lnti0] .mud-list-item:first-child {
    background-color: transparent !important;
}


[b-kfk85lnti0] .mud-popover {
    min-width: max-content !important;
    max-width: 220px;
    overflow-x: auto;
    z-index: 10000 !important;
}

[b-kfk85lnti0] .custom-text-field .mud-input {
    background: #EDF2F7;
    height: 2.5rem !important;
    border-radius: 0.4rem;
    font-size: 1rem !important;
}

[b-kfk85lnti0] .custom-text-field-dark .mud-input {
    background: #2D3748;
}

[b-kfk85lnti0] .custom-autocomplete .mud-input {
    height: 3rem !important;
    width: 42rem;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

[b-kfk85lnti0] .custom-autocomplete-dark .mud-input {
    background: #2D3748 !important;
}

[b-kfk85lnti0] .mud-overlay .mud-overlay-content {
    position: fixed;
    top: 0px;
}

[b-kfk85lnti0] .custom-paper {
    padding: 1rem;
    border-color: #e5e5e5 !important;
    max-width: 400px;
}

@media only screen and (max-width: 768px) {
    .page[b-kfk85lnti0] {
        padding: 0.3rem 0 0 0;
    }

    [b-kfk85lnti0] .mud-drawer-fixed.mud-drawer-temporary.mud-drawer-clipped-always {
        height: auto;
    }

    [b-kfk85lnti0] .mud-drawer.mud-drawer-temporary.mud-drawer-pos-top.mud-drawer--closed {
        top: calc(-1* var(--mud-drawer-content-height));
    }

    [b-kfk85lnti0] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
        font-size: 1rem;
    }

    [b-kfk85lnti0] .filter-button {
        margin-left: 0px !important;
        width: auto;
    }

    [b-kfk85lnti0] .custom-autocomplete .mud-input {
        width: 85vw !important;
    }

    [b-kfk85lnti0] .mud-popover {
        min-width: 85vw !important;
    }

    [b-kfk85lnti0] .custom-sorting-bar {
        flex-direction: column;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    [b-kfk85lnti0] .mud-drawer-fixed.mud-drawer-temporary.mud-drawer-clipped-always {
        height: auto;
    }

    [b-kfk85lnti0] .mud-drawer.mud-drawer-temporary.mud-drawer-pos-top.mud-drawer--closed {
        top: calc(-1 * var(--mud-drawer-content-height));
    }

    [b-kfk85lnti0] .custom-sorting-bar {
        flex-direction: column;
    }
}


    [b-kfk85lnti0] .mud-list-item:hover {
    background-color: #003366 !important;
    color: white !important;
}

    [b-kfk85lnti0] .mud-list-item:hover .mud-text {
        color: white !important;
    }

    [b-kfk85lnti0] .mud-list-item:hover .mud-icon {
        color: white !important;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jyz6slr4l2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jyz6slr4l2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jyz6slr4l2] {
    font-size: 1.1rem;
}

.oi[b-jyz6slr4l2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jyz6slr4l2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jyz6slr4l2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jyz6slr4l2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jyz6slr4l2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-jyz6slr4l2]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-jyz6slr4l2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-jyz6slr4l2] {
        display: none;
    }

    .collapse[b-jyz6slr4l2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jyz6slr4l2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
