form img {
  max-height: 500px;
}
form .layout-paragraphs-add-more-menu__group--content .paragraph-type-bg_image{
  display: none;
}
form .paragraph .layout .paragraph-type-bg_image:not(.hidden) {
  display: block;
}

.entity-moderation-form {
  margin: 2em auto;
  max-width: 1360px;
}
.layout-paragraphs-field .layout-paragraphs-layout-region {
  border-color:#CCC;
}

/*form .paragraph .layout-paragraphs-layout-region--top,*/
form .paragraph .layout-paragraphs-layout-region--bottom {
  display: none;
}

form .book-outline-form {
  display: none;
}

form.node-exhibition-form .book-outline-form,
form.node-exhibition-edit-form .book-outline-form,
form.node-book-form .book-outline-form,
form.node-book-edit-form .book-outline-form {
  display: block;
}
.field--name-field-spacing .form-checkboxes {
  columns: 2;
}
.field--name-field-spacing .form-checkboxes .form-item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

form .bundle-settings td{
  background:#e8eaf3;
}

/*form .paragraph--type--bg-image {*/
/*  padding-top: 100%*/
/*}*/

form .teaser-featured.paragraph--type--captioned-image .b-media-wrapper .media {
  height: 29vw;
  max-height: 308px;
}

form .paragraph.paragraph--type--bg-image {
  height: 100%;
}

form .paragraph.paragraph--type--bg-image figure {
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

form .layout-paragraphs-item[data-paragraph-type="bg_image"] {
  height: 100%
}

form .paragraph--type--bg-image .field--name-field-media {
  height: 100%;
}

#drupal-off-canvas button.color_field_widget_box__square, .color_field_widget_box__square,
#drupal-off-canvas button.color_field_widget_box__square--transparent, .color_field_widget_box__square--transparent{
  width: 20px !important;
  height: 20px !important;
  background-size: cover;
}
#drupal-off-canvas button.color_field_widget_box__square.active, .color_field_widget_box__square.active,
#drupal-off-canvas button.color_field_widget_box__square--transparent.active, .color_field_widget_box__square--transparent.active,
#drupal-off-canvas button.color_field_widget_box__square:hover, .color_field_widget_box__square:hover,
#drupal-off-canvas button.color_field_widget_box__square--transparent:hover, .color_field_widget_box__square--transparent:hover{
  width: 32px !important;
  height: 32px !important;
}

.select2-container--claro .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  background-color: #BE1512 !important;
  color: #fff !important;
  border-color: transparent;
  height: 1rem;
}
.select2-container--claro.select2-container--focus .select2-selection--multiple, .select2-container--claro .select2-selection{
  min-height: 3rem !important;
}
