@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/MagicSuite.Framework/MagicSuite.Framework.aqot99fpr1.bundle.scp.css';
@import '_content/PanoramicData.Blazor/PanoramicData.Blazor.0g96itudn2.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Icons/PSC.Blazor.Components.Icons.bundle.scp.css';
@import '_content/PSC.Blazor.Components.WorldMap/PSC.Blazor.Components.WorldMap.bundle.scp.css';

/* /Components/AdminToolbar.razor.rz.scp.css */
.admin-toolbar[b-2ndvunovmn]
{
	background: var(--background-color) !important;
	margin-bottom: 0.5rem;
}

[b-2ndvunovmn] .input-group-text {
	border: 1px solid silver;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
/* /Components/CheckBoxList.razor.rz.scp.css */
.values-list[b-okv132vgj8] {
	max-height: 50vh;
	overflow: auto;
	min-width: 300px;
}
/* /Components/ClickableImage.razor.rz.scp.css */
.image-container[b-0yjckr195o]
{
	cursor: pointer;
	transition: transform 0.3s ease;
}

.image-container:hover[b-0yjckr195o]
{
	transform: scale(1.01);
}

@media (hover: hover)
{
	.image-container:hover[b-0yjckr195o]
	{
		transform: scale(1.01);
	}
}

@media (hover: none)
{
	.image-container[b-0yjckr195o]
	{
		transform: none;
	}
}

.fullscreen-dialog[b-0yjckr195o]
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.fullscreen-dialog img[b-0yjckr195o]
{
	max-width: 100%;
	max-height: 80vh;
}

.close-btn[b-0yjckr195o]
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	padding: 0;
	background-color: transparent;
	color: #fff;
	border: none;
	font-size: 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close-btn span[b-0yjckr195o]
{
	line-height: 1;
}

@media (max-width: 768px)
{
	.close-btn[b-0yjckr195o]
	{
		font-size: 36px;
		top: 10px;
		right: 10px;
	}
}
/* /Components/CreateOrganizations/ChooseConnections.razor.rz.scp.css */
.connection-tables-container[b-in29bhzi08]
{
	align-items: normal;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

[b-in29bhzi08] .pdpager
{
	padding: 0 !important;
}
/* /Components/CreateOrganizations/ChooseOrganizations.razor.rz.scp.css */
.organization-tables-container[b-c3why6j5o1]
{
	align-items: normal;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/* /Components/CreateOrganizations/StageIndicator.razor.rz.scp.css */
.stage-details[b-hf5sgysshp]
{
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
/* /Components/CreateOrganizations/StatusSplash.razor.rz.scp.css */
.splash-container[b-balsiyv8la]
{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
	width: 100%;
}

.text-container[b-balsiyv8la]
{
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
/* /Components/Dialogs/MacVendorImportDialog.razor.rz.scp.css */
/* MS-23042: Styles for MAC Vendor Import Dialog */

[b-6lo5reo3aq] input[type="file"]
{
	display: none;
}

.preview-summary[b-6lo5reo3aq]
{
	padding: 0.25rem;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.375rem;
}

.import-section[b-6lo5reo3aq]
{
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.375rem;
}

.import-section h6[b-6lo5reo3aq]
{
	font-weight: 600;
	margin-bottom: 0;
}

.cursor-pointer[b-6lo5reo3aq]
{
	cursor: pointer;
}
/* /Components/FloorPlanEditDialog.razor.rz.scp.css */
/* FloorPlanEditDialog Styles */
.floor-plan-dialog-header[b-qo6p1pc8q0] {
	background: linear-gradient(135deg, #6c757d, #495057);
	color: white;
	border-bottom: none;
	padding: 1rem 1.5rem;
}

.floor-plan-dialog-header h5[b-qo6p1pc8q0] {
	color: white;
	margin: 0;
}

.floor-plan-dialog-header .text-muted[b-qo6p1pc8q0] {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Enhanced close button styling for better visibility */
.btn-close-white[b-qo6p1pc8q0] {
	filter: invert(1) grayscale(100%) brightness(200%);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	padding: 0.5rem;
	transition: all 0.2s ease;
}

.btn-close-white:hover[b-qo6p1pc8q0] {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
	.floor-plan-dialog-header[b-qo6p1pc8q0] {
		background: linear-gradient(135deg, #343a40, #212529);
	}
	
	.btn-close-white[b-qo6p1pc8q0] {
		filter: invert(1) grayscale(100%) brightness(200%);
		background: rgba(255, 255, 255, 0.15);
	}
	
	.btn-close-white:hover[b-qo6p1pc8q0] {
		background: rgba(255, 255, 255, 0.25);
	}
}

/* Card improvements */
.floor-plan-dialog .card[b-qo6p1pc8q0] {
	border-radius: 0.5rem;
	overflow: hidden;
}

.floor-plan-dialog .card-header[b-qo6p1pc8q0] {
	background: linear-gradient(90deg, #f8f9fa, #e9ecef);
	border-bottom: 1px solid #dee2e6;
}

@media (prefers-color-scheme: dark) {
	.floor-plan-dialog .card[b-qo6p1pc8q0] {
		background: #343a40;
		border-color: #495057;
	}
	
	.floor-plan-dialog .card-header[b-qo6p1pc8q0] {
		background: linear-gradient(90deg, #495057, #343a40);
		border-bottom-color: #6c757d;
		color: #f8f9fa;
	}
	
	.floor-plan-dialog .card-body[b-qo6p1pc8q0] {
		background: #343a40;
		color: #f8f9fa;
	}
}
/* /Components/FloorPlanViewer.razor.rz.scp.css */
/* Floor Plan Viewer Styles */
.floor-plan-viewer[b-0t37plvscd] {
	width: 100%;
}

.floor-plan-container[b-0t37plvscd] {
	position: relative;
	width: 100%;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	overflow: hidden;
}

.floor-plan-image-wrapper[b-0t37plvscd] {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f8f9fa;
}

.floor-plan-viewport[b-0t37plvscd] {
	position: relative;
	width: 100%;
	height: 100%;
}

.floor-plan-image[b-0t37plvscd] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	z-index: 1; /* Ensure image is visible */
	pointer-events: none;
	user-select: none;
	background: transparent;
}

.device-markers-container[b-0t37plvscd] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; /* Ensure markers are above image */
	pointer-events: none; /* Allow clicks to pass through container */
}

.floor-plan-zoom-controls[b-0t37plvscd] {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	z-index: 20;
}

.zoom-btn[b-0t37plvscd] {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #dee2e6;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.2s ease;
	backdrop-filter: blur(4px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color: #495057;
}

.zoom-btn:hover[b-0t37plvscd] {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	color: #007bff;
}

.zoom-btn:active[b-0t37plvscd] {
	transform: scale(0.95);
}

/* Device Marker Styles - Enhanced for better visibility */
.device-marker[b-0t37plvscd] {
	position: absolute;
	z-index: 15;
	cursor: pointer;
	font-size: 24px !important; /* 3x bigger - was 8px default, now 24px */
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.6);
	transition: all 0.2s ease;
	padding: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px !important; /* 3x bigger - was 16px, now 48px */
	height: 48px !important; /* 3x bigger - was 16px, now 48px */
	transform: translate(-50%, -50%); /* Center the marker on coordinates */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	pointer-events: auto; /* Re-enable pointer events for markers */
}

.device-marker:hover[b-0t37plvscd] {
	font-size: 28px !important; /* 3x bigger hover state */
	background: rgba(255, 255, 255, 1);
	border-width: 3px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	width: 56px !important; /* 3x bigger hover */
	height: 56px !important; /* 3x bigger hover */
	z-index: 25;
	transform: translate(-50%, -50%) scale(1.1);
}

.device-marker.selected[b-0t37plvscd] {
	border-width: 3px;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 20;
	animation: pulse-selected-b-0t37plvscd 2s infinite;
}

@keyframes pulse-selected-b-0t37plvscd {
	0%, 100% { 
		box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
	}
	50% { 
		box-shadow: 0 0 0 6px rgba(0, 123, 255, 0.2), 0 4px 12px rgba(0, 0, 0, 0.3);
	}
}

.device-marker.fallback-position[b-0t37plvscd] {
	border-color: #ffc107;
	background: rgba(255, 193, 7, 0.1);
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.3);
}

/* Device Info Panel Styles */
.device-info-panel[b-0t37plvscd] {
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	pointer-events: auto; /* Allow clicking links in the panel */
}

.device-info-panel a[b-0t37plvscd] {
	transition: color 0.2s ease;
}

.device-info-panel a:hover[b-0t37plvscd] {
	opacity: 0.8;
}

/* Dark mode support for floor plan background */
@media (prefers-color-scheme: dark) {
	.floor-plan-container[b-0t37plvscd] {
		background: #212529;
		border-color: #495057;
	}
	
	.floor-plan-image-wrapper[b-0t37plvscd] {
		background: linear-gradient(45deg, #495057 25%, transparent 25%), 
		            linear-gradient(-45deg, #495057 25%, transparent 25%), 
		            linear-gradient(45deg, transparent 75%, #495057 75%), 
		            linear-gradient(-45deg, transparent 75%, #495057 75%);
		background-color: #343a40;
	}

	.zoom-btn[b-0t37plvscd] {
		background: rgba(33, 37, 41, 0.95);
		border-color: #6c757d;
		color: #f8f9fa;
	}

	.zoom-btn:hover[b-0t37plvscd] {
		background: rgba(33, 37, 41, 1);
	}
}

.floor-plan-image[b-0t37plvscd] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	z-index: 1; /* Ensure image is visible */
	pointer-events: none;
	user-select: none;
	background: transparent;
}

.device-markers-container[b-0t37plvscd] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; /* Ensure markers are above image */
	pointer-events: none; /* Allow clicks to pass through container */
}

.floor-plan-loading[b-0t37plvscd] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	color: #6c757d;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
}

.no-devices-message[b-0t37plvscd] {
	padding: 2rem;
	text-align: center;
}

/* Device Marker Styles - Enhanced for better visibility - 3x bigger icons */
.device-marker[b-0t37plvscd] {
	position: absolute;
	z-index: 15;
	cursor: pointer;
	font-size: 24px !important; /* 3x bigger - was 8px default, now 24px */
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.6);
	transition: all 0.2s ease;
	padding: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px !important; /* 3x bigger - was 16px, now 48px */
	height: 48px !important; /* 3x bigger - was 16px, now 48px */
	transform: translate(-50%, -50%); /* Center the marker on coordinates */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	pointer-events: auto; /* Re-enable pointer events for markers */
}

.device-marker:hover[b-0t37plvscd] {
	font-size: 28px !important; /* 3x bigger hover state */
	background: rgba(255, 255, 255, 1);
	border-width: 3px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	width: 56px !important; /* 3x bigger hover */
	height: 56px !important; /* 3x bigger hover */
	z-index: 25;
	transform: translate(-50%, -50%) scale(1.1);
}

/* Status color styles for device markers - Enhanced contrast */
.device-marker.text-success[b-0t37plvscd] {
	color: #198754;
	border-color: #198754;
}

.device-marker.text-danger[b-0t37plvscd] {
	color: #dc3545;
	border-color: #dc3545;
}

.device-marker.text-warning[b-0t37plvscd] {
	color: #fd7e14;
	border-color: #fd7e14;
}

.device-marker.text-black[b-0t37plvscd] {
	color: #000;
	border-color: #000;
}

.device-marker.text-muted[b-0t37plvscd] {
	color: #6c757d;
	border-color: #6c757d;
}

.device-marker.text-info[b-0t37plvscd] {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

/* Dark mode support for device markers */
@media (prefers-color-scheme: dark) {
	.device-marker[b-0t37plvscd] {
		background: rgba(33, 37, 41, 0.95);
		border-color: rgba(255, 255, 255, 0.3);
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.6);
	}

	.device-marker:hover[b-0t37plvscd] {
		background: rgba(33, 37, 41, 1);
		border-color: rgba(255, 255, 255, 0.5);
	}
}

/* Legend Styles */
.device-legend[b-0t37plvscd] {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 12px;
	min-width: 180px;
	max-width: 250px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	font-size: 0.875rem;
	backdrop-filter: blur(8px);
	z-index: 10;
}

/* Dark mode support for legend */
@media (prefers-color-scheme: dark) {
	.device-legend[b-0t37plvscd] {
		background: rgba(33, 37, 41, 0.95);
		border-color: #495057;
		color: #f8f9fa;
	}
}

.legend-header[b-0t37plvscd] {
	margin-bottom: 8px;
	font-weight: 600;
	color: #495057;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 6px;
	display: flex;
	align-items: center;
}

@media (prefers-color-scheme: dark) {
	.legend-header[b-0t37plvscd] {
		color: #f8f9fa;
		border-bottom-color: #495057;
	}
}

.legend-content[b-0t37plvscd] {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.legend-type-group[b-0t37plvscd] {
	margin-bottom: 4px;
}

.legend-type-header[b-0t37plvscd] {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	color: #495057;
}

@media (prefers-color-scheme: dark) {
	.legend-type-header[b-0t37plvscd] {
		color: #f8f9fa;
	}
}

.legend-status-list[b-0t37plvscd] {
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.legend-status-item[b-0t37plvscd] {
	display: flex;
	align-items: center;
	gap: 6px;
}

.legend-status-dot[b-0t37plvscd] {
	font-size: 0.8em;
	width: 12px;
	text-align: center;
	line-height: 1;
}

.legend-status-text[b-0t37plvscd] {
	font-size: 0.75em;
	color: #6c757d;
	line-height: 1.2;
}

@media (prefers-color-scheme: dark) {
	.legend-status-text[b-0t37plvscd] {
		color: #adb5bd;
	}
}

/* Responsive adjustments */
@media (max-width: 992px) {
	.device-legend[b-0t37plvscd] {
		position: static;
		margin: 15px auto 0;
		max-width: 100%;
	}

	.floor-plan-zoom-controls[b-0t37plvscd] {
		bottom: 10px;
		right: 10px;
		gap: 2px;
	}

	.zoom-btn[b-0t37plvscd] {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.floor-plan-container[b-0t37plvscd] {
		margin: 0 -15px;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

	.floor-plan-image-wrapper[b-0t37plvscd] {
		min-height: 250px;
	}

	.device-marker[b-0t37plvscd] {
		font-size: 14px;
		width: 28px;
		height: 28px;
		padding: 4px;
	}

	.device-marker:hover[b-0t37plvscd] {
		font-size: 16px;
		width: 32px;
		height: 32px;
	}

	.device-legend[b-0t37plvscd] {
		margin: 10px;
		padding: 10px;
		min-width: auto;
	}

	.legend-content[b-0t37plvscd] {
		gap: 4px;
	}

	.legend-type-group[b-0t37plvscd] {
		margin-bottom: 2px;
	}

	.legend-status-list[b-0t37plvscd] {
		margin-left: 12px;
	}

	.floor-plan-zoom-controls[b-0t37plvscd] {
		bottom: 8px;
		right: 8px;
	}
}

@media (max-width: 480px) {
	.device-marker[b-0t37plvscd] {
		font-size: 12px;
		width: 24px;
		height: 24px;
	}

	.device-marker:hover[b-0t37plvscd] {
		font-size: 14px;
		width: 28px;
		height: 28px;
	}

	.device-legend[b-0t37plvscd] {
		font-size: 0.8rem;
	}

	.floor-plan-zoom-controls[b-0t37plvscd] {
		bottom: 5px;
		right: 5px;
	}

	.zoom-btn[b-0t37plvscd] {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}
}

/* CSS for floor plan image placeholder when loading fails */
.floor-plan-placeholder[b-0t37plvscd] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 2px dashed #dee2e6;
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

/* Debug overlay styles */
.debug-info[b-0t37plvscd] {
	position: absolute !important;
	top: 60px !important;
	left: 10px !important;
	background: rgba(0,0,0,0.85) !important;
	color: white !important;
	padding: 10px !important;
	font-size: 11px !important;
	border-radius: 6px !important;
	z-index: 100 !important; /* Ensure debug is always on top */
	max-width: 350px !important;
	font-family: 'Courier New', monospace !important;
	pointer-events: none !important; /* Don't block clicks */
}
/* /Components/PageHeader.razor.rz.scp.css */
.page-header[b-anpcknb4d0] {
    padding-top: 1rem;
}

.sticky[b-anpcknb4d0] {
    position: sticky;
    z-index: 999;
}
/* /Components/SearchBarWithRefresh.razor.rz.scp.css */
.admin-toolbar[b-zbcnk3c8ay]
{
	background: var(--background-color) !important;
}

[b-zbcnk3c8ay] .pd-dragpanel
{
	width: 100%;
	border: none !important;
}

[b-zbcnk3c8ay] .no-common-ligatures
{
	font-variant-ligatures: no-common-ligatures;
}
/* /Components/Toolbar.razor.rz.scp.css */
.admin-toolbar[b-hdhudxd75u] {
	margin-bottom: 0.5rem;
}

[b-hdhudxd75u] .input-group-text {
	border: 1px solid silver;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
/* /Dialogs/CreateOrganizationsDialog.razor.rz.scp.css */
.create-container[b-6ufput9cx9]
{
	min-height: 500px;
}
/* /Dialogs/DifferenceDialog.razor.rz.scp.css */
.title-bar[b-jnjju91aok]
{
    display: flex;
    justify-content: space-around;
}

[b-jnjju91aok] .h-dialog-max
{
    height: calc(100vh - 510px);
}
/* /Layouts/EstateLayout.razor.rz.scp.css */
[b-30qovlxy7e] .pdsplitter {
	height: calc(100% - 80px);
	width: calc(100vw - 240px);
}

/* Shared timeline styles for all Estate pages */
[b-30qovlxy7e] .timeline .tl-plot-area {
	height: 80px;
}

[b-30qovlxy7e] .admin-toolbar .pd-timeline-toolbar {
	min-width: 150px;
}

/*::deep .pdtoolbaritem:first-child {
	width: 100% !important;
}*/

[b-30qovlxy7e] .table-panel {
	max-height: calc(100vh - 42px);
}

[b-30qovlxy7e] .tree-panel {
	max-height: calc(100vh - 42px);
}

[b-30qovlxy7e] .pd-dragitem
{
	background-color: var(--light) !important;
	border: none;
}

[b-30qovlxy7e] .pd-dragpanel {
	background-color: var(--background-color-1);
	border: none;
	width: 100%;
}

@media (min-width: 641px) {
	article[b-30qovlxy7e] {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}
/* /Layouts/FullScreenLayout.razor.rz.scp.css */
.no-overflow[b-ai71emn94w] {
	overflow: hidden;
}

.sidebar[b-ai71emn94w] {
	background-color: #343434;
}

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

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

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

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

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-ai71emn94w] {
		display: none;
	}

	.top-row.auth[b-ai71emn94w] {
		justify-content: space-between;
	}

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

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

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

	.top-row[b-ai71emn94w] {
		position: sticky;
		top: 0;
		z-index: 999;
	}

	.top-row[b-ai71emn94w], article[b-ai71emn94w] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
/* /Pages/Admin/MacVendors.razor.rz.scp.css */
[b-ls1et1vz69] input[type="file"]
{
	display: none;
}

.table-container[b-ls1et1vz69]
{
	overflow-x: auto;
}

@media (max-width: 640.98px)
{
	.table-container[b-ls1et1vz69]
	{
		height: calc(100vh - 170px);
	}
}

@media (min-width: 641px)
{
	.table-container[b-ls1et1vz69]
	{
		height: calc(100vh - 212px);
	}
}
/* /Pages/Admin/Organizations.razor.rz.scp.css */
.table-container[b-u1x5fuavep] {
	overflow-x: auto;
}

@media (max-width: 640.98px) {
	.table-container[b-u1x5fuavep] {
		height: calc(100vh - 115px);
	}
}

@media (min-width: 641px) {
	.table-container[b-u1x5fuavep] {
		height: calc(100vh - 183px);
	}
}
/* /Pages/Estate/ConfigChangeHistory.razor.rz.scp.css */
/* moved to shared: DataMagic.Web/Client/Shared/EstateLayout.razor.css */
/* /Pages/Estate/NetworkEvents.razor.rz.scp.css */
.network-events-chart-container[b-jh0tj4zgt9] {
	height: 40vh;
}

[b-jh0tj4zgt9] .pdtoolbarseparator {
	height: 45px;
}

[b-jh0tj4zgt9] #eventTypesDropDown .dropdown-menu {
	width: 350px;
}

[b-jh0tj4zgt9] #eventTypesDropDown ul {
	height: 350px;
}
/* /Pages/Estate/SensorData.razor.rz.scp.css */
.sensor-metric-value[b-gk0knc61v1] {
	width: 50px;
	margin: auto;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
/* /Pages/Estate/WanInterfaceUsage.razor.rz.scp.css */
/* moved to shared: DataMagic.Web/Client/Shared/EstateLayout.razor.css */
/* /Pages/Estate/WirelessFailedConnections.razor.rz.scp.css */
/* moved to shared: DataMagic.Web/Client/Shared/EstateLayout.razor.css */
/* /Pages/FloorPlan.razor.rz.scp.css */
/* Floor Plan Component Scoped Styles */

/* Navigation header with proper dark mode support */
[b-y5tjca7w8p] .floor-plan-header {
    background-color: var(--bs-body-bg, #ffffff) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Dark mode support for header */
@media (prefers-color-scheme: dark) {
    [b-y5tjca7w8p] .floor-plan-header {
        background-color: var(--bs-dark, #212529) !important;
        border-bottom-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.125)) !important;
    }
}

/* Toolbar styling with proper background that respects theme */
[b-y5tjca7w8p] .floor-plan-toolbar {
    overflow-x: auto;
    white-space: nowrap;
    min-height: 50px;
    background-color: var(--bs-light, #f8f9fa) !important;
}

/* Dark mode support for toolbar */
@media (prefers-color-scheme: dark) {
    [b-y5tjca7w8p] .floor-plan-toolbar {
        background-color: var(--bs-gray-800, #343a40) !important;
        border-bottom-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.125)) !important;
    }
}

[b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar {
    height: 4px;
}

[b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-track {
    background: var(--bs-gray-200, #f1f1f1);
}

[b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-thumb {
    background: var(--bs-gray-400, #c1c1c1);
    border-radius: 2px;
}

[b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-thumb:hover {
    background: var(--bs-gray-500, #a8a8a8);
}

/* Dark mode scrollbar */
@media (prefers-color-scheme: dark) {
    [b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-track {
        background: var(--bs-gray-700, #495057);
    }
    
    [b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-thumb {
        background: var(--bs-gray-500, #6c757d);
    }
    
    [b-y5tjca7w8p] .floor-plan-toolbar::-webkit-scrollbar-thumb:hover {
        background: var(--bs-gray-400, #adb5bd);
    }
}

/* Make device icons 3x bigger - Enhanced for better visibility with dark mode support */
[b-y5tjca7w8p] .device-marker {
    font-size: 24px !important; /* 3x bigger - was 8px default, now 24px */
    width: 48px !important; /* 3x bigger - was 16px, now 48px */
    height: 48px !important; /* 3x bigger - was 16px, now 48px */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    z-index: 100 !important;
    background: rgba(var(--bs-body-bg-rgb, 255, 255, 255), 0.95) !important;
    border: 2px solid rgba(var(--bs-border-color-rgb, 0, 0, 0), 0.2) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    text-shadow: 0 0 4px rgba(var(--bs-body-bg-rgb, 255, 255, 255), 0.9), 0 0 8px rgba(var(--bs-body-bg-rgb, 255, 255, 255), 0.6) !important;
}

/* Dark mode device markers */
@media (prefers-color-scheme: dark) {
    [b-y5tjca7w8p] .device-marker {
        background: rgba(var(--bs-dark-rgb, 33, 37, 41), 0.95) !important;
        border: 2px solid rgba(var(--bs-border-color-rgb, 255, 255, 255), 0.3) !important;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.6) !important;
    }
}

[b-y5tjca7w8p] .device-marker:hover {
    font-size: 28px !important; /* 3x bigger hover state */
    width: 56px !important; /* 3x bigger hover */
    height: 56px !important; /* 3x bigger hover */
    transform: translate(-50%, -50%) scale(1.1) !important;
    z-index: 101 !important;
    background: rgba(var(--bs-body-bg-rgb, 255, 255, 255), 1) !important;
    border-width: 3px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}

/* Dark mode hover */
@media (prefers-color-scheme: dark) {
    [b-y5tjca7w8p] .device-marker:hover {
        background: rgba(var(--bs-dark-rgb, 33, 37, 41), 1) !important;
        border-color: rgba(var(--bs-border-color-rgb, 255, 255, 255), 0.5) !important;
    }
}

[b-y5tjca7w8p] .device-marker.selected {
    border: 3px solid var(--bs-primary, #0d6efd) !important;
    box-shadow: 0 0 0 2px var(--bs-primary, #0d6efd), 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    z-index: 102 !important;
    animation: pulse-selected-b-y5tjca7w8p 2s infinite !important;
}

@keyframes pulse-selected-b-y5tjca7w8p {
    0%, 100% { 
        box-shadow: 0 0 0 2px var(--bs-primary, #0d6efd), 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% { 
        box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}

/* Ensure buttons have proper pointer cursor */
[b-y5tjca7w8p] .floor-plan-toolbar .btn,
[b-y5tjca7w8p] .floor-plan-toolbar button,
[b-y5tjca7w8p] .floor-plan-toolbar a {
    cursor: pointer !important;
    user-select: none;
}

[b-y5tjca7w8p] .floor-plan-toolbar .btn:disabled,
[b-y5tjca7w8p] .floor-plan-toolbar button:disabled {
    cursor: not-allowed !important;
}

/* Prevent toolbar text selection */
[b-y5tjca7w8p] .floor-plan-toolbar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Ensure proper button spacing and alignment */
[b-y5tjca7w8p] .floor-plan-toolbar .btn {
    margin-right: 4px;
}

[b-y5tjca7w8p] .floor-plan-toolbar .btn:last-child {
    margin-right: 0;
}

/* Ensure main container has transparent background to respect theme */
.position-relative[b-y5tjca7w8p] {
    background: transparent !important;
}

/* Ensure proper theme support for main content area */
div[style*="height: 100vh; width: 100vw"][b-y5tjca7w8p] {
    background: transparent !important;
}
/* /Pages/SqlStudio.razor.rz.scp.css */
.ncalc-results[b-6as6lfzteq] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
}

.ncalc-results .success[b-6as6lfzteq] {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-weight: 500;
}

.ncalc-results .error[b-6as6lfzteq] {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-weight: 500;
}

.ncalc-results .error-detail[b-6as6lfzteq] {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 0.9em;
    font-style: italic;
}

.ncalc-results .info[b-6as6lfzteq] {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 0.85em;
}

.ncalc-results .result-section[b-6as6lfzteq] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
}

.ncalc-results .result-section h4[b-6as6lfzteq] {
    margin: 0 0 12px 0;
    color: #495057;
    font-size: 1.1em;
    font-weight: 600;
}

.ncalc-results .result-value[b-6as6lfzteq] {
    font-family: 'Courier New', Consolas, monospace;
    font-size: 1.2em;
    font-weight: bold;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 8px;
    word-break: break-all;
}

.ncalc-results .result-type[b-6as6lfzteq] {
    font-size: 0.85em;
    color: #6c757d;
    font-style: italic;
}

.ncalc-results .expression-info[b-6as6lfzteq] {
    border-top: 1px solid #dee2e6;
    padding-top: 12px;
    margin-top: 16px;
}

.ncalc-results .error-results[b-6as6lfzteq] {
    border-left: 4px solid #dc3545;
    padding-left: 16px;
}

/* Specific styling for different error types */
.ncalc-results .error-results .error:has-text("Invalid Code")[b-6as6lfzteq] {
    border-left-color: #fd7e14; /* Orange for invalid code */
}

.ncalc-results .error-results .error:has-text("Runtime Error")[b-6as6lfzteq] {
    border-left-color: #dc3545; /* Red for runtime errors */
}

.ncalc-results .error-results .error:has-text("Timed Out")[b-6as6lfzteq] {
    border-left-color: #ffc107; /* Yellow for timeouts */
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeaa7;
}

.ncalc-results .error-help[b-6as6lfzteq] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 16px;
    margin-top: 16px;
}

.ncalc-results .error-help h5[b-6as6lfzteq] {
    color: #495057;
    font-size: 1em;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.ncalc-results .error-help ul[b-6as6lfzteq] {
    margin: 0 0 16px 0;
    padding-left: 20px;
}

.ncalc-results .error-help li[b-6as6lfzteq] {
    margin-bottom: 4px;
}

.ncalc-results .error-help code[b-6as6lfzteq] {
    background-color: #e9ecef;
    color: #495057;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', Consolas, monospace;
    font-size: 0.9em;
}

/* Special styling for timeout errors */
.ncalc-results .timeout-error[b-6as6lfzteq] {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.ncalc-results .timeout-error .error[b-6as6lfzteq] {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

/* Invalid code styling */
.ncalc-results .invalid-code-error[b-6as6lfzteq] {
    background-color: #ffeaa0;
    border-color: #fd7e14;
}

.ncalc-results .invalid-code-error .error[b-6as6lfzteq] {
    background-color: #ffeaa0;
    border-color: #fd7e14;
    color: #8a4a00;
}

/* Runtime error styling */
.ncalc-results .runtime-error[b-6as6lfzteq] {
    background-color: #f8d7da;
    border-color: #dc3545;
}

.ncalc-results .runtime-error .error[b-6as6lfzteq] {
    background-color: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

/* PDStudio Demo Page Styling */

/* Demo container for PDStudio */
.pd-studio-demo-container[b-6as6lfzteq] {
    height: 70vh;
    min-height: 500px; /* Minimum height for usability */
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Ensure PDStudio fills the demo container */
.pd-studio-demo-container .pd-studio[b-6as6lfzteq] {
    height: 100%;
    width: 100%;
    flex: 1;
}

/* Fix any splitter issues within the demo container */
.pd-studio-demo-container .pd-splitter[b-6as6lfzteq] {
    height: 100%;
    flex: 1;
}

.pd-studio-demo-container .pd-split-panel[b-6as6lfzteq] {
    min-height: 0;
    overflow: hidden;
}

[b-6as6lfzteq] .pd-studio-results
{
	border-radius: 0!important;
}

/* Enhanced responsive design for demo */
@media (max-width: 992px)
{
	.pd-studio-demo-container[b-6as6lfzteq]
	{
		height: 60vh;
		min-height: 450px;
	}
}

@media (max-width: 768px) {
    .pd-studio-demo-container[b-6as6lfzteq] {
        height: 55vh;
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .pd-studio-demo-container[b-6as6lfzteq] {
        height: 50vh;
        min-height: 350px;
    }
}

/* Demo page specific overrides */
.container-fluid .row .col-12 .pd-studio-demo-container[b-6as6lfzteq] {
    margin: 0; /* Remove any unwanted margins */
    padding: 0; /* Remove any unwanted padding */
}
/* /Pages/Widgets/NetworkEventsWidget.razor.rz.scp.css */
.widget-error-title[b-353ejjgoj9] {
	text-align: center;
}

.widget-error-message[b-353ejjgoj9] {
	text-align: center;
}
