/* _content/Warden.Web/Components/Pages/EdgeDevices/Detail/ComputedMetricAlarm/Index.razor.rz.scp.css */
/* Estilos específicos para el componente ComputedMetricAlarm */

.computed-metric-alarm-container[b-at0q2cbvb1] {
    padding: 16px;
}

.computed-metric-alarm-grid[b-at0q2cbvb1] {
    margin-top: 8px;
}

.status-chip[b-at0q2cbvb1] {
    font-weight: 500;
}

.threshold-value[b-at0q2cbvb1] {
    font-family: 'Roboto Mono', monospace;
}

.computed-metric-tag[b-at0q2cbvb1] {
    font-style: italic;
    color: var(--mud-palette-text-secondary);
}
/* _content/Warden.Web/Components/Pages/EdgeDevices/Detail/ComputedMetrics/Index.razor.rz.scp.css */
.computed-metrics-container[b-eui9joc0vd] {
    padding: 1rem;
}

.computed-metrics-grid[b-eui9joc0vd] {
    margin-top: 1rem;
}

.formula-expression[b-eui9joc0vd] {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    background-color: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inactive-row[b-eui9joc0vd] {
    opacity: 0.6;
}

.dialog-content[b-eui9joc0vd] {
    min-height: 300px;
}

.formula-info[b-eui9joc0vd] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
} 
/* _content/Warden.Web/Components/Pages/EdgeDevices/Detail/ComputedMetrics/_VariableMapping.razor.rz.scp.css */
.variable-mapping-dialog .mud-dialog-content[b-zq1h3n99j8] {
    max-height: 70vh;
    overflow-y: auto;
}

.variable-chip[b-zq1h3n99j8] {
    font-weight: 600;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.signal-selector[b-zq1h3n99j8] {
    min-width: 300px;
}

.signal-info[b-zq1h3n99j8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.signal-name[b-zq1h3n99j8] {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

.signal-details[b-zq1h3n99j8] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    font-style: italic;
}

.mapping-summary[b-zq1h3n99j8] {
    background-color: var(--mud-palette-background-grey);
    border-radius: 4px;
    padding: 12px;
    margin-top: 16px;
}

.mapping-summary .mud-chip[b-zq1h3n99j8] {
    margin-right: 8px;
}

.formula-expression[b-zq1h3n99j8] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    background-color: var(--mud-palette-background-grey);
    padding: 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    color: var(--mud-palette-text-primary);
}

.variable-grid .mud-table-cell[b-zq1h3n99j8] {
    vertical-align: middle;
}

.status-chip[b-zq1h3n99j8] {
    font-size: 0.75rem;
}

.variable-row:hover[b-zq1h3n99j8] {
    background-color: var(--mud-palette-action-hover);
} 
/* _content/Warden.Web/Components/Pages/EdgeDevices/Index.razor.rz.scp.css */
/* _content/Warden.Web/Components/Pages/Home.razor.rz.scp.css */
.fw-bold[b-kqmemdfntw] {
    font-weight: 700 !important;
}

.fw-semibold[b-kqmemdfntw] {
    font-weight: 600 !important;
}

/* Card styling improvements */
[b-kqmemdfntw] .mud-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

[b-kqmemdfntw] .mud-card:hover {
    transform: translateY(-2px);
}

/* Chart containers */
[b-kqmemdfntw] .e-chart {
    font-family: 'Roboto', sans-serif;
}

/* Tab panel padding */
[b-kqmemdfntw] .mud-tabs-panels {
    padding: 1rem 0;
}

/* KPI cards */
[b-kqmemdfntw] .mud-card-content {
    padding: 1rem !important;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    [b-kqmemdfntw] .mud-grid-item {
        padding: 0.5rem !important;
    }
}

/* Table styling */
[b-kqmemdfntw] .mud-table-dense td {
    padding: 0.5rem !important;
}

[b-kqmemdfntw] .mud-table-dense th {
    padding: 0.5rem !important;
    font-weight: 600;
}

/* _content/Warden.Web/Components/Pages/HydraulicMap3D/HydraulicMap3D.razor.rz.scp.css */
.hydraulic-map-container[b-lgk6mufjmt] {
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 600px;
}

.map-wrapper[b-lgk6mufjmt] {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.map-wrapper-with-panel[b-lgk6mufjmt] {
    margin-left: 560px; /* ComponentPalette (280px) + DevicePalette (280px) */
}

.model-controls-container[b-lgk6mufjmt] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.model-controls-paper[b-lgk6mufjmt] {
    position: relative;
    background: white;
    border-radius: 8px;
}

.model-controls-close[b-lgk6mufjmt] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1001;
}

.azure-map-container[b-lgk6mufjmt] {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 500px;
    position: relative;
    display: block;
}

.device-card[b-lgk6mufjmt] {
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

.device-card:hover[b-lgk6mufjmt] {
    transform: translateY(-4px);
}

/* Estilos para los controles del mapa */
.azure-map-controls[b-lgk6mufjmt] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* _content/Warden.Web/Components/Pages/MapEditor/MapEditor.razor.rz.scp.css */
.map-editor-container[b-jsyr59fi0v] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.map-toolbar[b-jsyr59fi0v] {
    z-index: 1000;
    position: sticky;
    top: 0;
}

.map-content[b-jsyr59fi0v] {
    flex: 1;
    height: calc(100vh - 120px);
    gap: 0;
}

.map-container[b-jsyr59fi0v] {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.side-panel[b-jsyr59fi0v] {
    width: 350px;
    min-width: 350px;
    max-width: 450px;
    height: 100%;
    background: white;
    border-left: 1px solid #e0e0e0;
}

.drawing-tools[b-jsyr59fi0v] {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
}

.markers-list[b-jsyr59fi0v],
.polygons-list[b-jsyr59fi0v] {
    max-height: 300px;
    overflow-y: auto;
}

/* Google Maps container */
#google-map[b-jsyr59fi0v] {
    border-radius: 8px;
}

/* Responsive design */
@media (max-width: 1200px) {
    .side-panel[b-jsyr59fi0v] {
        width: 300px;
        min-width: 300px;
    }
}

@media (max-width: 900px) {
    .map-content[b-jsyr59fi0v] {
        flex-direction: column;
    }
    
    .side-panel[b-jsyr59fi0v] {
        width: 100%;
        min-width: unset;
        max-width: unset;
        height: 400px;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
    
    .map-container[b-jsyr59fi0v] {
        height: 400px;
    }
    
    .map-content[b-jsyr59fi0v] {
        height: auto;
    }
}

/* Dialog styles */
.mud-dialog-container .mud-paper[b-jsyr59fi0v] {
    border-radius: 12px;
}

/* Color picker styles */
.mud-input-slot .mud-color-picker[b-jsyr59fi0v] {
    width: 100%;
}

/* Toolbar button styles */
.map-toolbar .mud-button[b-jsyr59fi0v] {
    text-transform: none;
}

/* List item hover effects */
.markers-list .mud-list-item:hover[b-jsyr59fi0v],
.polygons-list .mud-list-item:hover[b-jsyr59fi0v] {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Expansion panel customization */
.mud-expand-panel .mud-expand-panel-header[b-jsyr59fi0v] {
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 8px;
}

.mud-expand-panel .mud-expand-panel-header:hover[b-jsyr59fi0v] {
    background-color: #e9ecef;
}

/* Tool button active states */
.drawing-tools .mud-button.mud-button-filled[b-jsyr59fi0v] {
    background-color: var(--mud-palette-primary);
    color: white;
}

.drawing-tools .mud-button.mud-button-outlined[b-jsyr59fi0v] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
}

/* Alert customization */
.mud-alert[b-jsyr59fi0v] {
    border-radius: 8px;
}

/* Loading states */
.mud-progress-circular[b-jsyr59fi0v] {
    margin-right: 8px;
}

/* Chip styling */
.mud-chip[b-jsyr59fi0v] {
    border-radius: 16px;
}

/* Icon button spacing */
.d-flex.gap-1 > .mud-icon-button[b-jsyr59fi0v] {
    margin-left: 4px;
}

.d-flex.gap-1 > .mud-icon-button:first-child[b-jsyr59fi0v] {
    margin-left: 0;
}

/* Form field spacing */
.mb-3[b-jsyr59fi0v] {
    margin-bottom: 16px !important;
}

/* Container responsive padding */
.mud-container[b-jsyr59fi0v] {
    padding: 0 16px;
}

/* Color picker input styling */
.mud-color-picker .mud-input-control[b-jsyr59fi0v] {
    border-radius: 6px;
}

/* Numeric field styling */
.mud-numeric-field .mud-input-control[b-jsyr59fi0v] {
    border-radius: 6px;
}

/* Select field styling */
.mud-select .mud-input-control[b-jsyr59fi0v] {
    border-radius: 6px;
}

/* Text field styling */
.mud-text-field .mud-input-control[b-jsyr59fi0v] {
    border-radius: 6px;
}

/* Paper elevation override for better visual hierarchy */
.side-panel .mud-paper[b-jsyr59fi0v] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.map-toolbar .mud-paper[b-jsyr59fi0v] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} 
[b-jsyr59fi0v] .cluster-label {
    background: #1976d2 !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    padding: 4px 6px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-weight: bold !important;
    transform: translate(12px, -20px) !important;
}
/* _content/Warden.Web/Components/Pages/NotificationConfiguration/NotificationConfiguration.razor.rz.scp.css */
/* NotificationConfiguration Page Styles */

.action-column[b-9nfhtj3kap] {
    width: 120px;
    text-align: center;
}

.min-width-200[b-9nfhtj3kap] {
    min-width: 200px;
}

.text-truncate[b-9nfhtj3kap] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-muted[b-9nfhtj3kap] {
    opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .min-width-200[b-9nfhtj3kap] {
        min-width: 150px;
    }
    
    .action-column[b-9nfhtj3kap] {
        width: 100px;
    }
}

@media (max-width: 600px) {
    .min-width-200[b-9nfhtj3kap] {
        min-width: 120px;
    }
    
    .action-column[b-9nfhtj3kap] {
        width: 80px;
    }
} 
/* _content/Warden.Web/Components/Pages/Process3DMap/Process3DMap.razor.rz.scp.css */
/* Full width styles - Escape MudContainer using 100vw trick (same as Tickets) */
.process-3d-map-wrapper[b-t4pffeitq9] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* Container for the 3D map */
.process-3d-map-container[b-t4pffeitq9] {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    overflow: hidden;
    background-color: var(--mud-palette-background);
}

/* Map content area */
.process-3d-map-content[b-t4pffeitq9] {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 500px;
}

/* The actual map element */
.process-3d-map[b-t4pffeitq9] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    overflow: hidden;
}

/* Loading state - centered in content */
.process-3d-map-loader[b-t4pffeitq9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    background: rgba(255, 255, 255, 0.9);
}

/* Floating panel for model list - positioned in top-left corner */
.process-3d-map-panel[b-t4pffeitq9] {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1050;
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    max-height: calc(100% - 16px);
    pointer-events: auto;
}

.process-3d-map-panel-paper[b-t4pffeitq9] {
    width: 100%;
    max-width: 320px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    border-radius: 12px !important;
}

.process-3d-map-expansion-panels[b-t4pffeitq9],
.process-3d-map-expansion-panel[b-t4pffeitq9] {
    width: 100%;
    max-width: 320px;
}

.process-3d-map-expansion-panel[b-t4pffeitq9] {
    border-bottom: 1px solid var(--mud-palette-divider);
}

.process-3d-map-expansion-panel:last-child[b-t4pffeitq9] {
    border-bottom: none;
}

/* Search field styling */
.process-3d-map-search[b-t4pffeitq9]  .mud-input {
    font-size: 0.813rem;
}

.process-3d-map-search[b-t4pffeitq9]  .mud-input-root {
    border-radius: 8px;
}

/* Items container with scroll */
.process-3d-map-items-container[b-t4pffeitq9] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

/* Custom scrollbar for items container */
.process-3d-map-items-container[b-t4pffeitq9]::-webkit-scrollbar {
    width: 6px;
}

.process-3d-map-items-container[b-t4pffeitq9]::-webkit-scrollbar-track {
    background: transparent;
}

.process-3d-map-items-container[b-t4pffeitq9]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-divider);
    border-radius: 3px;
}

