/* Componentes reutilizables para cuadros de mandos y resúmenes operativos. */
.nexus-dashboard {
	padding: 16px;
	background-color: #ffffff;
}

.nexus-dashboard-card,
.nexus-dashboard-kpi,
.nexus-dashboard-panel {
	border-radius: 8px;
}

.nexus-dashboard-kpi {
	overflow: hidden;
}

.nexus-dashboard-panel {
	overflow: hidden;
}

.nexus-dashboard-panel-header {
	border-radius: 8px 8px 0 0;
}

.nexus-dashboard-list-row {
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.nexus-dashboard-list-row.is-selected {
	box-shadow: inset 4px 0 0 #00bcd4;
}

.nexus-dashboard-empty {
	border-radius: 8px;
}
