

/* breakpoints */
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}


.list-source.not-active { opacity: .35; filter: grayscale(1); }
.line.not-active, .source-line.not-active { background-color: #CBCBCB !important; }
.line.not-active::before, .source-line.not-active::before { border-top: none !important; }

.line.not-active::after, .source-line.not-active::after  {
  border-top-color: #CBCBCB !important;

}

.dashboard-content .energy-list.--4-column {
  grid-template-columns: repeat(4, 1fr);
}

.--h-Daily-power {
  height:  auto !important;
}