.process-3d-map-items-container[b-t4pffeitq9]::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-action-disabled);
}

/* Individual item styling */
.process-3d-map-item[b-t4pffeitq9] {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px !important;
    background: var(--mud-palette-background) !important;
    border: 1px solid transparent;
}

.process-3d-map-item:hover[b-t4pffeitq9] {
    background: var(--mud-palette-action-hover) !important;
    border-color: var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.process-3d-map-item:active[b-t4pffeitq9] {
    transform: translateY(0);
}

/* Custom scrollbar for the panel */
.process-3d-map-panel[b-t4pffeitq9]::-webkit-scrollbar {
    width: 6px;
}

.process-3d-map-panel[b-t4pffeitq9]::-webkit-scrollbar-track {
    background: transparent;
}

.process-3d-map-panel[b-t4pffeitq9]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.process-3d-map-panel[b-t4pffeitq9]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Override MudBlazor container padding */
[b-t4pffeitq9] .mud-main-content {
    padding: 0 !important;
    margin: 0 !important;
}

[b-t4pffeitq9] .mud-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

[b-t4pffeitq9] .mud-paper {
    width: 100% !important;
    max-width: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .process-3d-map-container[b-t4pffeitq9] {
        height: calc(100vh - 140px);
    }

    .process-3d-map-content[b-t4pffeitq9] {
        min-height: 400px;
    }

    .process-3d-map[b-t4pffeitq9] {
        min-height: 400px;
    }

    .process-3d-map-panel[b-t4pffeitq9] {
        width: 260px;
        max-width: 260px;
        min-width: 260px;
    }

    .process-3d-map-panel-paper[b-t4pffeitq9] {
        max-width: 260px;
    }

    .process-3d-map-expansion-panels[b-t4pffeitq9],
    .process-3d-map-expansion-panel[b-t4pffeitq9] {
        max-width: 260px;
    }

    .process-3d-map-items-container[b-t4pffeitq9] {
        max-height: 200px;
    }
}

@media (max-width: 600px) {
    .process-3d-map-container[b-t4pffeitq9] {
        height: calc(100vh - 160px);
    }

    .process-3d-map-content[b-t4pffeitq9] {
        min-height: 300px;
    }

    .process-3d-map[b-t4pffeitq9] {
        min-height: 300px;
    }
    
    .process-3d-map-panel[b-t4pffeitq9] {
        width: 240px;
        max-width: 240px;
        min-width: 240px;
        top: 4px;
        left: 4px;
    }

    .process-3d-map-panel-paper[b-t4pffeitq9] {
        max-width: 240px;
    }

    .process-3d-map-expansion-panels[b-t4pffeitq9],
    .process-3d-map-expansion-panel[b-t4pffeitq9] {
        max-width: 240px;
    }

    .process-3d-map-items-container[b-t4pffeitq9] {
        max-height: 150px;
    }
}

/* Azure Maps control styling */
.process-3d-map .atlas-control-container[b-t4pffeitq9] {
    z-index: 1000;
}

/* _content/Warden.Web/Components/Pages/Processes/Designer/ProcessDesignerCanvas.razor.rz.scp.css */
.designer-dropzone[b-fubilw4dg1] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: all;
    z-index: 10;
}

