body {
  background: #AED2D0 !important;
  position: relative;
  min-height: 100vh;
}
body.admin-bar {
  min-height: calc(100vh - 23px);
}
body .wp-site-blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - var(--wp--style--root--padding-top) - var(--wp--style--root--padding-bottom));
}
body header {
  border-radius: 0 0 12px 12px;
  border-bottom: 12px solid #fff;
  padding-top: 10px;
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
}
body header .wp-block-group {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1280px) {
  body header {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0 0 20px 20px;
    border-bottom: 20px solid #fff;
  }
}
body header .wp-container-core-group-layout-3.wp-container-core-group-layout-3 > .alignwide {
  background: #ffffff;
}
body header a.wp-block-button__link.has-custom-color-1-color.has-base-2-background-color.has-text-color.has-background.has-link-color.has-border-color.wp-element-button {
  text-transform: uppercase;
}
body header a.wp-block-button__link.has-custom-color-1-color.has-base-2-background-color.has-text-color.has-background.has-link-color.has-border-color.wp-element-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #08837b;
}
body main {
  background: #fff;
  border-radius: 16px;
  margin: 20px 0 10px;
  padding-right: 3%;
  padding-left: 3%;
}
@media screen and (min-width: 720px) {
  body main {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 720px) {
  body main {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1280px) {
  body main {
    margin: 30px 24px 30px;
    border-radius: 20px;
  }
}
body main .wp-block-group {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body main .wp-block-template-part {
  display: none;
}
body main .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-bottom: 20px !important;
}
body main ul.job-listing-meta.meta {
  display: block;
}
body main ul.job-listing-meta.meta li {
  line-height: normal;
}
body main ul.job-listing-meta.meta li.job-category {
  background-color: #ffffff;
  color: #505B66;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
body main ul.job-listing-meta.meta li.job-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(assets/images/icon-job-category.svg) center no-repeat;
  background-size: 20px;
}
body main ul.job-listing-meta.meta li.job-type {
  background-color: #ffffff;
  color: #505B66;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
body main ul.job-listing-meta.meta li.job-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(assets/images/icon-job-type.svg) center no-repeat;
  background-size: 20px;
}
body main ul.job-listing-meta.meta li.location {
  position: relative;
  padding-left: 25px;
  line-height: 1.3em;
}
body main ul.job-listing-meta.meta li.location a {
  color: #505B66;
  font-family: Poppins;
  font-size: 14px;
}
body main ul.job-listing-meta.meta li.location:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(assets/images/icon-job-location.svg) center no-repeat;
  background-size: 20px;
}
body main ul.job-listing-meta.meta .date-posted {
  display: none;
}
body main .company {
  background: rgba(240, 240, 240, 0.6);
  border-radius: 20px;
  display: flex !important;
}
body main .company img.company_logo {
  display: none;
  position: sticky;
  width: auto !important;
  height: 94px !important;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  body main .company img.company_logo {
    display: block;
  }
}
body main .company .company_header {
  clear: left;
}
body main .company .name {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
body main .company .tagline {
  padding: 0 !important;
  margin: 0 !important;
}
body main .job_description img {
  display: none;
}
@media screen and (min-width: 1024px) {
  body main .job_description img {
    display: block;
  }
}
body main .job_description img.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
body main .job_description ul {
  padding-left: 20px;
}
body main .job_description hr {
  clear: both;
  border-color: #AED2D0;
  border-top: none;
  border-left: none;
  border-right: none;
}
body main .job_application input.application_button.button {
  background: #08837B;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 50px;
  font-family: Poppins;
}
body main .job_application input.application_button.button:hover {
  border: 1px solid #08837B;
  background: #ffffff;
  color: #08837B;
}
body main .single_job_listing .application .application_details {
  margin: 20px 0 15px 0 !important;
  padding: 20px 10px !important;
}
@media screen and (min-width: 1024px) {
  body main .single_job_listing .application .application_details {
    padding: 30px 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  body main .single_job_listing .application .application_details {
    padding: 40px 20px !important;
  }
}
body main .application_details {
  background: rgba(240, 240, 240, 0.6);
  border-radius: 20px;
}
body main .application_details .fieldset-ich-stimme-der-bearbeitung-meiner-daten-zum-zwecke-meines-anliegens-zu label {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  body main .application_details fieldset.fieldset-vorname, body main .application_details fieldset.fieldset-nachname, body main .application_details fieldset.fieldset-e-mail-adresse, body main .application_details fieldset.fieldset-cv-lebenslauf, body main .application_details fieldset.fieldset-bewerbungsanschreiben, body main .application_details fieldset.fieldset-zeugnisse-zertifikate {
    float: left;
    width: 33.33%;
    display: flex;
    flex-direction: column;
  }
  body main .application_details fieldset.fieldset-vorname .field, body main .application_details fieldset.fieldset-nachname .field, body main .application_details fieldset.fieldset-e-mail-adresse .field, body main .application_details fieldset.fieldset-cv-lebenslauf .field, body main .application_details fieldset.fieldset-bewerbungsanschreiben .field, body main .application_details fieldset.fieldset-zeugnisse-zertifikate .field {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
  body main .application_details fieldset.fieldset-vorname label, body main .application_details fieldset.fieldset-nachname label, body main .application_details fieldset.fieldset-e-mail-adresse label, body main .application_details fieldset.fieldset-cv-lebenslauf label, body main .application_details fieldset.fieldset-bewerbungsanschreiben label, body main .application_details fieldset.fieldset-zeugnisse-zertifikate label {
    padding-left: 5%;
    margin-bottom: 10px;
  }
  body main .application_details .fieldset-ihre-nachricht-an-uns,
  body main .application_details .fieldset-ich-stimme-der-bearbeitung-meiner-daten-zum-zwecke-meines-anliegens-zu {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  body main .application_details .fieldset-ihre-nachricht-an-uns .field,
  body main .application_details .fieldset-ich-stimme-der-bearbeitung-meiner-daten-zum-zwecke-meines-anliegens-zu .field {
    width: 100% !important;
  }
  body main .application_details .fieldset-ihre-nachricht-an-uns label,
  body main .application_details .fieldset-ich-stimme-der-bearbeitung-meiner-daten-zum-zwecke-meines-anliegens-zu label {
    padding-bottom: 10px;
  }
  body main .application_details .fieldset-ihre-nachricht-an-uns small.description,
  body main .application_details .fieldset-ich-stimme-der-bearbeitung-meiner-daten-zum-zwecke-meines-anliegens-zu small.description {
    margin-top: 0 !important;
  }
  body main .application_details label {
    width: 100% !important;
  }
}
body main .application_details label {
  color: #595959;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body main .application_details .fieldset-cv-lebenslauf label,
body main .application_details .fieldset-bewerbungsanschreiben label,
body main .application_details .fieldset-zeugnisse-zertifikate label {
  margin-bottom: 15px;
}
body main .application_details input#vorname,
body main .application_details input#nachname,
body main .application_details input#e-mail-adresse {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #AED2D0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-size: 18px;
  color: #595959;
}
body main .application_details input[type="file"]::file-selector-button {
  border-radius: 4px;
  background: #08837B;
  color: white;
  cursor: pointer;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px 5px 37px;
  border: 1px solid #08837B;
  background-image: url("assets/images/icon-upload.svg");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
body main .application_details input[type="file"]::file-selector-button:hover {
  border: 1px solid #08837B;
  background: #ffffff;
  color: #08837B;
  background-image: url("assets/images/icon-upload-hover.svg");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
body main .application_details textarea {
  border-radius: 16px;
  border: 1px solid #AED2D0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-size: 18px;
  color: #595959;
  padding: 10px 14px;
  min-height: 140px;
}
body main .application_details textarea:hover, body main .application_details textarea:focus-visible, body main .application_details textarea:focus {
  border: 1px solid #08837B;
}
body main .application_details fieldset:last-of-type .field.required-field {
  display: flex;
}
body main .application_details fieldset:last-of-type .field.required-field input {
  margin-right: 10px;
  width: 20px;
}
body main .application_details fieldset:last-of-type .field.required-field small {
  font-size: 16px;
  flex-basis: 95%;
}
body main .application_details input[type="submit"] {
  background: #08837B;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 50px;
  font-family: Poppins;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
body main .application_details input[type="submit"]:hover {
  border: 1px solid #08837B;
  background: #ffffff;
  color: #08837B;
}
body main .wp-block-separator {
  border-color: #AED2D0;
}
body main .wp-block-spacer {
  height: 0 !important;
}
body .job-manager-application-wrapper .application .application_details p,
body .single_job_listing .application .application_details p {
  margin: 0 !important;
}
body footer.wp-block-template-part {
  border-radius: 16px;
  border-top: 16px solid #fff;
  margin-block-start: 0 !important;
}
@media screen and (min-width: 1280px) {
  body footer.wp-block-template-part {
    border-radius: 20px;
    border-top: 20px solid #fff;
  }
}
body footer a {
  color: #595959 !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body footer a:hover {
  color: #08837B !important;
  text-decoration: none !important;
}
body footer .wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
body footer .wp-container-core-group-layout-17.wp-container-core-group-layout-17 {
  gap: 0;
}
body footer .wp-container-core-group-layout-14.wp-container-core-group-layout-14 {
  padding-right: 20px;
  margin-top: 10px;
}
body footer .wp-container-core-group-layout-16.wp-container-core-group-layout-16 {
  margin-top: 25px;
}
@media screen and (min-width: 580px) {
  body footer .wp-container-core-group-layout-16.wp-container-core-group-layout-16 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 782px) {
  body footer .wp-container-core-group-layout-16.wp-container-core-group-layout-16 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  body footer .wp-container-core-group-layout-16.wp-container-core-group-layout-16 {
    margin-top: 10px;
  }
}
body footer .wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow {
  display: block;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px !important;
  width: 70%;
}

body.page-id-40643,
body.page-id-40518,
body.page-id-40657 {
  position: relative;
  background-color: #FFFCFA;
}
body.page-id-40643 .page.maxwidth,
body.page-id-40518 .page.maxwidth,
body.page-id-40657 .page.maxwidth {
  width: 100%;
  padding: 20px 15px;
}

#embeddable-job-widget-pagination {
  border-top: 0 !important;
}

.embeddable-job-widget {
  color: #505B66;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.embeddable-job-widget .embeddable-job-widget-select {
  display: block;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget .embeddable-job-widget-select {
    display: flex;
    flex-wrap: wrap;
  }
}
.embeddable-job-widget .embeddable-job-widget-select select {
  display: block;
  color: #23282D;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px !important;
  background-color: #fff;
  border: 1px solid #505B66;
  border-radius: 7px;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/images/menu-close.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
.embeddable-job-widget .embeddable-job-widget-select.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/spinner-1s-150px.svg) no-repeat center rgba(255, 255, 255, 0.7);
  background-size: 56px;
}
.embeddable-job-widget .embeddable-job-widget-select.loading {
  position: relative;
}
.embeddable-job-widget .embeddable-job-widget-select-wrap {
  width: 100%;
  min-width: 290px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget .embeddable-job-widget-select-wrap {
    width: 31.4%;
    min-width: 226px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .embeddable-job-widget .embeddable-job-widget-select-wrap {
    width: 31.9%;
  }
}
@media screen and (min-width: 1200px) {
  .embeddable-job-widget .embeddable-job-widget-select-wrap {
    width: 32.1%;
  }
}
.embeddable-job-widget .embeddable-job-widget-select .embeddable-job-widget-select-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget .embeddable-job-widget-select .embeddable-job-widget-select-wrap:last-child {
    padding-right: 0;
  }
}
.embeddable-job-widget ul.embeddable-job-widget-listings {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.embeddable-job-widget li.embeddable-job-widget-listing {
  display: block;
  padding: 0;
  border: 1px solid #AED2D0;
  border-radius: 15px;
  box-shadow: 2px 2px 13px 0 rgba(8, 131, 123, 0.2);
  background: #fff;
  box-sizing: border-box;
  margin: 20px 0;
  position: relative;
  background: url(assets/images/icon-job-link.svg) calc(100% - 16px) calc(100% - 25px) no-repeat;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget li.embeddable-job-widget-listing {
    background: url(assets/images/icon-job-link-v2.svg) calc(100% - 26px) calc(50% - -1px) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget li.embeddable-job-widget-listing:hover {
    border-color: #08837B;
  }
}
.embeddable-job-widget li.embeddable-job-widget-listing a {
  display: block;
  text-decoration: none;
  padding: 20px 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget li.embeddable-job-widget-listing a {
    padding: 30px 10px 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .embeddable-job-widget li.embeddable-job-widget-listing a:hover .embeddable-job-widget-listing-title {
    text-decoration: underline;
    color: #08837B;
  }
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-title {
  color: #08837B;
  font-family: "VAG Rounded Std", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.70px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-title {
    margin-right: 40px;
    font-size: 18px;
  }
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta {
  display: flex;
  flex-wrap: wrap;
  color: #505B66;
  margin-right: 40px;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-location,
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-type,
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-category {
  padding-left: 24px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-location:before,
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-type:before,
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-category:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: 0;
  top: 0;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-category {
  margin-right: 0;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-location:before {
  background: url(assets/images/icon-job-location.svg) center no-repeat;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-type:before {
  background: url(assets/images/icon-job-type.svg) center no-repeat;
}
.embeddable-job-widget li.embeddable-job-widget-listing .embeddable-job-widget-listing-meta .embeddable-job-widget-listing-job-category:before {
  background: url(assets/images/icon-job-category.svg) center no-repeat;
}
.embeddable-job-widget li.no-results {
  margin-top: 20px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  top: -44px;
  border-radius: 7px !important;
  border: 1px solid #AED2D0;
  background: #FFF;
  box-shadow: 1px 5px 8px 2px rgba(80, 91, 102, 0.2);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  cursor: pointer;
  color: #505B66;
}
@media screen and (min-width: 1200px) {
  .select2-results__option {
    font-size: 16px;
  }
}
.select2-results__option:hover {
  color: #A85D00;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #505B66;
  border-radius: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #23282D;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 18.2px */
  padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 7px;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 10px;
  background: url(assets/images/menu-close.svg) no-repeat;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  min-height: 30px;
  font-size: 16px;
  -webkit-appearance: textfield;
  box-shadow: none;
  outline: 0;
  line-height: 1.25;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  color: #08837B;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #AED2D0;
  color: #505B66;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2 {
  width: 100% !important;
}

span.jobs-items-count {
  float: right;
  margin-right: 10px;
  color: #505B66;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #23282D;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #505B66;
  border-radius: 7px;
  height: 40px;
  box-sizing: border-box;
}

/*# sourceMappingURL=frontend.css.map */
