/* BUG FIX PIMCORE */
#pimcore_classes-body .x-form-text-default {
    background-size: contain !important;
}

#pimcore_panel_tabs .x-tab-icon-el-default {
    background-size: 100% 100%;
}

.pimcore_remove_filter_invert {
    filter: invert(0) !important;
}

.x-tree-view .x-grid-item.x-grid-item-selected {
    background: rgba(226, 26, 34, .1);
    outline: 1px solid rgba(226, 26, 34, 1);
}

body .x-boundlist-selected, body .x-boundlist-item-over,
.field-type-combo.x-boundlist-item-over, .field-type-combo.x-boundlist-selected {
    background-color: var(--select-hover-background-color) !important;
}