.diagram-container[b-fubilw4dg1] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    background-image: 
        linear-gradient(rgba(200, 200, 200, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 200, 200, 0.2) 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Estilo para la zona de drop */
[b-fubilw4dg1] .designer-dropzone {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Estilo para cuando un elemento está siendo arrastrado sobre el diagrama */
[b-fubilw4dg1] .can-drop {
    border: 2px dashed #007bff;
}

/* Estilo para nodos específicos */
[b-fubilw4dg1] .sf-diagram-node.equipment-node .e-node-content {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

[b-fubilw4dg1] .sf-diagram-node.signal-node .e-node-content {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

[b-fubilw4dg1] .sf-diagram-node.image-node .e-node-content {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

[b-fubilw4dg1] .sf-diagram-node.label-node .e-node-content {
    border-style: dashed;
}

[b-fubilw4dg1] .sf-diagram-node.map-node .e-node-content {
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilo para selección de nodos */
[b-fubilw4dg1] .sf-diagram-selected-region {
    border: 2px solid #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

/* Estilo para los puntos de conexión */
[b-fubilw4dg1] .sf-diagram-endpoint {
    background-color: #007bff;
    border: 2px solid white;
}

/* Estilo para las líneas de conectores */
[b-fubilw4dg1] .sf-diagram-connector {
    stroke: #007bff;
    stroke-width: 2px;
}

/* Estilo para tooltips */
[b-fubilw4dg1] .sf-tooltip {
    background-color: #333;
    color: white;
    border-radius: 4px;
    padding: 8px;
    font-size: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.disabled-canvas[b-fubilw4dg1] {
    opacity: 0.7;
    pointer-events: none;
}

/* Estilos para los diferentes tipos de flujo */
.electrical-flow[b-fubilw4dg1] {
    color: #FF9800;
}

.water-flow[b-fubilw4dg1] {
    color: #2196F3;
}

.gas-flow[b-fubilw4dg1] {
    color: #4CAF50;
}

.data-flow[b-fubilw4dg1] {
    color: #9C27B0;
}


/* Animaciones para los diferentes tipos de flujo - Mejoras para hacer más visible el efecto */

/* Animación de flujo eléctrico - destello eléctrico */
@keyframes electrical-flow-animation-b-fubilw4dg1 {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 2px;
    }
    50% {
        stroke-width: 3px;
    }
    100% {
        stroke-dashoffset: -30;
        stroke-width: 2px;
    }
}

/* Selector para SVG específico de Syncfusion */
[b-fubilw4dg1] .e-diagram svg g.e-connector path,
[b-fubilw4dg1] .e-diagram svg .e-connector-line,
[b-fubilw4dg1] svg g.flow-electrical path,
[b-fubilw4dg1] svg path.flow-electrical {
    stroke: #FF9800 ; /* Naranja para electricidad */
    stroke-width: 2px ;
    stroke-dasharray: 5, 2 ;
    animation: electrical-flow-animation-b-fubilw4dg1 0.5s linear infinite ;
}

/* Animación de flujo de agua - movimiento ondulado */
@keyframes water-flow-animation-b-fubilw4dg1 {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 2.5px;
    }
    50% {
        stroke-width: 3.5px;
    }
    100% {
        stroke-dashoffset: -25;
        stroke-width: 2.5px;
    }
}

[b-fubilw4dg1] .e-diagram svg g.e-connector path,
[b-fubilw4dg1] .e-diagram svg .e-connector-line,
[b-fubilw4dg1] svg g.flow-water path,
[b-fubilw4dg1] svg path.flow-water {
    stroke: #2196F3 ; /* Azul para agua */
    stroke-width: 3px;
    stroke-dasharray: 4, 2;
    animation: water-flow-animation-b-fubilw4dg1 0.8s linear infinite;
}

/* Animación de flujo de gas - burbujas que se mueven */
@keyframes gas-flow-animation-b-fubilw4dg1 {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 1.8px;
    }
    50% {
        stroke-width: 2.5px;
    }
    100% {
        stroke-dashoffset: -30;
        stroke-width: 1.8px;
    }
}

[b-fubilw4dg1] .e-diagram svg g.e-connector path,
[b-fubilw4dg1] .e-diagram svg .e-connector-line,
[b-fubilw4dg1] svg g.flow-gas path,
[b-fubilw4dg1] svg path.flow-gas {
    stroke: #4CAF50 ;
    stroke-width: 2px ;
    stroke-dasharray: 5, 3, 1, 3 ;
    animation: gas-flow-animation-b-fubilw4dg1 1.2s linear infinite ;
}

/* Animación de flujo de datos - pulsos digitales */
@keyframes data-flow-animation-b-fubilw4dg1 {
    0% {
        stroke-dashoffset: 0;
        stroke-opacity: 0.7;
    }
    50% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: -15;
        stroke-opacity: 0.7;
    }
}

[b-fubilw4dg1] .e-diagram svg g.e-connector path,
[b-fubilw4dg1] .e-diagram svg .e-connector-line,
[b-fubilw4dg1] svg g.flow-data path,
[b-fubilw4dg1] svg path.flow-data {
    stroke: #9C27B0 ; /* Púrpura para datos */
    stroke-width: 1.5px ;
    stroke-dasharray: 2, 2 ;
    animation: data-flow-animation-b-fubilw4dg1 0.4s linear infinite ;
}

/* Para flujo genérico - sin animación especial */
[b-fubilw4dg1] .e-diagram svg g.e-connector path,
[b-fubilw4dg1] .e-diagram svg .e-connector-line,
[b-fubilw4dg1] svg g.flow-generic path,
[b-fubilw4dg1] svg path.flow-generic {
    stroke: #757575 ; /* Gris */
    stroke-width: 2px ;
}
/* Use CSS variable for dynamic background image */
[b-fubilw4dg1] .e-diagram{
    background-image: var(--diagram-background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* _content/Warden.Web/Components/Pages/Processes/Designer/Properties/ProcessConnectionProperties.razor.rz.scp.css */
.sticky-action-col[b-ryze4shkwa] {
    position: sticky;
    right: 0;
    background-color: white;
    z-index: 2;
    width: 40px;
    text-align: center;
}
/* _content/Warden.Web/Components/Pages/Processes/Designer/Properties/ProcessEquipmentConnectionProperties.razor.rz.scp.css */
.sticky-action-col[b-y3m4j569xv] {
    position: sticky;
    right: 0;
    background-color: white;
    z-index: 2;
    width: 40px;
    text-align: center;
}
/* _content/Warden.Web/Components/Pages/Processes/Designer/SignalControlRenderer.razor.rz.scp.css */
.signal-control-container[b-er5anwof8j] {
    pointer-events: auto;
    z-index: 1000;
}

.control-switch[b-er5anwof8j] {
    transform: scale(0.8);
}

.control-slider[b-er5anwof8j] {
    width: 80px;
    transform: scale(0.8);
}

.control-dropdown[b-er5anwof8j] {
    width: 80px;
    font-size: 12px;
}

.control-button[b-er5anwof8j] {
    font-size: 10px;
    padding: 4px 8px;
    min-width: 60px;
}

.control-input[b-er5anwof8j] {
    width: 80px;
    font-size: 12px;
}
/* _content/Warden.Web/Components/Pages/Processes/Designer/Tools/ConfigurationTool.razor.rz.scp.css */
.configuration-tool[b-9vnx9pq5m6] {
    padding: 5px;
    height: 100%;
}

[b-9vnx9pq5m6] .mud-input {
    margin-bottom: 16px;
} 
/* _content/Warden.Web/Components/Pages/Processes/Designer/Tools/EquipmentTool.razor.rz.scp.css */
.equipment-tool[b-ghq9wbbga2] {
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mud-button[b-ghq9wbbga2] {
    align-self: flex-start;
} 
/* _content/Warden.Web/Components/Pages/Processes/Designer/Tools/ProcessTool.razor.rz.scp.css */
.process-tool[b-r9kfgyxmwl] {
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* _content/Warden.Web/Components/Pages/Processes/Designer/Tools/VisualTool.razor.rz.scp.css */
.visual-tool[b-6at0ry24nd] {
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* _content/Warden.Web/Components/Pages/Processes/Monitoring/ProcessMonitoring.razor.rz.scp.css */
/* Estilos específicos para el componente ProcessMonitoring */

/* Animaciones mejoradas para los conectores - necesarios para Syncfusion Diagram */
/* Animación de flujo eléctrico - destello eléctrico */
@keyframes electricalFlow-b-7keoznhyxm {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 2px;
    }
    50% {
        stroke-width: 3px;
    }
    100% {
        stroke-dashoffset: -30;
        stroke-width: 2px;
    }
}

[b-7keoznhyxm] .e-diagram svg g.e-connector path.e-path.flow-electrical,
[b-7keoznhyxm] path.flow-electrical {
    stroke: #FF9800 ; /* Color naranja para electricidad */
    stroke-width: 2px ;
    stroke-dasharray: 5, 2 ;
    animation: electricalFlow-b-7keoznhyxm 0.5s linear infinite ;
}

/* Animación de flujo de agua - movimiento ondulado */
@keyframes waterFlow-b-7keoznhyxm {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 2.5px;
    }
    50% {
        stroke-width: 3.5px;
    }
    100% {
        stroke-dashoffset: -25;
        stroke-width: 2.5px;
    }
}

[b-7keoznhyxm] .e-diagram svg g.e-connector path.e-path.flow-water,
[b-7keoznhyxm] path.flow-water {
    stroke: #2196F3 ; /* Color azul para agua */
    stroke-width: 3px ;
    stroke-dasharray: 4, 2 ;
    animation: waterFlow-b-7keoznhyxm 0.8s linear infinite ;
}

/* Animación de flujo de gas - burbujas que se mueven */
@keyframes gasFlow-b-7keoznhyxm {
    0% {
        stroke-dashoffset: 0;
        stroke-width: 1.8px;
    }
    50% {
        stroke-width: 2.5px;
    }
    100% {
        stroke-dashoffset: -30;
        stroke-width: 1.8px;
    }
}

[b-7keoznhyxm] .e-diagram svg g.e-connector path.e-path.flow-gas,
[b-7keoznhyxm] path.flow-gas {
    stroke: #4CAF50 ; /* Color verde para gas */
    stroke-width: 2px ;
    stroke-dasharray: 5, 3, 1, 3 ;
    animation: gasFlow-b-7keoznhyxm 1.2s linear infinite ;
}

/* Animación de flujo de datos - pulsos digitales */
@keyframes dataFlow-b-7keoznhyxm {
    0% {
        stroke-dashoffset: 0;
        stroke-opacity: 0.7;
    }
    50% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: -15;
        stroke-opacity: 0.7;
    }
}

[b-7keoznhyxm] .e-diagram svg g.e-connector path.e-path.flow-data,
[b-7keoznhyxm] path.flow-data {
    stroke: #9C27B0 ; /* Color púrpura para datos */
    stroke-width: 1.5px ;
    stroke-dasharray: 2, 2 ;
    animation: dataFlow-b-7keoznhyxm 0.4s linear infinite ;
}

/* Para flujo genérico - sin animación especial */
[b-7keoznhyxm] .e-diagram svg g.e-connector path.e-path.flow-generic,
[b-7keoznhyxm] path.flow-generic {
    stroke: #757575 ; /* Gris */
    stroke-width: 2px ;
}

/* Estilos para las señales según estado */
.signal-normal[b-7keoznhyxm] {
    background-color: rgba(34, 197, 94, 0.2);
    border: 2px solid #22c55e;
}

.signal-warning[b-7keoznhyxm] {
    background-color: rgba(234, 179, 8, 0.2);
    border: 2px solid #eab308;
}

.signal-alarm[b-7keoznhyxm] {
    background-color: rgba(239, 68, 68, 0.2);
    border: 2px solid #ef4444;
}

/* Estilos para el modo de pantalla completa */
.fullscreen-monitoring[b-7keoznhyxm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    z-index: 9999;
    background-color: var(--mud-palette-background);
}

/* Ajustes para mejor visibilidad de los indicadores */
.signal-indicator[b-7keoznhyxm] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.signal-indicator-normal[b-7keoznhyxm] {
    background-color: #22c55e;
}

.signal-indicator-warning[b-7keoznhyxm] {
    background-color: #eab308;
}

.signal-indicator-alarm[b-7keoznhyxm] {
    background-color: #ef4444;
} 

/* Estilos específicos para el componente ProcessMonitoring */

    /* Estilos básicos para garantizar que el contenido ocupe todo el espacio */
    .monitoring-wrapper[b-7keoznhyxm] {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    /* Estilo del contenedor del diagrama */
    .monitoring-container[b-7keoznhyxm] {
        width: 100%;
        height: calc(100vh - 180px);
        position: relative;
        overflow: hidden;
        background-color: var(--mud-palette-background);
    }

    /* Estilo para el modo pantalla completa */
    .fullscreen-mode[b-7keoznhyxm] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background-color: var(--mud-palette-background);
        margin: 0;
        padding: 0;
    }

    /* Contenedor del diagrama en pantalla completa */
    .fullscreen-container[b-7keoznhyxm] {
        height: calc(100vh - 64px);
        position: relative;
    }

    /* Estilos para la barra de herramientas */
    .monitoring-toolbar[b-7keoznhyxm] {
        width: 100%;
        background-color: var(--mud-palette-surface);
        color: var(--mud-palette-text-primary);
        padding: 0 8px;
    }

    /* Estilos para indicadores de señales */
    .signal-value-normal[b-7keoznhyxm] {
        color: #22c55e ;
    }

    .signal-value-warning[b-7keoznhyxm] {
        color: #eab308 ;
    }

    .signal-value-alarm[b-7keoznhyxm] {
        color: #ef4444 ;
    }

    /* Ajustes para el diagrama */
    .diagram-container .e-control .e-ruler[b-7keoznhyxm] {
        background-color: var(--mud-palette-surface);
    }

    /* Evitar cualquier padding o margen adicional */
    [b-7keoznhyxm] .mud-main-content {
        padding: 0 ;
    }

    [b-7keoznhyxm] .mud-container {
        max-width: 100% ;
        padding-left: 0 ;
        padding-right: 0 ;
    }

    [b-7keoznhyxm] .mud-paper {
        width: 100%;
    }

    /* Ajustes específicos para el diagrama Syncfusion */
    [b-7keoznhyxm] .e-diagram {
        background-image: var(--diagram-background) ;
        background-size: cover ;
        background-position: center ;
        background-repeat: no-repeat ;
        background-color: transparent ;
    }

    [b-7keoznhyxm] .e-diagram .e-diagram-content {
        background-color: transparent ;
    }

    /* Asegurar que el contenedor del diagrama también tenga el background */
    .monitoring-container[b-7keoznhyxm] {
        background-image: var(--diagram-background);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Eliminar márgenes y padding del diagrama */
    [b-7keoznhyxm] .e-diagram .e-diagram-content .e-page {
        margin: 0 ;
        padding: 0 ;
    }

    /* Asegurar que el diagrama ocupé todo el espacio disponible */
    [b-7keoznhyxm] .e-diagram-container {
        width: 100% ;
        height: 100% ;
    }

    /* Eliminar las reglas del diagrama */
    [b-7keoznhyxm] .e-ruler {
        display: none ;
    }

    /* Animación de parpadeo para el botón en modo Live */
    @keyframes blink-animation-b-7keoznhyxm {
        0% {
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
        }

        50% {
            opacity: 0.7;
            transform: scale(1.05);
            box-shadow: 0 0 0 5px rgba(239, 68, 68, 0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
        }
    }

    .live-button-blink[b-7keoznhyxm] {
        animation: blink-animation-b-7keoznhyxm 1.5s infinite ease-in-out;
    }

    .mud-toolbar[b-7keoznhyxm] {
        overflow: hidden ;
    }

    .mud-slider-value-label[b-7keoznhyxm] {
        display: none ;
    }

    /* Estilos para overlays de mapas dentro del diagrama */
    .diagram-map-overlay[b-7keoznhyxm] {
        position: absolute;
        pointer-events: auto;
        z-index: 1000;
    }

    .pure-map-container[b-7keoznhyxm] {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
/* _content/Warden.Web/Components/Pages/Processes/Monitoring/ProcessMonitoringSignalDetail.razor.rz.scp.css */
[b-6wfw9kkcb4] .signal-detail-dialog {
    width: 90%;
    max-width: 1200px;
    height: auto;
}

[b-6wfw9kkcb4] .signal-detail-container {
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

[b-6wfw9kkcb4] .signal-header {
    margin-bottom: 16px;
}

[b-6wfw9kkcb4] .signal-id {
    opacity: 0.7;
    margin-top: 4px;
}

[b-6wfw9kkcb4] .current-value-label {
    margin-bottom: 8px;
}

[b-6wfw9kkcb4] .chart-container {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

[b-6wfw9kkcb4] .mud-card {
    overflow: hidden;
}

[b-6wfw9kkcb4] .mud-card-content {
    padding: 16px;
}

/* Animación de parpadeo para el botón en modo Live */
@keyframes blink-animation-b-6wfw9kkcb4 {
    0% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
    50% { opacity: 0.7; transform: scale(1.05); box-shadow: 0 0 0 5px rgba(239, 68, 68, 0); }
    100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

[b-6wfw9kkcb4] .live-button-blink {
    animation: blink-animation-b-6wfw9kkcb4 1.5s infinite ease-in-out;
}

/* Estilos para diferentes estados de valores */
[b-6wfw9kkcb4] .value-normal {
    color: #22c55e !important;
}

[b-6wfw9kkcb4] .value-high {
    color: #eab308 !important;
}

[b-6wfw9kkcb4] .value-low {
    color: #ef4444 !important;
}

[b-6wfw9kkcb4] .date-range-picker {
    width: 200px !important;
}

/* Estilos específicos para Syncfusion Chart */
[b-6wfw9kkcb4] #signalChart {
    border-radius: 8px;
    padding: 10px;
}

[b-6wfw9kkcb4] .e-chart-tooltip {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    padding: 8px !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}

[b-6wfw9kkcb4] .e-chart .e-chartshapes {
    stroke-width: 2px;
}

/* Estilos responsivos para pantallas pequeñas */
@media (max-width: 600px) {
    [b-6wfw9kkcb4] .signal-detail-dialog {
        width: 95%;
    }
    
    [b-6wfw9kkcb4] .chart-container {
        height: 300px;
    }
}
/* _content/Warden.Web/Components/Pages/Processes/ProcessDesigner.razor.rz.scp.css */
/* Main container layout */
.process-designer-container[b-1oy8904dzv] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    /* La altura se establece dinámicamente mediante el atributo style */
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    /*height: 100vw;*/
    height: calc(100vh - 72px);
    width: 100vw;
    max-width: 100vw;
}

/* Main layout for the 4 visual elements */
.main-layout[b-1oy8904dzv] {
    display: flex;
    flex: 1;
    width: 100%;
    height: calc(100% - 60px); /* Resto de la altura menos el header del proceso */
    overflow: hidden;
}

/* Left menu styling */
.left-menu[b-1oy8904dzv] {
    width: 40px;
    height: 100%;
    background-color: var(--mud-palette-background);
    z-index: 10;
    flex-shrink: 0;
    border-right: 1px solid var(--mud-palette-divider);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}

/* Selected nav link highlight */
.selected-nav-link[b-1oy8904dzv] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    border-left: 3px solid var(--mud-palette-primary);
}

.mud-nav-link.selected-nav-link .mud-icon[b-1oy8904dzv] {
    color: var(--mud-palette-primary);
}

/* Container for panels and canvas */
.panels-container[b-1oy8904dzv] {
    display: flex;
    flex: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    gap: 0; /* Eliminamos gap si existe */
}

/* Panel base styles */
.left-panel[b-1oy8904dzv], .right-panel[b-1oy8904dzv] {
    position: relative;
    transition: width 0.3s ease;
    overflow-y: auto;
    height: 100%;
    background-color: var(--mud-palette-background);
    z-index: 5;
}

/* Left panel specific styles */
.left-panel[b-1oy8904dzv] {
    border-right: 1px solid var(--mud-palette-divider);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    margin-right: 2px;
}

/* Right panel specific styles */
.right-panel[b-1oy8904dzv] {
    border-left: 1px solid var(--mud-palette-divider);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
    margin-left: 2px;
}

/* Canvas header container with flexbox layout */
.canvas-header-container[b-1oy8904dzv] {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Canvas toggle buttons container */
.canvas-toggle-buttons[b-1oy8904dzv] {
    display: flex;
    gap: 4px;
}

/* Panel headers */
.panel-header[b-1oy8904dzv] {
    color: var(--mud-palette-primary);
    font-weight: 500;
    user-select: none;
}

/* Canvas header */
.canvas-header[b-1oy8904dzv] {
    color: var(--mud-palette-text-primary);
    font-weight: 500;
    user-select: none;
}

/* Canvas content */
.canvas-content[b-1oy8904dzv] {
    background-color: #f9f9f9;
    height: calc(100% - 60px);
    border: 1px solid #ddd;
}

/* Collapsed panel state */
.left-panel.collapsed[b-1oy8904dzv], .right-panel.collapsed[b-1oy8904dzv] {
    width: 0 !important;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
}

/* Canvas area (central area) */
.canvas-area[b-1oy8904dzv] {
    flex: 1;
    height: 100%;
    overflow: auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    padding: 0;
}

/* Panel resize handles */
.panel-resizer[b-1oy8904dzv] {
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    z-index: 100;
    background-color: transparent;
}

    .panel-resizer:hover[b-1oy8904dzv] {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.2);
    }

.left-resizer[b-1oy8904dzv] {
    right: 0;
}

.right-resizer[b-1oy8904dzv] {
    left: 0;
}

/* Overlay for capturing mouse events during resize */
.resize-overlay[b-1oy8904dzv] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    cursor: col-resize;
}

/* MudNavMenu customization to center icons */
[b-1oy8904dzv] .mud-nav-link {
    justify-content: center;
    padding: 12px 0;
}

[b-1oy8904dzv] .mud-nav-link-text {
    display: none;
}

[b-1oy8904dzv] .mud-icon-size-medium {
    font-size: 24px;
}

/* Make sure panels take full height */
[b-1oy8904dzv] .mud-paper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Estilos para el contenido de los paneles */
    [b-1oy8904dzv] .mud-paper.pa-3 {
        border-radius: 0;
    }

/* Estilos para los botones de toggle */
[b-1oy8904dzv] .canvas-toggle-buttons .mud-icon-button {
    padding: 4px;
    border-radius: 4px;
    background-color: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-lines-default);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .left-panel[b-1oy8904dzv], .right-panel[b-1oy8904dzv] {
        min-width: 0;
    }

        .left-panel:not(.collapsed)[b-1oy8904dzv] {
            width: 250px !important;
        }

        .right-panel:not(.collapsed)[b-1oy8904dzv] {
            width: 250px !important;
        }
}

/* Make sure the tool components take the full height of the panel */
[b-1oy8904dzv] .configuration-tool,
[b-1oy8904dzv] .equipment-tool,
[b-1oy8904dzv] .visual-tool,
[b-1oy8904dzv] .process-tool,
[b-1oy8904dzv] .signal-tool {
    height: calc(100% - 40px); /* Account for the header */
    overflow: auto;
}

/* Estilos para los botones de menú personalizados */
.menu-button[b-1oy8904dzv] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 0;
    border-radius: 0px;
    transition: all 0.2s ease;
}

    .menu-button:hover[b-1oy8904dzv] {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    }

    .menu-button.selected-nav-link[b-1oy8904dzv] {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.2);
        border-left: 3px solid var(--mud-palette-primary);
    }

        .menu-button.selected-nav-link[b-1oy8904dzv]  .mud-icon {
            color: var(--mud-palette-primary);
        }

.disabled-menu-button[b-1oy8904dzv] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
/* _content/Warden.Web/Components/Pages/Settings/Catalogs/ComputedMetrics/Formulas/Index.razor.rz.scp.css */
.formula-grid-container[b-rhttfyrg72] {
    margin-top: 1rem;
}

.status-chip[b-rhttfyrg72] {
    font-weight: 500;
}

.back-button[b-rhttfyrg72] {
    margin-right: 0.5rem;
}

.formula-expression[b-rhttfyrg72] {
    font-family: 'Courier New', Courier, monospace;
    background-color: var(--mud-palette-surface);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--mud-palette-divider);
}

.version-badge[b-rhttfyrg72] {
    background-color: var(--mud-palette-primary);
    color: white;
    padding: 0.1rem 0.3rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.formula-notes[b-rhttfyrg72] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
/* _content/Warden.Web/Components/Pages/Settings/Catalogs/ComputedMetrics/Formulas/SimpleFormulaForm.razor.rz.scp.css */
.formula-dialog[b-va4hzpv4b6] {
    max-width: 800px;
}

.formula-expression-field[b-va4hzpv4b6] {
    font-family: 'Courier New', Courier, monospace;
}

.formula-expression-field textarea[b-va4hzpv4b6] {
    font-family: 'Courier New', Courier, monospace !important;
    line-height: 1.4;
}

.formula-help-section[b-va4hzpv4b6] {
    background-color: var(--mud-palette-surface);
    padding: 1rem;
    border-radius: 4px;
    border-left: 4px solid var(--mud-palette-info);
    margin-top: 1rem;
}

.formula-validation-buttons[b-va4hzpv4b6] {
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.formula-info-section[b-va4hzpv4b6] {
    background-color: var(--mud-palette-surface);
    padding: 0.75rem;
    border-radius: 4px;
    margin-top: 1rem;
}

.info-icon[b-va4hzpv4b6] {
    color: var(--mud-palette-info);
}

.formula-metadata[b-va4hzpv4b6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.formula-metadata-item[b-va4hzpv4b6] {
    font-size: 0.875rem;
    color: var(--mud-palette-text-secondary);
}

.saving-indicator[b-va4hzpv4b6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
} 
/* _content/Warden.Web/Components/Pages/Settings/Catalogs/ComputedMetrics/Index.razor.rz.scp.css */
/* Computed Metrics Index page specific styles */

.computed-metrics-grid[b-w60fm9oh7r] {
    min-height: 400px;
}

.active-chip[b-w60fm9oh7r] {
    font-weight: 600;
}

.inactive-chip[b-w60fm9oh7r] {
    font-weight: 600;
    opacity: 0.8;
}

.breadcrumb-container[b-w60fm9oh7r] {
    margin-bottom: 1rem;
}

.search-container[b-w60fm9oh7r] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.status-filter[b-w60fm9oh7r] {
    min-width: 120px;
}

.actions-container[b-w60fm9oh7r] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .search-container[b-w60fm9oh7r] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .status-filter[b-w60fm9oh7r] {
        min-width: unset;
    }
    
    .actions-container[b-w60fm9oh7r] {
        justify-content: stretch;
    }
} 
/* _content/Warden.Web/Components/Pages/Settings/Catalogs/ComputedMetrics/SimpleComputedMetricForm.razor.rz.scp.css */
/* Computed Metrics Form specific styles */

.form-grid[b-5rm0hzqvxj] {
    padding: 1rem;
    gap: 1rem;
}

.code-field[b-5rm0hzqvxj] {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
}

.description-field[b-5rm0hzqvxj] {
    min-height: 80px;
}

.helper-text[b-5rm0hzqvxj] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    margin-top: 0.25rem;
}

.form-actions[b-5rm0hzqvxj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 1rem;
}

.saving-indicator[b-5rm0hzqvxj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-field[b-5rm0hzqvxj] {
    margin-bottom: 1rem;
}

.required-field[b-5rm0hzqvxj]::after {
    content: " *";
    color: var(--mud-palette-error);
}

@media (max-width: 768px) {
    .form-grid[b-5rm0hzqvxj] {
        padding: 0.5rem;
    }
    
    .form-actions[b-5rm0hzqvxj] {
        flex-direction: column;
        gap: 0.75rem;
    }
} 
/* _content/Warden.Web/Components/Pages/SystemModel3D/SystemModel3DEdit.razor.rz.scp.css */
.system-model-3d-edit[b-4o4fhbi5jn] {
    width: 100%;
}

/* Header ---------------------------------------------------------------- */
.sm3d-header-icon[b-4o4fhbi5jn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
    color: var(--mud-palette-primary);
    flex: 0 0 auto;
}

/* Two-column hero layout ------------------------------------------------ */
.sm3d-layout[b-4o4fhbi5jn] {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.sm3d-form-panel[b-4o4fhbi5jn] {
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sm3d-viewer-panel[b-4o4fhbi5jn] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 960px) {
    .sm3d-layout[b-4o4fhbi5jn] {
        flex-direction: column;
    }

    .sm3d-form-panel[b-4o4fhbi5jn] {
        flex: 1 1 auto;
        max-width: none;
    }
}

/* Section headers within the form -------------------------------------- */
.sm3d-section-title[b-4o4fhbi5jn] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Sticky action footer -------------------------------------------------- */
.sm3d-actions[b-4o4fhbi5jn] {
    position: sticky;
    bottom: 0;
    z-index: 2;
    margin-top: auto;
    padding-top: 12px;
    background: linear-gradient(to top, var(--mud-palette-surface) 72%, transparent);
}

/* Dropzone -------------------------------------------------------------- */
.sm3d-upload[b-4o4fhbi5jn] {
    position: relative;
    display: block;
    width: 100%;
}

.sm3d-file-chip[b-4o4fhbi5jn] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-background-gray);
}

.sm3d-file-chip .sm3d-file-meta[b-4o4fhbi5jn] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
}

.sm3d-file-chip .sm3d-file-name[b-4o4fhbi5jn] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sm3d-dropzone[b-4o4fhbi5jn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    min-height: 132px;
    border-radius: 12px;
    border: 2px dashed var(--mud-palette-lines-default);
    background: var(--mud-palette-background-gray);
    color: var(--mud-palette-text-secondary);
    transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease;
}

.sm3d-dropzone--active[b-4o4fhbi5jn] {
    border-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
    color: var(--mud-palette-primary);
}

.sm3d-thumb-preview[b-4o4fhbi5jn] {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--mud-palette-lines-default);
}

/* Viewer ---------------------------------------------------------------- */
.sm3d-viewer[b-4o4fhbi5jn] {
    position: relative;
    flex: 1 1 auto;
    min-height: 560px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-dark);
}

@media (max-width: 960px) {
    .sm3d-viewer[b-4o4fhbi5jn] {
        min-height: 420px;
    }
}

.preview-container[b-4o4fhbi5jn] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.preview-canvas[b-4o4fhbi5jn] {
    width: 100%;
    height: 100%;
}

/* Floating toolbar over the canvas ------------------------------------- */
.sm3d-viewer-toolbar[b-4o4fhbi5jn] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    background: rgba(20, 24, 33, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.sm3d-viewer-toolbar[b-4o4fhbi5jn]  .mud-icon-button {
    color: rgba(255, 255, 255, 0.85);
}

.sm3d-viewer-toolbar[b-4o4fhbi5jn]  .mud-icon-button:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}

/* In-canvas state overlay ---------------------------------------------- */
.sm3d-overlay[b-4o4fhbi5jn] {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 24px;
    color: rgba(255, 255, 255, 0.72);
    pointer-events: none;
}

.sm3d-overlay--error[b-4o4fhbi5jn] {
    color: var(--mud-palette-error);
}

.sm3d-overlay .sm3d-overlay-icon[b-4o4fhbi5jn] {
    opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
    .sm3d-dropzone[b-4o4fhbi5jn] {
        transition: none;
    }
}
/* _content/Warden.Web/Components/Pages/SystemModel3D/SystemModel3DElements.razor.rz.scp.css */
.system-model-3d-elements[b-smbvuj1j3j] {
    max-width: 1200px;
    margin: 0 auto;
}

.system-model-3d-elements .system-model-3d-elements-layout[b-smbvuj1j3j] {
    height: 600px;
}

.system-model-3d-elements .elements-tree-panel[b-smbvuj1j3j] {
    width: 30%;
    min-width: 260px;
    overflow-y: auto;
}

.system-model-3d-elements .elements-detail-panel[b-smbvuj1j3j] {
    flex: 1;
    overflow-y: auto;
}

.system-model-3d-elements .preview-container[b-smbvuj1j3j] {
    width: 100%;
    height: 320px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.12);
    overflow: hidden;
}

.system-model-3d-elements .preview-canvas[b-smbvuj1j3j] {
    width: 100%;
    height: 100%;
}


/* _content/Warden.Web/Components/Pages/SystemModel3D/SystemModel3DList.razor.rz.scp.css */
.system-model-3d-list[b-er6qa5o9e2] {
    width: 100%;
}


/* _content/Warden.Web/Components/Pages/SystemModel3D/SystemModel3DPreview.razor.rz.scp.css */
.system-model-3d-preview .preview-container[b-jqycfvhcag] {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.12);
    overflow: hidden;
}

