/* /Components/LayerSelector.razor.rz.scp.css */
[b-e8glmkt4u5] .mud-button {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
}

    [b-e8glmkt4u5] .mud-button:hover, [b-e8glmkt4u5] .mud-button:focus-visible {
        background-color: var(--jGIS-pane-backcolor-darken);
    }

[b-e8glmkt4u5].layer-panel {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    border-radius: 4px;
    margin-right: 4px;
}

[b-e8glmkt4u5] .layer-item {
    margin-top: 2px;
    margin-bottom: 2px;
}

    [b-e8glmkt4u5] .layer-item span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

[b-e8glmkt4u5] .mud-grid .mud-button {
    margin-left: 4px;
    margin-right: 4px;
    min-width: 0px;
    width: 56px;
    height: 56px;
    background-color: dimgray;
    background-size: 56px;
    background-position: center center;
    backdrop-filter: none;
    transition: filter 0.4s;
}

    [b-e8glmkt4u5] .mud-grid .mud-button:hover {
        filter: brightness(0.9);
        border-width: 2px;
    }

    [b-e8glmkt4u5] .mud-grid .mud-button.selected {
        border-width: 3px;
        border-color: var(--jGIS-scale-guide-color);
    }
/* /Components/Legend.razor.rz.scp.css */

[b-sx1n8motx8] .mud-typography-caption {
    line-height: 1.5;
}

[b-sx1n8motx8] .legend-item-rect {
    min-width: 24px;
    height: 12px;
}
/* /Components/LegendPanel.razor.rz.scp.css */
[b-0ighk7fqzi] .mud-tab {
    min-width: 60px !important;
    min-height: 24px;
    padding: 2px 6px;
    line-height: 1.25;
}

[b-0ighk7fqzi] .narrow-tab .mud-tab {
    min-width: 45px !important;
}

[b-0ighk7fqzi] .mud-tab.mud-tab-active {
    color: var(--mud-palette-secondary);
}

[b-0ighk7fqzi] .mud-tab-slider {
    background: var(--mud-palette-secondary);
}

[b-0ighk7fqzi] .mud-tabs-toolbar {
    background-color: rgba(128, 128, 128, 0.5);
}

[b-0ighk7fqzi] .mud-tabs-toolbar .mud-tabs-toolbar-inner {
    min-height: 24px;
}

    [b-0ighk7fqzi] .mud-tabs-toolbar .mud-tabs-toolbar-inner .mud-icon-button {
        padding: 2px 0px;
    }

[b-0ighk7fqzi] .mud-tab .mud-tab-icon-text {
    margin-right: 4px;
    margin-inline-end: 4px;
}
/* /Components/OperationPanel.razor.rz.scp.css */
[b-3kd9ihhv4j] .mud-expand-panel {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
    box-shadow: none;
    width: 130px;
}

    [b-3kd9ihhv4j] .mud-expand-panel .mud-expand-panel-header {
        padding: 2px 4px;
        min-height: 16px;
        font-size: .875rem;
    }

    [b-3kd9ihhv4j] .mud-expand-panel .mud-expand-panel-content {
        padding: 0 4px 4px;
    }

[b-3kd9ihhv4j] svg.mud-icon-size-medium {
    font-size: 1.25rem;
}
/* /Components/PropertyPanel.razor.rz.scp.css */

[b-9jpna31o10] .mud-table {
    background: transparent;
    color: var(--jGIS-pane-text-color);
}

[b-9jpna31o10] .mud-simple-table.mud-table-dense * tr td, .mud-simple-table.mud-table-dense * tr th[b-9jpna31o10] {
    padding: 2px 4px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: right;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-ior4yoo3uy] .app-bar-title {
    font-size: 1.125rem;
    font-weight: 700;
}

[b-ior4yoo3uy] .footer a {
    color: var(--mud-palette-primary-text) !important;
}

[b-ior4yoo3uy] .footer a:hover, [b-ior4yoo3uy] .footer a:focus-visible {
    font-weight: bold;
}

[b-ior4yoo3uy] .footer .mud-table {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

    [b-ior4yoo3uy] .footer .mud-table tr > td {
        font-size: var(--mud-typography-caption-size);
        border-bottom: none;
        line-height: .9rem;
        padding: 2px 3px;
    }

    [b-ior4yoo3uy] .footer .mud-table tr > td:first-child {
        width: 5rem;
    }
