/*
    This is used to hide the System Kind from the
    CatalogIndexPage 'Kind' Dropdown filter.
*/
ul[role='listbox'] li[data-value='system'] {
  display: none;
}


/*# sourceMappingURL=main.0e7f5a85.css.map*/