/*****************************************************
                    FORM COMMON
*****************************************************/
form.leadpack-form .leadpack-global {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form.leadpack-form .leadpack-global p:last-child {
  width: 100%;
  margin: 0;
}

form.leadpack-form .grid .col {
  padding: 0;
  margin: 0;
}

/*nascondi titolo e sottotitolo crm form*/
form.leadpack-form .leadpack-form-title {
  text-align: center;
  font-family: "Open Sans", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 0;
  color: var(--black, #000);
}

form.leadpack-form .leadpack-form-subtitle {
  color: var(--black, #000);
  text-align: center;
  font-family: "Open Sans", "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.leadpack-form-field input:not([type=submit]),
.leadpack-form-field select,
.leadpack-form-field textarea {
  margin: 0;
  min-height: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  box-sizing: border-box;
  color: var(--gray-700, #495057);
  border-radius: 6px;
  border: 1px solid var(--gray-400, #CED4DA);
  background: var(--white, #FFF);
  transition: background 0.2s ease;
}

.leadpack-form-field input:not([type=submit]) {
  padding: 5px 16px;
}

.leadpack-form-field input[type=tel] {
  padding-right: 16px !important;
}

.leadpack-form-field select {
  padding: 5px 16px !important;
}

.leadpack-form-field textarea {
  padding: 14px 16px;
  height: auto;
  min-height: 70px;
  max-height: 80px;
}

.leadpack-form-field div.iti {
  margin: 0 !important;
}

/*checkbox*/
.leadpack-form-field span.leadpack-form-tos-check,
.leadpack-form-field span.leadpack-form-privacy-check {
  width: auto;
  margin: 0;
  font-family: "Open Sans", "sans-serif";
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  color: var(--black, #000);
}

form.leadpack-form .leadpack-global .grid .leadpack-form-field span span.leadpack-form-tos-check,
form.leadpack-form .leadpack-global .grid .leadpack-form-field span span.leadpack-form-privacy-check {
  font-size: 12px !important;
}

.leadpack-form-field span.leadpack-form-tos-check a,
.leadpack-form-field span.leadpack-form-privacy-check a {
  color: var(--black, #000);
  font-weight: 700;
}

form.leadpack-form .grid div.privacy-check label,
form.leadpack-form .grid div.tos-check label {
  align-items: flex-start;
  gap: 8px;
  /*margin-top: 10px;*/
}

/*button*/
form.leadpack-form input[type=submit] {
  display: flex;
  padding: 13px 10px;
  margin: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 42px;
  text-align: center;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120%;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  color: var(--white, #FFF);
  background: var(--primary, #F06833);
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

form.leadpack-form input[type=submit]:hover {
  background: var(--primary-hover, #E04B10);
}

@media (max-width: 768px) {
  .gb-container.perf-heading-form-column-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=form-common.css.map */
