/* Because typeahead set a transparent background */
#quality-aggregate-form .item-parametre .typeahead {
  background-color: #fff !important;
}

#quality-aggregate-form .item-parametre .btn.close {
  position: absolute;
  margin-right: 0.62rem;
  right: 0;
}

#quality-aggregate-form .legend {
  margin-top: 1.5rem;
}

#quality-aggregate-form .spinner {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.icon-recharge::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/recharge.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
