/* dp-marketo-form styles */
.dp-marketo-form-normal form.mktoForm *,
form.mktoForm * {
  font-family: var(--secondary-font) !important;
}

.dp-marketo-form-normal {
  width: 100%;
}
.demo-container-wrap-form .demo-container-wrap-form-inner {
  padding: 32px 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.dp-marketo-form-normal form.dp-marketo-form-wrap {
  font-family: var(--secondary-font) !important;
  width: 100% !important;
  color: var(--text-primary-default) !important;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoFormRow {
  /* margin-bottom: 12px; */
}

.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoFormRow .mktoFormCol {
  margin: 0 !important;
  float: none;
  min-height: auto;
  margin-bottom: 16px !important;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap {
  float: none;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  label.mktoLabel,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  label {
  padding-bottom: 4px;
  font-size: 14px;
  padding-top: 0px;
  width: max-content !important;
  float: none;
  display: flex;
  flex-direction: row-reverse;
  line-height: 16px;
  font-weight: 500;
  color: var(--text-primary-default);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  label.mktoLabel
  .mktoAsterix,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  label
  .mktoAsterix {
  padding-left: 2px;
}

.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoFormRow .mktoClear,
.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoClear {
  display: none;
}

.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoFormRow .mktoOffset,
.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoOffset,
.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoGutter {
  width: 0 !important;
  height: 0 !important;
  display: none;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoEmailField,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoTelField,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoNumberField,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoUrlField,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  textarea,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList
  input.mktoField,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoTextField {
  color: var(--text-primary-default);
  width: 100% !important;
  float: none;
  height: 48px;
  padding: 10px 16px;
  outline: 0;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: none;
  font-size: 0.875rem;
  line-height: 1rem;
}

/*Marketo radiobuttons */
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList {
  display: flex;
  width: 100% !important;
  float: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList
  input.mktoField:checked {
  background: var(--blue-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList
  label {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 5px;
  margin-right: 24px;
  cursor: pointer;
  padding-bottom: 0px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  textarea {
  min-height: 80px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  select {
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--text-primary-default);
  outline: 0;
  padding: 10px;
  width: 100% !important;
  height: 48px;
  float: none;
  cursor: pointer;
  position: relative;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--secondary-color) 50%),
    linear-gradient(135deg, var(--secondary-color) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  -webkit-appearance: auto;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  select:focus {
  background-image:
    linear-gradient(45deg, var(--secondary-color) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, var(--secondary-color) 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  select::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: 0;
  color: var(--text-primary-default);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoCheckboxList {
  float: none;
  padding: 0;
  height: auto;
  line-height: normal;
  display: flex;
  margin-top: 6px;
  align-items: center;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoCheckboxList
  input {
  border: 2px solid var(--text-primary-default);
  line-height: normal;
  float: none;
  display: table;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  appearance: none;
  border-radius: 3px;
  min-width: 13px;
  max-width: 13px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoCheckboxList
  input:checked {
  background: var(--blue-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoCheckboxList
  label {
  margin: 0;
  padding-left: 5px;
  margin-right: 24px;
  cursor: pointer;
  padding-bottom: 0px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoDateField {
  padding: 10px;
  width: 100% !important;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--text-primary-default);
  height: auto;
  display: table;
  float: none;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRangeField {
  float: none;
  width: 100% !important;
  height: 10px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRangeField
  .mktoRangeValue {
  background: var(--text-accent);
  z-index: 999;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRangeField
  .mktoRangeValue
  .mktoRangeValueText {
  background: var(--secondary-color);
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRangeField
  .mktoRangeValue
  .mktoRangeValueArrowWrap
  .mktoRangeValueArrow {
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRangeField
  input {
  width: 100% !important;
  padding: 0;
  line-height: normal;
  display: table;
}

.dp-marketo-form-normal form.dp-marketo-form-wrap .mktoButtonRow {
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap {
  margin: 0px !important;
  display: table;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton,
.dp-marketo-form-normal.blue-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton,
.dp-marketo-form-normal.orange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton,
.dp-marketo-form-normal.darkorange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 2px solid transparent;
  cursor: pointer;
  height: 42px;
  min-width: 112px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--btn-color-bg-primary);
  color: var(--white-color);
  background-image: none;
  box-shadow: none;
}

/* Primary States */
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:hover,
.dp-marketo-form-normal.blue-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:hover,
.dp-marketo-form-normal.orange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:hover,
.dp-marketo-form-normal.darkorange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:hover {
  background-color: var(--btn-color-bg-primary-hover);
  color: var(--white-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:active,
.dp-marketo-form-normal.blue-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:active,
.dp-marketo-form-normal.orange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:active,
.dp-marketo-form-normal.darkorange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:active {
  background-color: var(--btn-color-bg-primary-pressed);
  color: var(--white-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:disabled,
.dp-marketo-form-normal.blue-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:disabled,
.dp-marketo-form-normal.orange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:disabled,
.dp-marketo-form-normal.darkorange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:disabled {
  background-color: var(--btn-color-bg-primary-disabled);
  color: var(--btn-color-content-primary-disabled);
  cursor: not-allowed;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:focus-visible,
.dp-marketo-form-normal.blue-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:focus-visible,
.dp-marketo-form-normal.orange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:focus-visible,
.dp-marketo-form-normal.darkorange-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:focus-visible {
  outline: none;
  border-color: var(--border-focus);
}

/* white submit button */

.dp-marketo-form-normal.white-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton {
  background-color: var(--btn-color-bg-secondary);
  color: var(--btn-color-content-secondary);
}

.dp-marketo-form-normal.white-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:hover {
  background-color: var(--btn-color-bg-secondary-hover);
  color: var(--btn-color-content-secondary-hover);
}

.dp-marketo-form-normal.white-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:active {
  background-color: var(--btn-color-bg-secondary-pressed);
  color: var(--btn-color-content-secondary-pressed);
}

.dp-marketo-form-normal.white-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:disabled {
  background-color: var(--btn-color-bg-secondary-disabled);
  color: var(--btn-color-content-secondary-disabled);
  border-color: transparent;
}

.dp-marketo-form-normal.white-sbt-btn
  form.dp-marketo-form-wrap
  .mktoButtonRow
  .mktoButtonWrap
  button.mktoButton:focus-visible {
  outline: none;
  border-color: var(--btn-color-bg-secondary-focused);
}

/* Marketo invalid styles */

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList.mktoInvalid
  input {
  border-color: var(--error-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRadioList.mktoInvalid
  input {
  border-color: var(--error-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoError {
  bottom: auto !important;
  right: 6px !important;
  top: 5px;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoError
  .mktoErrorArrowWrap {
  display: none;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoError
  .mktoErrorMsg {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  box-shadow: none;
  background-image: none;
  border-radius: 3px;
  border: none;
  margin-top: 0;
  max-width: max-content;
  text-shadow: none;
  background: none;
  color: var(--error-color);
  display: flex;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoError
  .mktoErrorMsg
  span.mktoErrorDetail {
  padding-left: 3px;
  font-weight: 600;
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoTextField.mktoInvalid,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoRequired.mktoInvalid,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoEmailField.mktoInvalid,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoTelField.mktoInvalid,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoUrlField.mktoInvalid,
.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  input.mktoField.mktoNumberField.mktoInvalid {
  border-color: var(--error-color);
}

.dp-marketo-form-normal
  form.dp-marketo-form-wrap
  .mktoFormRow
  .mktoFormCol
  .mktoFieldWrap
  .mktoCheckboxList.mktoInvalid
  input {
  border-color: var(--error-color);
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  box-shadow: none !important;
}

.mktoForm .mktoCaptchaDisclaimer {
  position: relative;
  min-height: auto;
  order: 2;
}
