@charset "UTF-8";

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
}

.select2-close-mask {
  background-color: #fff;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
}
