.toolbar-menu-administration ul.toolbar-menu > li.menu-item__tools {
  display: none;
}
form.entity-clone-form > *:not(.form-actions) {
  display: none !important;
}
form.node-form .field--type-image .form-type--managed-file .form-item__description {
  position: relative !important;
  width: auto;
  height: auto;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection {
  display: inline-block;
  min-height: 55px;
  width: 100%;
  height: auto;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection .select2-selection__rendered {
  width: max-content;
  max-width: 100%;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection .select2-search .select2-search__field {
  line-height: 3.25rem;
  height: 3.25rem;
  font-size: 1rem;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection__choice {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 0.5rem;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection__choice .select2-selection__choice__remove {
  border: 0;
  background-color: transparent;
  width: 20px;
}
form.node-form .form-type--select .select2-container.select2-container--gin .select2-selection__choice .select2-selection__choice__remove::before {
  background-color: #000;
  left: 0;
}
form.webform-bulk-form input[data-drupal-selector="edit-apply-below"] {
  display: none;
}
form.node-career-form [data-drupal-selector="edit-field-block-2-text-image-blocks"] .field--name-field-layout-direction,
form.node-career-edit-form [data-drupal-selector="edit-field-block-2-text-image-blocks"] .field--name-field-layout-direction {
  /*  display: none; */
}
.select2-container.select2-container--gin .select2-results__option.select2-results__option--selected {
  background-color: #e9ecf1;
}
.select2-container.select2-container--gin .select2-results__option.select2-results__option--highlighted {
  background-color: #043cad;
}
.ck-editor {
  word-break: break-word !important;
}
/* .ck-content {
    .image {
        display: contents !important;
    }
} */
#block-gin-local-actions {
  text-align: right;
  /* .local-actions {
        max-width: 620px;
    } */
}
