/* /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;
}
/* /Components/Common/Controls/ImportSelectionItemTile.razor.rz.scp.css */
.bundle-tile-editor .listview-item-rows div[b-c4vmgl2nui] {
    padding-right: 0px;
}

.listview-item-row[b-c4vmgl2nui] {
    width: auto !important;
}

.listview-item-row .listview-item-result[b-c4vmgl2nui] {
    padding-right: 4px;
}

[b-c4vmgl2nui] .listview-item-row-nested {
    margin-left: 0px !important;
    width: auto;
}

[b-c4vmgl2nui] .listview-item-row-nested:has(details) {
    width: calc(100% - 4px) !important;
}

[b-c4vmgl2nui] .listview-item-row-nested .listview-item-result:has(details) {
    padding-right: 0px !important;
}

.listview-item-row-nested .listview-item-result[b-c4vmgl2nui] {
    padding-right: 0px;
}

details .listview-item-row h7[b-c4vmgl2nui] {
    padding-left: 4px;
}

[b-c4vmgl2nui] details .listview-item-row {
    padding-left: 4px;
    width: calc(100% - 4px) !important;
}

[b-c4vmgl2nui] details details .listview-item-row {
    padding-left: 4px;
    width: calc(100% - 8px) !important;
}

[b-c4vmgl2nui] details {
    margin-left: 0px;
    width: -webkit-fill-available;
    margin-top: 4px;
    margin-bottom: 4px;
}

[b-c4vmgl2nui] details details {
    margin-bottom: 0px;
}

[b-c4vmgl2nui] .listview-item-rows .k-checkbox-wrap,
.listview-item-rows .k-checkbox-wrap[b-c4vmgl2nui] {
    padding-right: 2px;
}
/* /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-grid-pager .k-pager-numbers-wrap {
        background-color: var(--lmr-BUTTON_BG) !important;
        color: var(--lmr-BUTTON_FG) !important;
        border-radius: 10px;
        overflow: hidden;
    }

[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;
}

[b-0e7u2ooi0l] .bundle-editor-popup [class*="lmr-formcontrol-validationerror-"] {
    display: block !important;
}

[b-0e7u2ooi0l] .bundle-editor-popup .lmr-dropdown-flex ~ [class*="lmr-formcontrol-validationerror-"],
[b-0e7u2ooi0l] .bundle-editor-popup .lmr-dropdown-with-create ~ [class*="lmr-formcontrol-validationerror-"] {
    border-radius: 0px 0px 5px 5px;
    margin-top: -9px;
    margin-right: 38.6px;
}
/* /Components/Common/Input/DateTimeRangePicker.razor.rz.scp.css */
.datetime-range-picker-container[b-uh6a06gi78] {
    position: relative !important;
    display: inline-block !important;
    z-index: 1000 !important;
    isolation: isolate;
}

.picker-trigger[b-uh6a06gi78] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #2d2d2d;
    border: 1px solid #404040;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    min-width: 220px;
    transition: all 0.2s;
    font-size: 13px;
    position: relative;
    z-index: 1000;
}

    .picker-trigger:hover[b-uh6a06gi78] {
        border-color: #e08c3e;
        background: #3a3a3a;
    }

.trigger-label[b-uh6a06gi78] {
    font-weight: 600;
    color: #e0e0e0;
    font-size: 12px;
    line-height: normal;
}

.trigger-value[b-uh6a06gi78] {
    color: #e08c3e;
    flex-grow: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
}

.trigger-icon[b-uh6a06gi78] {
    color: #888;
    font-size: 10px;
    margin-left: auto;
}

.datetime-range-popup[b-uh6a06gi78] {
    position: relative !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 4px !important;
    background: #1e1e1e;
    border: 1px solid #404040;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 220px;
    z-index: 10000000000 !important;
    animation: slideDown-b-uh6a06gi78 0.2s ease-out;
}

    .datetime-range-popup.expanded[b-uh6a06gi78] {
        width: 850px;
        z-index: 10000000000 !important;
    }

@keyframes slideDown-b-uh6a06gi78 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-content-wrapper[b-uh6a06gi78] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.picker-header[b-uh6a06gi78] {
    display: flex;
    padding: 12px 16px;
    background-color: #2d2d2d;
    border-bottom: 1px solid #404040;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 100001;
}

