@charset "UTF-8";
body:has(#funnel-form) {
  /* NEW STUFF */
}
body:has(#funnel-form) #wpfooter {
  display: none !important;
}
body:has(#funnel-form) #screen-meta-links {
  display: none;
}
body:has(#funnel-form) #wpbody-content {
  /*height: 100vh;*/
  padding-bottom: 0;
}
body:has(#funnel-form) #wpcontent {
  margin-left: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}
body:has(#funnel-form).auto-saving .is-saving {
  display: inline-block;
  width: 100px;
}
body:has(#funnel-form).auto-saving #last-saved-text {
  display: none;
}
body:has(#funnel-form):not(.auto-saving) .is-saving {
  display: none;
}
body:has(#funnel-form).saving .funnel-editor-header button > .button-text {
  display: none;
}
body:has(#funnel-form):not(.saving) .funnel-editor-header button > .gh-spinner {
  display: none;
}
body:has(#funnel-form).folded #funnel-form {
  left: 36px;
}
body:has(#funnel-form).gh-full-screen #funnel-form #full-screen .dashicons::before {
  content: "\f189";
}
body:has(#funnel-form):not(.gh-full-screen) #close {
  display: none;
}

.pulse-shadow {
  box-shadow: 0 0 0 rgba(16, 38, 64, 0.5);
  animation: pulseBoxShadow 2s infinite;
}

@keyframes pulseBoxShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 38, 64, 0.5);
  }
  70% {
    box-shadow: 0 0 20px 0 rgba(16, 38, 64, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 38, 64, 0.5);
  }
}
body.gh-moving-step #step-flow button.add-step {
  box-shadow: 0 0 0 rgba(16, 38, 64, 0.5);
  animation: pulseBoxShadow 2s infinite;
}
body.gh-moving-step #step-flow .sortable-item:has(> .step.editing) {
  display: none !important;
}
body.gh-moving-step #step-flow .step .actions {
  display: none;
}

body.gh-screenshot-mode #step-settings-container {
  display: none;
}
body.gh-screenshot-mode #funnel-form #step-flow {
  --logic-line-width: 3px;
}
body.gh-screenshot-mode #funnel-form #step-flow .fixed-inside {
  background-image: none;
  background-color: #fff;
}
body.gh-screenshot-mode #funnel-form #step-flow button.add-step {
  display: none;
}
body.gh-screenshot-mode #funnel-form #step-flow .sortable-item:first-child button.add-step + .flow-line {
  display: none;
}
body.gh-screenshot-mode #funnel-form #step-flow .step-branch .step {
  border-width: var(--logic-line-width);
  background-image: linear-gradient(var(--color-10), var(--color-10));
  background-color: #fff;
  box-shadow: none;
}
body.gh-screenshot-mode #funnel-form #step-flow .step-branch .step .hndle-icon {
  background-color: var(--color);
}
body.gh-screenshot-mode #funnel-form #step-flow .step-branch .step .hndle-icon svg {
  fill: #FFF;
}
body.gh-screenshot-mode #funnel-form #step-flow .step-branch .step + .flow-line {
  display: none;
}

#funnel-form {
  display: flex;
  flex-direction: column;
}
#funnel-form #funnel-builder {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  flex-grow: 1;
}
#funnel-form[data-status=active] .funnel-editor-header button#funnel-activate {
  display: none;
}
#funnel-form[data-status=inactive] .funnel-editor-header button#funnel-update,
#funnel-form[data-status=inactive] .funnel-editor-header button#funnel-deactivate {
  display: none;
}

.trigger-popup {
  font-weight: normal;
}

.button.button-secondary.submit.trigger-popup {
  background: #f7f7f7 !important;
  border-color: #ccc !important;
  border-width: 1px !important;
  border-style: solid !important;
  float: none !important;
  padding: 0 10px 1px !important;
  margin: 2px !important;
}

.replacements-button,
.add-contacts-link {
  display: inline-block;
  text-decoration: none;
}

.header-wrap {
  width: 100%;
}

.action {
  --color: rgb(158, 206, 56);
  --color-25: rgba(158, 206, 56, 0.25);
  --color-10: rgba(158, 206, 56, 0.1);
  --color-5: rgba(158, 206, 56, 0.05);
}

.benchmark {
  --color: rgb(245, 129, 21);
  --color-25: rgba(245, 129, 21, 0.25);
  --color-10: rgba(245, 129, 21, 0.1);
  --color-5: rgba(245, 129, 21, 0.05);
  border-radius: 30px;
}

.logic {
  --color: rgb(108, 25, 173);
  --color-25: rgba(108, 25, 173, 0.25);
  --color-10: rgba(108, 25, 173, 0.1);
  --color-5: rgba(108, 25, 173, 0.05);
}

