/**
 * @file
 * Visual styles for Bootstrap's form components.
 */
.form-required::after {
  content: "*";
  display: inline-block;
  margin: 0 0.3em;
  color: var(--cl-danger);
}

form .form-actions {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
form .filter-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
form .form-type-textarea {
  margin-bottom: 0;
}

.link-edit-summary {
  border: 0;
  background: none;
  text-decoration: underline;
  color: var(--cl-link-color);
}

.image-button.form-control {
  border: none;
}
/*# sourceMappingURL=form.css.map */