.header-left[b-uh6a06gi78] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    width: 100%;
}

.header-label[b-uh6a06gi78] {
    font-weight: 600;
    color: #e0e0e0;
}

.header-value[b-uh6a06gi78] {
    color: #e08c3e;
    font-weight: 500;
}

.picker-body[b-uh6a06gi78] {
    background: #1e1e1e;
    min-height: 300px;
    position: relative;
    z-index: 99998;
}

    .picker-body.custom-mode-active[b-uh6a06gi78] {
        display: flex;
        min-height: 400px;
    }

.preset-range-options-column[b-uh6a06gi78] {
    width: 100%;
    padding: 2px 0;
    background-color: #2d2d2d;
    position: relative;
    z-index: 99997;
}

.datetime-range-popup.expanded .preset-range-options-column[b-uh6a06gi78] {
    width: 220px;
    border-right: 1px solid #404040;
}

.preset-range-options-item[b-uh6a06gi78] {
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    min-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2px 0;
    position: relative;
    z-index: 99996;
}

    .preset-range-options-item:hover[b-uh6a06gi78] {
        background-color: #3a3a3a;
    }

    .preset-range-options-item.selected[b-uh6a06gi78] {
        background-color: rgba(255, 107, 53, 0.15);
        color: #e08c3e;
        border-left-color: #e08c3e;
        font-weight: 600;
    }

.preset-range-options-name[b-uh6a06gi78] {
    font-size: 13px;
    color: #e0e0e0;
    line-height: 1.4;
}

.preset-range-options-item.selected .preset-range-options-name[b-uh6a06gi78] {
    color: #e08c3e;
}

.selection-column[b-uh6a06gi78] {
    display: none;
    flex: 1;
    padding: 16px;
    background: #1e1e1e;
    position: relative;
    z-index: 99997;
}

.datetime-range-popup.expanded .selection-column[b-uh6a06gi78] {
    display: flex;
    flex-direction: column;
}

.custom-mode-section[b-uh6a06gi78] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    position: relative;
    z-index: 99996;
}

.from-to-row[b-uh6a06gi78] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 8px;
}

.from-section[b-uh6a06gi78], .to-section[b-uh6a06gi78] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.section-label[b-uh6a06gi78] {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.datetime-inputs[b-uh6a06gi78] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .datetime-inputs .k-datepicker[b-uh6a06gi78],
    .datetime-inputs .k-timepicker[b-uh6a06gi78] {
        height: 32px;
        border-radius: 4px;
        border: 1px solid #555;
        background: #2d2d2d;
        color: #e0e0e0;
        position: relative;
        z-index: 100010;
    }

        .datetime-inputs .k-datepicker:hover[b-uh6a06gi78],
        .datetime-inputs .k-timepicker:hover[b-uh6a06gi78] {
            border-color: #e08c3e;
        }

.individual-calendars-row[b-uh6a06gi78] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 2px;
    flex: 1;
}

.calendar-section[b-uh6a06gi78] {
    border: 1px solid #404040;
    border-radius: 2px;
    background-color: #2d2d2d;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99995;
}

.calendar-header[b-uh6a06gi78] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    border-bottom: 1px solid #404040;
    background-color: #252525;
    border-radius: 4px 4px 0 0;
}

.calendar-title[b-uh6a06gi78] {
    font-size: 12px;
    font-weight: 600;
    color: #e08c3e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calendar-date[b-uh6a06gi78] {
    font-size: 12px;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', monospace;
    font-weight: 500;
}

