.bgInputs .bootstrap-select > .dropdown-toggle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: red; */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px 0;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
