@import '_content/Acceliox.Common.Blazor/Acceliox.Common.Blazor.bundle.scp.css';

/* /Components/Dashboard/DashboardAssetTreeItem.razor.rz.scp.css */
.dashboard-tree-item[b-fiu01t4v88] {
    margin-top: 0.5rem;
}

.dashboard-tree-header[b-fiu01t4v88] {
    gap: 1rem;
}

.dashboard-tree-main[b-fiu01t4v88] {
    gap: 0.75rem;
}

.dashboard-audit-button[b-fiu01t4v88] {
    width: 36px;
    height: 36px;
    padding: 0;
}

.configuration-tree-toggle[b-fiu01t4v88] {
    width: 2.5rem;
    height: 2.5rem;
}

.configuration-tree-toggle--placeholder[b-fiu01t4v88] {
    display: inline-flex;
    width: 12px;
}

.dashboard-tree-actions[b-fiu01t4v88] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dashboard-tree-metrics[b-fiu01t4v88] {
    gap: 1.5rem;
    flex-wrap: wrap;
}

.dashboard-tree-balance[b-fiu01t4v88] {
    min-width: 220px;
}

.solar-history-diagram-container[b-fiu01t4v88] {
    flex: 1 1 280px;
    min-width: 360px;
    width: 360px;
}

.configuration-tree-children[b-fiu01t4v88] {
    margin-left: 24px;
    padding-left: 16px;
}
/* /Components/Timetable/InputTimetableDialog.razor.rz.scp.css */
.input-timetable-slot-deleted td[b-rrzmsf7dm1] {
    text-decoration: line-through;
    opacity: 0.6;
}
/* /Components/Timetable/SolarTimeSlotDiagram.razor.rz.scp.css */
.timetable-diagram[b-nuhpirbsnk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.timetable-diagram__canvas-wrapper[b-nuhpirbsnk] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0.5rem;
    align-items: stretch;
}

.timetable-diagram__y-axis[b-nuhpirbsnk] {
    position: relative;
    border-right: 0px solid var(--mud-palette-grey-lighten1, #d9d9d9);
    height: 100%;
    padding-right: 0.5rem;
}

.timetable-diagram__y-tick[b-nuhpirbsnk] {
    position: absolute;
    transform: translateY(50%);
    right: 0;
    font-size: 0.75rem;
    color: var(--mud-palette-grey-darken1, #6c6c6c);
}

.timetable-diagram__canvas[b-nuhpirbsnk] {
    position: relative;
    background: var(--mud-palette-grey-lighten5, #6c6c6c);
    border: 1px solid var(--mud-palette-grey-lighten1, #d9d9d9);
    border-radius: 8px;
    overflow: auto;
}

.timetable-diagram__content[b-nuhpirbsnk] {
    position: relative;
    min-height: 100%;
}

.timetable-diagram__grid[b-nuhpirbsnk] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.timetable-diagram__grid-line[b-nuhpirbsnk] {
    position: absolute;
    background-color: var(--mud-palette-grey-lighten1, #d9d9d9);
    opacity: 0.4;
}

.timetable-diagram__grid-line--horizontal[b-nuhpirbsnk] {
    left: 0;
    right: 0;
    height: 1px;
}

.timetable-diagram__grid-line--vertical[b-nuhpirbsnk] {
    top: 0;
    bottom: 0;
    width: 1px;
}

.timetable-slot[b-nuhpirbsnk] {
    position: absolute;
    bottom: 0;
    background: var(--mud-palette-success-main, #2e7d32);
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: grab;
    transition: box-shadow 0.2s ease;
}

.timetable-slot--readonly[b-nuhpirbsnk] {
    cursor: default;
    background: rgba(25, 118, 210, 0.35);
}

.timetable-slot:hover[b-nuhpirbsnk] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.timetable-slot__body[b-nuhpirbsnk] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: white;
    font-size: 0.75rem;
    gap: 0.25rem;
}

.timetable-slot__label[b-nuhpirbsnk] {
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.timetable-slot__tooltip[b-nuhpirbsnk] {
    position: absolute;
    top: -2rem;
    right: 0.5rem;
    display: flex;
    gap: 0.25rem;
    background: var(--mud-palette-surface, #ffffff);
    color: var(--mud-palette-text-primary, #1b1f24);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.timetable-slot__handle[b-nuhpirbsnk] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: rgba(255, 255, 255, 0.65);
    cursor: ew-resize;
    z-index: 2;
}

.timetable-slot__handle--start[b-nuhpirbsnk] {
    left: -4px;
    border-radius: 4px 0 0 4px;
}

.timetable-slot__handle--end[b-nuhpirbsnk] {
    right: -4px;
    border-radius: 0 4px 4px 0;
}

.timetable-diagram__x-axis-wrapper[b-nuhpirbsnk] {
    margin-left: 80px;
    overflow-x: auto;
}

.timetable-diagram__x-axis[b-nuhpirbsnk] {
    position: relative;
    height: 40px;
}

.timetable-diagram__x-tick[b-nuhpirbsnk] {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: var(--mud-palette-grey-darken1, #6c6c6c);
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-refresh-button[b-55nn0gnfwi] {
    position: relative;
    overflow: hidden;
}
/* /Pages/EnergyStatistics.razor.rz.scp.css */
.metric-filter-panel[b-gq0oeexfyg] {
    max-height: 420px;
    overflow-y: auto;
}

.metric-checkbox[b-gq0oeexfyg] {
    align-items: center;
}

.metric-checkbox .mud-checkbox-label[b-gq0oeexfyg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: normal;
}
/* /Pages/MetricComparison.razor.rz.scp.css */
.metric-filter-panel[b-dr3fjxf22c] {
    max-height: 420px;
    overflow-y: auto;
}

.metric-checkbox[b-dr3fjxf22c] {
    align-items: center;
}

.metric-checkbox .mud-checkbox-label[b-dr3fjxf22c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: normal;
}