.calendar-section .k-calendar[b-uh6a06gi78] {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    color: #e0e0e0 !important;
    position: relative !important;
    z-index: 100020 !important;
}

    .calendar-section .k-calendar .k-calendar-header[b-uh6a06gi78] {
        background-color: transparent;
        border-bottom: 1px solid #404040;
        padding: 4px;
        color: #e0e0e0 !important;
    }

    .calendar-section .k-calendar .k-calendar-view[b-uh6a06gi78] {
        padding: 4px;
    }

    .calendar-section .k-calendar .k-calendar-td[b-uh6a06gi78] {
        height: 24px;
    }

        .calendar-section .k-calendar .k-calendar-td .k-link[b-uh6a06gi78] {
            border-radius: 2px;
            font-size: 12px;
            min-height: 22px;
            min-width: 22px;
            line-height: 22px;
            color: #e0e0e0 !important;
            transition: all 0.2s;
            position: relative;
            z-index: 100021 !important;
        }

            .calendar-section .k-calendar .k-calendar-td .k-link:hover[b-uh6a06gi78] {
                background-color: #3a3a3a;
                color: #e08c3e !important;
            }

        .calendar-section .k-calendar .k-calendar-td.k-selected .k-link[b-uh6a06gi78] {
            background-color: #e08c3e;
            color: #fff !important;
        }

        .calendar-section .k-calendar .k-calendar-td.k-today .k-link[b-uh6a06gi78] {
            border: 2px solid #e08c3e;
            background-color: transparent;
            color: #e08c3e !important;
            font-weight: 600;
        }

        .calendar-section .k-calendar .k-calendar-td.k-today.k-selected .k-link[b-uh6a06gi78] {
            background-color: #e08c3e;
            color: #fff !important;
            border-color: #e08c3e;
        }

.picker-footer[b-uh6a06gi78] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #404040;
    background-color: #2d2d2d;
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 100001;
}

