.frm_verify {
  display: none;
}

.frm_ajax_loading {
  opacity: 0;
}

.frm_hidden {
  display: none;
}

.frm_repeat_buttons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.frm_repeat_buttons.frm_hidden:has(+ .frm_repeat_sec) {
  display: none;
}

.frm-edit-page-btn, .frm_add_form_row, .frm_remove_form_row {
  color: var(--theme-button-text-initial-color);
  border: var(--theme-button-border);
  border-radius: var(--theme-button-border-radius, 3px);
  background-color: var(--theme-button-background-initial-color);
  min-height: var(--theme-button-min-height);
  padding: 1px 8px;
  font-size: calc(var(--theme-font-size) - 2px);
  cursor: pointer;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 5px;
}
.frm-edit-page-btn svg, .frm_add_form_row svg, .frm_remove_form_row svg {
  width: 14px;
  height: 12px;
  fill: var(--theme-button-text-initial-color);
}

.frm-summary-page-wrapper {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}
.frm-summary-page-wrapper .frm-line-table th, .frm-summary-page-wrapper .frm-line-table td {
  display: block;
}
@media (min-width: 690px) {
  .frm-summary-page-wrapper .frm-line-table th, .frm-summary-page-wrapper .frm-line-table td {
    display: table-cell;
  }
}
.frm-summary-page-wrapper .frm-line-table th {
  text-align: left;
}
@media (min-width: 690px) {
  .frm-summary-page-wrapper .frm-line-table th {
    width: 50%;
  }
}
.frm-summary-page-wrapper .frm-line-table td h3 {
  margin-bottom: 0;
}

.frm_submit {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.frm_submit .frm_prev_page {
  opacity: 0.5;
}
.frm_submit .frm_prev_page:hover {
  opacity: 1;
}
.editor-styles-wrapper .frm_submit {
  padding: 0;
  margin-top: 0;
}
.frm_center_submit .frm_submit {
  margin: 0 auto;
}
.frm_full_submit .frm_submit {
  width: 100%;
}
.frm_full_submit .frm_submit .frm_button_submit {
  width: 100%;
}

.editor-styles-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
  background: var(--theme-button-background-initial-color);
  border: var(--theme-button-border);
  color: var(--theme-button-text-initial-color);
  border-radius: var(--theme-button-border-radius, 3px);
}

form textarea {
  min-height: var(--theme-form-field-height, 40px);
}

.frm_section_heading .frm_pos_hidden {
  display: none;
}

:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  box-sizing: content-box;
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec) {
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec).frm_left_container {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
  }
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec).frm_left_container > .frm_primary_label {
    margin-bottom: 0;
    flex-basis: calc(40% - 5px);
  }
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec).frm_left_container > .frm_input_group {
    flex-basis: calc(60% - 5px);
  }
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec).frm_left_container > .frm_input_group.quantity > .frm_input_group {
    flex-basis: 100%;
  }
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec).frm_left_container > .frm_description {
    flex-basis: 100%;
  }
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > :is(.frm_form_field, h3.frm_pos_top, .frm_section_spacing, .frm_repeat_sec) > .frm_submit {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field.horizontal_radio .frm_opt_container .frm_radio, :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field.horizontal_radio .frm_opt_container .frm_checkbox {
  display: inline;
  margin-right: 30px;
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field.frm_two_col .frm_opt_container {
  display: grid;
  grid-gap: 10px;
  padding: 10px 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field .frm_input_group:not(.frm_hidden) {
  display: flex;
  background: var(--theme-form-field-border-initial-color);
  border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field .frm_input_group:not(.frm_hidden) > .frm_inline_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field.frm_total .frm_total_formatted {
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  height: var(--theme-form-field-height, 40px);
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_total .frm_total_formatted {
    align-items: center;
  }
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) > .frm_form_field.frm_total .frm_input_group {
  display: none;
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_half, :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm6 {
    width: 50%;
  }
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_third, :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm4 {
    width: 33.33%;
  }
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_sixth {
    width: 16.66%;
  }
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_fourth, :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm3 {
    width: 25%;
  }
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_two_thirds {
    width: 66.66%;
  }
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) > .frm_form_field.frm_three_fourths {
    width: 75%;
  }
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) .frm_primary_label:not(h3.frm_primary_label) {
  font-size: var(--theme-form-font-size, 16px);
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) .frm_primary_label:not(h3.frm_primary_label) + :is(input, select, input + .frm_dropzone, .frm_input_group, .frm_total_formatted) {
  margin-top: 6px;
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) :is(.frm_none_container, .frm_left_container) .frm_primary_label:not(h3.frm_primary_label) + :is(.frm_input_group, .frm_total_formatted) {
    margin-top: 0;
  }
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) .frm_inline_container {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 690px) {
  :where(.frm_fields_container:not(.wp-admin .frm_fields_container),
  .frm_section_heading,
  .frm_repeat_sec) .frm_inline_container > .frm_primary_label {
    margin-bottom: 0;
  }
}
:where(.frm_fields_container:not(.wp-admin .frm_fields_container),
.frm_section_heading,
.frm_repeat_sec) .frm_inline_container.frm_total > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-items: center;
}

#ui-datepicker-div .ui-datepicker-header {
  background-color: var(--theme-palette-color-1);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  width: 1px;
  height: 1px;
  order: 1;
  border: 10px solid currentColor;
  transform: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev::before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next::before {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: -10px;
  border-left-color: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: -10px;
  border-right-color: transparent;
  order: 3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  order: 2;
}
#ui-datepicker-div select {
  height: 30px;
}

