.ief-form .fieldset-wrapper > .form-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ief-form .fieldset-wrapper > .form-wrapper:last-child {
  margin-bottom: 0;
}
.ief-form .fieldset-wrapper > .form-wrapper input {
  margin-left: 0;
}
.ief-entity-table .ief-row-entity td {
  width: unset !important;
}
.chosen-container-single.menu-parent-select {
  min-width: 435px;
}
.dropdown-btns-list {
  position: relative;
  outline: none;
  cursor: pointer;
  margin: 0 0 10px;
}
.dropdown-btns-list .paragraphs-dropbutton-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 200px;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0 0;
  width: 100%;
}
.dropdown-btns-list:hover .paragraphs-dropbutton-wrapper {
  display: block;
}
.dropdown-btns-list .paragraphs-dropbutton-wrapper .paragraphs-dropbutton-holder {
  background: #fcfcfa;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 18px;
}
.dropdown-btns-list .paragraphs-dropbutton-wrapper .button {
  display: block;
}
.button.button--nonprimary {
  border-color: #a6a6a6;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  color: #333;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
}

.form-wrapper.entities-list {
  margin-top: 1.75em;
}
.form-wrapper.entities-list .item-container {
  display: block;
  overflow: hidden;
  border-top: 1px solid #bfbfbf;
  margin: 10px 0 15px;
  padding: 15px 10px 0;
}
.form-wrapper.entities-list .item-container:first-child {
  border: none;
}
.form-wrapper.entities-list .item-container:before,
.form-wrapper.entities-list .item-container:after {
  content: " ";
  display: table;
}
.form-wrapper.entities-list .item-container:after {
  clear: both;
}
.form-wrapper.entities-list .item-container .media {
  float: left;
  width: 70%;
  margin: 0 1em 0 0;
}
.form-wrapper.entities-list .item-container .media.media-image {
  width: auto;
}
.form-wrapper.entities-list .item-container .media.media-document .field--name-name {
  font-weight: 700;
  margin-bottom: 7px;
}
.form-wrapper.entities-list .item-container > input {
  margin: 0 0 1em 10px;
  overflow: hidden;
}
.paragraphs-subform .seven-details {
  overflow: hidden;
}
.field--name-field-video .field--type-video-embed-field iframe {
  width: 100% !important;
}

.field-group-accordion-wrapper .field-group-accordion-item {
  overflow: visible;
}
.field-group-accordion-wrapper h3 span,
.field-group-accordion-wrapper h3 a {
  display: inline-block !important;
}
.field--name-moderation-state .form-wrapper {
  width: 100%;
  margin: 2em 0;
}
.field--name-moderation-state .form-wrapper:after {
 content: "";
 display: table;
 clear: both;
}
.field--name-moderation-state .form-wrapper .container-inline {
  float: left;
  margin: 0 2em 0 0;
  line-height: 26px;
}

.view-content .views-exposed-form .form--inline .form-item {
  display: inline-block;
  float: none;
}
.view-content .views-exposed-form input.form-autocomplete {
  max-width: 200px;
}
.media-library-item__preview {
  padding-bottom: 130px !important;
}
.view-media .media-library-item__preview {
  padding-bottom: 0 !important;
}

.video-embed-field-provider-youtube,
.video-embed-field-provider-vimeo {
  position: relative;
}

.video-embed-field-provider-youtube iframe,
.video-embed-field-provider-vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-field-provider-youtube:after,
.video-embed-field-provider-vimeo:after{
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.paragraph-type--calendar .field--name-field-block {
  display: none;
}

.node-form.node-property-details-form .media-library-item .media-library-item__preview {
  padding-bottom: 70px !important;
}

.node-form.node-property-details-form .media-library-item .field--name-field-image img {
  width: 100%;
}

.textfield_counter_counter .remaining_count {
  font-weight: bold;
}

[data-drupal-selector^="edit-field-social-image"] .media-library-item__preview {
  padding-bottom: 20px !important;
}

.views-table .views-field-filename {
  word-wrap: normal;
  word-break: break-all;
}

@media (min-width: 64em) {
  body.path-admin {
    width: 100%;
    overflow-x: scroll;
  }

  body.path-admin::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  body.path-admin::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  body.path-admin::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .5);
  }
}

.ui-dialog .ui-widget-content.ui-dialog-content {
  -webkit-overflow-scrolling: touch;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui-dialog.entity-browser-modal .ajax-progress-throbber {
  display: none;
}

.gin-entity-browser .entity-browser-form .views-row.media-library-item.media-library-item--grid {
  width: 100%;
}

#gin_sidebar .chosen-container-single.menu-parent-select {
  min-width: unset !important;
}

.gin-layer-wrapper .gin-table-scroll-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: scroll;
  background: #fff;
}
.gin-layer-wrapper .gin-table-scroll-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gin-layer-wrapper .gin-table-scroll-wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
  position: sticky;
  bottom: 70px;
}
.gin-layer-wrapper .gin-table-scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .5);
}
.gin-layer-wrapper .gin-table-scroll-wrapper .responsive-enabled {
  background: #fff;
}

.webform-ui-element-type-table {
  table-layout: fixed;
}
.webform-ui-element-type-table td {
  width: calc(100%/3 - 2rem);
  white-space: normal !important;
}
.webform-ui-element-type-table td a {
  white-space: normal !important;
}
.webform-ui-element-type-table td a.button {
  white-space: nowrap !important;
}

.webform-results-table.position-sticky thead {
  top: 0;
}
.webform-results-total {
  min-height: 2rem;
  margin-bottom: 1rem;
}