.time-zone-note[b-uh6a06gi78] {
    font-size: 11px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .time-zone-note .k-icon[b-uh6a06gi78] {
        color: #e08c3e;
    }

.footer-right[b-uh6a06gi78] {
    display: flex;
    gap: 8px;
}

    .footer-right .k-button[b-uh6a06gi78] {
        min-width: 80px;
        padding: 6px 16px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        transition: all 0.2s;
        position: relative;
        z-index: 100002;
    }

.k-button-primary[b-uh6a06gi78] {
    background: linear-gradient(135deg, #e08c3e, #ff8c42);
    border-color: #e08c3e;
    color: #fff;
}

    .k-button-primary:hover[b-uh6a06gi78] {
        background: linear-gradient(135deg, #ff8c42, #e08c3e);
        border-color: #ff8c42;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4);
    }

.k-button-secondary[b-uh6a06gi78] {
    background: #404040;
    border-color: #555;
    color: #e0e0e0;
}

    .k-button-secondary:hover[b-uh6a06gi78] {
        background: #555;
        border-color: #666;
        color: #fff;
    }

.k-animation-container[b-uh6a06gi78],
.k-popup[b-uh6a06gi78],
.k-calendar-container[b-uh6a06gi78],
.k-datepicker-calendar[b-uh6a06gi78],
.k-timepicker-container[b-uh6a06gi78],
.k-list-container[b-uh6a06gi78] {
    z-index: 100030 !important;
}

div[class*="k-grid"] .datetime-range-picker-container[b-uh6a06gi78],
div[class*="k-grid"] .datetime-range-popup[b-uh6a06gi78],
div[class*="k-grid"] ~ .datetime-range-popup[b-uh6a06gi78] {
    position: relative !important;
    overflow: visible !important;
}

.k-grid .k-table-td:has(.datetime-range-picker-container)[b-uh6a06gi78] {
    overflow: visible !important;
    position: relative !important;
    z-index: auto !important;
}

body .k-grid .datetime-range-picker-container[b-uh6a06gi78],
body .k-grid .datetime-range-popup[b-uh6a06gi78] {
    position: relative !important;
    overflow: visible !important;
    z-index: 10000000000 !important;
}

.datetime-range-popup .k-popover[b-uh6a06gi78] {
    min-width: 450px !important;
    max-width: 450px !important;
    background: #1e1e1e !important;
    border: 1px solid #404040 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

.datetime-range-popup.expanded .k-popover[b-uh6a06gi78] {
    min-width: 850px !important;
    max-width: 850px !important;
    width: 850px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.k-popover .k-popover-header[b-uh6a06gi78],
.k-popover .k-popover-body[b-uh6a06gi78] {
    background: #1e1e1e !important;
    color: #e0e0e0 !important;
}

.k-popover .k-popover-callout[b-uh6a06gi78] {
    display: none !important;
}

.datetime-range-popup.expanded .k-popover-callout[b-uh6a06gi78] {
    display: none !important;
}

.datetime-range-trigger[b-uh6a06gi78] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #444444;
    border-radius: 4px;
    background: #2d2d2d;
    color: #e0e0e0;
}

@media (max-width: 900px) {
    .datetime-range-popup .k-popover[b-uh6a06gi78] {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 95vw !important;
        max-width: 95vw !important;
        margin: 10px !important;
        z-index: 10000000000 !important;
    }

    .datetime-range-popup.expanded .k-popover[b-uh6a06gi78] {
        width: 95vw !important;
        height: 95vh !important;
        overflow-y: auto !important;
        max-width: 95vw !important;
        z-index: 10000000000 !important;
    }

    .picker-body.custom-mode-active[b-uh6a06gi78] {
        flex-direction: column !important;
    }

    .datetime-range-popup.expanded .preset-range-options-column[b-uh6a06gi78] {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #404040 !important;
        max-height: 200px !important;
    }

    .from-to-row[b-uh6a06gi78] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .individual-calendars-row[b-uh6a06gi78] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .datetime-inputs[b-uh6a06gi78] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

        .datetime-inputs .k-datepicker[b-uh6a06gi78],
        .datetime-inputs .k-timepicker[b-uh6a06gi78] {
            width: 100% !important;
        }
}

.k-animation-container[b-uh6a06gi78] {
    z-index: 100050 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none !important;
}





.k-animation-container .k-popover[b-uh6a06gi78] {
    pointer-events: all !important;
}

.datetime-range-popup.expanded .k-animation-container[b-uh6a06gi78] {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 50px !important;
}

.popup-content-wrapper[b-uh6a06gi78] {
    max-height: 700px;
    overflow-y: auto;
}

.popup-content-container[b-uh6a06gi78] {
    width: 100%;
    height: 100%;
}
/* /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;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Pages/Components/BundleDesigner/BundleBusinessConfiguration.razor.rz.scp.css */

.panelbar-template[b-pu5wwqgwk3] {
    font-size: 1.2em !important;
}
/* /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] {
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-kjnhgl55n5] {
    font-size: 1.2em !important;
}
/* /Components/Pages/Components/BundleDesigner/BundleCollectionViewer.razor.rz.scp.css */
.listview-item-row h7[b-4jiqix5fn1] {
    text-decoration: none !important;
}

    .listview-item-row h7:has(+ .listview-item-result .listview-item-row-nested)[b-4jiqix5fn1] {
        text-decoration: underline !important;
        padding-bottom: 0.5rem !important;
    }

details[b-4jiqix5fn1] {
    text-align: left !important;
}

.listview-item-row[b-4jiqix5fn1] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listview-item-result[b-4jiqix5fn1] {
    white-space: normal;     
    overflow-wrap: anywhere; 
    word-break: break-word;
    overflow: visible;
    text-overflow: unset;
    flex: 1 1 auto;   
    min-width: 0;     
    max-width: 100%;
}
/* /Components/Pages/Components/BundleDesigner/BundleDesignerJsonInterface.razor.rz.scp.css */
.listview-item-row-nested[b-uqgedbf7qc] {
    margin-left: 4px;
    padding-right: 0px !important;
    width: 98.7% !important;
    display: block !important;
}

    .listview-item-row-nested h7[b-uqgedbf7qc] {
        padding-left: 4px;
    }

    .listview-item-row-nested .listview-item-row-nested[b-uqgedbf7qc] {
        width: 100% !important;
        padding-left: 8px;
    }

    .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;
            padding-left: 4px;
        }

    .listview-item-row-nested:nth-child(even)[b-uqgedbf7qc] {
        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] {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

    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 !important;
    border-radius: 2px;
}

details > .listview-item-row:nth-child(odd):not(:has(.listview-item-row-nested))[b-uqgedbf7qc] {
    background-color: #3b3b3b !important;
    border-radius: 2px;
}

.listview-item-row span[b-uqgedbf7qc] {
    padding-left: 5px;
}

.listview-item-row-nested > .listview-item-row[b-uqgedbf7qc],
.listview-item-row-nested .listview-item-row[b-uqgedbf7qc] {
    padding-left: 5px;
    padding-right: 0px !important;
    background-color: inherit;
    border-radius: inherit;
}

details .listview-item-row-nested .listview-item-result[b-uqgedbf7qc] {
    justify-content: flex-end;
}

summary h7[b-uqgedbf7qc] {
    text-decoration: none !important;
    padding-bottom: 0 !important;
}

.listview-item-result[b-uqgedbf7qc] {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: none !important;
    display: inline !important;
}

    .listview-item-result > div[b-uqgedbf7qc] {
        display: block !important;
    }

details > .listview-item-row[b-uqgedbf7qc] {
    width: auto !important;
}
/* /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;
}

.bundle-settings-tab[b-41cmqi8rxd], [b-41cmqi8rxd] .bundle-settings-tab {
    margin-left: auto;
}

[b-41cmqi8rxd] .lmr-bundle-editor-header-editor-button {
    position: absolute;
    margin-top: -12px;
    right: 1%;
    width: auto;
    z-index: 1;
}

[b-41cmqi8rxd] .k-tabstrip-content {
    overflow-y: auto;
    min-height: 0;
}

.bundle-historical-view-banner[b-41cmqi8rxd], [b-41cmqi8rxd] .bundle-historical-view-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    margin-bottom: 12px;
    background-color: rgba(244, 67, 54, 0.12);
    border: 1px solid rgba(244, 67, 54, 0.45);
    border-radius: 6px;
    color: #ef9a9a;
    font-size: 0.9em;
}

.bundle-historical-view-banner-content[b-41cmqi8rxd], [b-41cmqi8rxd] .bundle-historical-view-banner-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bundle-historical-view-exit-button[b-41cmqi8rxd], [b-41cmqi8rxd] .bundle-historical-view-exit-button {
    flex-shrink: 0;
}
/* /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 {
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-1ausujxyku] {
    font-size: 1.2em !important;
}
/* /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 !important;
    border-top-left-radius: 10px !important;
}

[b-2awwl947z8] .bundle-grid-editor .k-pager-last {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
/* /Components/Pages/Components/BundleDesigner/BundleJsonViewer.razor.rz.scp.css */
.bundle-json-viewer[b-fpxva5fihy], 
[b-fpxva5fihy] bundle-json-viewer {
    display: block !important;
}

.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] {
    word-break: break-all;
}

.listview-item-row:has(details)[b-fpxva5fihy] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.listview-item-row:has(> details)[b-fpxva5fihy] {
    padding-right: 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] {
    width: 100%;
    margin-left: 4px;
    margin-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;
}

details details[b-fpxva5fihy],
[b-fpxva5fihy] details details {
    margin-bottom: 4px;
}

details > .listview-item-row[b-fpxva5fihy] {
    width: auto !important;
}

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);
}

