.select2-container--default .selection {
  width: 100%; }

.select2-container--default .select2-selection {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%; }

.select2-container--default .select2-selection--single {
  padding: 0rem 1.75rem .375rem 0rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d17a22' stroke-inecap='round'  stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'  /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select2-container--default[dir="rtl"] .select2-selection--single {
  background-position: left .75rem center;
  padding: .375rem .75rem .375rem 1.75rem; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: inherit; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 2px 0 0 4px;
  line-height: inherit;
  margin: 0;
  list-style: none; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 2px 4px 0 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.select2-container--default .select2-search--dropdown .select2-results__message {
  color: #6c757d; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  min-height: unset;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D9D9D9; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #5E5456;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  float: left;
  padding-right: 5px;
  margin: 0 1rem 5px 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  opacity: 0.5;
  padding: 0 0.1rem;
  margin-right: 0.15rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 1; }

.select2-container--default .select2-selection__clear, .select2-container--default .select2-search--inline {
  float: left;
  margin-left: 4px; }

.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--default .select2-container--disabled .select2-selection {
  background-color: #e9ecef;
  color: #7b758b;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--default .select2-container--disabled .select2-selection .select2-selection__choice {
  background-color: #e9ecef;
  color: #7b758b;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--default .select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.5; }

.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e9ecef; }

.select2-container--default .select2-results__option--highlighted {
  background-color: #0076d7;
  color: #fff; }

.select2-container--default .select2-results__option--highlighted .select2-results__option[aria-selected=true] {
  background-color: #0076d7;
  color: #fff; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 25vh;
  overflow-y: auto; }

.select2-container--default.select2-container--open .select2-selection {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding: 0 4px 0 0; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default[dir=rtl] .select2-selection__clear, .select2-container--default[dir=rtl] .select2-search--inline {
  float: right;
  margin-left: 0;
  margin-right: 4px; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin: 4px 4px 0 0; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0;
  margin-left: 0.15rem; }

.input-group .select2-container--default {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex: 1; }

.input-group .input-group-text ~ .select2-container--default .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group .select2-container--default:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group .select2-container--default[dir="rtl"]:not(:last-child) .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.input-group .input-group-text ~ .select2-container--default[dir="rtl"] .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group .input-group-text ~ .select2-container--default[dir="rtl"]:last-child .select2-selection {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/*# sourceMappingURL=select2-bootstrap5.css.map */
