.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;
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .m-mb-10 {
    margin-bottom: 10px !important;
  }
}
.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;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.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 */


/** Modal web push notification **/

.push-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
}
.push-modal__overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    inset: 0;
}
.push-modal__content {
    position: relative;
    max-width: 420px;
    margin: 10vh auto;
    background: white;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: modalShow 0.3s ease-out;
}
.push-modal__close {
    position: absolute;
    padding: 0 10px;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
}
.push-modal__buttons {
    margin: 24px 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.btn-push-deny:hover {
    color: #ffffff!important;
    text-decoration: none;
    background-color: #606c76!important;
    border-color: #606c76!important;
}
.btn-push-deny {
    background: transparent;
    color: #6c757d;
}
.push-modal__content h3 {
    margin-top: 16px;
}
@keyframes modalShow {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: none; }
}

/** END Modal web push notification **/


/** Error page 403 **/

.wrapper-403 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-403 {
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.icon-wrapper {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    position: relative;
}

.icon-circle {
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shield-icon {
    width: 65px;
    height: 65px;
}

.container-403 .alert-badge {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 48px;
    height: 48px;
    background-color: #fee2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
}

.container-403 .alert-badge span {
    color: #ef4444;
    font-size: 24px;
    font-weight: bold;
}

.error-code {
    display: inline-block;
    padding: 6px 16px;
    background-color: #f3f4f6;
    color: #6b7280;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.container-403 h1 {
    font-size: 32px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.2;
}

.description {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 40px;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.container-403 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #112E3C;
    color: #5CA0F8;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.container-403 .btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.container-403 .btn:active {
    transform: scale(0.98);
}

.container-403 .btn-icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 640px) {
    .container-403 {
        padding: 20px;
    }

    .container-403 .button-group {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container-403 {
        padding: 20px;
    }
    .container-403 h1 {
        font-size: 28px;
    }

    .container-403 .icon-circle {
        width: 110px;
        height: 110px;
    }

    .container-403 .shield-icon {
        width: 55px;
        height: 55px;
    }

    .container-403 .alert-badge {
        width: 40px;
        height: 40px;
    }

    .container-403 .alert-badge span {
        font-size: 20px;
    }
}

/** END Error page 403 **/