.bundle-tile-editor .listview-item-rows div[b-fpxva5fihy],
.listview-item-row-nested:has(.listview-item-row-nested)[b-fpxva5fihy] {
    display: block;
}

details .listview-item-row-nested .listview-item-result[b-fpxva5fihy] {
    justify-content: flex-end;
}

.listview-item-row-nested:nth-child(odd)[b-fpxva5fihy] {
    background-color: #3b3b3b;
    border-radius: 2px;
    padding-bottom: 0px !important;
    border: #484747 dashed 1.5px;
}

.listview-item-result > div[b-fpxva5fihy] {
    display: block !important;
}

.listview-item-rows .listview-item-row[b-fpxva5fihy] {
    display: flex !important;
    justify-content: space-between !important;
}

.listview-item-rows .listview-item-row-nested[b-fpxva5fihy] {
    display: block !important;
}

.listview-item-rows > .listview-item-row:has(.listview-item-row-nested) .listview-item-row-nested[b-fpxva5fihy] {
    padding-right: 4px !important;
}
/* /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] {
        padding-left: 10px;
        padding-bottom: 10px;
    }

p[b-0ukhcs8qh5] {
    font-size: 1.2em !important;
}
/* /Components/Pages/Components/BundleDesigner/BundleNestedObjectViewer.razor.rz.scp.css */
.listview-item-row-nested[b-kc64z6yrgj] {
    margin-left: 8px;
    padding-left: 4px;
}
/* /Components/Pages/Components/BundleDesigner/BundleOverview.razor.rz.scp.css */
[b-1kqheglh6l] .k-card.bundle-overview-card,
.k-card.bundle-overview-card[b-1kqheglh6l] {
    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;
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box !important;
    background-color: #3b3b3b;
    min-width: 100%;
}

    [b-1kqheglh6l] .k-card.bundle-overview-card > .k-card-header > .k-card-title,
    .k-card.bundle-overview-card > .k-card-header > .k-card-title[b-1kqheglh6l] {
        font-weight: 700;
        font-size: var(--kendo-font-size-xl, inherit);
    }

    [b-1kqheglh6l] .k-card.bundle-overview-card > .k-card-body,
    .k-card.bundle-overview-card > .k-card-body[b-1kqheglh6l] {
        padding-top: 4px;
    }

        [b-1kqheglh6l] .k-card.bundle-overview-card > .k-card-body > .k-card-separator,
        .k-card.bundle-overview-card > .k-card-body > .k-card-separator[b-1kqheglh6l] {
            margin-top: 4px;
            margin-bottom: 4px;
        }

