select {
  width: 100%;
}

/*** select-table  ***/

.select-table .select2-container {
  font-size: 16px;
}

.select-table .select2-results__option {
  font-size: 16px;
}

.select-table .select2-container .select2-selection--single {
  height: 36px;
  padding: 8px 12px;
}

.select-table .select2-container--default .select2-selection--single {
  border-radius: 12px;
  /* border: none !important; */
}

.select-table.dark .select2-container--default .select2-selection--single {
  background: #EDEDED !important;
}

.select-table .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 21px;
}

.select-table .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 8px 0px 8px;
}

/*** t1-selector ***/

.t1-selector .select2-container {
  font-size: 18px;
}

.t1-selector .select2-results__option {
  font-size: 18px;
}

.t1-selector .select2-container .select2-selection--single {
  height: 36px;
}

.t1-selector .select2-container--default .select2-selection--single {
  border-radius: 12px;
  border: none !important;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 24px;
  right: 21px;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 8px 0px 8px;
}

/*** t1-selector  ***/

.t1-selector {
  position: relative;
  border-radius: 12px;
  background: #F0F0F0;
}

.t1-selector .select2-container {
  font-size: 16px;
}

.t1-selector .select2-results__option {
  font-size: 16px;
}

.t1-selector .select2-container .select2-selection--single {
  height: 36px;
}

.t1-selector .select2-container--default .select2-selection--single {
  border-radius: 12px;
  border: none !important;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  border-radius: 12px;
  background: #F0F0F0;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 21px;
}

.t1-selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0px 6px;
}

/*** all ***/

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0px 6px 6px 6px !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}

.swal2-modal .select2 {
  display: none !important;
}
