.select2-search--inline::before,
.select2-selection__choice::before {
  content: none;
  margin-left: none;
}

.select2-selection--multiple {
  border: solid var(--cbs-dark-blue) 1px !important;
  border-radius: var(--cbs-border-radius) !important;
}

.select2-selection--multiple {
  min-height: 49.4px;
  margin-bottom: 10px;
}

.select2-selection__choice {
  padding: 6px 12px !important;
}

.select2-selection__choice__remove {
  margin-right: var(--spacing-small) !important;
}

.highcharts-arearange-series.highcharts-color-0 {
  fill: rgba(119, 203, 229, 0.6);
  stroke: none;
}

.highcharts-arearange-series.highcharts-color-1 {
  fill: rgba(61, 149, 212, 0.6);
  stroke: none;
}

.highcharts-arearange-series.highcharts-color-2 {
  fill: rgba(237, 240, 199, 0.6);
  stroke: none;
}

.highcharts-arearange-series.highcharts-color-3 {
  fill: rgba(133, 188, 34, 0.6);
  stroke: none;
}

.highcharts-arearange-series.highcharts-color-4 {
  fill: rgba(248, 193, 217, 0.6);
  stroke: none;
}

.mapchart-year-container {
  max-width: 200px;
  margin-bottom: 20px;
}

.row > .select {
  margin-bottom: 16px;
}