.bundle-overview-grid[b-1kqheglh6l] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
}

.bundle-overview-left-column[b-1kqheglh6l] {
    display: flex;
    flex-direction: column;
    gap: 16px;
/*    flex: 1 1 70%;*/
    width: 70%;
    min-height: 0;
}

    .bundle-overview-left-column .k-card.k-card-vertical[b-1kqheglh6l] {
        flex: unset !important;
    }

.bundle-overview-right-column[b-1kqheglh6l] {
    display: flex;
    min-height: 0;
    min-width: 30%;
}

.bundle-designer-card[b-1kqheglh6l] {
    height: 47.5% !important;
    flex: 2 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.bundle-tools-card[b-1kqheglh6l] {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
}

.bundle-overview-card[b-1kqheglh6l] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

    .bundle-overview-card > .k-card-body[b-1kqheglh6l] {
        flex: 1 1 auto;
        overflow-y: auto;
        min-height: 0;
    }

.bundle-tools-container[b-1kqheglh6l] {
    display: flex;
    gap: 20px;
    padding: 16px 0;
    margin: auto;
    justify-content: space-around;
    flex-direction: column;
    width: 70%;
}

.bundle-tool-item[b-1kqheglh6l] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bundle-tool-button[b-1kqheglh6l] {
    width: 100%;
    justify-content: flex-start;
    background-color: var(--lmr-BUTTON_BG) !important;
    border-color: var(--lmr-BUTTON_BORDER) !important;
    color: var(--lmr-BUTTON_FG) !important;
}

    .bundle-tool-button:hover[b-1kqheglh6l] {
        opacity: 0.9;
    }

.bundle-tool-description[b-1kqheglh6l] {
    font-size: 0.85em;
    color: #999;
    margin: auto;
}

.bundle-import-textarea[b-1kqheglh6l] {
    width: 100%;
    min-height: 300px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    padding: 8px;
    border: 1px solid var(--lmr-AW_BUTTON_BORDER);
    border-radius: 4px;
    background-color: #2b2b2b;
    color: #fff;
    resize: vertical;
}

    .bundle-import-textarea:focus[b-1kqheglh6l] {
        outline: none;
        border-color: var(--lmr-BUTTON_BG);
    }

.bundle-overview-full-width-row[b-1kqheglh6l], [b-1kqheglh6l] .bundle-overview-full-width-row {
    width: 100%;
    margin-top: 16px;
}

.bundle-overview-layout[b-1kqheglh6l] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-height: 0;
}
/* /Components/Pages/Components/BundleDesigner/BundleSettings.razor.rz.scp.css */
[b-j9mbfuuq8h] .k-card.bundle-settings-card,
.k-card.bundle-settings-card[b-j9mbfuuq8h] {
    flex: auto;
    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;
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box !important;
    background-color: #3b3b3b;
    min-width: 40%;
}
    [b-j9mbfuuq8h] .k-card.bundle-settings-card.bundle-settings-validations-card,
    .k-card.bundle-settings-card.bundle-settings-validations-card[b-j9mbfuuq8h] {
        max-width: 40%;
    }

    [b-j9mbfuuq8h] .k-card.bundle-settings-card > .k-card-header > .k-card-title,
    .k-card.bundle-settings-card > .k-card-header > .k-card-title[b-j9mbfuuq8h] {
        font-weight: 700;
        font-size: var(--kendo-font-size-xl, inherit);
    }

    [b-j9mbfuuq8h] .k-card.bundle-settings-card > .k-card-body,
    .k-card.bundle-settings-card > .k-card-body[b-j9mbfuuq8h]{
        padding-top: 4px;
    }

    [b-j9mbfuuq8h] .k-card.bundle-settings-card > .k-card-body > .k-card-separator,
    .k-card.bundle-settings-card > .k-card-body > .k-card-separator[b-j9mbfuuq8h] {
        margin-top: 4px;
        margin-bottom: 4px;
    }
