flyout-menu-result-job-filter{
  z-index: 700;
  position: fixed;
  width: 320px;
  top: 50%;
  box-shadow: var(--theme-box-shadow-max);
  background: var(--theme-white);
  border-radius: 0px 25px 25px 0px;
  height: 80vh;
  transform: translate(-100%, -50%);
  transition: transform 500ms cubic-bezier(0.21, 0.61, 0.22, 0.96);
}
flyout-menu-result-job-filter.open {
  transform: translate(0%, -50%);
}
flyout-menu-result-job-filter section{
    height: 100%;
    padding: 0.5em;
    border-radius: 0px 25px 25px 0px;
}

flyout-menu-result-job-filter section .selectorResultJobFilter-wrapper{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}


flyout-menu-result-job-filter .result-job-filter-wrapper {
padding: 0px 10px 0px 10px;
    margin-top: auto;
    margin-bottom: auto;
    overflow-y: auto;
    box-shadow: var(--theme-box-shadow-inset);
    border-radius: 8px;
    padding-bottom: 8px;
    max-height: 60vh;
}

flyout-menu-result-job-filter .parent-cat-label{
    border-bottom: 3px solid black!important;
    padding: 10px 0px;
    margin: 10px 0px;
}
flyout-menu-result-job-filter .parent-cat-label hp{
  font-size: 1.1rem;
}
flyout-menu-result-job-filter .child-cat-label{
  padding-left: 5px;
  margin: 5px 0px;
}

flyout-menu-result-job-filter .result-job-filter-wrapper label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

flyout-menu-result-job-filter .result-job-filter-wrapper label .color-reference {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 50px;
  margin-right: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="2"] .color-reference { background: var(--theme-color-cat-Tourism-Hospitality); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="3"] .color-reference { background: var(--theme-color-cat-Retail-Sales); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="4"] .color-reference { background: var(--theme-color-cat-Agriculture-Farming); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="5"] .color-reference { background: var(--theme-color-cat-Outdoor-Adventure); }
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="6"] .color-reference { background: var(--theme-color-cat-Festivals-Events); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="7"] .color-reference { background: var(--theme-color-cat-Seasonal-Education); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="8"] .color-reference { background: var(--theme-color-cat-Winter-Sports); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="9"] .color-reference { background: var(--theme-color-cat-Seasonal-Construction); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="10"] .color-reference { background: var(--theme-color-cat-Seasonal-Hospitality-Private); } 
flyout-menu-result-job-filter .result-job-filter-wrapper label[data-filters-postBaseCategoryId="11"] .color-reference { background: var(--theme-color-cat-Seasonal-Volunteer); }


