.comb-light {
  background-color: #ffffff;
  color: #000;
}
.comb-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.comb-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-light {
  background-color: #ffffff;
  color: #000000;
}
.theme-light a,
.theme-light a:visited {
  color: #5d5d5d;
}
.theme-light a:hover,
.theme-light a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.theme-semi-dark a,
.theme-semi-dark a:visited {
  color: #ffffff;
}
.theme-semi-dark a:hover,
.theme-semi-dark a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark ul:not(.mega-menu-column) {
  background-color: #5d5d5d;
}
.theme-semi-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #2a2a2a;
}
.theme-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-dark a,
.theme-dark a:visited {
  color: #ededed;
}
.theme-dark a:hover,
.theme-dark a:visited:hover {
  color: #f3b04e;
}
.theme-dark ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.theme-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.select2 {
  margin-bottom: 10px;
}
.select2-dropdown {
  background-color: #5d5d5d;
  color: #ffffff;
}
.select2-dropdown a,
.select2-dropdown a:visited {
  color: #ffffff;
}
.select2-dropdown a:hover,
.select2-dropdown a:visited:hover {
  color: #f3b04e;
}
.select2-dropdown ul:not(.mega-menu-column) {
  background-color: #5d5d5d;
}
.select2-dropdown ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #2a2a2a;
}
/*display*/

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e0e0;
}
.modal-edit-ui .select2-container--default .select2-selection--single,
.modal-edit-ui .select2-container--default .select2-selection--multiple {
  background-color: transparent;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
  border: 1px solid #f3b04e;
}
/*drop-down*/

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #e0e0e0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #5d5d5d;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333;
  color: #f3b04e;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #333;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #333;
}
.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #333;
  -webkit-box-shadow: 1px 2px gray;
  -moz-box-shadow: 1px 2px gray;
  box-shadow: 1px 2px gray;
}
