@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/B4A4.ServicePlus/B4A4.ServicePlus.jxgghqq0g8.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Components/BuildingGeometry/BuildingFootprintOverview.razor.rz.scp.css */
.building-footprint-panel-layout[b-sh1xdwqifx] {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 320px;
	overflow: hidden;
	background: #fbfaf6;
}

.building-footprint-header[b-sh1xdwqifx] {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.75rem 0.9rem 0.35rem;
}

.building-footprint-view-frame[b-sh1xdwqifx] {
	position: relative;
	min-height: 0;
	flex: 1 1 auto;
	overflow: hidden;
	border-top: 1px solid var(--mud-palette-lines-default);
	border-bottom: 1px solid var(--mud-palette-lines-default);
}

.building-footprint-zoom-controls[b-sh1xdwqifx] {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.125rem;
	padding: 0.2rem 0.35rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 2px 10px rgb(55 65 81 / 14%);
	backdrop-filter: blur(4px);
}

.building-footprint-zoom-value[b-sh1xdwqifx] {
	min-width: 3.25rem;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.building-footprint-viewport[b-sh1xdwqifx] {
	width: 100%;
	height: 100%;
	overflow: auto;
	scrollbar-gutter: stable;
	user-select: none;
}

.building-footprint-viewport[data-zoomed="true"][b-sh1xdwqifx] {
	cursor: grab;
}

.building-footprint-viewport.is-dragging[b-sh1xdwqifx] {
	cursor: grabbing !important;
}

.building-footprint-canvas[b-sh1xdwqifx] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	min-height: 100%;
	padding: 0;
	transition: width 160ms ease, height 160ms ease;
}

.building-footprint-svg-host[b-sh1xdwqifx] {
	position: relative;
	flex: 0 0 auto;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	transition: width 160ms ease, height 160ms ease;
}

.building-footprint-svg-host[b-sh1xdwqifx]  .building-footprint-svg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.building-footprint-meta[b-sh1xdwqifx] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
	flex: 0 0 auto;
	gap: 0.5rem;
	padding: 0.6rem 0.75rem 0.75rem;
	color: var(--mud-palette-text-secondary);
}

.building-footprint-meta-card[b-sh1xdwqifx] {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: color-mix(in srgb, var(--mud-palette-primary) 3%, var(--mud-palette-surface));
}