.system-model-3d-preview .preview-canvas[b-jqycfvhcag] {
    width: 100%;
    height: 100%;
}


/* _content/Warden.Web/Components/Pages/Tickets/CreateEdit/CreateEdit.razor.rz.scp.css */
.ticket-createedit-container[b-z5z2phlrhy] {
    padding: 0;
    margin: 0;
    background: var(--mud-palette-background-grey);
    min-height: 100vh;
    padding: 20px 0;
}

.ticket-createedit-header[b-z5z2phlrhy] {
    border-radius: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.ticket-createedit-content[b-z5z2phlrhy] {
    margin-top: 10px;
}

/* Card Improvements */
.tracking-card[b-z5z2phlrhy],
.properties-card[b-z5z2phlrhy] {
    height: fit-content;
    min-height: 500px;
    border-radius: 12px;
    box-shadow: var(--mud-elevation-2);
    transition: box-shadow 0.3s ease;
}

.tracking-card:hover[b-z5z2phlrhy],
.properties-card:hover[b-z5z2phlrhy] {
    box-shadow: var(--mud-elevation-4);
}

/* Tracking Section Styles */
.tracking-content[b-z5z2phlrhy] {
    max-height: 600px;
    overflow-y: auto;
    padding: 20px;
}

.tracking-history[b-z5z2phlrhy] {
    margin-bottom: 16px;
}

.tracking-entry[b-z5z2phlrhy] {
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    transition: all 0.2s ease;
}

.tracking-entry:hover[b-z5z2phlrhy] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.tracking-entry.internal-entry[b-z5z2phlrhy] {
    /*border-left: 4px solid var(--mud-palette-warning);
    background: var(--mud-palette-warning-lighten);*/
    border-left: 18px solid #FFA000;
    padding-left: 0px;
}

.spanMessage[b-z5z2phlrhy] {
    background-color: #FFA000;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    padding-left: 5px;
    width: auto;
    max-width: 200px;
}

.tracking-header[b-z5z2phlrhy] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.tracking-info[b-z5z2phlrhy] {
    flex: 1;
}

.tracking-username[b-z5z2phlrhy] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.tracking-date[b-z5z2phlrhy] {
    color: var(--mud-palette-text-secondary);
}

.tracking-comment[b-z5z2phlrhy] {
    margin-left: 52px; /* Avatar width + gap */
    padding: 8px 0;
    color: var(--mud-palette-text-primary);
    line-height: 1.5;
}

/* Tracking Attachments Styles */
.tracking-attachments[b-z5z2phlrhy] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.tracking-attachments-title[b-z5z2phlrhy] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
}