#step-settings-container {
  --bg-color: #f0f3f5;
  /*padding: 10px 20px;*/
  box-sizing: border-box;
  position: relative;
  width: clamp(800px, 60%, 1000px);
  transition: width 0.3s ease-out, opacity 0.3s ease-out;
  border-left: 1px solid rgba(16, 38, 64, 0.15);
  background-color: var(--bg-color);
  box-shadow: 5px 5px 30px 0 rgba(4, 45, 70, 0.05);
  container-type: inline-size;
}
#step-settings-container.slide-out {
  width: 0;
}
#step-settings-container.slide-out #step-settings-inner {
  opacity: 0;
}
#step-settings-container.slide-out > #collapse-settings .dashicons-arrow-right-alt2 {
  display: none;
}
#step-settings-container:not(.slide-out) > #collapse-settings .dashicons-arrow-left-alt2 {
  display: none;
}
#step-settings-container > #collapse-settings {
  position: absolute;
  top: 50%;
  left: 1px;
  border-radius: 10px 0 0 10px;
  border-color: rgba(16, 38, 64, 0.15);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  transform: translate(-100%, -50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: var(--bg-color);
}
#step-settings-container #step-settings-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  transition: 0.4s;
}
#step-settings-container #step-settings-inner #flow-simulator {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#step-settings-container #step-settings-inner #flow-simulator .contact-list-item {
  border: none !important;
}
#step-settings-container #step-settings-inner #flow-simulator .start-from {
  padding: 30px;
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  padding: 20px 30px 30px 30px;
  overflow-y: auto;
  border-top: 1px solid rgba(16, 38, 64, 0.15);
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log .flow-continue-item {
  flex-grow: 1;
  cursor: pointer;
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log p.flow-log-item {
  margin: 0;
  padding-left: 20px;
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log div.flow-log-item {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 30px 0 rgba(4, 45, 70, 0.05);
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log div.flow-log-item .step-name {
  color: var(--color);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}
#step-settings-container #step-settings-inner #flow-simulator #flow-simulator-log div.flow-log-item svg {
  fill: var(--color);
  width: 30px;
  height: 30px;
}
#step-settings-container #step-settings-inner #flow-settings {
  padding: 30px;
}
#step-settings-container #step-settings-inner #add-steps {
  padding: 30px;
}
#step-settings-container #step-settings-inner #add-steps .gh-tooltip {
  max-width: 140px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select {
  --icon-size: 60px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select #step-search {
  height: 100%;
  width: 100%;
  font-size: 14px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter {
  color: var(--color);
  border: 1px solid var(--color);
  background: var(--color-5);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter.current, #step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter:hover {
  color: #fff;
  background-color: var(--color);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter[data-group=all] {
  --color: rgb(16, 38, 64);
  --color-5: rgba(16, 38, 64, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter[data-group=benchmark] {
  --color: rgb(245, 129, 21);
  --color-5: rgba(245, 129, 21, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter[data-group=logic] {
  --color: rgb(108, 25, 173);
  --color-5: rgba(108, 25, 173, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .gh-button.step-filter[data-group=action] {
  --color: rgb(158, 206, 56);
  --color-5: rgba(158, 206, 56, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: 10px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid:not(:has(.visible)) {
  display: none;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .description {
  padding: 10px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .nav-tab-wrapper {
  text-align: center;
  margin-top: 0 !important;
  padding: 20px 0 0 0 !important;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 20px;
  background-color: #F6F9FB;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group:has([data-group=benchmark]) {
  --color: rgb(245, 129, 21);
  --color-25: rgba(245, 129, 21, 0.25);
  --color-5: rgba(245, 129, 21, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group:has([data-group=logic]) {
  --color: rgb(108, 25, 173);
  --color-25: rgba(108, 25, 173, 0.25);
  --color-5: rgba(108, 25, 173, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group:has([data-group=action]) {
  --color: rgb(158, 206, 56);
  --color-25: rgba(158, 206, 56, 0.25);
  --color-5: rgba(158, 206, 56, 0.05);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group svg {
  fill: var(--color);
  width: 100%;
  height: 100%;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group:not(:has(.visible)) {
  display: none;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .steps-grid .sub-group > .sub-group-label {
  position: absolute;
  top: -12px;
  left: 20px;
  color: white;
  border-radius: 5px;
  padding: 3px 8px;
  background-color: var(--color);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step {
  width: var(--icon-size);
  border-radius: 5px;
  cursor: pointer;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step .step-element.premium .step-icon {
  position: relative;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step .step-element.premium .step-icon::after {
  position: absolute;
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
  width: max-content;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  content: "PRO";
  top: auto;
  left: auto;
  bottom: -1px;
  right: -1px;
  transform: none;
  background-color: var(--color);
  font-size: 8px;
  border-radius: 3px 0 0 0;
  line-height: 1.1;
  padding: 2px 4px;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step:hover .step-icon {
  background-color: var(--color-25);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step:not(.visible) {
  display: none;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step .step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--icon-size);
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid var(--color);
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step p {
  font-size: 13px;
  margin: 10px 0 0 0;
  line-height: 1.2;
  text-align: center;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step > .ui-draggable-dragging {
  width: 80px;
  height: 80px;
  cursor: grabbing;
}
#step-settings-container #step-settings-inner #add-steps .steps-select .select-step > .ui-draggable-dragging p {
  display: none;
}
#step-settings-container #step-settings-inner:not([data-view^=add]) #add-steps {
  display: none;
}
#step-settings-container #step-settings-inner:not([data-view=settings]) #flow-settings {
  display: none;
}
#step-settings-container #step-settings-inner:not([data-view=simulator]) #flow-simulator {
  display: none;
}
#step-settings-container #step-settings-inner code {
  border-radius: 5px;
  background-color: rgba(16, 38, 64, 0.05);
}
#step-settings-container #step-settings-inner .field-map-wrapper {
  max-height: 500px;
  overflow: auto;
  border: 1px solid #c3c4c7;
  border-radius: 5px 0 0 5px;
}
#step-settings-container #step-settings-inner .field-map-wrapper table {
  width: 100%;
  margin-top: 0 !important;
  border: none !important;
}
#step-settings-container #step-settings-inner .field-map-wrapper table th {
  position: sticky;
  top: 0;
  background-color: #fff;
}
#step-settings-container #step-settings-inner .field-map-wrapper table td:last-child {
  width: 200px;
}
#step-settings-container #step-settings-inner .field-map-wrapper table pre {
  margin: 0;
  white-space: normal;
}
#step-settings-container #step-settings-inner select.gh-select2 {
  width: 100%;
}
#step-settings-container #step-settings-inner .notice {
  margin: 0;
  border-radius: 5px;
  /*border-width: 2px;*/
  border-width: 0 0 0 5px;
}
#step-settings-container #step-settings-inner .step-settings {
  padding: 30px;
}
#step-settings-container #step-settings-inner .step-settings.generated-step-names .step.web_form .main-step-settings-panel,
#step-settings-container #step-settings-inner .step-settings.generated-step-names .step.send_email .main-step-settings-panel {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings:not(:has(.step.editing)) {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings .step:not(.editing) {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings .step-locked {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings .step.settings.locked {
  position: relative;
}
#step-settings-container #step-settings-inner .step-settings .step.settings.locked .step-locked {
  z-index: 99;
  display: flex;
  background-color: rgba(16, 38, 64, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#step-settings-container #step-settings-inner .step-settings .step.settings.locked .step-locked .dashicons {
  height: 40px;
  width: 40px;
  font-size: 40px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-title-wrap ~ .custom-settings {
  border-top: 1px solid rgba(16, 38, 64, 0.15);
}
#step-settings-container #step-settings-inner .step-settings .step.editing .custom-settings .gh-rows-and-columns label {
  font-weight: 500;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .custom-settings .branch-container button.add-branch {
  margin-top: 10px;
  margin-left: auto;
  display: block;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .custom-settings .branch-container button.gh-button.danger {
  margin-top: 10px;
  margin-left: auto;
  display: block;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-warnings {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-warnings:not(:has(.notice)) {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex {
  display: flex;
  gap: 30px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-notes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 240px;
  flex-shrink: 0;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-notes .step-notes-textarea {
  width: 100%;
  background: rgba(16, 38, 64, 0.05);
  border-radius: 5px;
  font-weight: 400;
  border: none;
  padding: 12px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit .custom-settings {
  padding: 0 20px 10px 20px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit .custom-settings hr {
  border: 0;
  border-top: 1px solid rgba(16, 38, 64, 0.15);
  border-bottom: none;
  margin: 0 -20px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table {
  border-radius: 5px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table:not(:last-child) {
  margin-bottom: 10px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table:first-child {
  margin-top: 20px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table.has-actions th:last-child {
  width: 70px;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table.has-actions td:last-child > div {
  display: none;
}
#step-settings-container #step-settings-inner .step-settings .step.editing .step-flex .step-edit table.wp-list-table.has-actions tbody tr:hover td:last-child > div {
  display: flex;
}

@container (max-width: 850px) {
  .step-flex {
    flex-direction: column;
  }
  .step-flex .step-notes {
    width: auto !important;
  }
}
.sortable-helper-icon.action {
  --color: rgb(158, 206, 56);
  --color-25: rgba(158, 206, 56, 0.25);
  --color-10: rgba(158, 206, 56, 0.1);
  --color-5: rgba(158, 206, 56, 0.05);
}
.sortable-helper-icon.benchmark {
  --color: rgb(245, 129, 21);
  --color-25: rgba(245, 129, 21, 0.25);
  --color-10: rgba(245, 129, 21, 0.1);
  --color-5: rgba(245, 129, 21, 0.05);
}
.sortable-helper-icon.benchmark .step-icon {
  border-radius: 50%;
}
.sortable-helper-icon.logic {
  --color: rgb(108, 25, 173);
  --color-25: rgba(108, 25, 173, 0.25);
  --color-10: rgba(108, 25, 173, 0.1);
  --color-5: rgba(108, 25, 173, 0.05);
}
.sortable-helper-icon.logic .step-icon {
  transform: rotate(45deg);
}
.sortable-helper-icon.logic .step-icon > svg {
  transform: rotate(-45deg);
}
.sortable-helper-icon > .step-icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border: 3px solid var(--color);
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(var(--color-5), var(--color-10));
}
.sortable-helper-icon > .step-icon svg {
  fill: var(--color);
  width: 100%;
  height: 100%;
}

.funnel-editor-header {
  z-index: 999;
  box-sizing: border-box;
  height: 60px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 0;
}
.funnel-editor-header .last-saved {
  font-style: italic;
  opacity: 0.8;
}
.funnel-editor-header > svg {
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: rgb(16, 38, 64);
}
.funnel-editor-header #title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.funnel-editor-header .actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.funnel-editor-header .status-options .save-button {
  gap: 7px;
  align-items: center;
  padding: 9px 18px;
  font-weight: 500;
}
.funnel-editor-header .title-section {
  margin-right: auto;
  flex-grow: 1;
}
.funnel-editor-header #close #close-button {
  padding: 12px;
}
.title-view {
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.step-title-view .title,
.title-view .title {
  font-weight: 600;
  line-height: 1em;
  cursor: pointer;
  white-space: nowrap;
}

.funnel-editor-header div.hidden {
  display: none;
}

button.button.save-button {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
  position: relative;
  height: auto;
  padding: 2px 14px 2px 32px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.save-button.spin .dashicons {
  animation: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* END NEW STUFF */
.form-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.form-buttons {
  margin: 0 0 5px 0;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 30px solid #ffffff;
  position: absolute;
}

.full-width {
  width: 100%;
}

.funnel-end {
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 300px;
}
.funnel-end .the-end {
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
  width: max-content;
  background-color: rgb(233, 31, 79);
}

.step-icon img {
  margin: 0 auto 0 auto;
  width: 80%;
}
.step-icon img[src*=svg] {
  width: 100%;
}

.hndle label {
  margin: 0 10px 0 0;
}

.ui-front.ui-autocomplete {
  z-index: 100100;
}

#step-flow {
  --logic-line-style: solid;
  --logic-line-width: 2px;
  --logic-line-radius: 100%;
  position: relative;
  flex-grow: 1;
  background-color: #F6F9FB;
}
#step-flow .fixed-inside {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-image: radial-gradient(circle at 1px 1px, rgba(16, 38, 64, 0.1) 1px, transparent 0);
  background-position: center center;
  background-size: 20px 20px;
}
#step-flow .fixed-inside .logic-line {
  border-style: var(--logic-line-style);
  position: absolute;
  z-index: 1;
}
#step-flow .fixed-inside .logic-line > span.path-indicator {
  font-size: 10px;
  color: #fff;
  background-color: rgb(108, 25, 173);
  padding: 0 5px;
  border-radius: 3px;
  position: absolute;
  top: calc(40% - 1px);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  text-transform: uppercase;
}
#step-flow .fixed-inside .logic-line.line-end {
  border-color: rgb(233, 31, 79);
}
#step-flow .fixed-inside .logic-line.line-end > span.path-indicator {
  background-color: rgb(233, 31, 79);
  transform: translateX(-50%) translateY(50%);
  bottom: 0;
  left: 100%;
}
#step-flow .fixed-inside .logic-line.skip-line, #step-flow .fixed-inside .logic-line.loop-line {
  border-color: rgb(108, 25, 173);
}
#step-flow .fixed-inside .logic-line.loop-line > .line-arrow.top {
  left: 60%;
}
#step-flow .fixed-inside .logic-line.loop-line > .line-arrow.bottom {
  left: 60%;
}
#step-flow .fixed-inside .logic-line > .line-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: rgb(108, 25, 173);
  border-style: solid;
  border-width: var(--logic-line-width) var(--logic-line-width) 0 0;
}
#step-flow .fixed-inside .logic-line > .line-arrow.top {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 40%;
  top: 0;
}
#step-flow .fixed-inside .logic-line > .line-arrow.bottom {
  transform: translate(-50%, 50%) rotate(-135deg);
  left: 40%;
  bottom: 0;
}
#step-flow .fixed-inside .logic-line > .line-arrow.left {
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 0;
  top: 50%;
}
#step-flow .fixed-inside .logic-line > .line-arrow.right {
  transform: translate(50%, -50%) rotate(135deg);
  right: 0;
  top: 50%;
}
#step-flow .fixed-inside .step-branches {
  gap: 40px;
  margin: 60px 0;
}
#step-flow .fixed-inside .step-branches:has(> :nth-child(odd):last-child) {
  margin-top: 80px;
}
#step-flow .fixed-inside .step-branches:has(> .split-branch.evergreen)::before {
  content: "";
}
#step-flow .fixed-inside .step-branches .split-branch {
  position: relative;
}
#step-flow .fixed-inside .step-branches .split-branch .step-branch {
  min-width: 200px;
}
#step-flow .fixed-inside .step-branches .split-branch.green > .logic-line {
  border-color: rgb(158, 206, 56);
}
#step-flow .fixed-inside .step-branches .split-branch.green > .logic-line > .logic-line {
  border-color: rgb(158, 206, 56);
}
#step-flow .fixed-inside .step-branches .split-branch.green > .logic-line > .path-indicator {
  background-color: rgb(158, 206, 56);
}
#step-flow .fixed-inside .step-branches .split-branch.red > .logic-line.line-above {
  border-color: rgb(233, 31, 79);
}
#step-flow .fixed-inside .step-branches .split-branch.red > .logic-line.line-above > .logic-line {
  border-color: rgb(233, 31, 79);
}
#step-flow .fixed-inside .step-branches .split-branch.red > .logic-line.line-above > .path-indicator {
  background-color: rgb(233, 31, 79);
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line {
  border-color: rgb(108, 25, 173);
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line .logic-line {
  border-color: rgb(108, 25, 173);
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line.line-below-after, #step-flow .fixed-inside .step-branches .split-branch > .logic-line.line-below {
  border-color: rgb(158, 206, 56);
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line.middle > span.path-indicator, #step-flow .fixed-inside .step-branches .split-branch > .logic-line.left > span.path-indicator {
  left: 20%;
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line.middle:has(.logic-line) > span.path-indicator, #step-flow .fixed-inside .step-branches .split-branch > .logic-line.left:has(.logic-line) > span.path-indicator {
  transform: translate(-50%, 50%);
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  z-index: 3;
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line.right > span.path-indicator {
  left: 80%;
}
#step-flow .fixed-inside .step-branches .split-branch > .logic-line.right:has(.logic-line) > span.path-indicator {
  transform: translate(50%, 50%);
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  z-index: 3;
}
#step-flow .fixed-inside .step-branch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min-content;
  position: relative;
}
#step-flow .fixed-inside .step-branch button.add-step {
  height: 25px;
  width: 25px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(16, 38, 64, 0.5);
  border-color: rgba(16, 38, 64, 0.5);
  background-color: #fff;
  border-width: var(--logic-line-width);
  box-sizing: border-box;
  border-style: solid;
  z-index: 5;
}
#step-flow .fixed-inside .step-branch button.add-step.here {
  color: #fff;
  background-color: rgb(16, 38, 64);
  border-color: rgb(16, 38, 64);
}
#step-flow .fixed-inside .step-branch.benchmarks {
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding-bottom: 60px;
  align-items: flex-start;
}
#step-flow .fixed-inside .step-branch.benchmarks > button.add-step {
  margin-top: 20px;
}
#step-flow .fixed-inside .step-branch.benchmarks .benchmark-line.logic-line {
  border-color: rgb(158, 206, 56);
}
#step-flow .fixed-inside .step-branch.benchmarks .benchmark-line.logic-line.passthru {
  border-style: dashed;
  border-color: rgb(245, 129, 21);
}
#step-flow .fixed-inside .step-branch.benchmarks .benchmark-line.logic-line > span.path-indicator {
  background-color: rgb(245, 129, 21);
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}
#step-flow .fixed-inside .step-branch.benchmarks .benchmark-line.logic-line.right > span.path-indicator {
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
#step-flow .fixed-inside .step-branch .sortable-placeholder {
  width: 300px;
  height: 3px;
  border-radius: 3px;
  background-color: rgb(0, 117, 255);
  border: none;
  margin: 20px 0;
}
#step-flow .fixed-inside .step-branch#step-sortable {
  padding-top: 40px;
  padding-bottom: 24px;
  margin: 0 auto;
}
#step-flow button.add-step-button-flow {
  position: absolute;
  right: 36px;
  bottom: 36px;
  box-shadow: 5px 5px 30px 0 rgba(4, 45, 70, 0.05);
  background-color: rgb(0, 117, 255);
  color: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 99;
}
#step-flow button.add-step-button-flow:hover {
  background-color: rgba(0, 117, 255, 0.5);
}
#step-flow .flow-stop {
  width: 30px;
  border-top: var(--logic-line-width) solid rgb(158, 206, 56);
  height: 5px;
  border-radius: var(--logic-line-width) var(--logic-line-width) 0 0;
}
#step-flow .benchmark-pill {
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
  width: max-content;
  z-index: 2;
  background-color: rgb(245, 129, 21);
  font-size: 15px;
}
#step-flow .benchmark-pill .gh-tooltip {
  max-width: 200px;
}
#step-flow .step-branch.benchmarks {
  padding-top: 70px;
}
#step-flow .benchmark-or {
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
  width: max-content;
  background-color: rgb(108, 25, 173);
  margin-top: 20px;
}
#step-flow .sortable-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#step-flow .sortable-item:first-child > .flow-line:first-child {
  display: none;
}
#step-flow .sortable-item:last-child > .flow-line:last-child {
  display: none;
}
#step-flow .flow-line {
  border-right: var(--logic-line-width) var(--logic-line-style) rgb(158, 206, 56);
  height: 40px;
}
#step-flow .step.action + .flow-line {
  height: 20px;
}
#step-flow .step {
  border-radius: 5px;
  box-shadow: 5px 5px 30px 0 rgba(4, 45, 70, 0.05);
  background: white;
  outline: var(--logic-line-width) solid transparent;
  cursor: pointer;
  max-width: 300px;
  min-width: 200px;
  width: max-content;
  z-index: 2;
  position: relative;
  border: calc(var(--logic-line-width) - 1px) solid var(--color);
}
#step-flow .step .step-notes {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 2px 8px;
  top: 0;
  right: -5px;
  border-radius: 5px;
  transform: translateX(100%);
  max-width: 150px;
}
#step-flow .step:hover .step-notes {
  display: block;
}
#step-flow .step .step-reporting {
  display: flex;
  position: absolute;
  top: 0;
  /* left: 50%; */
  width: 100%;
  transform: translateY(-50%);
}
#step-flow .step .step-reporting .flex-start {
  padding-left: 30px;
}
#step-flow .step .step-reporting .flex-end {
  padding-right: 30px;
}
#step-flow .step .step-reporting div.stat-wrap {
  display: flex;
  gap: 3px;
  align-items: center;
  border: 1px solid var(--color);
  background: #fff;
  border-radius: 3px;
  padding: 3px 8px;
}
#step-flow .step .step-reporting div.stat-wrap.invisible {
  visibility: hidden;
}
#step-flow .step .step-reporting div.stat-wrap .dashicons {
  font-size: 14px;
  height: 14px;
  width: 14px;
}
#step-flow .step.action {
  --color: rgb(158, 206, 56);
  --color-25: rgba(158, 206, 56, 0.25);
  --color-10: rgba(158, 206, 56, 0.1);
  --color-5: rgba(158, 206, 56, 0.05);
}
#step-flow .step.action.is-last {
  margin-bottom: 16px;
}
#step-flow .step.action .hndle-icon {
  border-radius: 5px;
}
#step-flow .step.action.delay_timer, #step-flow .step.action.date_timer, #step-flow .step.action.field_timer, #step-flow .step.action.advanced_timer, #step-flow .step.action.delay_timer {
  max-width: 280px;
  border-radius: 20px/100%;
}
#step-flow .step.action.delay_timer .hndle-icon, #step-flow .step.action.date_timer .hndle-icon, #step-flow .step.action.field_timer .hndle-icon, #step-flow .step.action.advanced_timer .hndle-icon, #step-flow .step.action.delay_timer .hndle-icon {
  border-radius: 20px/100%;
}
#step-flow .step.action.delay_timer .step-title, #step-flow .step.action.date_timer .step-title, #step-flow .step.action.field_timer .step-title, #step-flow .step.action.advanced_timer .step-title, #step-flow .step.action.delay_timer .step-title {
  font-size: 13px !important;
}
#step-flow .step.benchmark {
  --color: rgb(245, 129, 21);
  --color-25: rgba(245, 129, 21, 0.25);
  --color-10: rgba(245, 129, 21, 0.1);
  --color-5: rgba(245, 129, 21, 0.05);
  border-radius: 100px;
}
#step-flow .step.benchmark .hndle-icon {
  border-radius: 50px;
}
#step-flow .step.logic {
  --color: rgb(108, 25, 173);
  --color-25: rgba(108, 25, 173, 0.25);
  --color-10: rgba(108, 25, 173, 0.1);
  --color-5: rgba(108, 25, 173, 0.05);
  padding-top: 10px;
  max-width: 240px;
  margin: auto;
  border-radius: 50%;
}
#step-flow .step.logic.if_else .step-title {
  font-size: 11px !important;
}
#step-flow .step.logic > .hndle > .hndle-icon {
  border-radius: 2px;
  box-sizing: border-box;
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#step-flow .step.logic > .hndle > .hndle-icon > svg {
  transform: rotate(-45deg);
}
#step-flow .step.invalid {
  --color: rgb(233, 31, 79);
  --color-25: rgba(233, 31, 79, 0.25);
  --color-10: rgba(233, 31, 79, 0.1);
  --color-5: rgba(233, 31, 79, 0.05);
}
#step-flow .step.editing {
  outline-color: var(--color);
}
#step-flow .step.editing > .hndle > .hndle-icon {
  background-color: var(--color);
}
#step-flow .step.editing > .hndle > .hndle-icon > svg {
  fill: #fff;
}
#step-flow .step.active {
  background-color: #fff;
  background-image: linear-gradient(var(--color-5), var(--color-5));
}
#step-flow .step.has-changes {
  background-image: repeating-linear-gradient(-45deg, var(--color-10), var(--color-10) 10px, #fff 10px, #fff 20px);
}
#step-flow .step:hover .actions {
  visibility: visible;
}
#step-flow .step .actions {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  visibility: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 99;
}
#step-flow .step .actions button.gh-button {
  padding: 5px;
  font-size: 16px;
}
#step-flow .step .actions button.gh-button .dashicons {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
#step-flow .step .step-labels {
  position: absolute;
  right: 3px;
  bottom: -11px;
  gap: 3px;
  z-index: 2;
}
#step-flow .step .step-labels .dashicons {
  color: rgb(16, 38, 64);
  border-radius: 3px;
}
#step-flow .step .step-labels .dashicons-admin-comments {
  color: var(--color);
}
#step-flow .step .step-labels .dashicons-admin-comments .gh-tooltip {
  max-width: 200px;
}
#step-flow .step .step-labels .step-label {
  font-size: 10px;
  padding: 1px 6px;
  color: white;
  border-radius: 3px;
  width: max-content;
  background-color: var(--color);
}
#step-flow .step .step-labels .step-label.logic-tag {
  background-color: rgb(108, 25, 173) !important;
}
#step-flow .step .step-labels .step-label.danger {
  background-color: rgb(233, 31, 79) !important;
}
#step-flow .step .step-labels .step-label.green {
  background-color: rgb(158, 206, 56);
}
#step-flow .step.has-errors.editing {
  outline-color: rgb(255, 238, 88) !important;
}
#step-flow .step.has-errors.logic .hndle-icon::after {
  transform: rotate(-45deg) translate(50%, -50%);
}
#step-flow .step.has-errors .hndle-icon {
  position: relative;
}
#step-flow .step.has-errors .hndle-icon::after {
  position: absolute;
  content: "⚠️";
  top: 0;
  right: 0;
  font-size: 20px;
  transform: translate(50%, -50%);
}
#step-flow .step.locked .lock-step {
  display: none;
}
#step-flow .step.locked .delete-step {
  display: none;
}
#step-flow .step:not(.locked) .unlock-step {
  display: none;
}
#step-flow .step > .hndle .hndle-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateX(-50%) translateY(-55%);
  left: 50%;
  top: 0;
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(var(--color-5), var(--color-10));
  border: var(--logic-line-width) solid var(--color);
  box-sizing: border-box;
}
#step-flow .step > .hndle .hndle-icon:has(svg) {
  padding: 8px;
}
#step-flow .step > .hndle .hndle-icon > svg {
  width: 100%;
  height: 100%;
  fill: var(--color);
}
#step-flow .step > .hndle > div:not(.hndle-icon) {
  display: flex;
  flex-direction: column;
  padding: 20px 16px 10px 16px;
}
#step-flow .step > .hndle > div:not(.hndle-icon) span.step-title {
  font-size: 13px;
  text-align: center;
}
#step-flow .step > .hndle > div:not(.hndle-icon) span.step-title code {
  border-radius: 4px;
  padding: 1px 3px;
}
#step-flow .step > .hndle > div:not(.hndle-icon) span.step-name {
  /*margin-left:6px;*/
  color: var(--color);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.hndle input {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(85, 93, 102, 0.23);
  vertical-align: top;
}

