.forescout-chart {
  width: 100%;
}
.forescout-chart .apexcharts-legend {
  gap: 0.25em;
}
.forescout-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
  overflow: initial;
}
.forescout-chart .apexcharts-legend.apx-legend-position-bottom {
  gap: 2em;
  overflow: initial;
}
.forescout-chart .apexcharts-legend-series {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25em;
}
.forescout-chart .apexcharts-legend-marker {
  flex: 0 0 auto;
  margin: 0;
}
.forescout-chart .apexcharts-legend-text {
  line-height: 1.2;
}
/*# sourceMappingURL=apex-charts.css.map */