.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 1.18rem + 2px) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 1.18rem);
  color: rgba(109, 110, 113, 0.7);
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #1b223c transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  line-height: calc(1.5em + 1.18rem);
  color: #495057;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.59rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.55rem;
}

.select2-results__message {
  color: #6d6e71;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 1.18rem + 2px) !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.5rem;
  margin: 0;
  list-style: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: 1rem;
  margin-top: calc(0.59rem - 2px);
  margin-right: 0.5rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #b1b9d8;
  border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #b1b9d8;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1b223c;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: 0.7em;
  float: none;
  margin-right: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #8ac75b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(138, 199, 91, 0.9);
  border-radius: 0.55rem;
}

.was-validated .form-control:valid ~ .select2-container--bootstrap4 .select2-selection, .form-control.is-valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #8ac75b;
  padding-right: calc(1.5em + 1.18rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#8ac75b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.75em + 0.59rem);
  background-size: calc(0.75em + 0.59rem) calc(0.75em + 0.59rem);
}
.was-validated .form-control:valid ~ .select2-container--bootstrap4 .select2-selection:focus, .form-control.is-valid ~ .select2-container--bootstrap4 .select2-selection:focus {
  border-color: #8ac75b;
  box-shadow: 0 0 0 0.2rem rgba(138, 199, 91, 0.25);
}
.was-validated .form-control:valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-feedback,
.was-validated .form-control:valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-tooltip, .form-control.is-valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-feedback,
.form-control.is-valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-select:valid ~ .select2-container--bootstrap4 .select2-selection, .custom-select.is-valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #8ac75b;
  padding-right: calc(0.75em + 2.885rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%238ac75b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.59rem) calc(0.75em + 0.59rem) no-repeat;
}
.was-validated .custom-select:valid ~ .select2-container--bootstrap4 .select2-selection:focus, .custom-select.is-valid ~ .select2-container--bootstrap4 .select2-selection:focus {
  border-color: #8ac75b;
  box-shadow: 0 0 0 0.2rem rgba(138, 199, 91, 0.25);
}
.was-validated .custom-select:valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-feedback,
.was-validated .custom-select:valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-tooltip, .custom-select.is-valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-feedback,
.custom-select.is-valid ~ .select2-container--bootstrap4 .select2-selection ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #db282f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(219, 40, 47, 0.9);
  border-radius: 0.55rem;
}

.was-validated .form-control:invalid ~ .select2-container--bootstrap4 .select2-selection, .form-control.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #db282f;
  padding-right: calc(1.5em + 1.18rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#db282f' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#db282f' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.75em + 0.59rem);
  background-size: calc(0.75em + 0.59rem) calc(0.75em + 0.59rem);
}
.was-validated .form-control:invalid ~ .select2-container--bootstrap4 .select2-selection:focus, .form-control.is-invalid ~ .select2-container--bootstrap4 .select2-selection:focus {
  border-color: #db282f;
  box-shadow: 0 0 0 0.2rem rgba(219, 40, 47, 0.25);
}
.was-validated .form-control:invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-tooltip, .form-control.is-invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-feedback,
.form-control.is-invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid ~ .select2-container--bootstrap4 .select2-selection, .custom-select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #db282f;
  padding-right: calc(0.75em + 2.885rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db282f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db282f' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.59rem) calc(0.75em + 0.59rem) no-repeat;
}
.was-validated .custom-select:invalid ~ .select2-container--bootstrap4 .select2-selection:focus, .custom-select.is-invalid ~ .select2-container--bootstrap4 .select2-selection:focus {
  border-color: #db282f;
  box-shadow: 0 0 0 0.2rem rgba(219, 40, 47, 0.25);
}
.was-validated .custom-select:invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-tooltip, .custom-select.is-invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-feedback,
.custom-select.is-invalid ~ .select2-container--bootstrap4 .select2-selection ~ .invalid-tooltip {
  display: block;
}

.select2-container--bootstrap4 .select2-selection--single.custom-select .select2-selection__rendered {
  padding-left: unset;
  padding-right: unset;
  line-height: unset;
}
.select2-container--bootstrap4 .select2-selection--single.custom-select .select2-selection__arrow {
  visibility: hidden;
}

.select2-container--bootstrap4 .select2-selection--multiple.custom-select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: unset;
  min-height: calc(1.5em + 1.18rem + 2px);
}
.select2-container--bootstrap4 .select2-selection--multiple.custom-select .select2-selection__rendered {
  line-height: calc(0.875rem * 1.5 + 0.6em);
}

.select2-container {
  display: block;
}
.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}

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

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.55rem;
  width: 100%;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #13cae1;
  box-shadow: 0 0 0 0.2rem rgba(37, 123, 216, 0.25);
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e4e7f2;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #257BD8;
  color: #f5f6fa;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6d6e71;
}
.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #6d6e71;
  color: #f5f6fa;
  float: right;
  margin-right: 0.3em;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #1b223c;
}