@charset "UTF-8";
/**
 *Régles pour les formulaire pour surcharge celle de Boostrap5
 */
textarea.no-resize {
  resize: none;
}

.form-switch {
  padding: 0;
}
.form-switch .form-check {
  padding: 0;
}
.form-switch .form-check-input {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

form label {
  margin-bottom: 0.25rem;
  font-weight: 700;
}
form .has-clear {
  position: relative;
}
form .has-clear .form-control-clear {
  position: absolute;
  right: 0;
  top: 25px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  color: #6c757d;
}

/*# sourceMappingURL=form.css.map */
