input:-internal-autofill-selected {
  background: none;
}

.vacancy-wrapper img {
  width: 100%;
  height: 484px;
  object-fit: cover;
  object-position: center;
  padding-bottom: 29px;
}

.containerVacancy {
  max-width: 913.12px;
  margin: 0 auto;
  padding: 0 32.92px;
}

.containerContentVacancy {
  padding-top: 29.49px;
  padding-bottom: 72.85px;
  display: flex;
  justify-content: space-between;
  gap: 35.9px;
}

.contentRightVacancy h1 {
  font-size: 40px;
  font-family: "Almoni", sans-serif;
  color: #000;
  line-height: 23px;
  padding-bottom: 8.43px;
}

.contentRightVacancy h3 {
  font-size: 18px;
  font-family: "Almoni", sans-serif;
  color: #000;
  line-height: 23px;
  padding-bottom: 20px;
  font-weight: bold;
}

.vacancy-text p {
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  color: #000;
  line-height: 23px;
}

.formVacancy form {
  display: flex;
  flex-direction: column;
  gap: 7.34px;
  max-width: 364.17px;
  margin: 0 auto;
}

.formVacancy form p {
  width: 364.17px;
}

.formVacancy form select {
  width: 100%;
  max-width: 364.17px;
  padding: 0px 17.17px 0px 16.24px;
  display: flex;
  align-items: center;
  border: 0.5px solid #000000;
  color: #000;
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  direction: rtl;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 15px;
  height: 35.14px;
}

.selectWrapper {
  position: relative;
}

.selectWrapper::after {
  content: "^";
  position: absolute;
  left: 16px;
  top: -2.5px;
  transform: translateY(-50%);
  transform: matrix(-1, 0, 0, -1, 0, 0);
  pointer-events: none;
  font-size: 22px;
  color: #000;
}

.formVacancy form input {
  width: 100%;
  max-width: 364.17px;
  padding: 0px 17.17px 0px 16.24px;
  border: 0.5px solid #000000;
  color: #000;
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  direction: rtl !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 15px;
  box-sizing: border-box;
  height: 35.14px;
  display: flex;
  align-items: center;
}

.formVacancy form input::placeholder {
  color: #6f7070;
  font-family: "Almoni", sans-serif;
  font-size: 15px;
}

.formVacancy h3 {
  color: #000000;
  font-size: 18px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  line-height: 25px;
  text-align: end;
}

.formVacancy br {
  display: none;
}

.buttonFormVacancy {
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  max-width: fit-content;
}

.buttonFormVacancy p {
  max-width: 179.08px !important;
}

.buttonFormVacancy input {
  max-width: 179.08px !important;
  cursor: pointer;
}

.buttonFormVacancy .wpcf7-form-control.wpcf7-submit {
  background: #000000;
  border: 0.5px solid #000000;
  color: #ffffff;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

.custom-file {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-file-label {
  display: flex;
  align-items: center;
  padding: 0px 17.5px;
  border: 0.5px solid #000000;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  max-width: 100%;
  box-sizing: border-box;
  height: 35.14px;
}

.custom-file-label:hover {
  background: #eee;
}

.file-text {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  font-size: 15px;
}

.thank-you-message {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 71.91px 0px 155.11px 0px;
  border-radius: 8px;
  max-width: 400px;
  background: #fff;
  margin: 0 auto;
}

.thank-you-message h2 {
  font-size: 36px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  margin-bottom: 3.17px;
  color: #060706;
  line-height: 30px;
}

.thank-you-message p {
  font-size: 22px;
  color: #000000;
  font-family: "Almoni", sans-serif;
  margin-bottom: 36px;
  line-height: 25px;
}

.thank-you-message button {
  padding: 11.74px 37.57px 14.07px 39px;
  font-size: 16px;
  color: #060706;
  font-weight: bold;
  background: #fff;
  border: 0.5px solid #000;
  cursor: pointer;
  transition: all 0.2s ease;
}

.formVacancy .wpcf7-response-output {
  display: none;
}

@media (max-width: 768px) {
  .thank-you-message {
    padding-top: 77.19px;
  }

  .vacancy-wrapper img {
    height: 348px;
    padding-bottom: 15.72px;
  }

  .containerContentVacancy {
    flex-direction: column;
    padding-bottom: 34.22px;
    padding-top: 29px;
  }

  .vacancy-wrapper .woocommerce-breadcrumb {
    padding-right: 0;
  }

  .contentRightVacancy {
    text-align: center;
  }

  .formVacancy h3 {
    text-align: center;
  }

  .formVacancy form {
    align-items: center;
  }

  .formVacancy form p {
    max-width: 100% !important;
  }

  .buttonFormVacancy input {
    max-width: 100%;
    width: 100%;
  }

  .formVacancy form select,
  .formVacancy form input,
  .buttonFormVacancy input,
  .buttonFormVacancy {
    max-width: 100% !important;
    width: 100%;
  }

  .buttonFormVacancy {
    width: 364.17px;
  }

  .custom-file-label {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.wrapperSubmitForm {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}

.checkBoxWrapperForm {
  display: flex;
  flex-direction: column;
  gap: 7.34px;
  max-width: 100%;
}

.checkBoxWrapperForm br {
  display: none;
}

.checkBoxWrapperForm div {
  display: flex;
  gap: 8px;
}

.checkBoxWrapperForm p {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  margin-block-start: 0em;
  margin-block-end: 0em;
  direction: rtl;
}

.checkBoxWrapperForm a {
  text-decoration: underline;
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #060706;
}

.ItemCheckbox {
  position: relative;
  padding-right: 22.08px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

.ItemCheckbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ItemCheckbox .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 14px;
  width: 14px;
  background-color: white;
  border: 0.5px solid #000000;
  box-sizing: border-box;
}

.ItemCheckbox input:checked ~ .checkmark:after {
  content: "✔";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  color: black;
  width: 100%;
  background: #000;
  width: 11px;
  height: 11px;
  margin: 0.8px;
}

@media (max-width: 768px) {
  .wrapperSubmitForm {
    flex-direction: column-reverse;
  }

  .checkBoxWrapperForm p {
    max-width: 343.66px;
  }
}
