/* body{
    background-color: red !important;
} */

.select2-container--default .select2-selection--multiple {
  background-color: #f9f9f9 !important;
  border: none !important;
  padding: 0.655rem 3rem  0.755rem  1rem !important;
}

.select2-container--default .select2-selection--single {
  background-color: #f9f9f9 !important;
  border: none !important;
  padding: 8px 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* padding: 0.775rem 3rem 0.775rem 1rem !important; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 7px !important;
}
.select2-container .select2-selection--single{
  height: auto !important;
}
.select2-selection__placeholder{
  color: #000;
}
/* .select2-container--open .select2-dropdown--above {
    z-index: 999999 !important; 
}
.select2-container--open .select2-dropdown--above{
    z-index: 999999 !important; 
} */

.select2-container--open .select2-dropdown{
    z-index: 99999 !important;
}
.apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
  display: none;
}

#SvgjsSvg2016 .apexcharts-tooltip-text-y-label {
  display: none;
}
