/* _content/CTG.Lemur.Admin.Web/Components/Common/Containers/SidePanelEmpty.razor.rz.scp.css */
.sidepanel[b-w8kp89xf8m] {
    background: black;
    width: 100%;
    position: absolute;
    top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 20px;
    border-radius: 8px;
}

.sidepanel-nav-collapsed[b-w8kp89xf8m] {
    background: black;
    width: 100%;
    position: absolute;
    top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 20px;
    border-radius: 8px;
}
/* _content/CTG.Lemur.Admin.Web/Components/Common/Forms/Inputs/GridEditorFormField.razor.rz.scp.css */

[b-0e7u2ooi0l] .bundle-grid-editor .k-grid-pager {
    background-color: inherit;
    color: inherit;
    flex-direction: column-reverse
}

[b-0e7u2ooi0l] .bundle-grid-editor .k-pager-first {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

[b-0e7u2ooi0l] .bundle-grid-editor .k-pager-last {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

[b-0e7u2ooi0l] .bundle-grid-editor-form .k-table-row:has(.k-table-td) {
    line-height: 30px;
}

[b-0e7u2ooi0l] .bundle-grid-editor-form .k-grid-aria-root {
    margin-bottom: 0px;
}
/* _content/CTG.Lemur.Admin.Web/Components/Layout/MainLayout.razor.rz.scp.css */

#blazor-error-ui[b-obraxjkqyk] {
    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-obraxjkqyk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CTG.Lemur.Admin.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleBusinessConfiguration.razor.rz.scp.css */

.panelbar-template[b-pu5wwqgwk3] {
    font-size: 1.2em !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleBusinessDataTransforms.razor.rz.scp.css */

.k-panelbar[b-kjnhgl55n5] {
    font-size: 20px !important
}

.panelbar-template[b-kjnhgl55n5] {
    font-size: 1.2em !important;
}

[b-kjnhgl55n5] .listview-item-rows div,
.listview-item-rows div[b-kjnhgl55n5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width: 100%;
}

[b-kjnhgl55n5] .listview-item-rows .k-icon,
.listview-item-rows .k-icon[b-kjnhgl55n5] {
    border: 2px solid orange;
    border-radius: 50%;
}

[b-kjnhgl55n5] .listview-item-rows .k-checkbox-wrap,
.listview-item-rows .k-checkbox-wrap[b-kjnhgl55n5] {
    padding-right: 2px;
}

[b-kjnhgl55n5] .listview-item, .listview-item[b-kjnhgl55n5],
.listview-item[b-kjnhgl55n5], .listview-item[b-kjnhgl55n5] {
    height: auto;
    display: inline-block;
    margin: 10px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    box-sizing: revert !important;
    background-color: #3b3b3b;
}

[b-kjnhgl55n5] .listview-item-header,
.listview-item-header[b-kjnhgl55n5] {
    display: flex;
    align-items: center;
}

    [b-kjnhgl55n5] .listview-item-header .listview-item-header-actions,
    .listview-item-header .listview-item-header-actions[b-kjnhgl55n5] {
        min-width: 56px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-kjnhgl55n5] {
    font-size: 1.2em !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleCollectionViewer.razor.rz.scp.css */
.listview-item-row h7[b-4jiqix5fn1] {
    padding-left: 4px;
}

.listview-item-row:has(details) h7[b-4jiqix5fn1] {
    padding-bottom: 4px;
}

.listview-item-row .listview-item-result[b-4jiqix5fn1] {
    padding-right: 4px;
    word-break: break-all;
}

.listview-item-row:has(details)[b-4jiqix5fn1] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.listview-item-row > details[b-4jiqix5fn1] {
    margin-left: 0px;
    margin-right: 0px;
}

.listview-item-result:has(div)[b-4jiqix5fn1] {
    display: contents;
}

details[b-4jiqix5fn1] {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
}

summary[b-4jiqix5fn1] {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open][b-4jiqix5fn1] {
    padding: 0.5em;
}

    details[open] summary[b-4jiqix5fn1] {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
    }

    details[open] > summary[b-4jiqix5fn1] {
        background-color: var(--lmr-BUTTON_BG);
    }
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleDesignerJsonInterface.razor.rz.scp.css */
.listview-item-row h7[b-uqgedbf7qc] {
    padding-left: 4px;
}

.listview-item-row:has(details) h7[b-uqgedbf7qc] {
    padding-bottom: 4px;
}

.listview-item-row .listview-item-result[b-uqgedbf7qc] {
    padding-right: 4px;
    word-break: break-all;
    padding-left: 4px;
}

.listview-item-result:has(div)[b-uqgedbf7qc] {
    display: contents;
}

.listview-item-row-nested[b-uqgedbf7qc] {
    margin-left: 8px;
    width: 98.7% !important;
}

    .listview-item-row-nested h7[b-uqgedbf7qc] {
        padding-left: 4px;
    }

    .listview-item-row-nested:has(.listview-item-row-nested)[b-uqgedbf7qc] {
        display: block !important;
    }

        .listview-item-row-nested:has(.listview-item-row-nested) > h7[b-uqgedbf7qc] {
            text-decoration: underline;
        }

    .listview-item-row-nested:nth-child(even)[b-uqgedbf7qc] {
        background-color: #484747;
        border-radius: 2px;
        padding-bottom: 0px !important;
        border: #3b3b3b dashed 1.5px;
    }

    .listview-item-row-nested:nth-child(odd)[b-uqgedbf7qc] {
        background-color: #3b3b3b;
        border-radius: 2px;
        padding-bottom: 0px !important;
        border: #484747 dashed 1.5px;
    }

details[b-uqgedbf7qc] {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 4px;
    margin-top: 4px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

summary[b-uqgedbf7qc] {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open][b-uqgedbf7qc] {
    padding: 0.5em;
}

    details[open] summary[b-uqgedbf7qc] {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
    }

    details[open] > summary[b-uqgedbf7qc] {
        background-color: var(--lmr-BUTTON_BG);
    }

    details[open] > .listview-item-row-nested[b-uqgedbf7qc] {
        margin: 0px;
        width: 100% !important;
    }

.listview-item-row:has(.listview-item-row-nested) h7[b-uqgedbf7qc] {
    text-decoration: underline;
    padding-bottom: 0.5rem;
}

details > .listview-item-row:nth-child(even):not(:has(.listview-item-row-nested))[b-uqgedbf7qc] {
    background-color: #484747;
    border-radius: 2px;
}
details > .listview-item-row:nth-child(odd):not(:has(.listview-item-row-nested))[b-uqgedbf7qc] {
    background-color: #3b3b3b;
    border-radius: 2px;
}

.listview-item-row span[b-uqgedbf7qc] {
    padding-left: 5px;
}

.listview-item-row-nested > .listview-item-row[b-uqgedbf7qc] {
    padding-left: 5px;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleEditor.razor.rz.scp.css */
.bundle-editor-errors-header[b-41cmqi8rxd], [b-41cmqi8rxd] .bundle-editor-errors-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    flex-wrap: wrap;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleGISConfiguration.razor.rz.scp.css */

.k-panelbar[b-1ausujxyku] {
    font-size: 20px !important
}

.panelbar-template[b-1ausujxyku] {
    font-size: 1.2em !important;
}

[b-1ausujxyku] .listview-item-rows div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width: 100%;
}

[b-1ausujxyku] .listview-item-rows .k-icon {
    border: 2px solid orange;
    border-radius: 50%;
}

[b-1ausujxyku] .listview-item-rows .k-checkbox-wrap {
    padding-right: 2px;
}

[b-1ausujxyku] .listview-item {
    height: auto;
    display: inline-block;
    margin: 10px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    box-sizing: revert !important;
    background-color: #3b3b3b;
}

[b-1ausujxyku] .listview-item-header {
    display: flex;
    align-items: center;
}

    [b-1ausujxyku] .listview-item-header .listview-item-header-actions {
        min-width: 56px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-1ausujxyku] {
    font-size: 1.2em !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleGridEditor.razor.rz.scp.css */

[b-2awwl947z8] .bundle-grid-editor .k-grid-pager {
    background-color: inherit;
    color: inherit;
}

[b-2awwl947z8] .bundle-grid-editor .k-pager-numbers-wrap {
    order: 1;
    flex: 0 0 55%;
    justify-content: flex-end;
}

[b-2awwl947z8] .bundle-grid-editor .k-pager-sizes {
    order: 2;
}

[b-2awwl947z8] .bundle-grid-editor .k-pager-first {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

[b-2awwl947z8] .bundle-grid-editor .k-pager-last {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleJsonViewer.razor.rz.scp.css */
.listview-item-row h7[b-fpxva5fihy] {
    padding-left: 4px;
}

.listview-item-row:has(details) h7[b-fpxva5fihy] {
    padding-bottom: 4px;
}

.listview-item-row .listview-item-result[b-fpxva5fihy] {
    padding-right: 4px;
    word-break: break-all;
}

.listview-item-row:has(details)[b-fpxva5fihy] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.listview-item-row > details[b-fpxva5fihy] {
    margin-left: 0px;
    margin-right: 0px;
}

.listview-item-rows > .listview-item-row:nth-child(even):not(:has(details))[b-fpxva5fihy] {
    background-color: #484747;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.listview-item-rows > .listview-item-row:nth-child(odd):not(:has(details))[b-fpxva5fihy] {
    background-color: #3b3b3b;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

details[b-fpxva5fihy] {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
}

summary[b-fpxva5fihy] {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open][b-fpxva5fihy] {
    padding: 0.5em;
}

    details[open] summary[b-fpxva5fihy] {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
    }

    details[open] > summary[b-fpxva5fihy] {
        background-color: var(--lmr-BUTTON_BG);
    }
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleMapControlConfigurationData.razor.rz.scp.css */
.k-panelbar[b-0ukhcs8qh5] {
    font-size: 20px !important
}

.panelbar-template[b-0ukhcs8qh5] {
    font-size: 1.2em !important;
}

[b-0ukhcs8qh5] .listview-item-rows div,
.listview-item-rows div[b-0ukhcs8qh5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width: 100%;
}

[b-0ukhcs8qh5] .listview-item-rows .k-icon,
.listview-item-rows .k-icon[b-0ukhcs8qh5] {
    border: 2px solid orange;
    border-radius: 50%;
}

[b-0ukhcs8qh5] .listview-item-rows .k-checkbox-wrap,
.listview-item-rows .k-checkbox-wrap[b-0ukhcs8qh5] {
    padding-right: 2px;
}

[b-0ukhcs8qh5] .listview-item, .listview-item[b-0ukhcs8qh5],
.listview-item[b-0ukhcs8qh5], .listview-item[b-0ukhcs8qh5] {
    height: auto;
    display: inline-block;
    margin: 10px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    box-sizing: revert !important;
    background-color: #3b3b3b;
}

[b-0ukhcs8qh5] .listview-item-header,
.listview-item-header[b-0ukhcs8qh5] {
    display: flex;
    align-items: center;
}

    [b-0ukhcs8qh5] .listview-item-header .listview-item-header-actions,
    .listview-item-header .listview-item-header-actions[b-0ukhcs8qh5] {
        min-width: 56px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-0ukhcs8qh5] {
    font-size: 1.2em !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleNestedObjectViewer.razor.rz.scp.css */
.listview-item-result:has(div)[b-kc64z6yrgj] {
    display: contents;
}

.listview-item-result > .listview-item-row-nested:first-of-type[b-kc64z6yrgj] {
    margin-top: 4px;
}

.listview-item-row-nested[b-kc64z6yrgj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8px;
    width: calc(100% - 8px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

    .listview-item-row-nested h7[b-kc64z6yrgj] {
        padding-left: 0px;
    }

    .listview-item-row-nested .listview-item-result[b-kc64z6yrgj] {
        padding-right: 0px;
        word-break: break-all;
        padding-left: 4px;
    }

    .listview-item-row-nested:has(.listview-item-row-nested)[b-kc64z6yrgj] {
        display: block !important;
        padding-bottom: 0px;
    }

        .listview-item-row-nested:has(.listview-item-row-nested) > h7[b-kc64z6yrgj] {
            text-decoration: underline;
            padding-bottom: 0.5rem;
        }

    .listview-item-row-nested:nth-child(even)[b-kc64z6yrgj] {
        background-color: #484747;
        border-radius: 2px;
    }

    .listview-item-row-nested:nth-child(odd)[b-kc64z6yrgj] {
        background-color: #3b3b3b;
        border-radius: 2px;
    }

/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleTileEditor.razor.rz.scp.css */
[b-319q0iblvs] .bundle-tile-editor .k-listview-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 8px !important;
    row-gap: 8px !important;
    column-gap: 8px !important;
    align-items: stretch;
    overflow: visible;
    position: relative;
    padding-top: 6px; /* Padding is reserved for upward hover motion to avoid clipping into the parent Tile UI */
}

@media (max-width: 599.98px) {
    [b-319q0iblvs] .bundle-tile-editor .k-listview-content {
        gap: 6px !important;
        row-gap: 6px !important;
        column-gap: 6px !important;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    }
}

@media (min-width: 600px) and (max-width: 899.98px) {
    [b-319q0iblvs] .bundle-tile-editor .k-listview-content {
        gap: 6px !important;
        row-gap: 6px !important;
        column-gap: 6px !important;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    }
}

@media (min-width: 900px) {
    [b-319q0iblvs] .bundle-tile-editor .k-listview-content {
        gap: 12px !important;
        row-gap: 12px !important;
        column-gap: 12px !important;
        grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)) !important;
    }
}

[b-319q0iblvs] .bundle-tile-editor .listview-item {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box !important;
    background-color: #3b3b3b;
    color: inherit;
    transition: top .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: top, box-shadow;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    contain: layout paint;
    min-width: 260px;
    margin: 0 !important; /* Remove all margin to avoid issues with grid gap */
}

@media (min-width: 900px) {
    [b-319q0iblvs] .bundle-tile-editor .listview-item {
        min-width: 350px;
        max-width: 425px;
    }
}

[b-319q0iblvs] .bundle-tile-editor .listview-item:hover,
[b-319q0iblvs] .bundle-tile-editor .listview-item:focus-visible {
    top: -4px;
    box-shadow: 0 0 0 2px rgba(255,152,0,.65), 0 6px 16px -6px rgba(0,0,0,.55), 0 3px 6px -2px rgba(0,0,0,.45);
    border-color: var(--lmr-BUTTON_BG) !important;
    outline: none;
}

    [b-319q0iblvs] .bundle-tile-editor .listview-item:hover *,
    [b-319q0iblvs] .bundle-tile-editor .listview-item:focus-visible * {
        color: inherit;
        fill: inherit;
    }

/* Reduced motion (Browser Accessibility) */
@media (prefers-reduced-motion: reduce) {
    [b-319q0iblvs] .bundle-tile-editor .listview-item {
        transition: border-color .15s linear, box-shadow .15s ease;
    }

        [b-319q0iblvs] .bundle-tile-editor .listview-item:hover,
        [b-319q0iblvs] .bundle-tile-editor .listview-item:focus-visible {
            top: 0;
            box-shadow: 0 0 0 2px rgba(255,152,0,.65);
        }
}

[b-319q0iblvs] .bundle-tile-editor .lmr-toolbar {
    margin: 0px !important;
}

[b-319q0iblvs] .bundle-search, .bundle-search[b-319q0iblvs] {
    margin-left: auto;
    position: relative;
    bottom: 50px;
}

[b-319q0iblvs] .bundle-tile-editor .listview-item h7 {
    font-weight: 600;
}


[b-319q0iblvs] .bundle-tile-editor .listview-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}

    [b-319q0iblvs] .bundle-tile-editor .listview-item-header .listview-item-header-actions {
        min-width: 56px;
        display: flex;
        justify-content: space-between;
        column-gap: 4px;
    }

[b-319q0iblvs] .bundle-tile-editor .listview-item-rows div {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
    flex-wrap: wrap;
    width: 100%;
}

[b-319q0iblvs] .bundle-tile-editor .listview-item-rows .k-icon {
    border: 2px solid orange;
    border-radius: 50%;
}

[b-319q0iblvs] .bundle-tile-editor .listview-item-rows .k-checkbox-wrap {
    padding-right: 2px;
}

.bundle-tile-editor[b-319q0iblvs],
[b-319q0iblvs] .bundle-tile-editor {
    background-color: inherit !important;
    color: inherit !important;
}

    [b-319q0iblvs] .bundle-tile-editor .k-listview-pager {
        background-color: inherit;
        color: inherit;
        flex-direction: column-reverse;
    }

    [b-319q0iblvs] .bundle-tile-editor .k-listview-header {
        display: flex;
        align-items: baseline;
        gap: 10px;
        flex-wrap: wrap;
    }

    [b-319q0iblvs] .bundle-tile-editor .k-pager-first {
        border-bottom-left-radius: 10px !important;
        border-top-left-radius: 10px !important;
    }

    [b-319q0iblvs] .bundle-tile-editor .k-pager-last {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

.text-preview[b-319q0iblvs] {
    border-radius: 10px;
    border: 2px solid grey;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.listview-item-row h7[b-319q0iblvs] {
    padding-left: 4px;
}

.listview-item-row .listview-item-result[b-319q0iblvs] {
    padding-right: 4px;
    word-break: break-all;
    padding-left: 4px;
}

.listview-item-result:has(div)[b-319q0iblvs] {
    display: contents;
}

.listview-item-row:has(.listview-item-row-nested) h7[b-319q0iblvs] {
    text-decoration: underline;
    padding-bottom: 0.5rem;
}

.listview-item-row:nth-child(even)[b-319q0iblvs] {
    background-color: #484747;
    border-radius: 2px;
}

details[b-319q0iblvs] {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 4px;
    margin-top: 4px;
}

summary[b-319q0iblvs] {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open][b-319q0iblvs] {
    padding: 0.5em;
}

    details[open] summary[b-319q0iblvs] {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
    }

    details[open] > summary[b-319q0iblvs] {
        background-color: var(--lmr-BUTTON_BG);
    }


/* Single Bundle object/item: full width unless specified otherwise in TileWidth parameter, no hover animation */
[b-319q0iblvs] .bundle-tile-editor .listview-item.single-object {
    max-width: 100%;
    transition: none;
}

    [b-319q0iblvs] .bundle-tile-editor .listview-item.single-object:hover,
    [b-319q0iblvs] .bundle-tile-editor .listview-item.single-object:focus-visible {
        top: 0;
        box-shadow: none;
        outline: 0;
        border-color: white !important;
    }

[b-319q0iblvs] .bundle-tile-editor .k-listview-content:has(.listview-item.single-object) {
    display: flex !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleTileEditorFields.razor.rz.scp.css */
.listview-item-row h7[b-tv4x7sb9mp] {
    padding-left: 4px;
}

.listview-item-row:has(details) h7[b-tv4x7sb9mp] {
    padding-bottom: 4px;
}

.listview-item-row .listview-item-result[b-tv4x7sb9mp] {
    padding-right: 4px;
    word-break: break-all;
}

.listview-item-row:has(details)[b-tv4x7sb9mp] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.listview-item-row > details[b-tv4x7sb9mp] {
    margin-left: 0px;
    margin-right: 0px;
}

.listview-item-result:has(div)[b-tv4x7sb9mp] {
    display: contents;
}

.listview-item-rows > .listview-item-row:nth-child(even):not(:has(details))[b-tv4x7sb9mp] {
    background-color: #484747;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.listview-item-rows > .listview-item-row:nth-child(odd):not(:has(details))[b-tv4x7sb9mp] {
    background-color: #3b3b3b;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.listview-item-row-nested[b-tv4x7sb9mp] {
    margin-left: 8px;
    width: 97.7% !important
}

    .listview-item-row-nested h7[b-tv4x7sb9mp] {
        padding-left: 4px;
    }

    .listview-item-row-nested:has(.listview-item-row-nested)[b-tv4x7sb9mp] {
        display: block !important;
    }

    .listview-item-row-nested:has(.listview-item-row-nested) > h7[b-tv4x7sb9mp] {
        text-decoration: underline;
    }

    .listview-item-row-nested:nth-child(even)[b-tv4x7sb9mp] {
        background-color: #484747;
        border-radius: 2px;
    }

    .listview-item-row-nested:nth-child(odd)[b-tv4x7sb9mp] {
        background-color: #3b3b3b;
        border-radius: 2px;
    }

details[b-tv4x7sb9mp] {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
}

summary[b-tv4x7sb9mp] {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open][b-tv4x7sb9mp] {
    padding: 0.5em;
}

    details[open] summary[b-tv4x7sb9mp] {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em; 
    }

    details[open] > summary[b-tv4x7sb9mp] {
        background-color: var(--lmr-BUTTON_BG);
    }
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleDesigner/BundleUserInterface.razor.rz.scp.css */

.k-panelbar[b-239stdgeum] {
    font-size: 20px !important
}

.panelbar-template[b-239stdgeum] {
    font-size: 1.2em !important;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/BundleEditor/BundleEditor.razor.rz.scp.css */
.bundle-editor-errors-header[b-pxt4hz3e5c], [b-pxt4hz3e5c] .bundle-editor-errors-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    flex-wrap: wrap;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/ReplicaManagement/ReplicaTemplate/TemplateLayers.razor.rz.scp.css */
[b-sdz9r11pvo] .k-card-body {
    border-top-width: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

[b-sdz9r11pvo] .k-card-header {
    padding-bottom: 0px !important;
}

[b-sdz9r11pvo] .k-card-body .lmr-repl-grid, [b-sdz9r11pvo] .k-card-body .lmr-repl-grid-table {
    display: grid;
    grid-template-columns: 1100px;
    column-gap: 1rem;
    justify-content: start;
    max-width: fit-content;
}

.col-md-2[b-sdz9r11pvo] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.visible[b-sdz9r11pvo] {
    width: 80px !important;
}

.alias[b-sdz9r11pvo] {
    width: 250px !important;
}

.col-md-3[b-sdz9r11pvo] {
    width: 100px !important;
    padding-right: 1rem !important;
}

[b-sdz9r11pvo] .k-card {
    width: 850px;
}

@media (max-width: 767.98px) {
    [b-sdz9r11pvo] .col-md-3,
    [b-sdz9r11pvo] .col-md-2,
    [b-sdz9r11pvo] .col-md-1 {
        flex: 0 0 none;
        width: 120px !important;
        max-width: fit-content;
        display: grid;
    }
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/ReplicaManagement/V2/TemplateLayerFields.razor.rz.scp.css */
[b-w9i7dzvis0] .k-card-body {
    border-top-width: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

[b-w9i7dzvis0] .k-card-header {
    padding-bottom: 0px !important;
}

[b-w9i7dzvis0] .k-card-body .lmr-repl-grid, [b-w9i7dzvis0] .k-card-body .lmr-repl-grid-table {
    display: grid;
    grid-template-columns: 1100px;
    column-gap: 1rem;
    justify-content: start;
    max-width: fit-content;
}

.col-md-2[b-w9i7dzvis0] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.visible[b-w9i7dzvis0] {
    width: 150px !important;
}

.alias[b-w9i7dzvis0] {
    width: 250px !important;
}

.readonly[b-w9i7dzvis0] {
    width: 150px !important;
}

.col-md-3[b-w9i7dzvis0] {
    width: 100px !important;
    padding-right: 1rem !important;
}

[b-w9i7dzvis0] .k-card {
    width: 850px;
}

@media (max-width: 767.98px) {
    [b-w9i7dzvis0] .col-md-3,
    [b-w9i7dzvis0] .col-md-2,
    [b-w9i7dzvis0] .col-md-1 {
        flex: 0 0 none;
        width: 120px !important;
        max-width: fit-content;
        display: grid;
    }
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Components/ReplicaManagement/V2/TemplateLayers1.razor.rz.scp.css */
[b-azgrtyigfi] .k-card-body {
    border-top-width: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

[b-azgrtyigfi] .k-card-header {
    padding-bottom: 0px !important;
}

[b-azgrtyigfi] .k-card-body .lmr-repl-grid, [b-azgrtyigfi] .k-card-body .lmr-repl-grid-table {
    display: grid;
    grid-template-columns: 1100px;
    column-gap: 1rem;
    justify-content: start;
    max-width: fit-content;
}

[b-azgrtyigfi] .k-card {
    width: 850px;
}

[b-azgrtyigfi] .layer-id-input .k-input-inner {
    width: 60px !important;
}

[b-azgrtyigfi] .layer-id-dropdown-error.k-picker-solid {
    background-color: indianred;
}
/* _content/CTG.Lemur.Admin.Web/Components/Pages/Error.razor.rz.scp.css */
.error-content[b-astzn1cfgg] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    background-color: var(--lmr-VIEWS_BODY_BG);
}

    .error-content .error-message[b-astzn1cfgg] {
        color: red;
        font-size: medium;
    }

    .error-content .logo[b-astzn1cfgg] {
        width: 350px !important;
        align-content: center;
    }

    .error-content .error-404[b-astzn1cfgg] {
        color: red;
        font-size: large;
    }
