.btn {
  display: flex;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  padding: 8px 16px;
  transition: all 0.2s;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
}
.btn-primary {
  color: #112e3c;
  background: #acf97d;
}
.btn-primary:hover {
  opacity: 0.8;
}
.btn-secondary {
  color: #112e3c;
  background: #fff;
  border: 1px solid #112e3c;
}
.btn-extra {
  color: #97f85c;
  background: #112e3c;
}
.btn-extra:hover {
  opacity: 0.8;
}
.btn span {
  white-space: nowrap;
}

.element-none {
  display: none !important;
}

.element-flex {
  display: flex;
}

.input-error {
  border: 1px solid #d80d65 !important;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  background: none;
  border: none;
}

.toggle-password:hover,
.toggle-password:focus {
  background: none;
}

.password-container {
  position: relative;
  width: 300px;
}

.password-container input {
  width: 100%;
  padding-right: 40px;
}

.password-container__eye {
  margin-top: 6px;
}

.wizard-form__submit__error {
  color: #d80d65;
  display: block;
}

.wishlist_heart {
  --fuschia: #112e3c;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  color: transparent;
  animation: beat_off 300ms forwards;
  min-width: var(--size);
}
.wishlist_heart svg {
  height: 100%;
  width: 100%;
  stroke: var(--fuschia);
}
.wishlist_heart._active {
  color: var(--fuschia);
  animation: beat_on 400ms forwards;
}

.job-detail__header {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.job-detail__header__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
}
.job-detail__properties {
  display: flex;
  margin-bottom: 20px;
  color: #70828A;
}
.job-detail__properties__applied {
  margin-left: auto;
  margin-right: 0 !important;
  font-size: 16px;
  font-weight: 600;
  color: #5B9537;
}
.job-detail__properties div {
  display: flex;
  margin-right: 25px;
}
.job-detail__properties div img {
  width: 18px;
  height: 18px;
}
.job-detail__properties div span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
}
.job-detail__company {
  font-size: 24px;
  font-weight: 600;
  color: #415863;
  margin-bottom: 20px;
}
.job-detail__footer__buttons__btn-extra {
  font-size: 16px;
}
.job-detail__footer__buttons__btn-extra:hover {
  color: #97f85c;
}

.apply-job .apply-alert {
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .job-detail {
    text-align: left;
  }
  .job-detail__header__title {
    font-size: 18px;
  }
  .job-detail__properties div span {
    font-size: 12px;
  }
  .job-detail__company {
    font-size: 14px;
  }
  .job-detail__footer__buttons__btn-extra {
    font-size: 16px;
  }
}
.jobs-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobs-list__header__title {
  display: flex;
}
.jobs-list__header__favorite {
  --size: 27px;
  display: flex;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
}

.jobs-detail__header__favorite {
  --size: 40px;
  display: flex;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
}

.job-slider-container {
  padding-top: 75px;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #CFD5D8;
  width: calc(100% - 30px);
  margin: 10px auto;
  border-radius: 12px;
}

.slider-controls button {
  margin: 0;
  background: transparent;
  border: none;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-controls button[disabled] {
  background: transparent;
  border: none;
}

.job-slider-container {
  padding-top: 75px;
  width: 100vw;
  overflow: hidden;
}

.swiper {
  width: 100vw;
  height: auto;
}

.swiper-wrapper {
  display: flex;
  height: auto;
  align-items: flex-start;
}

.swiper-slide {
  width: 100vw;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

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