.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: transparent;
  border: 1px solid #999;
}

.choices__item--selectable {
  background-color: transparent;
  color: #ffffff;
  z-index: 10000;
}


.choices__item--selectable.is-highlighted {
  background-color: #3b3b3b !important;
  color: #c39a48;
}

.choices__inner{
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}

#user_form .choices__inner{
  background-color: #212121;
}


#registration .choices__inner,
#contact      .choices__inner{
  background-color: #212121;
  border-radius: 50px;
  color: #999;
}

#company_form .choices__item--selectable,
#registration .choices__item--selectable,
#contact .choices__item--selectable{ 
  background-color: #212121;
  color: #999;
}


#user_form .choices__list--dropdown,
#contact .choices__list--dropdown,
#contact .choices__list[aria-expanded],
#company_form .choices__list--dropdown,
#company_form .choices__list[aria-expanded] {
  background-color: #212121;
}