#thematic_area_select + span.select2, #thematic_area_filter + span.select2 {
  width: 100% !important;
}
#thematic_area_select + span.select2 .select2-selection, #thematic_area_filter + span.select2 .select2-selection {
  background-color: #728fa5;
}
#thematic_area_select + span.select2 .select2-selection__rendered, #thematic_area_filter + span.select2 .select2-selection__rendered {
  color: #ffffff;
}
#thematic_area_filter + span.select2 .select2-selection__placeholder {
  color: #cdd6dd;
}
#thematic_area_select + span.select2 .select2-selection__arrow, #thematic_area_filter + span.select2 .select2-selection__arrow {
  background-image: url('../../../themes/polimilano/images/chevron-down-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#thematic_area_select + span.select2 .select2-selection__arrow > b, #thematic_area_filter + span.select2 .select2-selection__arrow > b {
  display: none;
}
