/**
 * CSS related to Layouts
 */
 .js-layout-builder-category.js-form-wrapper.form-wrapper.card 
 .card-header.bg-light {
   background: green !important;
 }
 
 .path-admin {
  padding-top: 200px !important;
 }
 
 #toolbar-administration {
   position: fixed;
   width: 100%;
   top: 0px;
   left: 0px;
   z-index: 9999;
 }

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-off-canvas.ui-dialog-position-side.ui-resizable {
  z-index: 99999;
}