.frm_rootline_group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.frm_rootline_group .frm_page_bar {
  display: flex;
  margin: 0;
  width: 100%;
  padding: 0 15px;
  list-style: none;
  position: relative;
}
.frm_rootline_group .frm_page_bar.frm_progress_line {
  height: 6px;
  margin-bottom: 10px;
}
.frm_rootline_group .frm_page_bar.frm_progress_line:after {
  margin: -3px 15px 0 15px;
  left: 0;
  right: 0;
}
.frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single {
  opacity: 0.4;
}
.frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single input {
  display: none;
}
.frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single.frm_current_page {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_2 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+2) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_3 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+3) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_4 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+4) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_5 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+5) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_6 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+6) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_7 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+7) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_page_num_8 .frm_rootline_group .frm_page_bar.frm_progress_line > .frm_rootline_single:nth-child(-n+8) {
  opacity: 1;
  background: var(--theme-palette-color-1);
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single {
  width: 100%;
  text-align: center;
  position: relative;
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -3px;
  z-index: -1;
  height: 6px;
  opacity: 0.3;
  background: var(--theme-palette-color-1);
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single input {
  width: 34px;
  height: 34px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
  font-weight: bold;
  transform: scale(1);
  background: var(--theme-text-color);
}
.frm_rootline_group .frm_page_bar > .frm_rootline_single.frm_current_page input, .frm_rootline_group .frm_page_bar > .frm_rootline_single input:hover {
  transform: scale(1.3);
}
.frm_rootline_group .frm_page_bar.frm_rootline > .frm_rootline_single:first-child:after {
  left: 50%;
  margin-left: 25px;
}
.frm_rootline_group .frm_page_bar.frm_rootline > .frm_rootline_single:last-child:after {
  right: 50%;
  margin-right: 25px;
}
.frm_rootline_group .frm_percent_complete, .frm_rootline_group .frm_pages_complete {
  width: 50%;
  padding: 0 15px;
  font-size: calc(var(--theme-font-size) - 2px);
}
.frm_rootline_group .frm_pages_complete {
  text-align: right;
}

.frm_dropzone {
  position: relative;
  border: 10px double rgba(200, 200, 200, 0.2);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.frm_dropzone.dz-started {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
}
.frm_dropzone.frm_single_upload.frm_clearfix {
  max-width: none;
}
.frm_dropzone:hover {
  border-color: rgba(200, 200, 200, 0.8);
}
.frm_dropzone:hover .frmsvg {
  fill: rgba(200, 200, 200, 0.8);
}
.frm_dropzone.dz-max-files-reached .dz-message, .frm_dropzone.dz-started .dz-message {
  display: none;
}
.frm_dropzone .frm_remove_link {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -25px;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.frm_dropzone .frm_remove_link svg {
  transform: scale(1.8);
  transition: transform 0.2s ease;
}
.frm_dropzone .frm_remove_link svg path {
  stroke: white;
}
.frm_dropzone .frm_remove_link:hover svg {
  transform: scale(1.3);
}
.frm_dropzone .dz-preview {
  position: relative;
  padding-top: 15px;
}
.frm_dropzone .dz-progress, .frm_dropzone .dz-upload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(200, 200, 200, 0.5);
  transition: opacity 0.3s ease;
  margin: 0 auto;
}
.frm_dropzone .dz-progress .dz-upload, .frm_dropzone .dz-upload .dz-upload {
  margin: 0;
  transition: width 0.5s ease;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--theme-palette-color-1);
}
.frm_dropzone .dz-error-message {
  color: red;
}
.frm_dropzone .dz-complete .frm_remove_link {
  opacity: 1;
}
.frm_dropzone .dz-complete .dz-progress {
  opacity: 0;
}
.frm_dropzone .frmsvg {
  width: 40px;
  height: auto;
  pointer-events: none;
  fill: rgba(200, 200, 200, 0.5);
  display: block;
  margin: 10px auto;
}
.frm_dropzone .dz-image {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.frm_dropzone .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm_dropzone .dz-filename > span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.frm_dropzone .frm_upload_text, .frm_dropzone .frm_compact_text {
  display: block;
}
.frm_dropzone .frm_upload_text button, .frm_dropzone .frm_compact_text button {
  background: none;
  color: inherit;
  border: none;
}
.frm_dropzone .frm_compact_text {
  visibility: hidden;
}
.frm_dropzone .frm_small_text, .frm_dropzone .dz-details {
  font-size: calc(var(--theme-font-size) - 2px);
}

.vertical_radio .frm_checkbox, .editor-styles-wrapper .with_frm_style .vertical_radio .frm_checkbox {
  padding-left: 30px;
}
.vertical_radio .frm_checkbox label, .editor-styles-wrapper .with_frm_style .vertical_radio .frm_checkbox label {
  padding-left: 0;
  text-indent: unset;
}
.vertical_radio .frm_checkbox label input[type=checkbox], .editor-styles-wrapper .with_frm_style .vertical_radio .frm_checkbox label input[type=checkbox] {
  position: relative;
  left: -30px;
  margin-right: -20px !important;
}

@media (max-width: 689px) {
  .frm_hidden_container .frm_primary_label {
    display: none;
  }
}
@media (min-width: 690px) {
  .frm_hidden_container .frm_primary_label {
    visibility: hidden;
  }
}

.frm_none_container .frm_primary_label {
  display: none;
}

.frm_message,
.frm_error_style {
  position: relative;
  border-radius: 5px;
  padding: 25px 15px 25px 40px;
  margin-bottom: 30px;
  font-weight: bold;
}
.frm_message p,
.frm_error_style p {
  margin-bottom: 0;
}
.frm_message p + p,
.frm_error_style p + p {
  margin-top: 20px;
}

.frm_error_style {
  background: rgba(155, 155, 155, 0.3);
  color: var(--theme-text-color);
}

.frm_required_field.frm_hidden_container .frm_checkbox label::after {
  content: " *";
  color: #9a3800;
}
.frm_required_field.frm_none_container.frm_blank_field label {
  color: #9a3800;
}

.frm_message {
  background: #f5efe9;
  color: #736458;
}

span.frm_required {
  color: #9a3800;
}

.frm_error {
  font-weight: normal;
  font-size: calc(var(--theme-font-size) - 2px);
  color: #9a3800;
}

.frm_description {
  font-size: calc(var(--theme-font-size) - 2px);
  color: #696969;
}

.editor-styles-wrapper .with_frm_style .frm_primary_label {
  color: var(--theme-text-color);
}

div.quantity :is(.ct-increase, .ct-decrease) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--quantity-arrows-initial-color, #fff);
  background: var(--quantity-initial-color, var(--theme-button-background-initial-color));
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
div.quantity :is(.ct-increase, .ct-decrease):before {
  content: "";
  width: 1px;
  height: 1px;
  border: 7px solid var(--theme-button-text-initial-color, var(--theme-text-color, inherit));
  position: relative;
  transform: scaleX(0.7);
  transition: margin-top 0.2s;
}
div.quantity :is(.ct-increase, .ct-decrease):hover {
  background: var(--quantity-hover-color, var(--theme-button-background-hover-color));
}
div.quantity :is(.ct-increase, .ct-decrease):hover:before {
  margin-top: -4px;
}
div.quantity .ct-decrease:hover:before {
  margin-top: 4px;
}

.quantity[data-type=type-1] :is(.ct-increase, .ct-decrease) {
  right: 0;
  border-radius: 0;
  width: 25%;
  max-width: 25px;
}

.quantity[data-type=type-1] input[type=number]::-webkit-inner-spin-button,
.quantity[data-type=type-1] input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

.quantity[data-type=type-1] .ct-increase {
  top: 0;
  height: calc(50% - 1px);
  border-radius: 0 var(--form-field-border-radius, 3px) 0 0;
}

.quantity[data-type=type-1] .ct-decrease {
  bottom: 0;
  height: 50%;
  border-radius: 0 0 var(--form-field-border-radius, 3px) 0;
}

.quantity[data-type=type-1] .ct-increase:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -2px;
}

.quantity[data-type=type-1] .ct-decrease:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 2px;
}

@font-face {
  font-family: "Journal";
  src: url("./wp-content/plugins/formidable-signature/assets/journal.eot");
  src: local("Journal Regular"), local("Journal"), url("./formidable-signature/assets/journal.woff") format("woff"), url("./formidable-signature/assets/journal.ttf") format("truetype"), url("./formidable-signature/assets/journal.svg#Journal") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sigPad {
  margin: 0 -15px;
  padding: 0;
}

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #000;
  font: italic normal 1em/1.375 Georgia, Times, serif;
}

.sigPad label.error {
  color: #f33;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;
  background-color: #f0e2eb;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #ea088c;
  font: bold 1em/1.375 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

.sigPad button:hover {
  background-color: #ea088c;
  color: #fff;
}

.sigNav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  margin: 0;
  padding: 16px;
  list-style-type: none;
  --active-text: var(--theme-button-text-initial-color);
  --active: var(--theme-button-background-initial-color);
}

#frm_builder_page .sigNav.frm_hidden, .sigNav.frm_hidden {
  display: none;
}

