/* Fix white text on white background in permissions box */

.selector select,
.selector-available select,
.selector-chosen select,
.filtered,
select[multiple] {
  background: #ffffff !important;
  color: #111111 !important;
}

.selector option,
.selector-available select option,
.selector-chosen select option,
.filtered option,
select[multiple] option {
  background: #ffffff !important;
  color: #111111 !important;
}

.selector option:checked,
.selector-available select option:checked,
.selector-chosen select option:checked,
.filtered option:checked,
select[multiple] option:checked {
  background: #2b6cb0 !important;
  color: #ffffff !important;
}