table.embed-options td {
  padding: 0 !important;
}

.step .handlediv {
  float: right;
  background: none;
  color: #5c5c5c;
  opacity: 0.6;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
}

.step .handlediv:hover {
  opacity: 0.9;
}

.row-actions {
  margin: 3px 0 0 3px;
}

.row-actions a {
  text-decoration: none;
}

.form-table th {
  width: 160px;
}

#groundhogg-notices {
  position: fixed;
  width: 400px;
  right: 20px;
  bottom: 20px;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#groundhogg-notices .notice {
  border-radius: 5px;
  /*border-width: 2px;*/
  border-width: 0 0 0 5px;
}

.benchmark.web_form .after-submit .success-message {
  display: none;
}
.benchmark.web_form .after-submit .success-redirect {
  display: block;
}
.benchmark.web_form .after-submit.ajax-enabled .success-message {
  display: block;
}
.benchmark.web_form .after-submit.ajax-enabled .success-redirect {
  display: none;
}

.form-style {
  margin-top: 30px;
}

.form-builder-main {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
.form-builder-main .fields-editor,
.form-builder-main .form-preview-wrap {
  margin-top: 0 !important;
  width: 100%;
}
.form-builder-main .fields-editor *,
.form-builder-main .form-preview-wrap * {
  box-sizing: border-box;
}
.form-builder-main .fields-editor {
  max-width: 400px;
  width: 50%;
  flex-shrink: 0;
}
.form-builder-main .fields-editor .add-field {
  width: 100%;
  margin-top: 10px;
}
.form-builder-main .fields-editor .special-fields {
  margin-top: 20px;
}
.form-builder-main .fields-editor .form-fields, .form-builder-main .fields-editor .special-fields {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-builder-main .fields-editor .form-fields .field-placeholder, .form-builder-main .fields-editor .special-fields .field-placeholder {
  background: rgba(0, 0, 0, 0.0666666667);
  border-radius: 5px;
}
.form-builder-main .fields-editor .form-fields .form-field, .form-builder-main .fields-editor .special-fields .form-field {
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid rgba(16, 38, 64, 0.15);
  overflow: hidden;
  cursor: pointer;
}
.form-builder-main .fields-editor .form-fields .form-field .settings, .form-builder-main .fields-editor .special-fields .form-field .settings {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row, .form-builder-main .fields-editor .special-fields .form-field .settings .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row > label, .form-builder-main .fields-editor .special-fields .form-field .settings .row > label {
  flex-basis: 150px;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row > .setting, .form-builder-main .fields-editor .special-fields .form-field .settings .row > .setting {
  display: flex;
  justify-content: flex-end;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row > .setting input, .form-builder-main .fields-editor .special-fields .form-field .settings .row > .setting input {
  width: 100%;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row .input-wrap, .form-builder-main .fields-editor .special-fields .form-field .settings .row .input-wrap {
  width: 100%;
}
.form-builder-main .fields-editor .form-fields .form-field .settings .row:not(:last-child), .form-builder-main .fields-editor .special-fields .form-field .settings .row:not(:last-child) {
  margin-bottom: 5px;
}
.form-builder-main .fields-editor .form-fields .form-field .settings-tabs, .form-builder-main .fields-editor .special-fields .form-field .settings-tabs {
  /*display: flex;*/
  /*justify-content: center;*/
  border-top: 1px solid rgba(16, 38, 64, 0.15);
  border-bottom: 1px solid rgba(16, 38, 64, 0.15);
  padding: 10px 10px 0 10px;
}
.form-builder-main .fields-editor .form-fields .form-field .settings-tabs a.settings-tab, .form-builder-main .fields-editor .special-fields .form-field .settings-tabs a.settings-tab {
  color: #2c3338;
}
.form-builder-main .fields-editor .form-fields .form-field .settings-tabs .settings-tab, .form-builder-main .fields-editor .special-fields .form-field .settings-tabs .settings-tab {
  border-width: 1px 1px 0 1px;
  border-color: rgba(16, 38, 64, 0.15);
  border-style: solid;
  display: inline-block;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  border-radius: 3px 3px 0 0;
  margin: 0 2px;
  font-size: 13px;
  padding: 4px 8px 2px 8px;
  /*height: ?22px;*/
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
}
.form-builder-main .fields-editor .form-fields .form-field .settings-tabs .settings-tab.active, .form-builder-main .fields-editor .special-fields .form-field .settings-tabs .settings-tab.active {
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #FFFFFF;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header, .form-builder-main .fields-editor .special-fields .form-field .field-header {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header .field-type, .form-builder-main .fields-editor .special-fields .form-field .field-header .field-type {
  font-size: 8px;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: 500;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header .field-label, .form-builder-main .fields-editor .special-fields .form-field .field-header .field-label {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 7px;
  margin-right: 7px;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header .actions, .form-builder-main .fields-editor .special-fields .form-field .field-header .actions {
  display: flex;
  align-items: stretch;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header .actions button, .form-builder-main .fields-editor .special-fields .form-field .field-header .actions button {
  background: #FFFFFF;
  width: 40px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid rgba(16, 38, 64, 0.15);
  cursor: pointer;
}
.form-builder-main .fields-editor .form-fields .form-field .field-header .actions button:hover, .form-builder-main .fields-editor .special-fields .form-field .field-header .actions button:hover {
  background: #f1f1f1;
}

.inline-tag-picker {
  position: relative;
  border: 1px solid #8c8f94;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5px;
  cursor: pointer;
}
.inline-tag-picker .gh-panel {
  display: none;
}
.inline-tag-picker.show .gh-panel {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 5px;
}
.inline-tag-picker svg {
  height: 20px;
  width: 20px;
}

.change-email {
  align-items: center;
}

/*# sourceMappingURL=funnel-editor.css.map */
