.applying__field-group {
  margin-top: 32px;
}

.applying__head {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.applying__field .contact-us__field::placeholder {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.applying__field {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* .apply__attach-icon {
  position: relative;
  border-radius: 50%;
  padding: 12px;
  background-color: #F3F5FB;
  box-shadow: inset 0 2px 16px 0 rgba(22, 41, 214, 0.04), inset 0 -2px 16px 0 rgba(22, 41, 214, 0.16);
  transition: stroke 150ms ease, scale 150ms ease;
}

.apply__attach-icon path {
  z-index: 200;
}

.apply__attach-icon:hover path  {
  stroke: var(--primary-color);
} */

.apply__attach-icon:hover {
  scale: 1.1;
}

.applying__field .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #c70d0d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.apply__label {
  margin-bottom: 8px;
  color: var(--grey-600);
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  font-weight: 400;
}

.applying__field .contact-us__field {
  padding: 13px 16px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.vacancy__apply-modal-form .contact-us__field-wrapper label {
  color: #4f4f4f;
}

.applying__text-area {
  padding: 12px 16px;
  border-radius: 8px;
  max-height: 97px;
  width: 100%;
  color: var(--grey-600);
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #cfcfcf;
  margin-bottom: 24px;
  resize: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.applying__text-area:focus,
.applying__text-area:active {
  border: 1px solid #1629d6;
  outline: none;
}

.apply__button {
  display: flex !important;
  justify-self: end;
}

.wpcf7-form.submitting .apply__button {
  pointer-events: none;
  background-color: #e0e0e0;
  box-shadow: none;
}

.contact-us__file-label {
  margin-bottom: 32px;
}

.contact-us__file-label .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-left: 8px;
}

.contact-us__file-label svg {
  margin-right: 12px;
}

.contact-us__file-text span {
  color: #949393;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.contact-us__file-text {
  color: var(--grey-600);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.applying__button {
  width: 100%;
  margin-top: 32px;
  background-color: #1629d6;
  color: #fefefe;
  border-radius: 40px;
  height: 60px;
}

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

.applying__field-group .wpcf7-spinner {
  display: none;
}

.applying__head .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-us__field:focus-within {
  border-color: #1629d6 !important;
}
