.eye-block.vacature-overzicht {
  position: relative;
}
.eye-block.vacature-overzicht.loading .vacatures__results {
  opacity: 0.5;
  pointer-events: none;
}
.eye-block.vacature-overzicht.loading .vacatures__loading-spinner {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.eye-block.vacature-overzicht .vacatures__results {
  transition: opacity 0.3s ease-in-out;
}
.eye-block.vacature-overzicht .vacatures__loading-spinner {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  inset: 12.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2rem;
  opacity: 0;
  pointer-events: none;
}
.eye-block.vacature-overzicht #filterSearch {
  line-height: 2.25 !important;
  font-size: 0.9rem;
  border: none;
}
.eye-block.vacature-overzicht .vacatures__filter {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .eye-block.vacature-overzicht .vacatures__filter {
    flex-direction: column;
    align-items: stretch;
  }
  .eye-block.vacature-overzicht .vacatures__filter .ts-wrapper {
    display: block;
  }
}
.eye-block.vacature-overzicht .vacatures__filter .ts-wrapper.has-items input[type=text] {
  opacity: 0;
  width: 0;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-dropdown {
  min-width: 200px;
  font-size: 0.9rem;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control {
  background: var(--lybrae-color-primary);
  color: #ffffff;
  width: auto;
  overflow: hidden;
  border-radius: 8px;
  font-weight: 500;
  min-width: 180px;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control input[type=text] {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.25 !important;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control input[type=text]::placeholder {
  color: #ffffff;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 500;
  display: inline-block;
  margin-left: 0.5rem;
  border-top: unset !important;
  vertical-align: unset !important;
  font-size: 0.8rem;
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control .clear-button {
  color: #ffffff;
  transform: translateY(-58%);
  right: calc(2rem - 5px);
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control .item {
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 0;
  background: color-mix(in srgb, var(--lybrae-color-primary), #ffffff 10%);
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control .item.active {
  background: color-mix(in srgb, var(--lybrae-color-primary), #ffffff 20%);
}
.eye-block.vacature-overzicht .vacatures__filter .ts-control input {
  color: #ffffff;
}
.eye-block.vacature-overzicht .vacatures__info {
  margin: 0.5rem 0 1rem 0;
  display: flex;
  font-size: 0.8rem;
}
.eye-block.vacature-overzicht .vacature-placeholder {
  height: 425px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px;
  display: block;
  background: linear-gradient(110deg, #e8e8e8 8%, #F5F5F5 18%, #e8e8e8 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/*# sourceMappingURL=style.css.map */
