/* Select2 + Sarabun */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  font-family: "Sarabun", "Tahoma", sans-serif;
  font-size: 0.95rem;
  border-color: #bdc3c7;
  min-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 0.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #2980b9;
}

.select2-dropdown {
  font-family: "Sarabun", "Tahoma", sans-serif;
  font-size: 0.95rem;
  border-color: #bdc3c7;
  z-index: 1060;
}

.select2-search--dropdown .select2-search__field {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.4rem 0.5rem;
}

.toolbar .select2-container {
  vertical-align: middle;
}

.toolbar-select--calendar + .select2-container {
  min-width: 11rem;
}

.toolbar-select--dept + .select2-container {
  min-width: 10rem;
}

.toolbar-select--week + .select2-container {
  min-width: 5.5rem;
}

.modal .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2980b9;
}
