.requestConfigWrapper .label,  .yasr_plugin_control .label {
    color: #505050;
    border: none;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  justify-content: space-between;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* TODO: Afficher quand la gestion de contenu sera prête dans Thessa */
#yasr_help_button {
  display: none
}

.user-form-row {
  margin-top: 15px;
}

#motDePasse-feedback, #motDePasseConf-feedback {
  font-size: 0.7em;
  line-height: 0.8em;
}
