.select2 {width: 100% !important;}
.selection { display: block !important;}
.select2-selection__rendered {line-height: 40px; padding-left: 0 !important;}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: visible;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  padding: 0 10px;
  font-size: 1.3rem;
  border: 1px solid #e2e7ea;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
}

.lg .select2-container--default .select2-selection--single {
  line-height: 50px;
  height: 50px;
}

.form_error + .select2-container--default .select2-selection--single {
  border: #E31A1F 1px solid !important;
  color: #E31A1F !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  height: 40px;
}

.lg .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e7ea;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #111;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-dropdown {
  font-size: 1.3rem;
  border: 1px solid #e2e7ea;
  border-radius: 8px;
  box-sizing: border-box;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #1560fd;
  background-color: #f2f2f2;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f2f2f2;
}

.select2-container--default .select2-selection--single:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1560fd;
}


.searchStampContact + .select2-container--default .select2-selection--single {
  display: block;
  padding: 0 15px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #d2d8dc;
  box-sizing: border-box;
}

.searchStampContact + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  height: 48px;
}


.searchApprovalLine + .select2-container--default .select2-selection--single {
  line-height: 50px;
  height: 50px;
  padding-left: 14px;
}

.searchApprovalLine + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  height: 50px;
  font-size: 1.4rem;
  color: #1560fd;
}
