.charts .chart-title h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #252525;
}
@media (max-width: 768px) {
  .charts .chart-title h3 {
    font-size: 0.9375rem;
  }
}
.charts .chart-title .print-chart {
  margin-left: 1rem;
}
.charts.chart-slave {
  margin-top: 3rem;
}
.charts.chart-slave:not(.active) {
  display: none;
}
.charts canvas {
  max-width: 100%;
  max-height: 600px !important;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.charts .chart-description {
  color: #ccc;
  font-size: 14px;
  margin-top: -50px;
  font-style: italic;
  margin-bottom: 100px;
}
.chart-render-error {
  color: #fff;
  border-radius: 30px;
  padding: 1rem;
  background: crimson;
  font-weight: bold;
  box-shadow: 4px 4px 0 0 #ddd;
}
.chart-render-error:before {
  content: "⛔";
  display: inline-block;
  margin-right: 0.5rem;
}
.charts-filter {
  margin: 1rem 0;
}
.charts-filter label {
  font-weight: bold;
  font-size: 13px;
  color: #252525;
}
@media (max-width: 576px) {
  .charts-filter label {
    display: block;
    margin: 0.5rem 0;
  }
}
@media (max-width: 576px) {
  .charts-filter .icl-select {
    margin: 0;
  }
}
