

/* Fix incompatibility with pimcore light theme */
.x-boundlist .x-boundlist-item-over,
.x-boundlist .x-boundlist-selected {
    color: var(--select-hover-color) !important;
    background: var(--select-hover-background-color) !important;
    border-color: var(--select-hover-border--color) !important;
}