/*
* Select2 - Modo Dark
*/

body[data-theme-version='dark'] .select2-container .select2-choice,
body[data-theme-version='dark'] .select2-container .select2-choices,
body[data-theme-version='dark'] .select2-container .select2-choices .select2-search-field input {
  border-radius: 1rem;
  color: #ffffff;
  background-color: #212130;
  border-color: #2e2e42;
  height: 2.5rem;
  line-height: 1.5;
}

body[data-theme-version='dark'] .select2-choice > span:first-child,
body[data-theme-version='dark'] .select2-chosen {
  padding: 10px 12px;
}

body[data-theme-version='dark'] .select2-input {
  color: #ffffff;
  background: #212130 url(select2.png) no-repeat 100% -22px !important;
}

body[data-theme-version='dark'] .select2-drop {
  color: #ffffff;
  background-color: #212130;
}

body[data-theme-version='dark'] .select2-results {
  color: #ffffff;
  background-color: #212130;
}