.tracking-attachments-list[b-z5z2phlrhy] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tracking-attachment-chip[b-z5z2phlrhy] {
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: 200px;
}

.tracking-attachment-chip:hover[b-z5z2phlrhy] {
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    transform: translateY(-1px);
}

/* Properties Section Styles */
.properties-content[b-z5z2phlrhy] {
    padding: 20px;
}

/* Improved spacing for smaller properties section */
.properties-card .mud-select[b-z5z2phlrhy],
.properties-card .mud-input[b-z5z2phlrhy] {
    margin-bottom: 12px;
}

.properties-card .mud-stack > *[b-z5z2phlrhy] {
    margin-bottom: 8px;
}



@media (max-width: 960px) {

    
    .tracking-content[b-z5z2phlrhy],
    .properties-content[b-z5z2phlrhy] {
        padding: 16px;
    }
    
    .tracking-card[b-z5z2phlrhy],
    .properties-card[b-z5z2phlrhy] {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .ticket-createedit-header[b-z5z2phlrhy] {
        margin-bottom: 16px;
        border-radius: 6px;
    }
    
    .ticket-createedit-content[b-z5z2phlrhy] {
        padding: 0;
    }
    
    .tracking-content[b-z5z2phlrhy],
    .properties-content[b-z5z2phlrhy] {
        max-height: 400px;
        padding: 12px;
    }
    
    .tracking-comment[b-z5z2phlrhy] {
        margin-left: 0;
        margin-top: 8px;
        padding-left: 12px;
        border-left: 2px solid var(--mud-palette-lines-default);
    }
    
    .tracking-card[b-z5z2phlrhy],
    .properties-card[b-z5z2phlrhy] {
        border-radius: 8px;
        min-height: 300px;
    }
}

/* File Upload Styles */
.file-upload-area[b-z5z2phlrhy] {
    border: 2px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-area:hover[b-z5z2phlrhy] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-lighten);
}

