/**
 * Bootstrap/Radix form-control does not reset background-repeat, so Drupal's
 * autocomplete loading throbber tiles across the whole field. Force a single
 * throbber pinned to the right.
 */
input.form-autocomplete.ui-autocomplete-loading,
.form-control.ui-autocomplete-loading,
.ui-autocomplete-loading,
input[data-drupal-selector].ui-autocomplete-loading {
  background-repeat: no-repeat !important;
  background-position: right 0.6rem center !important;
  background-size: 1rem 1rem !important;
}
