/*ckeditor*/
.cke_button_icon.cke_button__documents_entity_browser_icon {
  background-image: url("../icons/document_icon.png") !important;
  background-position: 0px !important;
  background-size: 16px !important;
}
.cke_button_icon.cke_button__media_entity_embed_icon {
  background-image: url("../icons/image_icon.png") !important;
  background-position: 0px !important;
  background-size: 16px !important;
}

/*Paragraphs widget*/
.js .paragraph-type-top .paragraph-type-title {
  grid-column: 1 / 3;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1;
}

/**
 * Main menu icons.
 */
.toolbar-icon-custom-bo-system-hp:before {
  background: transparent url(../icons/home.svg) center / 20px no-repeat !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

/* Properly show svg images on medial library with gin / claro */
.media-library-item__preview .field img[src$=".svg"] {
  -o-object-fit: contain;
     object-fit: contain;
}

.views-ui-dialog .form--flex.views-offset-top {
  overflow: inherit;
}

.js .dropbutton-wrapper.open .dropbutton-widget {
  z-index: 101;
}

/* Fix gin toolbar vertical oriontation button */
.toolbar .toolbar-tray-vertical.is-active, body.toolbar-fixed .toolbar .toolbar-tray-vertical {
  height: 97%;
}

.toolbar .toolbar-tray-vertical .level-1.menu-item:last-child .toolbar-icon.toolbar-handle {
  z-index: initial;
}