/* /Components/Pages/Components/BundleDesigner/BundleTileEditor.razor.rz.scp.css */
[b-319q0iblvs] .bundle-search, .bundle-search[b-319q0iblvs] {
    margin-left: auto;
    position: relative;
    bottom: 0px;
}
/* /Components/Pages/Components/BundleDesigner/BundleTileEditorFields.razor.rz.scp.css */
.listview-item-rows > .listview-item-row:nth-child(even):not(:has(details))[b-tv4x7sb9mp] {
    padding-left: 4px;
    padding-right: 4px;
}

.listview-item-rows > .listview-item-row:nth-child(odd):not(:has(details))[b-tv4x7sb9mp] {
    padding-left: 4px;
    padding-right: 4px;
}

.listview-item-row-nested[b-tv4x7sb9mp] {
    margin-left: 8px;
    width: 97.7% !important;
}

    .listview-item-row-nested:has(.listview-item-row-nested)[b-tv4x7sb9mp] {
        display: block;
    }

        .listview-item-row-nested:has(.listview-item-row-nested) > h7[b-tv4x7sb9mp] {
            text-decoration: underline;
        }

details[b-tv4x7sb9mp] {
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 2px;
    margin-top: 2px;
}
/* /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;
}
/* /Components/Pages/Components/BundleDesigner/BundleVersionPanel.razor.rz.scp.css */
.bundle-version-panel-card[b-xc721xuix5], [b-xc721xuix5] .bundle-version-panel-card {
    width: 100%;
}

