:host {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
div.no-data-found {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
div.headers {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap;
}
div.headers > * {
  margin: 0px 10px;
}
div.headers > *:first-child {
  margin-left: 0px;
}
div.headers > *:last-child {
  margin-right: 0px;
}
div.headers cmf-core-controls-searchbox {
  min-width: 106px;
}
div.headers cmf-core-controls-checkbox {
  text-transform: uppercase;
}
div.headers div.advanced-button {
  margin: 0px;
}
div.headers div.advanced-button button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0px;
}
div.filter-too-restrict {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
div.quick-search-searches {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  margin-top: 25px;
  padding-right: 4px;
  overflow-y: auto;
}
div.quick-search-searches cmf-core-business-controls-entitiesSlimListing {
  overflow: hidden;
}
