/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/extensions/tx_jobs-2024.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tx-jobs-2024 select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--bs-darkerblue);
  border-radius: 24px;
  font-weight: 400;
  max-height: 40px;
  overflow: hidden;
  padding: 0.375rem 2.75rem 0.375rem 1.25rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
  background-image: url(/dist/images/dropdown-icon.01c1fe02.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.tx-jobs-2024 .job-list__filter {
  padding-bottom: 1rem;
}
.tx-jobs-2024 .job-list__item {
  position: relative;
  padding-block: 1rem;
}
.tx-jobs-2024 .job-list__item p {
  color: var(--bs-darkerblue);
  margin-bottom: 0.5rem;
}
.tx-jobs-2024 .job-list__item .h4, .tx-jobs-2024 .job-list__item h3 {
  margin-bottom: 0;
}
.tx-jobs-2024 .job-list__item .btn {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .tx-jobs-2024 .job-list__item .btn {
    margin-top: 0;
  }
}
.tx-jobs-2024 .job-list__item:hover p, .tx-jobs-2024 .job-list__item:hover .h4 {
  color: var(--bs-darkblue);
}
@media (min-width: 768px) {
  .tx-jobs-2024 .job-list .job-list__item__description {
    max-width: calc(100% - 128px);
  }
}
.tx-jobs-2024 .job-detail__description ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
.tx-jobs-2024 .job-detail__description ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.tx-jobs-2024 .job-detail__description ul li::before {
  position: absolute;
  background-image: none;
  width: 24px;
  height: 24px;
  color: var(--bs-info);
  font-family: "md-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: calc(50% - (1.2625rem + 0.1vw) / 2);
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .tx-jobs-2024 .job-detail__description ul li::before {
    font-size: 1.375rem;
    top: calc(50% - 0.6875rem);
  }
}
.tx-jobs-2024 .job-detail__description ul li span.detailheader {
  margin-right: 0.25rem;
  font-weight: 500;
}
.tx-jobs-2024 .job-detail__description ul li.job-contract-type::before {
  content: "\e924";
}
.tx-jobs-2024 .job-detail__description ul li.job-location::before {
  content: "\e925";
}
.tx-jobs-2024 .job-detail__description ul li.job-experience::before {
  content: "\e927";
}
.tx-jobs-2024 .job-detail__description ul li.job-date::before {
  content: "\e941";
}
