
.select2{
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 3px;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 0 !important;
  margin: 0.125rem 0 0 !important;
}
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container--default .select2-selection--single {
  font-size: 0.8rem !important;
  border: 1px solid #ced4da;
}
.select2-results__option {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.8rem !important;
  padding: 0.25rem 1.5rem;
}
.select2-container--default:hover .select2-selection--single:hover {
  color: #999;
}
.select2-search--dropdown {
  padding: 4px 8px !important;
}
:focus {
  outline: 0px !important;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  border-radius: 0.25rem;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed !important;
}

.break-line .select2-results__option {
	white-space: pre-line !important;
	text-align: center !important;
}