body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .field-item-wrapper {
  display: flex;
  padding: 0.5rem;
  margin-top: 1rem;
  border: 1px solid #ccc;
  justify-content: space-between;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .label {
  width: 200px;
  display: inline-block;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .form-fields-header .warning {
  color: #7a0000;
  font-weight: 550;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .text {
  /* width: 200px; */
  display: inline-block;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .form-fields-content {
  margin-top: 1rem;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .modal-form-builder-field .admin-form-actions {
  display: none;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .modal-form-builder-field .admin-form-container {
  margin-top: 0;
  padding: 0;
}
body[data-request-plugin="Croisix/FormBuilder"].page-admin-forms-edit .modal-form-builder-field .admin-form-container .admin-form-section:first-child {
  margin-top: 0;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-hidden {
  display: none;
}
body[data-request-plugin="Croisix/FormBuilder"] .generic-table-admin-dataexchanges-index .column-file .mdi {
  font-size: 1rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #bbb;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container > div.title {
  background-color: #e7e7e7;
  border-bottom: 0.5px solid #ccc;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .title {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding: 0.25rem 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .title .icon {
  margin-right: 0.25rem;
  font-size: 1.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .title .icon.mdi-export {
  font-size: 1.3rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form {
  padding: 0.25rem 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .select2-container, body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form select, body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form input[type=file] {
  min-width: 300px;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .select2-container, body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .select2-search__field {
  cursor: pointer;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .file {
  font-weight: 500;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .file ::file-selector-button {
  margin-right: 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form input[type=submit], body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-form form .btn {
  margin-left: 1rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result > div {
  margin-bottom: 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .mdi {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: #d7d7d7;
  padding: 0.5rem 0.5rem 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-details {
  padding: 0.25rem 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-sheet-name {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-sheet-data-errors, body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-sheet-data-infos {
  margin-bottom: 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-sheet-data {
  margin-left: 1rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .exchanges-result .result-sheet-data .text-line {
  margin-bottom: 0.5rem;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .success {
  color: darkgreen;
}
body[data-request-plugin="Croisix/FormBuilder"] .exchanges-form-container .error {
  color: darkred;
}

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