.select li.inactive,
.multiLang li.inactive {
  background-color: #e5e5e5;
  pointer-events: none;
}
.select li.inactive a,
.multiLang li.inactive a {
  padding: 0 0 0 0.5rem;
  background-color: transparent;
  pointer-events: none;
}
.select li.inactive a:hover,
.multiLang li.inactive a:hover {
  color: #696969;
  cursor: auto;
}


@media screen and (max-width: 729px) {
  .filterJobGroup h2.multiSelect:after {
    right: 3.1rem;
  }
}
