
/**
formeo - https://formeo.io
Version: 5.0.0
Author: Draggable https://draggable.io
*/

/*
  Mixins
*/
.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.f-i-remove:hover {
  fill: rgb(217, 83, 79);
}

button[class*=-move]:hover {
  background-color: rgb(153, 84, 187) !important;
}
button[class*=-move]:hover .svg-icon {
  fill: #fff;
}

button[class*=-remove]:hover {
  background-color: rgb(217, 83, 79) !important;
}
button[class*=-remove]:hover .svg-icon {
  fill: #fff;
}

button[class*=-clone]:hover {
  background-color: rgb(147, 197, 75) !important;
}
button[class*=-clone]:hover .svg-icon {
  fill: #fff;
}

.edit-toggle:hover {
  background-color: rgb(50, 93, 136) !important;
}
.edit-toggle:hover .svg-icon {
  fill: #fff;
}

.f-autocomplete {
  position: relative;
}

.f-autocomplete-display-field {
  width: 100%;
}

.f-autocomplete-list {
  background-color: #fff;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0 -1px;
  border: 1px solid #999999;
  border-width: 1px 1px 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.f-autocomplete-list li {
  position: relative;
  border: 1px solid #999999;
  display: none;
  cursor: default;
  padding: 4px;
  margin: -1px 0 0;
  border-width: 1px 0;
  transition: background-color 133ms ease-in-out;
  will-change: background-color;
  font-size: 0.85em;
}
.f-autocomplete-list li.component-type-row {
  padding-left: 4px;
}
.f-autocomplete-list li.component-type-column {
  padding-left: 8px;
}
.f-autocomplete-list li.component-type-field {
  padding-left: 16px;
}
.f-autocomplete-list li.active-option.component-type-stage {
  background-color: #4F46E5;
  color: #f9fafb;
}
.f-autocomplete-list li.active-option.component-type-row {
  background-color: rgb(229, 70, 188.2);
  color: #f9fafb;
}
.f-autocomplete-list li.active-option.component-type-column {
  background-color: rgb(229, 142.6, 70);
  color: #111827;
}
.f-autocomplete-list li.active-option.component-type-field {
  background-color: rgb(124.6, 229, 70);
  color: #111827;
}
.f-autocomplete-list li.active-option.component-type-option {
  background-color: rgb(70, 229, 206.2);
  color: #111827;
}
.f-autocomplete-list li:hover.component-type-stage {
  background-color: rgb(185.3507109005, 181.7890995261, 244.7109004739);
  color: #111827;
}
.f-autocomplete-list li:hover.component-type-row {
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
  color: #111827;
}
.f-autocomplete-list li:hover.component-type-column {
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
  color: #111827;
}
.f-autocomplete-list li:hover.component-type-field {
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
  color: #111827;
}
.f-autocomplete-list li:hover.component-type-option {
  background-color: rgb(181.7890995261, 244.7109004739, 235.6881516588);
  color: #111827;
}
.f-autocomplete-list li:has(.options-list):hover .options-list {
  display: block;
}
.f-autocomplete-list .component-type {
  color: #666666;
  font-style: italic;
  font-size: 0.75em;
}
.f-autocomplete-list.options-list {
  left: 100%;
  top: 0;
  width: 75%;
  min-height: 100%;
}
.f-autocomplete-list.options-list li {
  display: block;
}

.formeo-panels-wrap h5 {
  margin: 0;
  padding: 0.55em 0;
  color: #666666;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.formeo-panels-wrap nav {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.formeo-panels-wrap nav button {
  position: absolute;
  width: 24px;
  color: #000;
  height: 100%;
  padding: 0;
  line-height: 0;
  z-index: 1;
}
.formeo-panels-wrap nav button:focus {
  outline: none;
  border: 1px solid rgb(102, 175, 233);
  box-shadow: none;
}
.formeo-panels-wrap nav button .svg-icon {
  width: 20px;
  height: 20px;
}
.formeo-panels-wrap nav button.next-group {
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formeo-panels-wrap nav button.prev-group {
  left: 0;
  top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.formeo-panels-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formeo-panels-wrap .f-panel {
  height: 0;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  flex-direction: column;
  flex: 1 0 100%;
}
.formeo-panels-wrap .f-panel > li:last-child {
  border-radius: 0 0 4px 4px;
}
.formeo-panels-wrap .panels {
  white-space: nowrap;
  transition-property: height;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  will-change: transform;
  flex-direction: row;
}
.formeo-panels-wrap .panel-labels {
  height: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.formeo-panels-wrap .active-panel {
  height: auto;
}

.tabbed-panels .panel-nav {
  height: auto;
}
.tabbed-panels .panel-nav button {
  display: none;
}
.tabbed-panels .panel-labels div {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}
.tabbed-panels .panel-labels h5 {
  flex-direction: column;
  flex: 1;
  cursor: pointer;
  background-color: #cccccc;
  box-shadow: 0 -1px 8px #999999 inset;
}
.tabbed-panels .panel-labels h5.active-tab {
  color: #000;
  box-shadow: none;
  background-color: #fff;
}

.formeo-dialog {
  border: none;
  border-radius: 8px;
  padding: 0;
  max-width: min(90vw, 500px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: 0;
}
.formeo-dialog.dialog-position-top {
  left: 50%;
  top: 20vh;
  transform: translateX(-50%);
}
.formeo-dialog.dialog-position-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.formeo-dialog.dialog-position-trigger {
  left: -9999px;
  top: -9999px;
}
.formeo-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  animation: backdrop-fade-in 266ms ease-out;
}
.formeo-dialog .dialog-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  min-width: 300px;
}
.formeo-dialog .dialog-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(25.5, 25.5, 25.5);
}
.formeo-dialog .dialog-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.formeo-dialog .dialog-body label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #333333;
}
.formeo-dialog .dialog-body label input,
.formeo-dialog .dialog-body label textarea,
.formeo-dialog .dialog-body label select {
  padding: 0.3em 0.6em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1rem;
}
.formeo-dialog .dialog-body label input:focus,
.formeo-dialog .dialog-body label textarea:focus,
.formeo-dialog .dialog-body label select:focus {
  outline: 2px solid rgb(50, 93, 136);
  outline-offset: 0;
}
.formeo-dialog .dialog-message {
  margin: 0;
  line-height: 1.6;
  color: rgb(25.5, 25.5, 25.5);
}
.formeo-dialog .dialog-prompt-label .dialog-message {
  margin-bottom: 4px;
}
.formeo-dialog .dialog-prompt-input {
  width: 100%;
}
.formeo-dialog .dialog-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 4px;
}
.formeo-dialog .dialog-actions button {
  min-width: 80px;
}
.formeo-dialog[open] {
  animation: dialog-fade-in 266ms ease-out;
}
.formeo-dialog.config-item-dialog label {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

@keyframes dialog-fade-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dialog-fade-in-top {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes dialog-fade-in-center {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.dialog-position-top[open] {
  animation: dialog-fade-in-top 266ms ease-out;
}

.dialog-position-center[open] {
  animation: dialog-fade-in-center 266ms ease-out;
}

@keyframes backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#formeo-sprite {
  display: none !important;
  visibility: hidden !important;
}

.formeo {
  /*
    Mixins
  */
}
.formeo * {
  box-sizing: inherit;
  font-family: inherit;
}
.formeo .pill-buttons > button {
  border-radius: 50px;
}
.formeo hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #cccccc;
}
.formeo .f-field-group {
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.formeo .f-field-group:last-child {
  margin-bottom: 0;
}
.formeo .f-field-group label + .badge {
  margin-left: 8px;
}
.formeo .f-field-group > label {
  display: inline-block;
  margin-bottom: 4px;
}
.formeo .f-field-group button {
  margin-right: 4px;
}
.formeo select {
  font-size: 100%;
  font-family: inherit;
  height: 2.1em;
  line-height: 1.5;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
}
.formeo select:focus {
  border: 1px solid rgb(102, 175, 233);
  outline: none;
}
.formeo select[multiple] {
  height: auto;
}
.formeo input {
  font-size: 100%;
  font-family: inherit;
  height: 2.1em;
  line-height: 1.5;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
}
.formeo input:focus {
  border: 1px solid rgb(102, 175, 233);
  outline: none;
}
.formeo input[type=checkbox], .formeo input[type=radio] {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.formeo input[type=date] {
  max-width: 280px;
  display: block;
}
.formeo textarea {
  font-size: 100%;
  font-family: inherit;
  height: 2.1em;
  line-height: 1.5;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
  height: auto;
}
.formeo textarea:focus {
  border: 1px solid rgb(102, 175, 233);
  outline: none;
}
.formeo button {
  border-radius: 4px;
  border: 1px solid #666666;
  color: #333333;
  background-color: #fff;
  padding: 4px 8px;
  line-height: 1.5em;
}
.formeo button:active {
  transform: scale(0.97);
}
.formeo button:hover {
  filter: brightness(0.9);
}
.formeo button.primary, .formeo button.success, .formeo button.warning, .formeo button.error {
  color: #fff;
}
.formeo button.primary {
  background-color: rgb(50, 93, 136);
  border-color: rgb(36.2903225806, 67.5, 98.7096774194);
}
.formeo button.success {
  background-color: rgb(147, 197, 75);
  border-color: rgb(120.7142857143, 167.1428571429, 53.8571428571);
}
.formeo button.warning {
  background-color: rgb(244, 124, 60);
  border-color: rgb(239.4902912621, 92.1116504854, 13.5097087379);
}
.formeo button.error {
  background-color: rgb(217, 83, 79);
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.formeo button[disabled] {
  background-color: #cccccc;
  color: #fff;
}
.formeo button:focus {
  border: 1px solid rgb(102, 175, 233);
}
.formeo button:hover, .formeo button:focus {
  outline: 0 none;
}
.formeo .f-addon {
  font-size: 100%;
  font-family: inherit;
  height: 2.1em;
  line-height: 1.5;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
  width: auto;
}
.formeo .f-addon:focus {
  border: 1px solid rgb(102, 175, 233);
  outline: none;
}
.formeo .f-addon label {
  margin: 1px 0 0 3px;
}
.formeo .f-addon:last-child {
  margin-left: -1px;
}
.formeo .f-btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.formeo .f-btn-group > button {
  flex: 0 1 auto;
}
.formeo .f-btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.formeo .f-btn-group > button:last-child:not(:first-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.formeo .f-btn-group > button:first-child {
  margin-left: 0;
}
.formeo .f-btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.formeo .f-btn-group button + button,
.formeo .f-btn-group button + .f-btn-group,
.formeo .f-btn-group .f-btn-group + button,
.formeo .f-btn-group .f-btn-group + .f-btn-group,
.formeo .f-btn-group .f-btn-group-vertical button + button,
.formeo .f-btn-group .f-btn-group-vertical button + .f-btn-group,
.formeo .f-btn-group .f-btn-group-vertical .f-btn-group + button,
.formeo .f-btn-group .f-btn-group-vertical .f-btn-group + .f-btn-group {
  margin-left: -1px;
}
.formeo .f-input-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  display: inline-flex;
  vertical-align: bottom;
}
.formeo .f-input-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4KPHBhdGggZmlsbD0iIzQ0NCIgZD0iTTAgMTJsMTEuOTkyIDExLjk5MiAxMS45OTItMTEuOTkyaC0yMy45ODR6Ij48L3BhdGg+Cjwvc3ZnPgo=");
  background-position: right 10px top 2px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.formeo .f-input-group select::-ms-expand {
  display: none;
}
.formeo .f-input-group .f-addon,
.formeo .f-input-group input,
.formeo .f-input-group select {
  flex: 0 1 auto;
  border-radius: 0;
}
.formeo .f-input-group .f-addon:last-child,
.formeo .f-input-group input:last-child,
.formeo .f-input-group select:last-child {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}
.formeo .f-input-group .f-addon:first-child,
.formeo .f-input-group input:first-child,
.formeo .f-input-group select:first-child {
  border-radius: 4px 0 0 4px;
  border-left-width: 1px;
}
.formeo .f-input-group .f-addon:first-child:last-child,
.formeo .f-input-group input:first-child:last-child,
.formeo .f-input-group select:first-child:last-child {
  border-radius: 4px;
}
.formeo .f-input-group .f-addon:focus + input,
.formeo .f-input-group .f-addon:focus + select,
.formeo .f-input-group input:focus + input,
.formeo .f-input-group input:focus + select,
.formeo .f-input-group select:focus + input,
.formeo .f-input-group select:focus + select {
  border-left: 1px solid rgb(102, 175, 233);
}
.formeo .text-primary {
  color: rgb(50, 93, 136);
}
.formeo .text-success {
  color: rgb(147, 197, 75);
}
.formeo .text-warning {
  color: rgb(244, 124, 60);
}
.formeo .text-error {
  color: rgb(217, 83, 79);
}
.formeo small.f-help-text {
  display: block;
}
.formeo label .f-tooltip, .formeo .prev-label .f-tooltip {
  margin: 0 4px;
}
.formeo label .f-tooltip svg, .formeo .prev-label .f-tooltip svg {
  width: 16px;
  height: 16px;
}
.formeo.formeo-editor {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 16px;
  /*
    Mixins
  */
  /*
    Animations
  */
  /*
    Mixins
  */
}
@keyframes PLACEHOLDER {
  0% {
    height: 1px;
  }
  100% {
    height: 15px;
  }
}
@keyframes DRAG_GHOST {
  0% {
    box-shadow: 0 0 0 0 #999999;
  }
  100% {
    box-shadow: 0 0 30px 0 #999999;
  }
}
@keyframes EDIT_PULSE {
  from, to {
    border-color: rgb(102, 175, 233);
  }
  50% {
    border-color: rgb(191.1771428571, 221.6285714286, 245.8228571429);
  }
}
@keyframes COMPONENT_HIGHLIGHT_PULSE {
  0% {
    box-shadow: 0 0 1px 8px rgb(153, 84, 187);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(153, 84, 187);
  }
}
@keyframes SLIDE_UP {
  0% {
    transform: translateY(100%);
    clip-path: inset(0 0 100% -20%);
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 -20%);
  }
}
.formeo.formeo-editor .component-tag {
  display: none;
  height: 24px;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  position: absolute;
  font-size: 0.8em;
  padding: 0 8px;
  left: 50%;
  top: -24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.formeo.formeo-editor .component-tag [class*=-handle-] {
  width: 12px;
  height: 12px;
}
.formeo.formeo-editor .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formeo.formeo-editor .group-actions {
  display: flex;
  transition: opacity 0.3s ease-in-out allow-discrete;
  position: absolute;
  top: 0;
  line-height: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 8px;
}
.formeo.formeo-editor .group-actions .action-btn-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: opacity 1s ease-in-out allow-discrete;
}
.formeo.formeo-editor .group-actions .action-btn-wrap .component-handle {
  opacity: 0.65;
}
.formeo.formeo-editor .group-actions .action-btn-wrap button {
  background-color: #fff;
}
.formeo.formeo-editor .group-actions button {
  background-color: transparent;
  width: 24px;
  height: 24px;
  padding: 6px;
  border: 0 none;
  line-height: 0;
}
.formeo.formeo-editor .group-actions button:focus {
  border: 0 none;
  outline: 0 none;
  box-shadow: none;
}
.formeo.formeo-editor .group-actions .svg-icon {
  width: 12px;
  height: 12px;
}
.formeo.formeo-editor .last-field .group-actions button:last-child {
  border-radius: 0;
}
.formeo.formeo-editor .column-editing-field .column-actions {
  display: none;
}
.formeo.formeo-editor .group-config {
  display: none;
  padding: 0.5rem;
}
.formeo.formeo-editor .editing-row .column-actions {
  display: none;
}
.formeo.formeo-editor .hovering > .children,
.formeo.formeo-editor .hovering > .field-preview,
.formeo.formeo-editor .hovering > .prev-label {
  opacity: 0.65;
}
.formeo.formeo-editor .hovering .group-actions .f-i-handle {
  display: none;
}
.formeo.formeo-editor .formeo-row {
  transition: background-color 125ms ease-in-out;
  position: relative;
  clear: both;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cccccc;
  padding: 16px;
}
.formeo.formeo-editor .formeo-row > .children {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  gap: 16px;
  min-height: 32px;
}
.formeo.formeo-editor .formeo-row::after {
  clear: both;
}
.formeo.formeo-editor .formeo-row.control-ghost {
  padding: 10px;
}
.formeo.formeo-editor .formeo-row:first-child {
  border-top-right-radius: 8px;
}
.formeo.formeo-editor .formeo-row:first-child:not(.editing-row, .hovering-row) {
  border-top-left-radius: 8px;
}
.formeo.formeo-editor .formeo-row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.formeo.formeo-editor .formeo-row:only-child {
  border-radius: 8px;
}
.formeo.formeo-editor .formeo-row.resizing-columns .formeo-column {
  transition: none;
}
.formeo.formeo-editor .formeo-row.empty::after {
  left: 0;
  transform: translate(8px, -50%);
}
.formeo.formeo-editor .formeo-row .layout-row-control {
  display: none;
}
.formeo.formeo-editor .formeo-row .row-tag {
  left: -1px;
  border-color: rgb(229, 70, 188.2);
}
.formeo.formeo-editor .formeo-row:has(.hovering-column) .row-actions,
.formeo.formeo-editor .formeo-row:has(.hovering-column) .field-actions {
  display: none;
}
.formeo.formeo-editor .formeo-row.sortable-ghost {
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
  box-shadow: 0 0 0 1px rgb(229, 70, 188.2);
}
.formeo.formeo-editor .formeo-row.sortable-ghost * {
  opacity: 0;
}
.formeo.formeo-editor .formeo-row:has(.editing-field) .row-actions {
  display: none;
}
.formeo.formeo-editor .formeo-row.highlight-component {
  box-shadow: 0 0 4px 2px rgb(229, 70, 188.2);
}
.formeo.formeo-editor .row-moving {
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891) !important;
}
.formeo.formeo-editor .row-moving .action-btn-wrap button {
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
}
.formeo.formeo-editor .row-moving .row-tag {
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
}
.formeo.formeo-editor .row-actions {
  left: 0;
}
.formeo.formeo-editor .hovering-row .column-actions,
.formeo.formeo-editor .hovering-row .field-actions {
  display: none;
}
.formeo.formeo-editor .hovering-row.editing-row::before {
  border-right-width: 0;
}
.formeo.formeo-editor .editing-row {
  display: block;
}
.formeo.formeo-editor .editing-row .row-edit {
  display: block;
}
.formeo.formeo-editor .editing-row.hovering-row .formeo-column {
  opacity: 1;
}
.formeo.formeo-editor .hovering-row,
.formeo.formeo-editor .editing-row {
  box-shadow: 0 0 0 1px rgb(229, 70, 188.2);
}
.formeo.formeo-editor .hovering-row:first-child,
.formeo.formeo-editor .editing-row:first-child {
  border-top-left-radius: 0;
}
.formeo.formeo-editor .hovering-row .row-handle,
.formeo.formeo-editor .editing-row .row-handle {
  display: none;
}
.formeo.formeo-editor .hovering-row .row-tag,
.formeo.formeo-editor .editing-row .row-tag {
  display: flex;
}
.formeo.formeo-editor .hovering-row .row-action-btn-wrap,
.formeo.formeo-editor .editing-row .row-action-btn-wrap {
  display: flex;
}
.formeo.formeo-editor .hovering-row .row-action-btn-wrap button:last-child,
.formeo.formeo-editor .editing-row .row-action-btn-wrap button:last-child {
  border-bottom-right-radius: 8px;
}
.formeo.formeo-editor .row-edit {
  padding-top: 2rem;
}
.formeo.formeo-editor .input-group-addon label {
  margin-bottom: 0;
}
.formeo.formeo-editor .formeo-column {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: width 266ms;
  position: relative;
  flex-direction: column;
  will-change: width;
  max-width: 100%;
}
.formeo.formeo-editor .formeo-column > .children {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.formeo.formeo-editor .formeo-column .column-tag {
  border-color: rgb(229, 142.6, 70);
}
.formeo.formeo-editor .formeo-column .column-tag,
.formeo.formeo-editor .formeo-column .column-actions {
  transform: translateX(-50%);
}
.formeo.formeo-editor .formeo-column[class*=col-] {
  padding: 0;
}
.formeo.formeo-editor .formeo-column:first-child {
  border-bottom-left-radius: 8px;
}
.formeo.formeo-editor .formeo-column:last-child {
  border-bottom-right-radius: 8px;
}
.formeo.formeo-editor .formeo-column:last-child .resize-x-handle {
  display: none !important;
}
.formeo.formeo-editor .formeo-column:only-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.formeo.formeo-editor .formeo-column:only-child .resize-x-handle {
  display: none !important;
}
.formeo.formeo-editor .formeo-column .resize-x-handle {
  display: none;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  z-index: 2;
  cursor: ew-resize;
}
.formeo.formeo-editor .formeo-column .resize-x-handle::before {
  width: 0;
  right: 6px;
  border: 1px dashed rgb(238.4265402844, 183.3516587678, 137.0734597156);
  border-width: 0 2px;
  display: block;
  top: 0;
  position: absolute;
  height: 100%;
  content: "";
}
.formeo.formeo-editor .formeo-column .resize-x-handle svg {
  fill: rgb(238.4265402844, 183.3516587678, 137.0734597156);
  position: absolute;
  right: 1px;
  width: 14px;
}
.formeo.formeo-editor .formeo-column .resize-x-handle svg.f-i-triangle-down {
  top: -14px;
}
.formeo.formeo-editor .formeo-column .resize-x-handle svg.f-i-triangle-up {
  bottom: -14px;
}
.formeo.formeo-editor .formeo-column .resize-x-handle:hover::before {
  border-color: rgb(229, 142.6, 70);
}
.formeo.formeo-editor .formeo-column .resize-x-handle:hover svg {
  fill: rgb(229, 142.6, 70);
}
.formeo.formeo-editor .formeo-column.editing-column {
  overflow: hidden;
}
.formeo.formeo-editor .formeo-column.editing-column .column-edit {
  display: block;
}
.formeo.formeo-editor .formeo-column:has(.hovering-field) .column-actions {
  display: none;
}
.formeo.formeo-editor .formeo-column.sortable-ghost {
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
  box-shadow: 0 0 0 1px rgb(229, 142.6, 70);
}
.formeo.formeo-editor .formeo-column.sortable-ghost * {
  opacity: 0;
}
.formeo.formeo-editor .formeo-column:has(.editing-field) .column-actions {
  display: none;
}
.formeo.formeo-editor .formeo-column.highlight-component {
  box-shadow: 0 0 4px 2px rgb(229, 142.6, 70);
}
.formeo.formeo-editor .editing-row .formeo-column,
.formeo.formeo-editor .editing-row .empty {
  border-radius: 8px;
  height: 60px;
  background-color: rgb(229.5, 229.5, 229.5);
}
.formeo.formeo-editor .editing-row .formeo-column.empty,
.formeo.formeo-editor .editing-row .empty.empty {
  min-height: 0;
}
.formeo.formeo-editor .editing-row .formeo-column .formeo-field,
.formeo.formeo-editor .editing-row .empty .formeo-field {
  display: none;
}
.formeo.formeo-editor .editing-row .formeo-column .resize-x-handle,
.formeo.formeo-editor .editing-row .empty .resize-x-handle {
  display: block;
}
.formeo.formeo-editor .editing-row .formeo-column::after,
.formeo.formeo-editor .editing-row .empty::after {
  color: #333333 !important;
  line-height: 1em;
  opacity: 1;
  font-size: 1.1em;
  content: attr(data-col-width) !important;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.formeo.formeo-editor .editing-field-preview .column-actions {
  display: none;
}
.formeo.formeo-editor .column-moving {
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
}
.formeo.formeo-editor .column-moving .action-btn-wrap button {
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
}
.formeo.formeo-editor .column-moving .column-tag {
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
}
.formeo.formeo-editor button.column-handle {
  background-color: rgba(255, 255, 255, 0.9);
}
.formeo.formeo-editor .hovering-column .column-tag {
  display: flex;
}
.formeo.formeo-editor .hovering-column .column-handle {
  display: none;
}
.formeo.formeo-editor .hovering-column .column-action-btn-wrap {
  display: flex;
}
.formeo.formeo-editor .hovering-column:first-child {
  border-top-left-radius: 0;
}
.formeo.formeo-editor .hovering-column::after {
  opacity: 0;
}
.formeo.formeo-editor .hovering-column,
.formeo.formeo-editor .editing-column {
  box-shadow: 0 0 0 1px rgb(229, 142.6, 70);
}
.formeo.formeo-editor .column-actions {
  padding: 0;
  left: 50%;
  transition: width 0.15s;
}
.formeo.formeo-editor .column-actions .f-i-handle {
  transform: rotate(90deg);
}
.formeo.formeo-editor .formeo-field {
  min-height: 26px;
  position: relative;
  list-style: none;
  margin: 0;
  will-change: box-shadow;
}
.formeo.formeo-editor .formeo-field.highlight-component {
  box-shadow: 0 0 4px 2px rgb(124.6, 229, 70);
}
.formeo.formeo-editor .formeo-field:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.formeo.formeo-editor .formeo-field.first-field {
  border-top-right-radius: 4px;
}
.formeo.formeo-editor .formeo-field.first-field .field-actions {
  border-top-right-radius: 4px;
}
.formeo.formeo-editor .formeo-field .prev-label {
  min-height: 24px;
  max-width: calc(100% - 24px);
  margin-bottom: 4px;
}
.formeo.formeo-editor .formeo-field .prev-label input {
  width: auto;
}
.formeo.formeo-editor .formeo-field [contenteditable] {
  padding: 1px 2px;
  user-select: text;
  display: inline-block;
  position: relative;
  min-width: 24px;
}
.formeo.formeo-editor .formeo-field [contenteditable]::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #cccccc;
}
.formeo.formeo-editor .formeo-field [contenteditable]:focus {
  border-radius: 4px;
  border-bottom-color: transparent;
  outline: none;
  box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
}
.formeo.formeo-editor .formeo-field [contenteditable]:focus::after {
  display: none;
}
.formeo.formeo-editor .formeo-field .form-check {
  margin-left: 1.25em;
}
.formeo.formeo-editor .formeo-field .form-check-input:only-child {
  position: absolute;
}
.formeo.formeo-editor .formeo-field.field-type-hidden {
  border: 1px dashed #cccccc;
}
.formeo.formeo-editor .formeo-field.sortable-ghost {
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
  box-shadow: 0 0 0 1px rgb(124.6, 229, 70);
}
.formeo.formeo-editor .formeo-field.sortable-ghost * {
  opacity: 0;
}
.formeo.formeo-editor .field-tag {
  right: -1px;
  left: auto;
  top: -24px;
  border-color: rgb(124.6, 229, 70);
  background-color: #fff;
}
.formeo.formeo-editor .editing-field,
.formeo.formeo-editor .hovering-field {
  box-shadow: 0 0 0 1px rgb(124.6, 229, 70);
}
.formeo.formeo-editor .editing-field .field-tag,
.formeo.formeo-editor .hovering-field .field-tag {
  display: flex;
}
.formeo.formeo-editor .editing-field .field-action-btn-wrap,
.formeo.formeo-editor .hovering-field .field-action-btn-wrap {
  display: flex;
}
.formeo.formeo-editor .editing-field .field-handle,
.formeo.formeo-editor .hovering-field .field-handle {
  display: none;
}
.formeo.formeo-editor .field-actions {
  border-color: transparent;
  border-width: 1px 1px 0 0;
  border-style: solid;
  right: 0;
  text-align: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.formeo.formeo-editor .field-actions .action-btn-wrap {
  flex-direction: row-reverse;
}
.formeo.formeo-editor .field-moving {
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
}
.formeo.formeo-editor .field-moving .action-btn-wrap button {
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
}
.formeo.formeo-editor .field-moving .field-tag {
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
}
.formeo.formeo-editor .editing-field {
  z-index: 1;
}
.formeo.formeo-editor .editing-field-preview .field-actions {
  display: none;
}
.formeo.formeo-editor .field-preview p {
  white-space: normal;
}
.formeo.formeo-editor .field-preview .f-checkbox.highlight-component,
.formeo.formeo-editor .field-preview .f-radio.highlight-component {
  box-shadow: 0 0 2px 1px rgb(70, 229, 206.2) inset;
}
.formeo.formeo-editor .component-edit {
  display: none;
  overflow: hidden;
}
.formeo.formeo-editor .component-edit label {
  font-size: 0.825em;
}
.formeo.formeo-editor .component-edit .panel-nav {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}
.formeo.formeo-editor .component-edit .panel-nav button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.formeo.formeo-editor .component-edit .component-prop {
  display: flex;
  gap: 8px;
}
.formeo.formeo-editor .component-edit .prop-controls {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}
.formeo.formeo-editor .component-edit .prop-controls .prop-remove {
  z-index: 3;
}
.formeo.formeo-editor .component-edit .prop-controls.conditions-prop-controls {
  display: flex;
  align-items: flex-start;
  margin-left: 16px;
  min-width: 16px;
}
.formeo.formeo-editor .component-edit .prop-controls.conditions-prop-controls .prop-remove {
  margin-top: -1px;
}
.formeo.formeo-editor .component-edit .prop-controls button {
  position: relative;
}
.formeo.formeo-editor .component-edit .prop-controls .svg-icon {
  width: 10px;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.formeo.formeo-editor .component-edit .prop-control {
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0;
}
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(1) {
  right: 0px;
}
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(2) {
  right: 24px;
}
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(3) {
  right: 48px;
}
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(4) {
  right: 72px;
}
.formeo.formeo-editor .component-edit .prop-control:first-child {
  right: 0;
}
.formeo.formeo-editor :not(.control-count-1) .component-edit .prop-control:last-child {
  border-radius: 4px 0 0 4px;
  display: none;
}
.formeo.formeo-editor :not(.control-count-1) .component-edit .prop-control:first-child {
  border-radius: 4px;
}
.formeo.formeo-editor .component-edit .prop-control:hover:first-child {
  border-radius: 0 4px 4px 0;
}
.formeo.formeo-editor .component-edit .prop-control:hover:first-child:last-child {
  border-radius: 4px;
}
.formeo.formeo-editor .component-edit .prop-control:hover:last-child {
  display: inline-block;
}
.formeo.formeo-editor .component-edit .prop-control:last-child:first-child {
  display: inline-block;
  border-radius: 4px;
  margin-right: 0;
}
.formeo.formeo-editor .component-edit .to-remove {
  position: relative;
}
.formeo.formeo-editor .component-edit .to-remove::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 83, 79, 0.1);
  z-index: 2;
}
.formeo.formeo-editor .component-edit .prop-wrap {
  position: relative;
  margin-bottom: 16px;
  list-style: none;
  margin-left: 0;
}
.formeo.formeo-editor .component-edit .prop-wrap:first-child .conditions-prop-controls .prop-remove {
  display: none;
}
.formeo.formeo-editor .component-edit .field-edit-group {
  padding: 8px 8px 0;
}
.formeo.formeo-editor .component-edit [contenteditable] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
}
.formeo.formeo-editor .component-edit .prop-inputs,
.formeo.formeo-editor .component-edit .prop-controls {
  transition: width 150ms, display 150ms;
  will-change: width;
}
.formeo.formeo-editor .component-edit .prop-inputs .f-addon,
.formeo.formeo-editor .component-edit .prop-inputs input:not([type=checkbox]):not([type=radio]),
.formeo.formeo-editor .component-edit .prop-inputs select,
.formeo.formeo-editor .component-edit .prop-inputs textarea,
.formeo.formeo-editor .component-edit .prop-inputs [contenteditable],
.formeo.formeo-editor .component-edit .prop-controls .f-addon,
.formeo.formeo-editor .component-edit .prop-controls input:not([type=checkbox]):not([type=radio]),
.formeo.formeo-editor .component-edit .prop-controls select,
.formeo.formeo-editor .component-edit .prop-controls textarea,
.formeo.formeo-editor .component-edit .prop-controls [contenteditable] {
  font-size: 0.825em;
}
.formeo.formeo-editor .component-edit .prop-inputs .f-addon:focus,
.formeo.formeo-editor .component-edit .prop-inputs input:not([type=checkbox]):not([type=radio]):focus,
.formeo.formeo-editor .component-edit .prop-inputs select:focus,
.formeo.formeo-editor .component-edit .prop-inputs textarea:focus,
.formeo.formeo-editor .component-edit .prop-inputs [contenteditable]:focus,
.formeo.formeo-editor .component-edit .prop-controls .f-addon:focus,
.formeo.formeo-editor .component-edit .prop-controls input:not([type=checkbox]):not([type=radio]):focus,
.formeo.formeo-editor .component-edit .prop-controls select:focus,
.formeo.formeo-editor .component-edit .prop-controls textarea:focus,
.formeo.formeo-editor .component-edit .prop-controls [contenteditable]:focus {
  z-index: 1;
}
.formeo.formeo-editor .f-input-wrap .component-edit [disabled] {
  display: none;
}
.formeo.formeo-editor .component-edit .f-input-wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
.formeo.formeo-editor .component-edit .f-input-wrap.disabled-prop {
  display: none;
}
.formeo.formeo-editor .component-edit .f-input-wrap.locked-prop {
  pointer-events: none;
  opacity: 0.7;
}
.formeo.formeo-editor .component-edit .f-input-wrap.locked-prop select {
  background-image: none;
}
.formeo.formeo-editor .component-edit .control-count-2 .prop-controls:hover {
  width: 48px;
}
.formeo.formeo-editor .component-edit .control-count-2 .prop-controls:hover + .prop-inputs {
  width: calc(100% - 24px);
}
.formeo.formeo-editor .component-edit.panel-count-1 .panel-nav {
  border-bottom: 1px solid #999999;
}
.formeo.formeo-editor .component-edit.panel-count-1 .panel-nav button {
  display: none;
}
.formeo.formeo-editor .component-edit.panel-count-1 .panel-labels {
  background-color: transparent;
}
.formeo.formeo-editor .component-edit[popover] {
  display: block;
  width: 66.7%;
  height: 66.7%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px 1px #000;
  border: 1px solid #000;
  border-radius: 8px;
  z-index: 100;
}
.formeo.formeo-editor .f-condition-row {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.formeo.formeo-editor .f-condition-row > [class^=condition-] {
  border-left: 1px solid #cccccc;
}
.formeo.formeo-editor .f-condition-row .manage-condition-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  right: -16px;
  position: absolute;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
}
.formeo.formeo-editor .f-condition-row .remove-condition-type {
  top: 0;
}
.formeo.formeo-editor .f-condition-row .add-condition-type {
  bottom: 0;
  display: none;
}
.formeo.formeo-editor .f-condition-row:last-child .remove-condition-type {
  border-bottom-right-radius: 0;
}
.formeo.formeo-editor .f-condition-row:last-child .add-condition-type {
  display: flex;
}
.formeo.formeo-editor .f-condition-row:last-child:not(:first-child) .add-condition-type {
  border-top-right-radius: 0;
}
.formeo.formeo-editor .f-condition-row input,
.formeo.formeo-editor .f-condition-row select,
.formeo.formeo-editor .f-condition-row [contenteditable] {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
}
.formeo.formeo-editor .f-condition-row input:focus,
.formeo.formeo-editor .f-condition-row select:focus,
.formeo.formeo-editor .f-condition-row [contenteditable]:focus {
  box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
}
.formeo.formeo-editor .f-condition-row div.condition-source,
.formeo.formeo-editor .f-condition-row div.condition-target {
  position: relative;
  border-left: 1px solid #cccccc;
}
.formeo.formeo-editor .f-condition-row .condition-logical,
.formeo.formeo-editor .f-condition-row .condition-source,
.formeo.formeo-editor .f-condition-row .condition-target,
.formeo.formeo-editor .f-condition-row .condition-sourceProperty,
.formeo.formeo-editor .f-condition-row .condition-targetProperty,
.formeo.formeo-editor .f-condition-row .condition-comparison,
.formeo.formeo-editor .f-condition-row .condition-assignment,
.formeo.formeo-editor .f-condition-row .condition-value {
  flex: 1 !important;
  max-width: 100%;
  transition: max-width 266ms;
  will-change: max-width;
  min-height: 31px;
}
.formeo.formeo-editor .f-condition-row .condition-logical {
  max-width: 64px;
  text-transform: uppercase;
}
.formeo.formeo-editor .f-condition-row .condition-source input[type=text],
.formeo.formeo-editor .f-condition-row .condition-target input[type=text] {
  min-height: 31px;
}
.formeo.formeo-editor .f-condition-row .hidden-property {
  max-width: 0% !important;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  box-shadow: none;
  margin: 0;
}
.formeo.formeo-editor .f-condition-row.display-none {
  display: none;
}
.formeo.formeo-editor .f-condition-row .hidden-option {
  display: none;
}
.formeo.formeo-editor .type-conditions-wrap {
  width: 100%;
}
.formeo.formeo-editor .then-condition-row:first-of-type .remove-condition-type {
  display: none;
}
.formeo.formeo-editor .if-condition-row:first-of-type .remove-condition-type {
  display: none;
}
.formeo.formeo-editor .if-condition-row .condition-target input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
}
.formeo.formeo-editor .condition-target input.f-autocomplete-display-field:placeholder-shown + span.clear-button,
.formeo.formeo-editor .condition-source input.f-autocomplete-display-field:placeholder-shown + span.clear-button {
  display: none;
}
.formeo.formeo-editor .condition-target .clear-button,
.formeo.formeo-editor .condition-source .clear-button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formeo.formeo-editor .condition-target .clear-button .svg-icon,
.formeo.formeo-editor .condition-source .clear-button .svg-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #333333;
  fill: #333333;
}
.formeo.formeo-editor .condition-target .clear-button:hover .svg-icon,
.formeo.formeo-editor .condition-source .clear-button:hover .svg-icon {
  border: 1px solid rgb(217, 83, 79);
  fill: rgb(217, 83, 79);
}
.formeo.formeo-editor .condition-target .clear-button:active .svg-icon,
.formeo.formeo-editor .condition-source .clear-button:active .svg-icon {
  background-color: rgb(217, 83, 79);
  border: 1px solid rgb(201.4953271028, 48.0841121495, 43.5046728972);
  fill: #fff;
}
.formeo.formeo-editor .conditions-prop-inputs {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.formeo.formeo-editor .conditions-prop-inputs label.condition-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px;
  border-right: 0;
  text-transform: uppercase;
  color: #333333;
  background-color: #fff;
}
.formeo.formeo-editor .conditions-prop-inputs label.condition-label.then-condition-label {
  background-color: #666666;
  color: #fff;
}
.formeo.formeo-editor .field-conditions-0 .conditions-prop-inputs {
  border-top: 0 none;
}
.formeo.formeo-editor .edit-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formeo.formeo-editor .options-panel .prop-wrap {
  margin-bottom: 8px;
}
.formeo.formeo-editor .options-panel .input-group-addon {
  line-height: 0;
}
.formeo.formeo-editor .options-panel .prop-labels {
  padding: 8px 34px 8px 8px;
}
.formeo.formeo-editor .options-panel .prop-labels .input-group-addon {
  font-size: 12px;
}
.formeo.formeo-editor .options-panel .prop-labels label {
  font-size: 12px;
  width: 50%;
  position: relative;
  display: table-cell;
}
.formeo.formeo-editor .options-panel .prop-label-selected,
.formeo.formeo-editor .options-panel .prop-label-disabled {
  width: 1% !important;
  white-space: nowrap;
  vertical-align: middle;
  border: 0 none;
  background-color: transparent;
}
.formeo.formeo-editor .panel-action-buttons {
  display: flex;
  justify-content: end;
  gap: 8px;
  padding: 0 8px 8px;
}
.formeo.formeo-editor .panel-action-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  gap: 4px;
}
.formeo.formeo-editor .panel-action-buttons .svg-icon {
  height: 16px;
}
.formeo.formeo-editor .panel-action-buttons [class^=add-] {
  float: right;
}
.formeo.formeo-editor .prop-inputs {
  width: 100%;
  align-items: center;
  vertical-align: bottom;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.formeo.formeo-editor .prop-inputs.conditions-prop-inputs {
  flex-direction: column;
}
.formeo.formeo-editor .prop-inputs .f-field-group {
  width: 100%;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.formeo.formeo-editor .prop-inputs .f-addon {
  display: flex;
  align-items: center;
  flex: 0;
}
.formeo.formeo-editor .prop-inputs .f-addon input {
  margin: 0;
}
.formeo.formeo-editor .prop-inputs label {
  padding-right: 1em;
  margin-bottom: 0;
}
.formeo.formeo-editor .formeo-stage {
  width: 73%;
  box-sizing: border-box;
  transition: width 250ms;
  margin-right: 4px;
  flex: 1 1 auto;
  position: relative;
  transition-property: background-color, border;
  transition-duration: 266ms, 266ms;
  border-width: 1px;
  border-style: dashed;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 23px;
  padding-bottom: 8px;
  overflow: visible;
  border-radius: 8px 0 8px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.formeo.formeo-editor .formeo-stage > .children {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-height: 100%;
}
.formeo.formeo-editor .formeo-stage.removing-all-fields .formeo-row {
  transition: margin-top 250ms ease-in;
}
.formeo.formeo-editor .formeo-stage > .formeo-field {
  background-color: #fff;
}
@media (max-width: 481px) {
  .formeo.formeo-editor .formeo-stage {
    width: calc(100% - 50px);
  }
}
.formeo.formeo-editor .formeo-stage.highlight-component {
  box-shadow: 0 0 4px 2px #4F46E5;
}
.formeo.formeo-editor .formeo-stage .hidden {
  display: none;
}
.formeo.formeo-editor .formeo-stage.empty {
  border-color: #999999;
  background-color: rgba(255, 255, 255, 0.25);
}
.formeo.formeo-editor .formeo-stage.editing-stage, .formeo.formeo-editor .formeo-stage.hovering-stage, .formeo.formeo-editor .formeo-stage.hovering-stage.empty {
  border-color: #4F46E5;
  border-style: solid;
}
.formeo.formeo-editor .formeo-stage.editing-stage .stage-tag, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-tag, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-tag {
  display: flex;
}
.formeo.formeo-editor .formeo-stage.editing-stage .stage-action-btn-wrap, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-action-btn-wrap, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-action-btn-wrap {
  display: flex;
  border-top-right-radius: 8px;
}
.formeo.formeo-editor .formeo-stage.editing-stage .stage-handle, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-handle, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-handle {
  display: none;
}
.formeo.formeo-editor .formeo-stage.editing-stage .formeo-row, .formeo.formeo-editor .formeo-stage.hovering-stage .formeo-row, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .formeo-row {
  box-shadow: none;
}
.formeo.formeo-editor .stage-tag {
  border: 0 none;
  border: inherit;
  display: none;
  left: auto;
  overflow: hidden;
  padding: 0 32px 2px 8px;
  right: -1px;
  transition: width 266ms ease-in-out;
  width: auto;
  border-bottom-width: 0;
}
.formeo.formeo-editor .stage-edit {
  padding: 16px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  border-top-left-radius: 8px;
}
.formeo.formeo-editor .stage-edit .panel-nav {
  border-bottom: 0 none !important;
}
.formeo.formeo-editor .stage-edit .conditions-prop-inputs {
  border-top: 1px solid #cccccc;
}
.formeo.formeo-editor .stage-actions {
  right: -1px;
  top: -24px;
  text-align: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-width: 0;
}
.formeo.formeo-editor .stage-actions .edit-toggle,
.formeo.formeo-editor .stage-actions .edit-toggle:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #4F46E5;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-top: 1px solid #4F46E5;
}
.formeo.formeo-editor .editing-stage .formeo-settings {
  display: block;
}
.formeo.formeo-editor .editing-stage .formeo-stage {
  display: none;
}
.formeo.formeo-editor .f-field-group {
  margin-bottom: 0;
}
.formeo.formeo-editor [class$=empty][class*=editing-]::after {
  opacity: 0;
}
.formeo.formeo-editor [class$=empty]::after {
  opacity: 1;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999999;
  transition: opacity 200ms ease-in-out;
  will-change: opacity;
  text-align: center;
  transform: translate(-50%, -50%);
  content: attr(data-hover-tag);
}
.formeo.formeo-editor .formeo-settings {
  display: none;
}
.formeo.formeo-editor [dir=rtl] {
  /*
    Mixins
  */
  /*
    Mixins
  */
}
.formeo.formeo-editor [dir=rtl] .f-btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group > button {
  flex: 0 1 auto;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group > button:last-child:not(:first-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group > button:first-child {
  margin-left: 0;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.formeo.formeo-editor [dir=rtl] .f-btn-group button + button,
.formeo.formeo-editor [dir=rtl] .f-btn-group button + .f-btn-group,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group + button,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group + .f-btn-group,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical button + button,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical button + .f-btn-group,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical .f-btn-group + button,
.formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical .f-btn-group + .f-btn-group {
  margin-right: -1px;
}
.formeo.formeo-editor [dir=rtl] .formeo-controls {
  float: left;
}
.formeo.formeo-editor [dir=rtl] .formeo-controls .form-actions {
  float: left;
}
.formeo.formeo-editor [dir=rtl] .formeo-stage-wrap {
  float: right;
}
.formeo.formeo-editor [dir=rtl] .formeo-stage-wrap .formeo-stage {
  padding-left: 4px;
  padding-right: 23px;
}
.formeo.formeo-editor [dir=rtl] .formeo-row::before {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  right: 0;
  left: auto;
}
.formeo.formeo-editor [dir=rtl] .formeo-row:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}
.formeo.formeo-editor [dir=rtl] .formeo-row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.formeo.formeo-editor [dir=rtl] .formeo-row.hovering-row:first-child {
  border-top-left-radius: 0;
}
.formeo.formeo-editor [dir=rtl] .formeo-row.hovering-row::before {
  border-left-width: 1px;
}
.formeo.formeo-editor [dir=rtl] .formeo-row.empty::after {
  left: 0;
  right: auto;
}
.formeo.formeo-render {
  /*
    Mixins
  */
}
.formeo.formeo-render .formeo-row,
.formeo.formeo-render .formeo-column,
.formeo.formeo-render .formeo-field {
  position: relative;
}
.formeo.formeo-render .f-input-group-wrap .formeo-row:first-of-type .remove-input-group {
  display: none;
}
.formeo.formeo-render .f-input-group-wrap > fieldset {
  position: relative;
}
.formeo.formeo-render .f-input-group-wrap > fieldset .remove-input-group {
  top: 8px;
}
.formeo.formeo-render .formeo-row {
  margin-bottom: 1em;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  display: flex;
  border-radius: 8px;
  outline: 0 solid rgba(217, 83, 79, 0.25);
  transition: background-color 133ms, outline 133ms;
  padding: 4px 0;
}
.formeo.formeo-render .formeo-row.will-remove {
  border-radius: 2px;
  background-color: rgba(217, 83, 79, 0.25);
  outline: 6px solid rgba(217, 83, 79, 0.25);
}
.formeo.formeo-render .formeo-row:last-of-type {
  margin-bottom: 0;
}
.formeo.formeo-render fieldset.formeo-row-wrap {
  padding: 16px;
}
.formeo.formeo-render .formeo-row-wrap {
  margin-bottom: 1em;
  border-radius: 8px;
}
.formeo.formeo-render .formeo-row-wrap legend {
  padding: 4px 8px;
  border-style: groove;
  border-width: 2px;
  border-color: threedface;
  border-radius: 8px;
  font-size: 1.15em;
}
.formeo.formeo-render .formeo-row-wrap:last-child {
  margin-bottom: 0;
}
.formeo.formeo-render .f-input-group {
  position: relative;
}
.formeo.formeo-render .f-input-group:first-child .remove-input-group {
  display: none;
}
.formeo.formeo-render .add-input-group {
  float: right;
  margin-top: 10px;
}
.formeo.formeo-render .remove-input-group {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 0 none;
  background: transparent;
  outline: 0 none;
  line-height: 0;
  padding: 4px;
}
.formeo.formeo-render .remove-input-group:hover {
  background-color: #fff;
}
.formeo.formeo-render .remove-input-group:hover .svg-icon {
  fill: rgb(217, 83, 79);
}
.formeo.formeo-render .remove-input-group .svg-icon {
  pointer-events: none;
}
.formeo.formeo-render .form-check-input:only-child {
  position: absolute;
}
.formeo.formeo-render .svg-icon {
  max-width: 100%;
  max-height: 100%;
}
.formeo.formeo-render .formeo-column {
  padding: 0 4px;
  float: left;
  max-width: none;
  flex-direction: column;
}
.formeo.formeo-render .formeo-column:first-of-type {
  padding-left: 0;
}
.formeo.formeo-render .formeo-column:last-of-type {
  padding-right: 0;
}
.formeo.formeo-render .f-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
}
.formeo button .svg-icon {
  max-width: 100%;
  max-height: 100%;
}

/*
  Mixins
*/
.formeo-controls {
  width: 26%;
  max-width: 224px;
  overflow: hidden;
  container-type: inline-size;
  container-name: controls;
}

.formeo-controls.formeo-sticky {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.formeo-controls.pull-left .form-actions {
  float: left;
}

.formeo-controls .filtered-term {
  background-color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border: 1px solid #cccccc;
  border-bottom: 0 none;
  width: calc(100% - 2px);
}

.formeo-controls .tabbed-panels nav {
  padding: 0;
}

.formeo-controls nav {
  position: relative;
  padding: 0 24px;
  overflow: hidden;
}

.formeo-controls nav h5 {
  font-size: 13px;
  line-height: 22px;
}

.formeo-controls nav button {
  position: absolute;
  width: 24px;
  color: #000;
  height: calc(100% + 1px);
  padding: 0;
  line-height: 0;
  margin: 0;
  border-color: #cccccc;
}

.formeo-controls nav button.next-group {
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.formeo-controls nav button.prev-group {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  left: 0;
}

.formeo-controls .formeo-panels-wrap {
  font-size: 0.85em;
  line-height: 1.8em;
}

.formeo-controls .panel-labels {
  border-top: 1px solid #cccccc;
}

.formeo-controls .panel-count-1 {
  border-bottom-left-radius: 0;
}

.formeo-controls .panel-count-1 .panel-nav {
  display: none;
}

.formeo-controls .panel-count-1 .control-group li:first-child {
  border-radius: 8px 8px 0 0;
}

.formeo-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.formeo-controls .control-group {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #cccccc;
}

.formeo-controls .control-group > li:first-child {
  border-top-right-radius: 0;
}

.formeo-controls .control-group > li:last-child {
  border-radius: 0 0 8px 8px;
}

.formeo-controls.filtered .panel-nav {
  display: none;
}

.formeo-controls.filtered .control-group {
  display: block;
}

.formeo-controls.filtered .control-group > li {
  border-radius: 0;
}

.formeo-controls.filtered .control-group:last-child > li:last-child {
  border-radius: 0 0 0 4px;
}

.formeo-controls .control-groups {
  white-space: nowrap;
}

.formeo-controls .control-group-labels {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.formeo-controls .control-group-labels div {
  white-space: nowrap;
}

.formeo-controls .control-group-labels h4 {
  display: inline-block;
  width: 100%;
}

.formeo-controls .form-actions {
  float: right;
  margin-top: 4px;
}

.formeo-controls .form-actions .svg-icon {
  fill: #666666;
  display: none;
}

.formeo-controls .form-actions .svg-icon:hover {
  fill: #000;
}

.formeo-controls .form-actions .save-form:hover,
.formeo-controls .form-actions .clear-form:hover {
  color: #fff;
}

.formeo-controls .form-actions .save-form:hover {
  background-color: rgb(50, 93, 136);
}

.formeo-controls .form-actions .clear-form:hover {
  background-color: rgb(217, 83, 79);
}

@media (max-width: 481px) {
  .formeo-controls {
    width: 45px;
  }
  .formeo-controls .control-group {
    text-indent: -9999px;
  }
  .formeo-controls .form-actions {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    float: none;
    margin-top: 10px;
  }
  .formeo-controls .form-actions > button + button {
    margin-top: -1px;
    margin-left: 0;
  }
  .formeo-controls .form-actions > button {
    max-width: 100%;
    width: 100%;
    float: none;
    position: relative;
    display: block;
  }
  .formeo-controls .form-actions > button:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .formeo-controls .form-actions > button:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .formeo-controls .form-actions > button:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .formeo-controls .form-actions .control-icon {
    display: inline-block;
  }
}
.formeo-controls .field-control {
  cursor: move;
  list-style: none;
  margin: -1px 0 0;
  border: 1px solid #cccccc;
  text-align: left;
  background: #fff;
  user-select: none;
  overflow: hidden;
}

.formeo-controls .field-control.control-moving {
  border-radius: 8px;
  animation: DRAG_GHOST 500ms forwards;
}

.formeo-controls .field-control::before {
  margin-right: 8px;
  font-size: 16px;
}

.formeo-controls .field-control:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.formeo-controls .field-control button {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.8em;
  display: flex;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0 none;
  text-align: left;
  padding: 8px;
  border-radius: 0;
}

.formeo-controls .field-control button:focus {
  outline: 0 none;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
  border-radius: 0 !important;
}

.formeo-controls .field-control button:active {
  transform: none;
}

.formeo-controls .field-control button:hover {
  filter: none;
}

.formeo-controls .field-control .control-icon {
  margin-right: 8px;
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir=rtl] .formeo-controls .field-control button {
  text-align: right !important;
}

[dir=rtl] .formeo-controls .field-control svg {
  float: right !important;
  margin: 0 0 0 8px !important;
}

.formeo-controls .field-control .control-icon {
  pointer-events: none;
}

.formeo-controls .field-control .control-icon .f-i-hash {
  padding: 2px;
}

@container controls (max-width: 46px) {
  .control-label {
    display: none;
  }
  .form-actions button {
    padding: 2px 0;
    text-align: center;
  }
  .form-actions button:first-child {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .form-actions button:last-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}
.field-control {
  cursor: move;
  list-style: none;
  margin: -1px 0 0;
  border: 1px solid #cccccc;
  text-align: left;
  background: #fff;
  user-select: none;
  overflow: hidden;
}
.field-control.control-moving {
  border-radius: 8px;
  animation: DRAG_GHOST 500ms forwards;
}
.field-control::before {
  margin-right: 8px;
  font-size: 16px;
}
.field-control:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.field-control button {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.8em;
  display: flex;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0 none;
  text-align: left;
  padding: 8px;
  border-radius: 0;
}
.field-control button:focus {
  outline: 0 none;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
  border-radius: 0 !important;
}
.field-control button:active {
  transform: none;
}
.field-control button:hover {
  filter: none;
}
.field-control .control-icon {
  margin-right: 8px;
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .field-control button {
  text-align: right !important;
}
[dir=rtl] .field-control svg {
  float: right !important;
  margin: 0 0 0 8px !important;
}
.field-control .svg-icon {
  pointer-events: none;
}