.file-upload-area.dragover[b-z5z2phlrhy] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-lighten);
}

/* Chat-like appearance for tracking entries */
.tracking-entry[b-z5z2phlrhy] {
    position: relative;
}

.tracking-entry[b-z5z2phlrhy]::before {
    content: '';
    position: absolute;
    /*left: 20px;*/
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--mud-palette-primary-lighten);
}

.tracking-entry:last-child[b-z5z2phlrhy]::before {
    display: none;
}

/* Changes History Styles */
.changes-history[b-z5z2phlrhy] {
    max-height: 200px;
    overflow-y: auto;
}

/* Dark mode adjustments */
.mud-theme-dark .tracking-entry[b-z5z2phlrhy] {
    background: var(--mud-palette-surface);
    border-color: var(--mud-palette-divider);
}

.mud-theme-dark .tracking-entry.internal-entry[b-z5z2phlrhy] {
    /*background: rgba(var(--mud-palette-warning-rgb), 0.1);*/
    /*border-left: 10px solid #fce303;*/
    border-left: 18px solid #FFA000;
    padding-left: 0px;
}

.mud-theme-dark .file-upload-area:hover[b-z5z2phlrhy] {
    background: rgba(var(--mud-palette-primary-rgb), 0.1);
}

.mud-theme-dark .tracking-card[b-z5z2phlrhy],
.mud-theme-dark .properties-card[b-z5z2phlrhy] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
}

