@charset "UTF-8";
.jotform-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
}
.jotform-form span, .jotform-form p, .jotform-form a, .jotform-form label {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 248, 240, 0.8);
}
.jotform-form form {
  display: flex;
  flex-direction: column;
}
.jotform-form label a,
.jotform-form p a {
  font-size: 14px;
  line-height: 21.5px;
  letter-spacing: 0.28px;
  color: rgba(255, 248, 240, 0.8);
}
.jotform-form h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  padding-bottom: 32px;
}
.jotform-form .allurion-jotform-form {
  display: block;
}
@media (min-width: 768px) {
  .jotform-form .allurion-jotform-form {
    display: grid;
    -moz-column-gap: 54px;
         column-gap: 54px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .jotform-form .full-width,
  .jotform-form .form-checkboxes {
    grid-column: 1/-1;
  }
}
.jotform-form input[type=submit].button {
  width: 232px;
  font-family: "GT-America-LC";
  text-transform: uppercase;
  margin-top: 32px;
  background-color: #fff8f0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border: none;
  color: #00363f;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.68px;
  padding: 1.5rem 8.5rem;
  cursor: pointer;
  font-weight: 500;
}
.jotform-form .form-item input[type]:not([type=radio]):not([type=submit]):not([type=checkbox]), .jotform-form .form-item textarea, .jotform-form .form-item select {
  font-family: "GT-America-LC";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  min-height: 45px;
  height: 45px;
  background-color: #00363f;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
  color: rgba(255, 248, 240, 0.75);
  padding: 12.5px 16px;
}
.jotform-form .form-item input[type]:not([type=radio]):not([type=submit]):not([type=checkbox]):focus, .jotform-form .form-item textarea:focus, .jotform-form .form-item select:focus {
  border: none !important;
}
.jotform-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.jotform-form select {
  padding: 14.5px 16px;
}
.jotform-form input[field-name=phone_number] {
  padding-left: 10px !important;
}
.jotform-form label {
  font-size: 14px;
}
.jotform-form .hs-error-msg {
  color: #cc0000;
  font-size: 15px;
  font-weight: 400;
}
.jotform-form .js-form-item {
  width: 100%;
}
@media (min-width: 768px) {
  .jotform-form .js-form-item:nth-child(odd) {
    justify-self: end;
  }
}
.jotform-form .form-item .form-required::after {
  color: #ffffff;
}
.jotform-form .form-item label {
  margin-bottom: 8px;
}
.jotform-form .form-item .form-type-checkbox {
  align-items: start;
}
.jotform-form .form-type-checkbox {
  display: grid;
  align-items: start;
  grid-template-columns: 21px auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.jotform-form .form-type-checkbox input[type=checkbox] {
  grid-column: 1;
  grid-row: 1;
}
.jotform-form .form-type-checkbox label.option {
  grid-column: 2;
  grid-row: 1;
}
.jotform-form input[type=checkbox] {
  font-size: 14px;
  line-height: 21.5px;
  letter-spacing: 0.28px;
  color: rgba(255, 248, 240, 0.8);
}
.jotform-form input.email,
.jotform-form input.whatsapp,
.jotform-form input.sms {
  margin-bottom: 17px;
}
.jotform-form input.email::before,
.jotform-form input.whatsapp::before,
.jotform-form input.sms::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 39px;
  height: 21px;
  width: 21px;
  background-image: url("../images/svg/from/mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
html[dir=rtl] .jotform-form input.email::before,
html[dir=rtl] .jotform-form input.whatsapp::before,
html[dir=rtl] .jotform-form input.sms::before {
  left: 0;
  right: 39px;
}
.jotform-form input.whatsapp::before {
  background-image: url("../images/svg/from/whatsapp.svg");
}
.jotform-form input.sms,
.jotform-form input[value="رسالة نصية قصيرة"] {
  margin-bottom: 0;
}
.jotform-form input.sms::before,
.jotform-form input[value="رسالة نصية قصيرة"]::before {
  background-image: url("../images/svg/from/message-circle.svg");
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .jotform-form input[type=checkbox],
  .jotform-form input[type=radio] {
    --active: #00363f;
    --active-inner: #00363f;
    --focus: 2px #00363f;
    --hover: #adb2b3;
    --border: #adb2b3;
    --border-hover: #adb2b3;
    --background: $aquamarine;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .jotform-form input[type=checkbox]:checked,
  .jotform-form input[type=radio]:checked {
    background: url(../images/svg/tick.svg) no-repeat center;
    background-size: 25px;
  }
  .jotform-form input[type=checkbox]:disabled,
  .jotform-form input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .jotform-form input[type=checkbox]:disabled:checked,
  .jotform-form input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .jotform-form input[type=checkbox]:disabled + label,
  .jotform-form input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  .jotform-form input[type=checkbox]:hover:not(:checked):not(:disabled),
  .jotform-form input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
    --b: var(--hover);
  }
  .jotform-form input[type=checkbox]:focus,
  .jotform-form input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .jotform-form input[type=checkbox]:not(.switch),
  .jotform-form input[type=radio]:not(.switch) {
    width: 21px;
    flex-shrink: 0;
  }
  .jotform-form input[type=checkbox]:not(.switch):after,
  .jotform-form input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .jotform-form input[type=checkbox]:not(.switch):checked,
  .jotform-form input[type=radio]:not(.switch):checked {
    --o: 1;
  }
}
.jotform-form fieldset.consent_text {
  margin-top: 16px;
}
.jotform-form .form-type-checkbox:has(input.consent_text) {
  -moz-column-gap: 55px;
       column-gap: 55px;
  margin-bottom: 22px;
}
.jotform-form .form-type-checkbox:has(input.sms) {
  margin-bottom: 16px;
}
.jotform-form .iti--allow-dropdown {
  display: flex;
}
.jotform-form .iti--allow-dropdown select {
  width: 40%;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #42666b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html[dir=rtl] .jotform-form .iti--allow-dropdown select {
  border-radius: 0 5px 5px 0;
  border-right: none;
  border-left: 1px solid #42666b;
}
.jotform-form .iti--allow-dropdown .form-tel {
  border-radius: 0 5px 5px 0 !important;
}
html[dir=rtl] .jotform-form .iti--allow-dropdown .form-tel {
  border-radius: 5px 0 0 5px !important;
}
.jotform-form .iti--allow-dropdown .form-tel::-webkit-input-placeholder {
  color: transparent;
}
.jotform-form .iti__flag,
.jotform-form .iti__arrow {
  display: none;
}
.jotform-form .iti__flag-container {
  width: 30%;
}
html[lang=tr] .jotform-form .control-text {
  margin: 30px 0;
}
.jotform-form .custom-hs-error-msgs {
  grid-column: span 2;
  grid-row: 2;
}

.iti-mobile .iti--container {
  position: relative;
}/*# sourceMappingURL=jotforms.css.map */