#frm_builder_page .sigNav {
  display: block;
}

#frm_builder_page .sigPad input {
  display: none;
}

.frm_form_field .sigPad ul.sigNav li {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  background: none;
  line-height: normal;
}

.frm_form_field .sigPad ul.sigNav li:last-child {
  margin-bottom: 0;
}

.frm_form_field .sigNav a {
  margin: 0;
  padding: var(--button-padding, 8px);
  border: 0;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  background-color: var(--inactive);
}

.frm_form_field .sigNav a, .frm_form_field .sigNav a svg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--button-size, 16px);
  color: var(--inactive-text);
}

.frm_form_field .sigNav a svg {
  width: var(--icon, 20px);
  height: var(--icon, 20px);
}

.frm_form_field .sigNav a.frm-active-sig-type svg {
  color: var(--active-text);
  fill: var(--active-text);
}

.sigNav a, .sigNav a:active, .sigNav a:focus, .sigNav a:hover {
  box-shadow: none;
}

.frm_form_field .sigNav a.frm-active-sig-type, .frm_fields_container .frm_form_field .sigNav a.frm-active-sig-type:focus {
  background-color: var(--active, #eee);
}

.frm_form_field .sigNav a.frm-active-sig-type, .frm_fields_container .frm_form_field .sigNav a.frm-active-sig-type:focus, .frm_form_field .sigNav a.frm-active-sig-type i {
  color: var(--active-text);
  fill: var(--active-text);
}

.sigWrapper {
  clear: both;
  border: 1px solid var(--border-color);
  box-sizing: content-box;
  position: relative;
  background-color: var(--bg-color, #fff);
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;
  cursor: crosshair;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.typed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
  color: #145394;
  font: normal 3em/50px "Journal", Georgia, Times, serif;
  padding: 0;
  margin: 0;
}

.frm-typed-drawline {
  position: absolute;
  bottom: 37px;
  left: 16px;
  z-index: 3;
  background-color: #000;
}

.typed input[type=text], .typed input[type=text]:focus, #content .with_frm_style .typed input[type=text], .with_frm_style .typed input[type=text], .with_frm_style .typed input[type=text]:focus {
  font: normal 2em "Journal", Georgia, Times, serif !important;
  text-indent: 6%;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 100% !important;
  width: 100%;
  vertical-align: middle;
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}

.typed input[type=text]:focus {
  background: inherit;
}

.frm-typed-display {
  font-family: "Journal", Georgia, Times, serif;
  font-size: 4em;
  line-height: 1;
}

a.frm-clear-signature {
  font-size: 14px;
}

.sigPad .clearButton {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inherit;
  line-height: 1;
}

.sigPad .clearButton a {
  color: var(--theme-link-initial-color);
  font-size: 13px;
  line-height: 1;
  text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none));
}

.frm-clear-signature-container {
  margin: 10px 0;
}
