.section-drag-area {
  min-height: 180px;
  position: relative;
  z-index: var(--nf-section-drag-area-z-index, auto);
}
.placeholder-component .section-drag-area::after {
  content: var(--dragComponentName, "Add component here");
  height: 56px;
  width: 100%;
  display: block;
  padding: 15px 15px 5px 40px;
  border-bottom: 1px solid #c8c8c850;
  box-sizing: border-box;
  background: #f6ff72;
  opacity: .5;
  border: solid 1px #b6b6b6;
}
.section-drag-header {
  height: calc(100% - 12px);
  /* -12px needed because of draggable built in "hover padding" */
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
}
.accordion_empty_message {
  margin: auto;
  padding: 0;
  margin-top: -180px;
  width: 100%;
  min-height: 180px;
}
.card-header-icon {
  width: 15px;
}
.builder_item_heading .collapse_expand_ico {
  opacity: 0.5;
}
.builder_item_heading .collapse_expand_ico:hover {
  opacity: 1;
  background-color: transparent;
}
.hidden_property_buttons {
  display: block;
  text-align: left;
}
.fi_type_image {
  cursor: move;
  max-width: 100%;
  grid-column: 2;
  padding-left: 5px;
  box-sizing: content-box;
}
.fi_type_image.six_dot_handle,
.section-icon.six_dot_handle {
  grid-column: 1;
  height: 20px;
  width: 10px;
  padding: 5px;
  opacity: 0;
  z-index: 5;
  justify-self: unset;
}
.section_heading .section-icon.six_dot_handle {
  margin-left: 10px;
  padding-left: 10px;
}
.specific_content:hover .fi_type_image.six_dot_handle,
.section_heading:hover .section-icon.six_dot_handle {
  opacity: 0.25;
}
.specific_content .fi_type_image.six_dot_handle:hover,
.section_heading .section-icon.six_dot_handle:hover {
  opacity: 0.7;
}
.collapse_expand_ico_opened {
  background-position: 3px -30px;
  opacity: 0.2;
  transform: rotate(180deg);
}
.feature_properties_box .form_builder_option_buttons_container {
  padding-top: 20px;
  flex-wrap: wrap;
}
.feature_properties_box .options_box .radio_line label {
  word-break: break-word;
}
.item-in-form {
  border-bottom: 1px solid #c8c8c850;
  overflow: visible;
}
.items-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-components {
  width: 45%;
  margin-bottom: 10px;
  cursor: pointer;
}
.section_heading {
  height: 43px;
  border: none;
  background: #dbf0f1;
  border-radius: 3px;
  color: #262626;
  font-weight: lighter;
  text-align: center;
  line-height: 42px;
  border-top: 2px solid white;
  grid-template-columns: 28px 65px auto 38px 32px;
  padding: 0px 15px 0px 0px;
}
.section_heading.state-active:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 9px;
  /*background-color: tran;*/
  width: 0;
  height: 0;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 12px solid;
  border-color: #47b2ba;
}
.section_collapse_expand_ico {
  top: 3px;
}
.ghost-form-section {
  opacity: .5;
  background: #f6ff72;
}
.drag-form-section {
  opacity: .8;
  background: #ffffff;
}
.ghost-formitem {
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  opacity: .5;
  background: #f6ff72;
  border: solid 1px #b6b6b6;
  background-repeat: no-repeat;
  text-indent: 55px;
  background-position: 20px center;
  background-size: 40px 45px;
}
.ghost-formitem:has(.fi_type_image) {
  text-indent: 0;
  padding: 0;
}
.drag-formitem {
  opacity: .8;
  background: #ffffff;
}
.drag-trash-area {
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 6;
  opacity: 0;
}
.subfields-vue {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul.subfields-vue li {
  padding-left: 20px;
}
#conditional_lightbox_selector {
  max-height: calc(80vh - 135px);
  overflow: auto;
}
.accordion_column {
  min-height: 847px;
}
/* TODO: check after document exception is removed */
.prepare_to_fix.features_items:not(:has(.item.item-components.document_feature)) + .accordion_column {
  min-height: calc(767px - 69px);
}
.prepare_to_fix.stay_at_bottom {
  bottom: 100px;
}
.prepare_to_fix.features_items.stay_at_bottom {
  bottom: 133px;
}
.item-list-holder {
  max-height: calc(100vh - 80px);
  overflow: visible;
}
.conditional-edit {
  display: inline-block !important;
}
.image_thumb {
  vertical-align: middle;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 100%;
}
.number_logic_table .image_thumb,
.options_box .image_thumb {
  max-width: 30px;
  max-height: 30px;
}
.formitem_label {
  height: 50px;
  grid-column: 3;
  justify-self: stretch;
  max-width: 100%;
  padding-left: 5px;
  overflow: hidden;
}
.edit_label {
  padding: 5px;
  position: relative;
  line-height: 200%;
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
  min-height: 30px;
  height: 100%;
  box-sizing: border-box;
  min-width: 110px;
  z-index: 3;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 100%;
  cursor: text;
  opacity: 0.8;
}
.edit_label span.sectionNameText {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0px 30px;
}
.edit_label .formitem-name.itemTitleEmpty,
.edit_label span.sectionNameText.section_heading_label_warning {
  background-color: #f5c6cbD0;
  flex-grow: 1;
  height: 35px;
}
.edit_label.section_heading_label {
  justify-self: stretch;
  margin: auto;
  grid-column: 3;
}
.edit_label.section_heading_label:has(.section_heading_label_warning) {
  display: flex;
  align-items: center;
  width: 55%;
}
.edit_label:hover {
  opacity: 1;
}
.edit_label.formitem {
  opacity: 1;
  overflow-wrap: break-word;
  line-height: unset;
  display: flex;
  align-items: center;
}
.edit_label.formitem .formitem-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edit_label.formitem.itemTitleEmpty {
  width: 100%;
}
.edit_label.formitem:hover {
  opacity: 1;
  color: #47B2BA;
}
.option_edit_label {
  padding: 5px;
  position: relative;
  display: inline-block;
  max-width: 390px;
  min-width: 50px;
  z-index: 5;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 100%;
  cursor: text;
}
.feature_properties_box .options_box .radio_line label {
  vertical-align: middle;
}
.feature_properties_box .options_box .radio_line {
  vertical-align: middle;
}
.feature_properties_box .options_box .radio_line input[type="radio"] {
  margin-top: 0px;
  margin-left: 5px;
}
.edit_label span.sectionNameText:before {
  background: url('/site/images/icons/icon32_edit_black60.png') left -3px no-repeat;
  background-color: transparent;
  background-size: contain;
  cursor: pointer;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  opacity: 0;
}
.edit_label:hover span.sectionNameText:before {
  opacity: 1;
}
.fi_type_image.center_formcomponent_img {
  grid-column: 3;
  width: 45px;
  padding-left: 10px;
}
.auto_height {
  height: auto !important;
  padding-bottom: 10px;
}
.cancel_new_options {
  background-image: url('/site/images/icons/icon32_decline_red.png') !important;
  background-size: 20px 20px !important;
}
.add_new_options a {
  background-image: url('/site/images/icons/icon16_add_green.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 10px center;
  float: none;
  padding-left: 35px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.add_new_options a.append_multiple {
  background-image: url('/site/images/icons/icon16_add-multiple_green.png');
}
.add_new_options a:hover {
  background-color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.07);
}
.gps_precision_options select {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.input {
  font-size: 100%;
}
.form_builder_option_buttons_container.type_note {
  margin-top: 0;
  margin-bottom: 20px;
}
.form_builder_option_buttons_container.type_finish_button {
  margin-top: 0;
  margin-bottom: 25px;
}
.autocapture_options {
  display: block;
}
.autocapture_options select {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.formitem_label {
  cursor: pointer;
}
.features_items .items .item,
.features-items-modal .items .item,
.ui-draggable-dragging .item {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top;
  height: 65px;
  position: relative;
  border: solid 1px #c8c8c850;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.features_items .items .item,
.ui-draggable-dragging .item {
  cursor: move;
}
.form_menu {
  border: none;
  box-shadow: none;
}
.conditional-edit {
  background-image: url('/site/images/icons/icon32_conditional-question_black60.png');
  cursor: pointer;
}
.select_image_button {
  background-image: url('/site/images/icons/icon32_select_image_black60.png');
  cursor: pointer;
}
.change_component_type_button {
  background-image: url('/site/images/icons/icon_change_component.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px;
  cursor: pointer;
}
.remove_selection_image_button {
  background-image: url('/site/images/icons/icon32_cancel_gray.png');
  cursor: pointer;
}
.item-in-form:hover {
  box-shadow: 0px 0px 3px #47B2BA;
}
.feature_properties_box .add_new_options {
  position: relative;
}
.form_menu_box.prefilled_title-menu {
  width: auto;
}
#prefilled_title-box {
  width: auto;
  max-width: 400px;
  min-width: 150px;
}

.minimumLengthRequired {
  width: 35px;
}
.calculated {
  width: 50px;
}

.section_heading img.conditional-item-ico {
  background-color: #3bb7ff;
  border-radius: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 85px;
}
.modal-content .issues .button {
  padding: 10px 15px;
}

.math_item {
  position: relative;
  padding-left: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  border-left: 12px solid #fff;
  box-shadow: 0px 0px white, 0px 0px #47b2ba;
  transition: all 0.5s ease-in-out;
  transition-property: box-shadow, margin-left, background-color, border-left-color;
}
.math_item_operation,
.math_item_function {
  /* background-color:rgba(0, 0, 0, 0.05);
  transition: 0.5s all; */
  border-color: #dbf0f1;
}
.math_item_operation:hover,
.math_item_function:hover,
.math_item_operation.hovered,
.math_item_function.hovered {
  border-left-color: #47b2ba;
}
.math_item_operation .label,
.math_item_function .label {
  font-weight: bold;
}
.math_item .label_row {
  cursor: pointer;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.math_item .math_item_label:hover,
.math_item .math_item_label.hovered {
  background-color: #dbf0f1;
  transition: background-color 0.5s ease-in-out;
}
.math_item_label .error {
  padding-left: 5px;
}

.math_item.deletion,
.math_item.deletionSubtree {
  border-left-color: red;
}
.math_item.deletion > .math_item_label,
.math_item.deletionSubtree > .math_item_label {
  background-color: #f5c6cb;
}
.math_item.deletionSubtree {
  background-color: #f5c6cb;
}
.math_item.deletionSubtree .math_item {
  border-left-color: red;
}
.math_item.additionParent {
  margin-left: 13px;
  box-shadow: -1px 0px white, -13px 0px #47b2ba;
}
.math_item.highlightFlipParams .math_item {
  border-left-color: #aaeb61;
}
.math_item.highlightFlipParams > .math_item {
  background-color: #d8ffb0;
  border-left-color: #67ba0a;
}

.math_item_label,
.switch_expression_input {
  position: relative;
  cursor: pointer;
}
.math_item_label .edit_buttons,
.switch_expression_input .edit_buttons {
  transform-origin: 50% 100%;
  transform: scaleY(0);
  display: block;
  transition: all .2s ease-out;
}
.math_item_label:hover .edit_buttons,
.switch_expression_input:hover .edit_buttons {
  display: block;
  transform: scaleY(1);
}
.math_item_label .input_inline_buttons {
  position: absolute;
  right: 30px;
  bottom: 1px;
  line-height: 1.6em;
  opacity: 0.7;
}
.math_item_label:hover .input_inline_buttons,
.vue-simple-suggest.designed.focus + .input_inline_buttons {
  opacity: 1;
}
.math_item_label .input_inline_buttons a {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.math_item_label .input_inline_buttons a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.calculate_builder {
  min-height: 40vh;
  min-width: 40vw;
  padding: 15px;
  line-height: 1.8em;
}

.calculate_builder .parsed_wrapper {
  display: flex;
}
.calculate_builder .builder_root,
.calculate_builder .suggestion {
  width: 100%;
}
.calculate_builder .suggestion_button,
.calculate_builder .update_button {
  margin-top: 10px;
}
.calculate_builder .suggestion_button,
.button.noBotMargin {
  margin-bottom: 0;
}
.calculate_builder .suggestion_button.button.disabled {
  pointer-events: auto;
}
.calculate_builder .edit_buttons {
  top: auto;
  bottom: 2px;
  z-index: 1002;
}
.calculate_builder .edit_buttons .add_button {
  background-image: url('/site/images/icons/icon32_add_row_new_black60.png');
}
.calculate_builder .edit_buttons .add_button:hover {
  background-image: url('/site/images/icons/icon32_add_row_new_hover_black60.png');
}
.calculate_builder .edit_buttons .add_parent_button {
  background-image: url('/site/images/icons/icon32_add_row_before_black60.png');
}
.calculate_builder .edit_buttons .add_parent_button:hover {
  background-image: url('/site/images/icons/icon32_add_row_before_hover_black60.png');
}
.calculate_builder .edit_buttons .add_multiple_button {
  background-image: url('/site/images/icons/icon32_submenu_button_black60.png'), url('/site/images/icons/icon32_add_row_multi_black60.png');
}
.calculate_builder .edit_buttons .add_multiple_button:hover {
  background-image: url('/site/images/icons/icon32_submenu_button_black60.png'), url('/site/images/icons/icon32_add_row_multi_hover_black60.png');
}
.calculate_builder .edit_buttons .toggle_negative_button {
  background-image: url('/site/images/icons/icon32_change_polarity_black60.png');
}
.calculate_builder .edit_buttons .toggle_negative_button.negative:hover {
  background-image: url('/site/images/icons/icon32_change_positive_black60.png');
}
.calculate_builder .edit_buttons .toggle_negative_button.positive:hover {
  background-image: url('/site/images/icons/icon32_change_negative_black60.png');
}
.calculate_builder .edit_buttons .flip_params_button {
  background-image: url('/site/images/icons/flip_params.svg');
}
.calculate_builder .edit_buttons .flip_params_button:hover {
  background-image: url('/site/images/icons/flip_params_hover.svg');
}
.calculate_builder .edit_buttons .delete_button_submenu,
.calculate_builder .input_inline_buttons .delete_button_submenu {
  background-image: url('/site/images/icons/icon32_submenu_button_black60.png'), url('/site/images/icons/icon32_delete_black60.png');
}
.input_inline_buttons .cancel_button {
  background-image: url('/site/images/icons/icon32_cancel_gray.png');
}
.edit_buttons a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.edit_buttons.submenu {
  right: -1px;
  top: 38px;
  bottom: auto;
}
.input_inline_buttons .edit_buttons.submenu {
  top: 26px;
}
.math_item_label a.all_items {
  cursor: pointer;
}
.math_item_label a.all_items:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.edit_buttons.submenu a {
  display: block;
  width: auto;
  white-space: nowrap;
  line-height: 2;
}

.calculate_builder .vue-simple-suggest.designed .input-wrapper input {
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
  transition: box-shadow 1s ease-in-out;
}
.calculate_builder .vue-simple-suggest.designed .suggestions {
  line-height: 1.1em;
}
.calculate_builder .vue-simple-suggest.designed .suggestions .suggest-item,
.vue-simple-suggest.designed .suggestions .misc-item {
  padding: 6px 10px;
}
.calculate_builder .vue-simple-suggest.designed .suggestions .suggest-item .disabled_suggestion {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.calculate_builder .vue-simple-suggest.designed .input-wrapper input.error {
  background-color: #f5c6cb;
}
.calculate_builder .vue-simple-suggest.designed .input-wrapper input.newlyAdded,
.vue-simple-suggest.designed.focus .input-wrapper input.newlyAdded {
  box-shadow: 0 0 0 2px #47b2ba;
  transition: box-shadow 0.5s ease-in-out;
}
.calculate_builder .vue-simple-suggest .suggest-item .item-section {
  color: #b7b7b7;
  padding-left: 8px;
  font-size: 0.87em;
}

.calculate_builder .vue-simple-suggest .suggest-item .item-name,
.calculate_builder .vue-simple-suggest .suggest-item .item-section {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.math_item .math_item_label:hover .vue-simple-suggest.designed .input-wrapper input,
.math_item .math_item_label.hovered .vue-simple-suggest.designed .input-wrapper input {
  box-shadow: 0 0 0 2px #47b2ba;
  transition: box-shadow 0.5s ease-in-out;
}

.edit_buttons .settings_button {
  background-image: url('/site/images/icons/icon24_gear_black60.png');
}
.item-in-form.draggableDisabled {
  transform: none !important;
}
.calculateExpressionContainer {
  border: solid 1px #cecece;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor: pointer;
  padding: 15px;
}
.calculateExpressionContainer:hover {
  box-shadow: inset 0 9999px 0 rgba(0, 0, 0, 0.07), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.calculateExpressionContainer .expressionPlaceholder {
  line-height: 2em;
  color: #8a8a8a;
}
.calculateExpressionItem {
  line-height: 2em;
  cursor: pointer;
}
.calculateExpressionItem .tag {
  border-radius: 6px;
  border: 1px solid gray;
  background: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  padding: .2em .3em .05em .3em;
  position: relative;
  display: inline-block;
  margin: -1px 0 0px 0;
  line-height: 1em;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.calculateExpressionItem .tag:hover {
  color: initial;
}
.calculateExpressionItem .tag.error {
  border-color: red;
  color: red;
}
.calculateExpressionItem .item_value {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.remove_negative_sign {
  text-decoration: none;
}
.calculate_builder .calculateExpressionItem.hovered {
  padding-bottom: 4px;
  border-bottom: 2px solid #47b2ba;
}
a.linkImageNoText {
  text-decoration: none;
}
.calculate_builder .newlyAddedMathItemPlaceholder {
  background-color: #d8ffb0;
  padding-left: 15px;
  color: black;
  position: absolute;
  top: 100%;
  width: calc(100% - 15px);
  right: 0;
  border-left: 12px solid #47b2ba;
  z-index: 1001;
}
.calculate_builder .allItemsPlaceholder {
  background-color: #d8ffb0;
  padding-left: 15px;
  color: black;
  position: absolute;
  top: 100%;
  width: calc(100% - 14px);
  right: 0;
  border-left: 12px solid #47b2ba;
  z-index: 1001;
}
.calculate_builder .allItemsPlaceholder > div {
  padding-left: 4px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.calculate_builder .additionParentPlaceholder {
  background-color: #d8ffb0;
  padding-left: 5px;
  color: black;
  position: absolute;
  top: 100%;
  width: calc(100% + 7px);
  right: 0;
  box-shadow: -1px 0px white, -13px 0px #47b2ba;
  transition: box-shadow 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 1001;
}
.calculate_builder .additionParentPlaceholder.slide-fade-enter-from,
.calculate_builder .additionParentPlaceholder.slide-fade-leave-to {
  opacity: 0;
  box-shadow: 0px 0px white, 0px 0px #47b2ba;
  transition: all 0.5s ease-in-out;
}
.calculate_builder .additionParentPlaceholder > div {
  margin-top: 1px;
}
.calculate_builder .reverseSignPlaceholder {
  width: 15px;
  opacity: 1;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: black;
  padding: 5px 5px 5px 0;
  transition: width 0.8s ease-in-out, padding 0.8s ease-in-out, opacity 1s ease-in-out;
}
.calculate_builder .reverseSignPlaceholder.fade-enter-from,
.calculate_builder .reverseSignPlaceholder.fade-leave-to {
  width: 0;
  opacity: 0;
  padding: 0;
  transition: width 0.8s ease-in-out, padding 0.8s ease-in-out, opacity 0.5s ease-in-out;
}
.calculate_builder .reverseSignPlaceholder > div {
  background-color: #d8ffb0;
  box-shadow: 0px 0px 4px 2px #67ba0a;
  line-height: 1em;
  margin: 0 2px;
}
.calculate_builder .calculateExpression {
  border: 1px solid #67ba0a;
  background-color: #eaffd4;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.calculate_builder .update_button {
  position: sticky;
  bottom: 10px;
  z-index: 2;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 0 10px 7px white;
}
.calculate_builder .update_button:hover {
  box-shadow: inset 0 73px 0 rgba(0, 0, 0, 0.07), inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 0 10px 7px white;
}
.inlineElementsNoGaps {
  font-size: 0;
  line-height: initial;
}
.editMultiple textarea {
  display: block;
  width: 600px;
  height: 300px;
}
.bottom_checkbox_box.set_values {
  position: relative;
}
.bottom_checkbox_box.set_values .tooltip-help,
.bottom_checkbox_box.autocomplete_box .tooltip-help {
  display: none;
  width: 300px;
  bottom: unset;
}
.bottom_checkbox_box.set_values:hover .tooltip-help,
.bottom_checkbox_box.autocomplete_box:hover .tooltip-help {
  display: block;
}
.button.validationRules,
.button.rules {
  background: url('/site/images/icons/button32_close_black_transparent.png') 3px 3px no-repeat;
  background-size: 28px;
  height: 29px;
  line-height: 1.6em;
  font-size: inherit;
  padding-left: 32px;
}
.button.validationRules {
  margin-left: 5px;
}
.button.processFlow,
.button.templateOptions,
.button.afterFinish {
  background: url('/site/images/icons/icon_flow.svg') 12px 9px no-repeat white;
  background-size: 24px;
  padding-left: 43px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 9px;
  margin: 0 0 5px 0;
  font-weight: lighter;
}
.button.templateOptions {
  background: url('/site/images/icons/templates_icon_grey.svg') 12px 9px no-repeat white;
  background-size: 24px;
}
.button.afterFinish {
  background: url('/site/images/icons/after_finish.svg') 12px 9px no-repeat white;
  background-size: 24px;
}
.button.validationRules:not(.validationRulesFilled):hover,
.button.rules:not(.rulesFilled):hover {
  background-image: url('/site/images/icons/button32_close_black_transparent.png');
  background-position: 3px -25px;
}
.button.validationRulesFilled,
.button.rulesFilled {
  background-image: url('/site/images/icons/success-circle_blue.svg');
}
.button.processFlowFilled {
  background-image: url('/site/images/icons/icon_flow_filled.svg');
}
.btn.addRepeatingAnswers {
  margin-top: 5px;
  margin-bottom: 5px;
}
.removeRepeatingAnswers {
  margin-left: 10px;
  display: none;
}
.repeatingAnswers:hover .removeRepeatingAnswers {
  display: inline-block;
}
.repeatingAnswersSelector {
  min-width: 50vw;
  min-height: 80vh;
}
.customdb-select {
  max-width: 100%;
}
.templates_right {
  margin-top: 24px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}
.low_priority {
  z-index: 1 !important;
}
.component-arrow {
  display: block;
  position: absolute;
  overflow: visible;
  height: 118px;
  transform: translateX(50%);
  transform-origin: 0% 100%;
  pointer-events: none;
  z-index: 6;
  transition: opacity 0.5s ease-out;
}
.component-arrow-show {
  display: block
}
.component-arrow.leaving {
  opacity: 0;
}

@media (max-width: 740px) {
  .editMultiple textarea {
    width: 95%;
  }
}

@media only screen and (max-width: 650px) {
  .prepare_to_fix.features_items.stay_at_bottom {
    position: fixed;
    bottom: initial;
  }
  .query-prefill-modal-wrapper .query_fill {
    min-width: unset;
    padding-left: 0px;
    padding-right: 0px;
  }
  .query-prefill-modal-wrapper .query_fill tr {
    position: relative;
    margin-bottom: 15px;
  }
  .query-prefill-modal-wrapper .query_fill tr:last-child {
    margin-bottom: 0px;
  }
  .query-prefill-modal-wrapper .query_fill tr.first {
    display: none;
  }
  tr img.remove-form-item-button {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
  }
  .query-prefill-modal-wrapper .query_fill th {
    display: none;
  }
  .query-prefill-modal-wrapper .query_fill table,
  .query-prefill-modal-wrapper .query_fill tr,
  .query-prefill-modal-wrapper .query_fill td {
    display: block;
  }
  .query-prefill-modal-wrapper .query_fill td[data-mobile-title]:before {
    content: attr(data-mobile-title) ': ';
  }
  #app .modal-backdrop .modal {
    max-height: 100dvh;
  }
  #app .modal-backdrop .modal section {
    max-height: unset;
  }
  #app .modal-backdrop .modal section .query-prefill-modal-wrapper {
    min-height: unset;
  }
  .accordion_column {
    min-height: unset;
  }
}
@media (max-width: 650px) and (max-height: 500px) {
  .prepare_to_fix.features_items.stay_at_bottom {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .headerItems {
    padding-left: 0;
  }
  .modal-body:has(.form_clone_lightbox) {
    width: calc(100vw - 30px);
  }
  .qr_image_modal {
    width: 100%;
  }
}
