.gjs-event-content-website-builder-container {
    --aza-pa-grapesjs-light-gray: #f6f6f6;
    --aza-pa-grapesjs-blue: #1672ec;
}

.gjs-sm-header {
    visibility: hidden;
}

.aza-block-category-filter-input {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 1px 10%;
    z-index: 1;
}

#gjs-rte-toolbar,
.gjs-bg-main,
.gjs-clm-select option,
.gjs-clm-tags .gjs-sm-colorp-c,
.gjs-editor,
.gjs-mdl-dialog,
.gjs-nv-item .gjs-nv-title-c,
.gjs-off-prv,
.gjs-pn-panel,
.gjs-block,
.gjs-select option,
.gjs-sm-sector .gjs-sm-colorp-c,
.gjs-sm-select option,
.gjs-sm-unit option,
.gjs-pn-btn,
.gjs-editor .gjs-block-categories .gjs-block-category,
.gjs-trt-traits.gjs-one-bg.gjs-two-color,
.sp-container,
.gjs-btnt.gjs-pn-active,
.gjs-color-active,
.gjs-pn-btn.gjs-pn-active,
.gjs-pn-btn:active,
.gjs-block:hover {
    background-color: var(--aza-pa-grapesjs-light-gray);
    color: var(--aza-pa-grapesjs-blue);
}

.gjs-pn-btn.gjs-pn-active {
    background-color: var(--aza-pa-grapesjs-blue);
    color: var(--aza-pa-grapesjs-light-gray);
}

/*
temporary fix for huge icons (should be fixed in next grapesjs release)
https://github.com/artf/grapesjs/issues/2490#issuecomment-573441236
*/
.gjs-clm-tag-status,
.gjs-clm-tag-close {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.gjs-clm-tags-btn {
    width: 24px;
    box-sizing: border-box;
    display: inline-block;
}

/* Hide Style manager interface */
.gjs-clm-tags {
    display: none;
}

.gjs-sm-sectors {
    display: none;
}

.gjs-sm-header {
    visibility: hidden;
}

/* Remove this if we find better solution of rte editor popup covering the content */
.gjs-rte-toolbar.gjs-one-bg {
    width: 1000px;
}
