/* FIX BOOTSTRAP REQUIRED FIELD BUG */
.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}
/* FIX BOOTSTRAP REQUIRED FIELD BUG */

/* ALTER CKEDITOR DROPDOWN WIDTH */
.cke_combopanel {
  width: 250px !important;
  height: 350px !important;
}
.cke_combopanel__styles {
  width: 250px !important;
  height: 350px !important;
}
/* ALTER CKEDITOR DROPDOWN WIDTH */

/* HIDE SEARCH FIELD CONTEXTUAL MENU */
#block-search .contextual {
  display: none !important;
}

/* GIN ISSUES */
/* .table-file-multiple-widget .tabledrag-cell {
  width: 100%;
}
.table-file-multiple-widget .tabledrag-cell-content {
  display: flex !important;
} */

/* PARAGRAPHES */
/* ul.paragraphs-add-dialog-list input.field-add-more-submit {
  padding-left: 50px;
}
.js .paragraphs-tabs-wrapper .paragraph-type-icon {
  padding-right: 5px;
  height: auto;
  width: 50px;
  vertical-align: middle;
}
.js .paragraphs-tabs-wrapper .paragraph-type-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.paragraphs-tabs-wrapper .filter-wrapper {
  display: none;
} */

.copy-paylink-text {
  width: 1px;
  height: 1px;
  color: #FFF;
  overflow: hidden;
  padding: 3px;
}
.copy-paylink {
  min-width: 90px;
}