@media (max-width: 600px) {
	.building-footprint-zoom-controls[b-sh1xdwqifx] {
		top: 0.4rem;
		right: 0.4rem;
	}

	.building-footprint-meta[b-sh1xdwqifx] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* /Components/Dialog/Order2Cash/O2CArbeitszeitSetupPanel.razor.rz.scp.css */
/*
   Die Zeitregeltabelle bleibt in einer eigenständigen, viewportabhängigen
   Arbeitsfläche. Dadurch sind die Aktionsleiste und das Regel-Formular auch
   bei vielen historischen bzw. inaktiven Regelversionen jederzeit erreichbar.
*/
.o2c-time-rule-scroll[b-m9izepmlm9] {
    max-height: min(48vh, 560px);
    overflow: auto;
    scrollbar-gutter: stable;
}
/* /Components/Dialog/Stammdaten/Show_InventoryHierarchy.razor.rz.scp.css */
.inventory-hierarchy-dialog[b-yczcaiu9t6] {
	width: min(1100px, 94vw);
}

.inventory-hierarchy[b-yczcaiu9t6] {
	width: 100%;
}

.inventory-hierarchy-content[b-yczcaiu9t6] {
	display: grid;
	gap: 0.75rem;
}

.inventory-hierarchy-content-fill[b-yczcaiu9t6] {
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 480px;
}

.inventory-hierarchy-content-fill .inventory-hierarchy-view-pane[b-yczcaiu9t6] {
	min-height: 0;
	height: 100%;
}

.inventory-hierarchy-header[b-yczcaiu9t6] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.inventory-hierarchy-floor-summary[b-yczcaiu9t6] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.inventory-hierarchy-view-switch[b-yczcaiu9t6] {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	margin-left: auto;
	padding: 0.15rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: var(--mud-palette-surface);
}

.inventory-hierarchy-view-pane[b-yczcaiu9t6] {
	min-width: 0;
	width: 100%;
}

.inventory-hierarchy-footprint-frame[b-yczcaiu9t6] {
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 0;
}

.inventory-hierarchy-footprint-frame[b-yczcaiu9t6]  .building-footprint-panel {
	flex: 1 1 auto;
	min-height: 0;
}

.inventory-hierarchy-image-frame[b-yczcaiu9t6] {
	position: relative;
	min-height: 320px;
	height: clamp(320px, 50dvh, 620px);
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: #fbfaf6;
	box-shadow: inset 0 0 0 1px rgb(89 99 111 / 4%);
}

.inventory-hierarchy-zoom-controls[b-yczcaiu9t6] {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.125rem;
	padding: 0.2rem 0.35rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 2px 10px rgb(55 65 81 / 14%);
	backdrop-filter: blur(4px);
}

.inventory-hierarchy-zoom-value[b-yczcaiu9t6] {
	min-width: 3.25rem;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.inventory-hierarchy-image-viewport[b-yczcaiu9t6] {
	width: 100%;
	height: 100%;
	overflow: auto;
	scrollbar-gutter: stable;
}

.inventory-hierarchy-image-viewport[data-zoomed="true"][b-yczcaiu9t6] {
	cursor: grab;
}

.inventory-hierarchy-image-viewport.is-dragging[b-yczcaiu9t6] {
	cursor: grabbing !important;
}

.inventory-hierarchy-image-viewport.is-dragging[b-yczcaiu9t6],
.inventory-hierarchy-image-viewport.is-dragging *[b-yczcaiu9t6] {
	user-select: none;
}

.inventory-hierarchy-image-canvas[b-yczcaiu9t6] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	min-height: 100%;
	transition: width 160ms ease, height 160ms ease;
}

.inventory-hierarchy-image[b-yczcaiu9t6] {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
}

.inventory-hierarchy-svg[b-yczcaiu9t6] {
	font-family: var(--mud-typography-default-family);
	shape-rendering: geometricPrecision;
}

.svg-background[b-yczcaiu9t6] {
	fill: #fffdf9;
}

.svg-building-address[b-yczcaiu9t6] {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 8px 4px;
	overflow: hidden;
	border-right: 1px solid rgb(89 99 111 / 28%);
	border-left: 1px solid rgb(89 99 111 / 28%);
	background: rgb(255 253 249 / 82%);
	color: #4b5563;
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.svg-grid-line[b-yczcaiu9t6] {
	fill: none;
	stroke: #e6e1d7;
	stroke-width: 1;
}

.svg-roof[b-yczcaiu9t6] {
	fill: #f4f1ed;
	stroke: var(--mud-palette-primary);
	stroke-width: 5;
	stroke-linejoin: round;
}

.svg-roof-edge[b-yczcaiu9t6],
.svg-foundation[b-yczcaiu9t6] {
	fill: #e7e5e4;
	stroke: #4b5563;
	stroke-width: 4;
}

.svg-floor-shell[b-yczcaiu9t6] {
	fill: #fff;
	stroke: #4b5563;
	stroke-width: 4;
}

.svg-floor:nth-of-type(even) .svg-floor-shell[b-yczcaiu9t6] {
	fill: #fbfbfd;
}

.svg-floor-basement .svg-floor-shell[b-yczcaiu9t6] {
	fill: #f3f4f6;
}

.svg-floor-roof .svg-floor-shell[b-yczcaiu9t6] {
	fill: #faf7ff;
}

.svg-stairwell[b-yczcaiu9t6] {
	fill: #fafafa;
	stroke: #6b7280;
	stroke-width: 2;
}

.svg-stairs[b-yczcaiu9t6] {
	fill: none;
	stroke: #6b7280;
	stroke-width: 4;
	stroke-linejoin: round;
}

.svg-unit[b-yczcaiu9t6] {
	fill: color-mix(in srgb, var(--mud-palette-primary) 4%, #fff);
	stroke: var(--mud-palette-primary);
	stroke-width: 2;
}

.svg-unit-label[b-yczcaiu9t6] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	overflow: hidden;
	border: 1px solid rgb(89 99 111 / 32%);
	border-radius: 3px;
	background: rgb(255 255 255 / 88%);
	color: #374151;
	line-height: 1.05;
}

.svg-unit-label-header[b-yczcaiu9t6],
.svg-unit-label-number[b-yczcaiu9t6],
.svg-unit-label-area[b-yczcaiu9t6],
.svg-unit-label-tenant[b-yczcaiu9t6] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svg-unit-label-header[b-yczcaiu9t6] {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 4px;
}

.svg-unit-label-number[b-yczcaiu9t6] {
	min-width: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.svg-unit-label-area[b-yczcaiu9t6] {
	flex: 0 0 auto;
	color: #4b5563;
	font-size: 8px;
	font-weight: 600;
}

.svg-unit-label-tenant[b-yczcaiu9t6] {
	margin-top: 2px;
	color: #66717d;
	font-size: 8px;
}

.svg-window[b-yczcaiu9t6] {
	fill: #eef8fb;
	stroke: var(--mud-palette-info);
	stroke-width: 3;
}

.svg-device[b-yczcaiu9t6] {
	fill: #fff;
	stroke: var(--mud-palette-success);
	stroke-width: 4;
}

.svg-ground-line[b-yczcaiu9t6] {
	stroke: #6b7280;
	stroke-width: 4;
}

.inventory-hierarchy-level-grid[b-yczcaiu9t6] {
	margin-top: 0.25rem;
}

.inventory-hierarchy-level[b-yczcaiu9t6] {
	height: 100%;
	border-left-width: 4px;
}

.inventory-hierarchy-level-content[b-yczcaiu9t6] {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem;
}

.inventory-hierarchy-level-icon[b-yczcaiu9t6] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: color-mix(in srgb, currentColor 10%, transparent);
}

.inventory-hierarchy-level-copy[b-yczcaiu9t6] {
	min-width: 0;
}

.inventory-hierarchy-count[b-yczcaiu9t6] {
	min-width: 3.5rem;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.level-property[b-yczcaiu9t6] {
	color: var(--mud-palette-primary);
	border-left-color: var(--mud-palette-primary);
}

.level-units[b-yczcaiu9t6] {
	color: var(--mud-palette-secondary);
	border-left-color: var(--mud-palette-secondary);
}

.level-rooms[b-yczcaiu9t6] {
	color: var(--mud-palette-info);
	border-left-color: var(--mud-palette-info);
}

.level-inventory[b-yczcaiu9t6] {
	color: var(--mud-palette-success);
	border-left-color: var(--mud-palette-success);
}

@media (max-width: 600px) {
	.inventory-hierarchy-image-frame[b-yczcaiu9t6] {
		min-height: 280px;
		height: clamp(280px, 55vh, 520px);
	}

	.inventory-hierarchy-zoom-controls[b-yczcaiu9t6] {
		top: 0.4rem;
		right: 0.4rem;
	}

	.inventory-hierarchy-level-content[b-yczcaiu9t6] {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		gap: 0.5rem;
	}

	.inventory-hierarchy-level-icon[b-yczcaiu9t6] {
		width: 40px;
		height: 40px;
	}
}
/* /Components/Dialog/Wirtschaftseinheit/Show_WEWaermeVerteilung.razor.rz.scp.css */
.heat-distribution-dialog[b-2d3444bygs] {
	width: min(1500px, 96vw);
}

.heat-distribution[b-2d3444bygs] {
	width: 100%;
}

.heat-distribution-header[b-2d3444bygs] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.heat-distribution-header-actions[b-2d3444bygs] {
	display: flex;
	align-items: center;
	gap: 0.15rem;
}

.heat-distribution-details-toolbar[b-2d3444bygs] {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.2rem;
}

.heat-distribution-details[b-2d3444bygs] {
	display: grid;
	gap: 0.65rem;
	padding-bottom: 0.75rem;
}

.heat-distribution-state[b-2d3444bygs] {
	display: grid;
	gap: 0.8rem;
	padding: 1.25rem 0.25rem;
}

.heat-distribution-text-alternative[b-2d3444bygs] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.heat-distribution-summary[b-2d3444bygs] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.heat-distribution-summary-item[b-2d3444bygs] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-width: 0;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-left: 4px solid var(--mud-palette-primary);
	border-radius: var(--mud-default-borderradius);
	background: var(--mud-palette-surface);
}

.heat-distribution-summary-item span[b-2d3444bygs] {
	overflow: hidden;
	color: var(--mud-palette-text-secondary);
	font-size: 0.78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heat-distribution-summary-item strong[b-2d3444bygs] {
	color: var(--mud-palette-text-primary);
	font-size: 0.95rem;
	font-variant-numeric: tabular-nums;
}

.heat-distribution-summary-item-signal[b-2d3444bygs] {
	border-left-color: #0891b2;
}

.heat-distribution-image-frame[b-2d3444bygs] {
	position: relative;
	min-height: 390px;
	height: clamp(390px, 58dvh, 720px);
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: #f8fafc;
	box-shadow: inset 0 0 0 1px rgb(15 23 42 / 4%);
}

.heat-distribution-zoom-controls[b-2d3444bygs] {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.125rem;
	padding: 0.2rem 0.35rem;
	border: 1px solid var(--mud-palette-lines-default);
	border-radius: var(--mud-default-borderradius);
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 2px 10px rgb(55 65 81 / 14%);
	backdrop-filter: blur(4px);
}

.heat-distribution-zoom-value[b-2d3444bygs] {
	min-width: 3.25rem;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.heat-distribution-image-viewport[b-2d3444bygs] {
	width: 100%;
	height: 100%;
	overflow: auto;
	scrollbar-gutter: stable;
}

.heat-distribution-image-viewport[data-zoomed="true"][b-2d3444bygs] {
	cursor: grab;
}

.heat-distribution-image-viewport:focus-visible[b-2d3444bygs] {
	outline: 3px solid color-mix(in srgb, var(--mud-palette-primary) 65%, transparent);
	outline-offset: -3px;
}

.heat-distribution-image-viewport.is-dragging[b-2d3444bygs] {
	cursor: grabbing !important;
}

.heat-distribution-image-viewport.is-dragging[b-2d3444bygs],
.heat-distribution-image-viewport.is-dragging *[b-2d3444bygs] {
	user-select: none;
}

.heat-distribution-image-canvas[b-2d3444bygs] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	min-height: 100%;
	transition: width 160ms ease, height 160ms ease;
}

.heat-distribution-image[b-2d3444bygs] {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
}

.heat-distribution-svg[b-2d3444bygs] {
	font-family: var(--mud-typography-default-family);
	shape-rendering: geometricPrecision;
}

.svg-background[b-2d3444bygs] {
	fill: #f8fafc;
}

.svg-grid-line[b-2d3444bygs] {
	stroke: #dce5ed;
	stroke-width: 0.7;
	opacity: 0.72;
}

.svg-title-block rect[b-2d3444bygs] {
	fill: #0f172a;
	stroke: #020617;
	stroke-width: 1;
}

.svg-title[b-2d3444bygs] {
	fill: #f8fafc;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.svg-title-meta[b-2d3444bygs] {
	fill: #cbd5e1;
	font-size: 12px;
}

.svg-lane-panel[b-2d3444bygs] {
	stroke-width: 1.5;
}

.svg-lane-heating .svg-lane-panel[b-2d3444bygs] {
	fill: #f5fbff;
	stroke: #0284c7;
}

.svg-lane-warm-water .svg-lane-panel[b-2d3444bygs] {
	fill: #fff1f2;
	stroke: #e11d48;
}

.svg-lane-label[b-2d3444bygs] {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.svg-lane-heating .svg-lane-label[b-2d3444bygs] {
	fill: #075985;
}

.svg-lane-warm-water .svg-lane-label[b-2d3444bygs] {
	fill: #9f1239;
}

.svg-flow-route[b-2d3444bygs] {
	fill: none;
	stroke: #334155;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-arrow-head[b-2d3444bygs] {
	fill: #334155;
}

.svg-signal-route[b-2d3444bygs],
.svg-signal-bus[b-2d3444bygs],
.svg-vg-route[b-2d3444bygs],
.svg-signal-target-route[b-2d3444bygs],
.svg-signal-card-connector[b-2d3444bygs] {
	fill: none;
	stroke: #0891b2;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-signal-route[b-2d3444bygs] {
	stroke-dasharray: 7 5;
}

.svg-signal-target-route[b-2d3444bygs] {
	stroke-width: 1.8;
	stroke-dasharray: 6 5;
	opacity: 0.72;
}

.svg-signal-target-route-inactive[b-2d3444bygs] {
	stroke: #64748b;
	stroke-dasharray: 3 6;
	opacity: 0.4;
}

.svg-signal-card-connector[b-2d3444bygs] {
	stroke-width: 1.4;
	stroke-dasharray: 3 3;
}

.svg-signal-head[b-2d3444bygs] {
	fill: #0891b2;
}

.svg-branch-surface[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #475569;
	stroke-width: 1.5;
}

.svg-branch-symbol[b-2d3444bygs] {
	fill: #e2e8f0;
	stroke: #334155;
	stroke-width: 2;
}

.svg-branch-symbol-line[b-2d3444bygs] {
	fill: none;
	stroke: #334155;
	stroke-width: 2;
}

.svg-block-title[b-2d3444bygs] {
	fill: #0f172a;
	font-size: 14px;
	font-weight: 750;
}

.svg-block-meta[b-2d3444bygs] {
	fill: #64748b;
	font-size: 11px;
}

.svg-allocation-formula[b-2d3444bygs] {
	fill: #0f172a;
	font-size: 10px;
	font-weight: 750;
}

.svg-allocation-source-label[b-2d3444bygs] {
	fill: #0e7490;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.svg-allocation-source[b-2d3444bygs] {
	fill: #334155;
	font-size: 8px;
	font-weight: 600;
}

.svg-reference-warning[b-2d3444bygs] {
	fill: #b91c1c;
	font-size: 8.5px;
	font-weight: 800;
}

.svg-empty-lane rect[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #94a3b8;
	stroke-dasharray: 6 5;
}

.svg-empty-lane text[b-2d3444bygs] {
	fill: #64748b;
	font-size: 11px;
}

.svg-ng-surface[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #475569;
	stroke-width: 1.35;
}

.svg-ng-header[b-2d3444bygs] {
	fill: #f1f5f9;
	stroke: none;
}

.svg-lane-heating .svg-ng-header[b-2d3444bygs] {
	fill: #e0f2fe;
}

.svg-lane-warm-water .svg-ng-header[b-2d3444bygs] {
	fill: #ffe4e6;
}

.svg-ng-header-edge[b-2d3444bygs] {
	fill: none;
	stroke: #cbd5e1;
	stroke-width: 1;
}

.svg-ng-title[b-2d3444bygs] {
	fill: #0f172a;
	font-size: 12px;
	font-weight: 800;
}

.svg-ng-subtitle[b-2d3444bygs] {
	fill: #64748b;
	font-size: 10px;
}

.svg-manual-share rect[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #6366f1;
	stroke-width: 1;
}

.svg-manual-share text[b-2d3444bygs] {
	fill: #4338ca;
	font-size: 10px;
	font-weight: 800;
}

.svg-reference-strip rect[b-2d3444bygs] {
	fill: #ecfeff;
	stroke: #67e8f9;
	stroke-width: 1;
}

.svg-reference-strip path[b-2d3444bygs] {
	fill: none;
	stroke: #0e7490;
	stroke-width: 1.5;
}

.svg-reference-strip text[b-2d3444bygs] {
	fill: #155e75;
	font-size: 9px;
	font-weight: 650;
}

.svg-section-label[b-2d3444bygs] {
	fill: #475569;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.svg-vg-row rect[b-2d3444bygs] {
	stroke-width: 1;
}

.svg-vg-row circle[b-2d3444bygs] {
	stroke-width: 1;
}

.svg-vg-active rect[b-2d3444bygs] {
	fill: #f0fdf4;
	stroke: #4ade80;
}

.svg-vg-active circle[b-2d3444bygs] {
	fill: #22c55e;
	stroke: #15803d;
}

.svg-vg-inactive[b-2d3444bygs] {
	opacity: 0.72;
}

.svg-vg-inactive rect[b-2d3444bygs] {
	fill: #f8fafc;
	stroke: #94a3b8;
	stroke-dasharray: 5 3;
}

.svg-vg-inactive circle[b-2d3444bygs] {
	fill: #cbd5e1;
	stroke: #64748b;
}

.svg-vg-title[b-2d3444bygs] {
	fill: #1e293b;
	font-size: 8.8px;
	font-weight: 720;
}

.svg-vg-meta[b-2d3444bygs] {
	fill: #64748b;
	font-size: 7.5px;
	font-weight: 650;
}

.svg-vg-formula[b-2d3444bygs] {
	fill: #0f766e;
	font-size: 7.2px;
	font-weight: 700;
}

.svg-vg-source[b-2d3444bygs] {
	fill: #475569;
	font-size: 7px;
}

.svg-vg-empty[b-2d3444bygs] {
	fill: #f8fafc;
	stroke: #cbd5e1;
	stroke-dasharray: 5 4;
}

.svg-vg-empty-text[b-2d3444bygs] {
	fill: #64748b;
	font-size: 9px;
}

.svg-more-label[b-2d3444bygs] {
	fill: #64748b;
	font-size: 9px;
	font-weight: 650;
}

.svg-cost-split-route[b-2d3444bygs] {
	fill: none;
	stroke: #64748b;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-cost-split-node[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #334155;
	stroke-width: 2;
}

.svg-cost-chip rect[b-2d3444bygs] {
	stroke-width: 1.2;
}

.svg-cost-fixed rect[b-2d3444bygs] {
	fill: #f5f3ff;
	stroke: #8b5cf6;
}

.svg-cost-basic rect[b-2d3444bygs] {
	fill: #f8fafc;
	stroke: #64748b;
}

.svg-cost-consumption rect[b-2d3444bygs] {
	fill: #ecfdf5;
	stroke: #10b981;
}

.svg-cost-label[b-2d3444bygs] {
	fill: #475569;
	font-size: 8px;
	font-weight: 700;
}

.svg-cost-value[b-2d3444bygs] {
	fill: #0f172a;
	font-size: 13px;
	font-weight: 850;
	font-variant-numeric: tabular-nums;
}

.svg-separation-surface[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #334155;
	stroke-width: 2;
}

.svg-separation-symbol[b-2d3444bygs] {
	fill: none;
	stroke: #334155;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-billing-result-meta[b-2d3444bygs] {
	fill: #0f766e;
	font-size: 9px;
	font-weight: 700;
}

.svg-direct-supply rect[b-2d3444bygs] {
	fill: #f8fafc;
	stroke: #64748b;
	stroke-width: 1.5;
	stroke-dasharray: 6 4;
}

.svg-share-badge rect[b-2d3444bygs] {
	stroke-width: 1;
}

.svg-share-badge text[b-2d3444bygs] {
	font-size: 9px;
	font-weight: 800;
}

.svg-share-heating rect[b-2d3444bygs] {
	fill: #e0f2fe;
	stroke: #38bdf8;
}

.svg-share-heating text[b-2d3444bygs] {
	fill: #075985;
}

.svg-share-warm-water rect[b-2d3444bygs] {
	fill: #fff1f2;
	stroke: #fb7185;
}

.svg-share-warm-water text[b-2d3444bygs] {
	fill: #9f1239;
}

.svg-signal-surface[b-2d3444bygs] {
	fill: #f0fdfa;
	stroke: #0f766e;
	stroke-width: 1.7;
}

.svg-signal-bus[b-2d3444bygs] {
	stroke-dasharray: 4 4;
	opacity: 0.7;
}

.svg-signal-card rect[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #14b8a6;
	stroke-width: 1;
}

.svg-signal-card circle[b-2d3444bygs] {
	fill: #2dd4bf;
	stroke: #0f766e;
	stroke-width: 1;
}

.svg-signal-card-inactive[b-2d3444bygs] {
	opacity: 0.58;
}

.svg-signal-card-inactive rect[b-2d3444bygs] {
	stroke: #64748b;
	stroke-dasharray: 5 3;
}

.svg-signal-title[b-2d3444bygs] {
	fill: #134e4a;
	font-size: 9px;
	font-weight: 750;
}

.svg-signal-meta[b-2d3444bygs] {
	fill: #64748b;
	font-size: 8px;
}

.svg-signal-formula[b-2d3444bygs] {
	fill: #0f766e;
	font-size: 7.5px;
	font-weight: 650;
}

.svg-signal-inactive-label[b-2d3444bygs] {
	fill: #9f1239;
	font-size: 7px;
	font-weight: 750;
}

.svg-signal-empty[b-2d3444bygs] {
	fill: #64748b;
	font-size: 11px;
}

.svg-supply-surface[b-2d3444bygs] {
	fill: #ffffff;
	stroke: #334155;
	stroke-width: 2;
}

.svg-supply-bus[b-2d3444bygs],
.svg-plant-connector[b-2d3444bygs] {
	fill: none;
	stroke: #64748b;
	stroke-width: 1.5;
	stroke-linecap: round;
}

.svg-supply-bus[b-2d3444bygs] {
	stroke-dasharray: 5 4;
}

.svg-boiler-symbol rect[b-2d3444bygs] {
	fill: #e2e8f0;
	stroke: #334155;
	stroke-width: 2;
}

.svg-boiler-symbol path[b-2d3444bygs] {
	fill: none;
	stroke: #ef4444;
	stroke-width: 4;
	stroke-linecap: round;
}

.svg-boiler-symbol circle[b-2d3444bygs] {
	fill: #fef2f2;
	stroke: #ef4444;
	stroke-width: 2;
}

.svg-plant-card rect[b-2d3444bygs] {
	fill: #f8fafc;
	stroke: #94a3b8;
	stroke-width: 1;
}

.svg-plant-card-inactive[b-2d3444bygs] {
	opacity: 0.55;
}

.svg-plant-card-inactive rect[b-2d3444bygs] {
	stroke-dasharray: 5 3;
}

.svg-plant-title[b-2d3444bygs] {
	fill: #1e293b;
	font-size: 9px;
	font-weight: 750;
}

.svg-plant-meta[b-2d3444bygs] {
	fill: #64748b;
	font-size: 8px;
}

.svg-supply-empty[b-2d3444bygs] {
	fill: #64748b;
	font-size: 11px;
}

@media (max-width: 900px) {
	.heat-distribution-summary[b-2d3444bygs] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.heat-distribution-image-frame[b-2d3444bygs] {
		min-height: 360px;
		height: 55dvh;
	}
}

@media (max-width: 560px) {
	.heat-distribution-summary[b-2d3444bygs] {
		grid-template-columns: 1fr;
	}

	.heat-distribution-summary-item[b-2d3444bygs] {
		padding: 0.45rem 0.65rem;
	}

	.heat-distribution-image-frame[b-2d3444bygs] {
		min-height: 340px;
	}
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-895agbf713] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-895agbf713] {
    flex: 1;
}

/* AppBar-Branding: weiße Schrift auf allen Texten und Icons innerhalb der markierten Zonen */
[b-895agbf713] .appbar-white-text,
[b-895agbf713] .appbar-white-text .mud-typography,
[b-895agbf713] .appbar-white-text .mud-icon-root,
[b-895agbf713] .appbar-white-text .mud-button-root,
[b-895agbf713] .appbar-white-text .mud-icon-button {
    color: white !important;
}

/* MudSelect in der AppBar: Label und Wert-Text weiß, Unterstrich weiß */
[b-895agbf713] .mud-select-appbar-white .mud-input-label,
[b-895agbf713] .mud-select-appbar-white .mud-select-input,
[b-895agbf713] .mud-select-appbar-white .mud-input-slot,
[b-895agbf713] .mud-select-appbar-white .mud-input:before,
[b-895agbf713] .mud-select-appbar-white .mud-input:after,
[b-895agbf713] .mud-select-appbar-white .mud-select-icon {
    color: white !important;
    border-bottom-color: rgba(255,255,255,0.7) !important;
}

.sidebar[b-895agbf713] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-895agbf713] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-895agbf713]  a, .top-row[b-895agbf713]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-895agbf713]  a:hover, .top-row[b-895agbf713]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-895agbf713]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-895agbf713] {
        justify-content: space-between;
    }

    .top-row[b-895agbf713]  a, .top-row[b-895agbf713]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-895agbf713] {
        flex-direction: row;
    }

    .sidebar[b-895agbf713] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-895agbf713] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-895agbf713]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-895agbf713], article[b-895agbf713] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-895agbf713] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-895agbf713] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9bx54su5sv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-9bx54su5sv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9bx54su5sv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9bx54su5sv] {
    font-size: 1.1rem;
}

.bi[b-9bx54su5sv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9bx54su5sv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9bx54su5sv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9bx54su5sv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9bx54su5sv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9bx54su5sv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9bx54su5sv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9bx54su5sv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9bx54su5sv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9bx54su5sv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9bx54su5sv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9bx54su5sv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9bx54su5sv] {
        display: none;
    }

    .nav-scrollable[b-9bx54su5sv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
