.select2-container--bootstrap-5 .select2-selection {
  border-radius: 0.375rem;
}
.form-floating .select2-container--bootstrap-5 .select2-selection {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating
  .select2-container--bootstrap-5
  .select2-selection
  > .select2-selection__rendered {
  margin-top: 0.6rem;
}
.form-floating > .form-select ~ label {
  z-index: 1;
}
.form-floating
  .select2-container--bootstrap-5
  .select2-selection
  .select2-selection__placeholder {
  font-size: 13px;
}

.input-group .form-floating:not(:first-child) input,
.input-group
  .form-floating:not(:first-child)
  .select2-container--bootstrap-5
  .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group .form-floating:not(:last-child) input,
.input-group
  .form-floating:not(:last-child)
  .select2-container--bootstrap-5
  .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.form-floating i.fas {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 15%;
  align-content: center;
  text-align: center;
}