.ui-selector-item-box-has-children.lazyload-mode > .ui-selector-item {
    min-height: inherit;
    margin-top: -1px;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.ui-selector-item-box-has-children.lazyload-mode .ui-selector-item-children::before {
    display: none;
}