/* Form spacing improvements */
.mud-stack > .mud-input-control[b-z5z2phlrhy] {
    margin-bottom: 8px;
}

.mud-select > .mud-input-control[b-z5z2phlrhy] {
    margin-bottom: 8px;
}

/* Custom scrollbar for tracking content */
.tracking-content[b-z5z2phlrhy]::-webkit-scrollbar {
    width: 6px;
}

.tracking-content[b-z5z2phlrhy]::-webkit-scrollbar-track {
    background: var(--mud-palette-grey-lighten-4);
    border-radius: 3px;
}

.tracking-content[b-z5z2phlrhy]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-grey);
    border-radius: 3px;
}

.tracking-content[b-z5z2phlrhy]::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-grey-darken-1);
}

/* Loading states */
.saving-overlay[b-z5z2phlrhy] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.mud-theme-dark .saving-overlay[b-z5z2phlrhy] {
    background: rgba(0, 0, 0, 0.8);
}

/* Card header improvements */
.tracking-card .mud-card-header[b-z5z2phlrhy],
.properties-card .mud-card-header[b-z5z2phlrhy] {
    background: var(--mud-palette-primary-lighten);
    border-bottom: 1px solid var(--mud-palette-lines-default);
    padding: 16px 20px;
}

.tracking-card .mud-card-header .mud-typography[b-z5z2phlrhy],
.properties-card .mud-card-header .mud-typography[b-z5z2phlrhy] {
    color: var(--mud-palette-primary-darken);
    font-weight: 600;
}

.mensajeNoMostrarCliente .spanMessage[b-z5z2phlrhy] {
    background-color: #FFA000;
} 
/* _content/Warden.Web/Components/Pages/Tickets/Index.razor.rz.scp.css */
/* Estilos para las tarjetas de filtro */
.filter-card[b-klmwcodxvy] {
    background: var(--mud-palette-surface);
    border: 2px solid var(--mud-palette-divider);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-card:hover[b-klmwcodxvy] {
    background: var(--mud-palette-action-hover);
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.filter-card-active[b-klmwcodxvy] {
    background: var(--mud-palette-primary) !important;
    border: 2px solid var(--mud-palette-primary-darken) !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(var(--mud-palette-primary-rgb), 0.3) !important;
    transform: translateY(-1px);
    color: var(--mud-palette-primary-contrasttext) !important;
}

.filter-card-active:hover[b-klmwcodxvy] {
    background: var(--mud-palette-primary-darken) !important;
    border-color: var(--mud-palette-primary-darken) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(var(--mud-palette-primary-rgb), 0.4) !important;
}

/* Asegurar que el texto sea visible en tarjetas activas */
.filter-card-active .mud-text[b-klmwcodxvy] {
    color: var(--mud-palette-primary-contrasttext) !important;
}

.filter-card-active .mud-icon[b-klmwcodxvy] {
    color: var(--mud-palette-primary-contrasttext) !important;
}

/* Estilos para tamaños de texto en columnas específicas */
.small-text[b-klmwcodxvy] {
    font-size: 0.75rem !important;
    line-height: 1.2;
}

.extra-small-text[b-klmwcodxvy] {
    font-size: 0.7rem !important;
    line-height: 1.1;
}

.title-text[b-klmwcodxvy] {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    line-height: 1.3;
}

.description-text[b-klmwcodxvy] {
    font-size: 0.7rem !important;
    line-height: 1.2;
    color: var(--mud-palette-text-secondary);
}

/* Ajustes para columnas compactas */
[b-klmwcodxvy] .compact-column {
    max-width: 120px !important;
    min-width: 80px !important;
}

[b-klmwcodxvy] .status-column {
    max-width: 100px !important;
    min-width: 80px !important;
}

[b-klmwcodxvy] .priority-column {
    max-width: 90px !important;
    min-width: 70px !important;
}

[b-klmwcodxvy] .severity-column {
    max-width: 90px !important;
    min-width: 70px !important;
}

/* Estilos para el texto truncado */
.text-muted[b-klmwcodxvy] {
    color: var(--mud-palette-text-secondary);
}

/* Estilos para mejorar la legibilidad de las columnas */
.fw-bold[b-klmwcodxvy] {
    font-weight: 600;
}

/* Espaciado para los chips */
.mud-chip[b-klmwcodxvy] {
    margin: 2px;
}

/* Estilo para las filas del grid */
.mud-table-row:hover[b-klmwcodxvy] {
    background-color: var(--mud-palette-action-hover);
}

/* Espaciado mejorado para los iconos en las columnas */
.mud-icon-small[b-klmwcodxvy] {
    margin-right: 4px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .filter-card[b-klmwcodxvy], .filter-card-active[b-klmwcodxvy] {
        min-height: 80px;
    }
}

@media (max-width: 768px) {
    .filter-card[b-klmwcodxvy], .filter-card-active[b-klmwcodxvy] {
        min-height: 60px;
    }
    
    .small-text[b-klmwcodxvy] {
        font-size: 0.7rem !important;
    }
    
    .extra-small-text[b-klmwcodxvy] {
        font-size: 0.65rem !important;
    }
} 
/* _content/Warden.Web/Components/Pages/Users/Profile.razor.rz.scp.css */
/* Profile page specific styles */

.profile-header[b-0y7bpisqf0] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.profile-card[b-0y7bpisqf0] {
    transition: all 0.3s ease;
}

.profile-card:hover[b-0y7bpisqf0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.password-section[b-0y7bpisqf0] {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

.font-weight-medium[b-0y7bpisqf0] {
    font-weight: 500;
}

.text-muted[b-0y7bpisqf0] {
    color: #6c757d;
    font-style: italic;
} 
/* _content/Warden.Web/Components/Shared/ComponentPalette.razor.rz.scp.css */
/* Panel lateral fijo - Solo lo esencial */
.component-palette-panel[b-3q0x328axd] {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 1000;
}

/* Scrollbar personalizado */
.component-palette-panel[b-3q0x328axd]::-webkit-scrollbar {
    width: 8px;
}

.component-palette-panel[b-3q0x328axd]::-webkit-scrollbar-track {
    background: var(--mud-palette-background-grey);
}

.component-palette-panel[b-3q0x328axd]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-grey-default);
    border-radius: 4px;
}

.component-palette-panel[b-3q0x328axd]::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-grey-darken);
}

