/** Fresh Vacancies List **/
.fresh-vacancies {
  font-family: "Mitr", Sans-serif;
}

.fresh-vacancies .fresh-vacancies-loader {
  margin-top: 50px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.fresh-vacancies .fresh-vacancy {
  display: flex;
  border-radius: 20px;
  background-color: white;
  margin-bottom: 40px;
}

.fresh-vacancies .fresh-vacancy:hover {
  box-shadow: 0 6px 26px rgba(42, 56, 78, 0.125);
}

.fresh-vacancies .fresh-vacancy-img {
  flex: 0 0 40%;
  position: relative;
}

.fresh-vacancies .fresh-vacancy-img img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}

.fresh-vacancies .fresh-vacancy-tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  max-width: 400px;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 5px;
}

.fresh-vacancies .fresh-vacancy-tags .fresh-vacancy-tag {
  height: 32px;
  margin-right: 10px;
  color: white;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0 0 25px #b2b2b2;
}

.fresh-vacancies .fresh-vacancy-tag.functional-area {
  background-color: #000000;
}

.fresh-vacancies .fresh-vacancy-tag.sector {
  background-color: #a09797;
}

.fresh-vacancies .fresh-vacancy-content {
  width: 100%;
  padding: 20px 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.fresh-vacancies .fresh-vacancy-title {
  width: 100%;
  font-weight: bold;
}

.fresh-vacancies .fresh-vacancy-actions {
  width: 100%;
  margin-top: 20px;
  bottom: 40px;
}

.fresh-vacancies .fresh-vacancy-detail-link {
  display: inline-block;
  background-color: black;
  box-shadow: 0 0 25px #b2b2b2;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.fresh-vacancies .fresh-vacancy-additional-info {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fresh-vacancies .fulfilled {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  background-color: #d9003f;
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/** Filters **/
.fresh-vacancies-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Mitr", Sans-serif;
}

.fresh-vacancies-result-count {
  margin-top: 10px;
}

.fresh-vacancies-filters input {
  outline: none;
  border: none !important;
  font-size: 16px !important;
}

.fresh-vacancies-filters .fresh-vacancies-search {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 250px;
}

.fresh-vacancies-filters .fresh-vacancies-search input {
  width: 100%;
  padding: 9px 10px !important;
  border: none !important;
  box-shadow: 0 0 25px #dddddd;
}

.fresh-vacancies-filters .fresh-vacancies-dropdown {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 250px;
  overflow: scroll;
  height: 40px;
  box-shadow: 0 0 25px #dddddd;
}

.fresh-vacancies-filters .fresh-vacancies-dropdown {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.fresh-vacancies-filters .fresh-vacancies-dropdown::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.fresh-vacancies-filters .select2-container {
  width: 100% !important;
}

.fresh-vacancies-filters .fresh-vacancies-dropdown .select2-selection {
  padding: 3px 10px !important;
  border: none !important;
}

.fresh-vacancies-filters .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px;
  padding: 5px !important;
}

.fresh-vacancies-filters .select2-selection__choice {
  position: relative;
  padding: 0px 25px 0px 10px !important;
  margin-top: 0px !important;
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  background-color: #27355e !important;
  color: white;
  border: none !important;
}

.fresh-vacancies-filters .select2-selection__choice__remove {
  position: absolute;
  top: 1px;
  right: 3px;
  font-size: 22px;
  line-height: 26px;
  color: white !important;
}

.fresh-vacancies-filters .select2-search__field {
  margin-top: 0px !important;
}

.fresh-vacancies-search-btn {
  background-color: #27355e !important;
  color: white !important;
  border: 1px solid #27355e !important;
  outline: none;
}
.fresh-vacancies-search-btn:focus {
  outline: none;
}
.fresh-vacancies-search-btn:hover {
  background-color: #27355ed6 !important;
  border: 1px solid #27355ed6 !important;
}
/** End Filters **/

/** Archive **/
.fresh-vacancies-archive {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
/** End Archive **/

/** Taxonomy **/
.taxonomy-header {
  position: relative;
  min-height: 250px;
  background: linear-gradient(90deg, #252424 28%, #ffffff00 100%);
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: source sans pro, Sans-serif;
}

.taxonomy-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.taxonomy-header-content {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  color: #f8f8f8;
}

.taxonomy-header-content p {
  max-width: 600px;
  font-size: 16px;
}

.header-overlay {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #252424 28%, #ffffff00 100%);
  width: 100%;
  height: 100%;
}

.fresh-vacancies-archive {
  background-color: #f0f0f0;
  padding: 50px 50px;
}

.archive-title {
  font-weight: 600;
  margin-bottom: 0px;
}

.archive-name {
  font-weight: 400;
  margin-top: 0px;
}

.view-more-btn {
  display: inline-block;
  font-family: mitr, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: #27355e;
  color: white;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 24px;
}

.view-more-btn:hover {
  background-color: #27355ed6;
  color: white;
}
/** End Taxonomy **/

/** Single Vacancy **/
#apply-form.fulfilled:not(.not) {
  display: none;
}
/** End Single Vacancy **/

/** Media Queries **/
@media only screen and (max-width: 768px) {
  .fresh-vacancies .fresh-vacancy {
    flex-wrap: wrap;
  }
  .fresh-vacancies .fresh-vacancy-img {
    flex: 0 0 100%;
    height: 220px;
  }
  .fresh-vacancies .fresh-vacancy-img img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .fresh-vacancies .fresh-vacancy-content {
    padding: 20px;
  }

  .fresh-vacancies .fresh-vacancy-tags {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .fresh-vacancies-archive {
    background-color: #f0f0f0;
    padding: 50px 20px;
  }
}

/** End Media Queries **/
