.ResultsSargel {
  
  margin-bottom: 15px;
  line-height: 1.5;

  & .topHeaderContent {
    
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.sortBtn {

  position: relative;
  background: var(--color10);
  border: 1px solid var(--colorBorder);
  z-index: 1;
  height: 40px;
  border-radius: 100vh;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 250ms;
  padding-inline-start: 10px;
  box-sizing: border-box;
    
  & i {
    
    background: var(--colorWhite);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    transition: 250ms;
  }
  
  &[type="pop"] {
    
    & i {
      
      transform: rotate(180deg);
    }
  }
}

.SearchFilterListWrapper {
  
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.SearchFilterList .IconsMenu:before {
  
  height: 16px;
}

.SearchFilterList .IconRecruitmentSolutions:before {
  
  background:  url('/images/topSargelIcons/search_black.png');
}

.SearchFilterList .IconsMenu:hover {
  
  background: #5f5b5b;
  color: #ffffff;
}

.SearchFilterList .IconsMenu.ArrowUpdate:hover:after {
  
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsIERicbn7iAAAAhUlEQVQ4y6WUyxGAIAwFiWershR7sA2v/quxFutYDxwcEIJEuDG7M5A84nDqFkYuuuekhB8ADN8EYQfgpP0iCNsbzwsZPCcIaxpPCwqeEoQlj78FYdbwWCjioSBMJTwU+jKOa1zt+nOl6kcbymponCEahvAZ4q0oSk9rv6hXqoaAV6IxcwODEm/+nlg2aQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxNzoyNCswMjowMNmjmt8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTc6MjQrMDI6MDCo/iJjAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
}

.SearchFilterListHeader {
  
  text-align: center;
  font-size: 20px;
  margin: auto;
  display: block;
}

.SearchFilterList {
  
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.SearchFilterList li { 
  
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  min-height: 50px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
   
  &:hover {
    
    background: rgba(0, 0, 0, .05);
  }        

}

.SearchFilterList li a {
  
  text-decoration: none;
  color: inherit;
  border-color: #eeeeee;
  box-sizing: border-box;
  display: block;
}  

.SearchFilterList li a:after {
  
  content: '';
  position: absolute;
  inset: 0;
} 

.SearchFilterList li .counter {
  
  font-size: 14px;
  color: #555;
}
  