/* Contenedor del preview 3D */
.preview-container[b-3q0x328axd] {
    position: relative;
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 8px;
    overflow: hidden;
}

.preview-canvas[b-3q0x328axd] {
    width: 100%;
    height: 100%;
    display: block;
}

.preview-fallback[b-3q0x328axd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

/* Tarjeta arrastrable */
.system-model-card[b-3q0x328axd] {
    cursor: grab;
    user-select: none;
}

.system-model-card:active[b-3q0x328axd] {
    cursor: grabbing;
}

/* Efecto cuando se está arrastrando */
:global(body.dragging-system)[b-3q0x328axd] {
    cursor: grabbing !important;
}

/* Zona de drop activa en el mapa */
:global(#hydraulicMap3D.drop-zone-active)[b-3q0x328axd] {
    outline: 3px dashed var(--mud-palette-primary);
    outline-offset: -3px;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05);
}

/* Responsive */
@media (max-width: 768px) {
    .component-palette-panel[b-3q0x328axd] {
        width: 100%;
        height: auto;
        max-height: 50vh;
        bottom: 0;
        top: auto;
        border-radius: 16px 16px 0 0;
    }
    
    :global(.map-wrapper-with-panel)[b-3q0x328axd] {
        margin-left: 0 !important;
    }
}

/* _content/Warden.Web/Components/Shared/DevicePalette.razor.rz.scp.css */
/* Panel lateral de dispositivos */
.device-palette-panel[b-yx4h3sdajo] {
    position: fixed;
    left: 280px; /* Al lado del ComponentPalette */
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 999;
    background: white;
    overflow: hidden;
}

/* Tarjeta de dispositivo arrastrable */
.device-item-card[b-yx4h3sdajo] {
    cursor: grab;
    transition: transform 0.2s, box-shadow 0.2s;
}

.device-item-card:hover[b-yx4h3sdajo] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.device-item-card:active[b-yx4h3sdajo] {
    cursor: grabbing;
}

/* Scrollbar personalizado */
.device-palette-panel[b-yx4h3sdajo] (.mud-stack) {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.device-palette-panel[b-yx4h3sdajo] (.mud-stack)::-webkit-scrollbar {
    width: 6px;
}

.device-palette-panel[b-yx4h3sdajo] (.mud-stack)::-webkit-scrollbar-track {
    background: transparent;
}

.device-palette-panel[b-yx4h3sdajo] (.mud-stack)::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.device-palette-panel[b-yx4h3sdajo] (.mud-stack)::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

/* _content/Warden.Web/Components/Shared/ProcessMap/ProcessMap.razor.rz.scp.css */
.process-map-wrapper[b-5sl9kfmsmr] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.process-map-placeholder[b-5sl9kfmsmr] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.process-map-canvas[b-5sl9kfmsmr] {
    width: 100%;
    height: 100%;
}

.process-map-indicators[b-5sl9kfmsmr] {
    position: absolute;
    right: 0;
    top: 8px;
    width: 200px;
    max-height: 95%;
    overflow-y: auto;
    z-index: 1050;
    pointer-events: auto;
    background: transparent;
}

.process-map-bottom-panel[b-5sl9kfmsmr] {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(520px, 92%);
    z-index: 1050;
}

.process-map-panel-tab[b-5sl9kfmsmr] {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/* Toggleable item rows (points / markers / polygons / lines) */
.process-map-point[b-5sl9kfmsmr] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 0;
}

/* Keep the checkbox and avatar from shrinking so the name gets the remaining width. */
.process-map-point[b-5sl9kfmsmr]  .mud-avatar,
.process-map-point[b-5sl9kfmsmr]  .mud-checkbox {
    flex-shrink: 0;
}

.process-map-point-name[b-5sl9kfmsmr] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8125rem;
    line-height: 1.2;
}
/* _content/Warden.Web/Components/Shared/ReadOnly3DMap/ReadOnly3DMap.razor.rz.scp.css */
.readonly-3d-map-container[b-03squ2od3n] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Wrapper for map and floating panel - this is the key container */
.readonly-3d-map-wrapper[b-03squ2od3n] {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 500px;
}

.readonly-3d-map[b-03squ2od3n] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Loading state - centered in wrapper */
.readonly-3d-map-loader[b-03squ2od3n] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    background: rgba(255, 255, 255, 0.9);
}

/* Floating panel for model list - positioned in top-right corner */
[b-03squ2od3n] .readonly-3d-map-panel {
    width: max-content;

}

[b-03squ2od3n] .readonly-3d-map-list {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: 0;
}

/* Custom scrollbar for the list */
[b-03squ2od3n] .readonly-3d-map-list::-webkit-scrollbar {
    width: 6px;
}

[b-03squ2od3n] .readonly-3d-map-list::-webkit-scrollbar-track {
    background: transparent;
}

[b-03squ2od3n] .readonly-3d-map-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

[b-03squ2od3n] .readonly-3d-map-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


[b-03squ2od3n] .readonly-3d-map-list .mud-list-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .readonly-3d-map-container[b-03squ2od3n] {
        min-height: 400px;
    }

    .readonly-3d-map-wrapper[b-03squ2od3n] {
        min-height: 400px;
    }

    .readonly-3d-map[b-03squ2od3n] {
        min-height: 400px;
    }
    
    .readonly-3d-map-panel[b-03squ2od3n] {
        max-width: 200px !important;
        width: 200px !important;
        right: 8px;
        top: 8px;
    }
    
    .readonly-3d-map-list[b-03squ2od3n] {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .readonly-3d-map-container[b-03squ2od3n] {
        min-height: 300px;
    }

    .readonly-3d-map-wrapper[b-03squ2od3n] {
        min-height: 300px;
    }

    .readonly-3d-map[b-03squ2od3n] {
        min-height: 300px;
    }
    
    .readonly-3d-map-panel[b-03squ2od3n] {
        max-width: 180px !important;
        width: 180px !important;
        right: 8px;
        top: 8px;
    }
    
    .readonly-3d-map-list[b-03squ2od3n] {
        height: 250px;
    }
}

/* Azure Maps control styling */
.readonly-3d-map .atlas-control-container[b-03squ2od3n] {
    z-index: 1000;
}

/* Loading and error states */
.readonly-3d-map-container .mud-stack[b-03squ2od3n] {
    min-height: 200px;
}