.bundle-version-panel-header[b-xc721xuix5], [b-xc721xuix5] .bundle-version-panel-header {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.bundle-version-panel-chevron[b-xc721xuix5], [b-xc721xuix5] .bundle-version-panel-chevron {
    font-size: 0.75em;
    opacity: 0.6;
}

.bundle-version-panel-count[b-xc721xuix5], [b-xc721xuix5] .bundle-version-panel-count {
    font-size: 0.82em;
    opacity: 0.65;
    font-weight: normal;
}

.bundle-version-count-at-limit[b-xc721xuix5], [b-xc721xuix5] .bundle-version-count-at-limit {
    color: #f44336 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.bundle-version-table[b-xc721xuix5], [b-xc721xuix5] .bundle-version-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    margin-top: 8px;
}

    .bundle-version-table th[b-xc721xuix5], [b-xc721xuix5] .bundle-version-table th {
        text-align: left;
        padding: 6px 10px;
        font-weight: 600;
        opacity: 0.65;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .bundle-version-table td[b-xc721xuix5], [b-xc721xuix5] .bundle-version-table td {
        padding: 8px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        vertical-align: middle;
    }

.bundle-version-row-current td[b-xc721xuix5], [b-xc721xuix5] .bundle-version-row-current td {
    background-color: rgba(255, 255, 255, 0.04);
}

.bundle-version-row-viewing td[b-xc721xuix5], [b-xc721xuix5] .bundle-version-row-viewing td {
    background-color: rgba(244, 67, 54, 0.08);
}

.bundle-version-secondary[b-xc721xuix5], [b-xc721xuix5] .bundle-version-secondary {
    font-size: 0.82em;
    opacity: 0.55;
    margin-top: 2px;
}

.bundle-version-badge[b-xc721xuix5], [b-xc721xuix5] .bundle-version-badge {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 0.82em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.bundle-version-badge-current[b-xc721xuix5], [b-xc721xuix5] .bundle-version-badge-current {
    background-color: rgba(76, 175, 80, 0.25);
    color: #81c784;
    border: 1px solid rgba(76, 175, 80, 0.5);
}

.bundle-version-badge-backup[b-xc721xuix5], [b-xc721xuix5] .bundle-version-badge-backup {
    background-color: rgba(255, 255, 255, 0.08);
    color: inherit;
    opacity: 0.7;
}

.bundle-version-actions[b-xc721xuix5], [b-xc721xuix5] .bundle-version-actions {
    width: 1%;
    white-space: nowrap;
}

.bundle-version-actions-group[b-xc721xuix5], [b-xc721xuix5] .bundle-version-actions-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.bundle-version-empty-state[b-xc721xuix5], [b-xc721xuix5] .bundle-version-empty-state {
    opacity: 0.5;
    font-style: italic;
    margin: 12px 0 4px 0;
    font-size: 0.9em;
}

.bundle-version-loading-state[b-xc721xuix5], [b-xc721xuix5] .bundle-version-loading-state {
    opacity: 0.55;
    font-style: italic;
    margin: 12px 0 4px 0;
    font-size: 0.9em;
}

.bundle-version-atlimit-metadata[b-xc721xuix5] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: var(--lmr-surface-secondary, #f5f5f5);
    border-radius: 4px;
    padding: 0.75rem 1rem;
    color: var(--kendo-color-on-base, #1f1f1f);
}

.bundle-version-atlimit-row[b-xc721xuix5] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    color: inherit;
}

.bundle-version-atlimit-label[b-xc721xuix5] {
    font-weight: 700;
    min-width: 130px;
    flex-shrink: 0;
    color: inherit;
}

.bundle-version-atlimit-dialog p[b-xc721xuix5] {
    color: var(--lmr-VIEWS_BODY_FG, #1f1f1f);
}

.bundle-version-badge-cell[b-xc721xuix5], [b-xc721xuix5] .bundle-version-badge-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
}
/* /Components/Pages/Components/ReplicaManagement/CreateTemplate/TemplateLayerFields.razor.rz.scp.css */
[b-yi5ppa8ev8] .k-card-body {
    border-top-width: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

[b-yi5ppa8ev8] .k-card-header {
    padding-bottom: 0px !important;
}

[b-yi5ppa8ev8] .k-card-body .lmr-repl-grid, [b-yi5ppa8ev8] .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-yi5ppa8ev8] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.visible[b-yi5ppa8ev8] {
    width: 150px !important;
}

.alias[b-yi5ppa8ev8] {
    width: 250px !important;
}

.readonly[b-yi5ppa8ev8] {
    width: 150px !important;
}

.col-md-3[b-yi5ppa8ev8] {
    width: 100px !important;
    padding-right: 1rem !important;
}

[b-yi5ppa8ev8] .k-card {
    width: 850px;
}

@media (max-width: 767.98px) {
    [b-yi5ppa8ev8] .col-md-3,
    [b-yi5ppa8ev8] .col-md-2,
    [b-yi5ppa8ev8] .col-md-1 {
        flex: 0 0 none;
        width: 120px !important;
        max-width: fit-content;
        display: grid;
    }
}
/* /Components/Pages/Components/ReplicaManagement/CreateTemplate/TemplateLayers1.razor.rz.scp.css */
[b-82zjttn690] .k-card-body {
    border-top-width: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

[b-82zjttn690] .k-card-header {
    padding-bottom: 0px !important;
}

[b-82zjttn690] .k-card-body .lmr-repl-grid, [b-82zjttn690] .k-card-body .lmr-repl-grid-table {
    display: grid;
    grid-template-columns: 1100px;
    column-gap: 1rem;
    justify-content: start;
    max-width: fit-content;
}

[b-82zjttn690] .k-card {
    width: 850px;
}

[b-82zjttn690] .layer-id-input .k-input-inner {
    width: 60px !important;
}

[b-82zjttn690] .layer-id-dropdown-error.k-picker-solid {
    background-color: indianred;
}
/* /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;
    }
