@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
.wpfnl * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.wpfnl *:focus {
  box-shadow: none;
  outline: none;
}
.wpfnl *:not(i) {
  font-family: "Roboto", sans-serif;
}
.wpfnl p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
}
.wpfnl a,
.wpfnl p,
.wpfnl span,
.wpfnl section,
.wpfnl label,
.wpfnl div {
  font-size: 14px;
  color: #7A8B9A;
  font-weight: 400;
  line-height: 1.4;
}
.wpfnl a {
  text-decoration: none;
  color: #6E42D3;
}
.wpfnl a:hover {
  color: #4C25A5;
}
.wpfnl h1, .wpfnl h2, .wpfnl h3, .wpfnl h4, .wpfnl h5, .wpfnl h6, .wpfnl p, .wpfnl figur, .wpfnl a {
  margin: 0px;
}
.wpfnl h1, .wpfnl h2, .wpfnl h3, .wpfnl h4, .wpfnl h5, .wpfnl h6 {
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}
.wpfnl a:hover,
.wpfnl a:focus,
.wpfnl input:focus,
.wpfnl button:focus,
.wpfnl a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}
.wpfnl ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpfnl img {
  display: block;
  max-width: 100%;
}

.wp-funnels_page_edit_funnel #wpcontent,
.wpfunnels_page_edit_funnel #wpcontent {
  padding-left: 0;
}

.wpfunnels_page_edit_funnel #wpfunnels-app,
.wp-funnels_page_edit_funnel #wpfunnels-app {
  margin: 0;
}

.discount .wpfnl-form-group {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.discount .from-date {
  margin-right: 48px;
}

.discount label {
  padding-bottom: 10px;
  display: inline-block;
}

.wpfnl {
  background: #f6f5fa;
  position: relative;
  overflow-x: hidden;
}
.wpfnl::-webkit-scrollbar {
  width: 3px;
}
.wpfnl::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl::-webkit-scrollbar-thumb {
  background-color: #6E42D3;
  border-radius: 20px;
}
.wpfnl input[type=date],
.wpfnl input[type=search],
.wpfnl input[type=url],
.wpfnl input[type=tel],
.wpfnl input[type=number],
.wpfnl input[type=password],
.wpfnl input[type=email],
.wpfnl input[type=text],
.wpfnl textarea,
.wpfnl select {
  font-size: 14px;
  color: #7A8B9A;
  padding: 5px 15px;
  height: 36px;
  width: 100%;
  min-width: 190px;
  border-radius: 6px;
  display: block;
  border: 1px solid #E5E8F3;
}
.wpfnl input[type=date]::-webkit-input-placeholder, .wpfnl input[type=date]::-moz-placeholder, .wpfnl input[type=date]:-ms-input-placeholder,
.wpfnl input[type=search]::-webkit-input-placeholder,
.wpfnl input[type=search]::-moz-placeholder,
.wpfnl input[type=search]:-ms-input-placeholder,
.wpfnl input[type=url]::-webkit-input-placeholder,
.wpfnl input[type=url]::-moz-placeholder,
.wpfnl input[type=url]:-ms-input-placeholder,
.wpfnl input[type=tel]::-webkit-input-placeholder,
.wpfnl input[type=tel]::-moz-placeholder,
.wpfnl input[type=tel]:-ms-input-placeholder,
.wpfnl input[type=number]::-webkit-input-placeholder,
.wpfnl input[type=number]::-moz-placeholder,
.wpfnl input[type=number]:-ms-input-placeholder,
.wpfnl input[type=password]::-webkit-input-placeholder,
.wpfnl input[type=password]::-moz-placeholder,
.wpfnl input[type=password]:-ms-input-placeholder,
.wpfnl input[type=email]::-webkit-input-placeholder,
.wpfnl input[type=email]::-moz-placeholder,
.wpfnl input[type=email]:-ms-input-placeholder,
.wpfnl input[type=text]::-webkit-input-placeholder,
.wpfnl input[type=text]::-moz-placeholder,
.wpfnl input[type=text]:-ms-input-placeholder,
.wpfnl textarea::-webkit-input-placeholder,
.wpfnl textarea::-moz-placeholder,
.wpfnl textarea:-ms-input-placeholder,
.wpfnl select::-webkit-input-placeholder,
.wpfnl select::-moz-placeholder,
.wpfnl select:-ms-input-placeholder {
  color: #7A8B9A;
}
.wpfnl input[type=date]:focus,
.wpfnl input[type=search]:focus,
.wpfnl input[type=url]:focus,
.wpfnl input[type=tel]:focus,
.wpfnl input[type=number]:focus,
.wpfnl input[type=password]:focus,
.wpfnl input[type=email]:focus,
.wpfnl input[type=text]:focus,
.wpfnl textarea:focus,
.wpfnl select:focus {
  outline: none;
  box-shadow: none;
  border-color: #E5E8F3;
  color: #7A8B9A;
}
.wpfnl input[type=date]:hover,
.wpfnl input[type=search]:hover,
.wpfnl input[type=url]:hover,
.wpfnl input[type=tel]:hover,
.wpfnl input[type=number]:hover,
.wpfnl input[type=password]:hover,
.wpfnl input[type=email]:hover,
.wpfnl input[type=text]:hover,
.wpfnl textarea:hover,
.wpfnl select:hover {
  color: #7A8B9A;
}
.wpfnl input[type=date][readonly],
.wpfnl input[type=search][readonly],
.wpfnl input[type=url][readonly],
.wpfnl input[type=tel][readonly],
.wpfnl input[type=number][readonly],
.wpfnl input[type=password][readonly],
.wpfnl input[type=email][readonly],
.wpfnl input[type=text][readonly],
.wpfnl textarea[readonly],
.wpfnl select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.wpfnl textarea {
  resize: none;
  min-height: 130px;
  padding: 11px 15px;
}
.wpfnl select {
  max-width: inherit;
}
.wpfnl a,
.wpfnl svg path,
.wpfnl button[type=submit],
.wpfnl input[type=button],
.wpfnl input[type=submit],
.wpfnl .btn-default,
.wpfnl .transition-3ms,
.wpfnl .steps-settings .product-options__tab-nav li a:after,
.steps-settings .product-options__tab-nav li .wpfnl a:after {
  transition: all 0.3s ease;
}
.wpfnl .transition-5ms {
  transition: all 0.5s ease;
}
.wpfnl input[type=submit],
.wpfnl button[type=submit],
.wpfnl .btn-default {
  display: inline-block;
  border: none;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  min-width: 130px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2px;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: #6E42D3;
}
.wpfnl input[type=submit]:hover,
.wpfnl button[type=submit]:hover,
.wpfnl .btn-default:hover {
  background-color: #4C25A5;
  color: #fff;
}
.wpfnl label,
.wpfnl .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #363B4E;
}
.wpfnl .wp-switch-editor {
  float: left;
  box-sizing: content-box;
  position: relative;
  top: 1px;
  background: #f0f0f1;
  color: #646970;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.46153846;
  height: 20px;
  margin: 5px 0 0 5px;
  padding: 3px 8px 4px;
  border: 1px solid #dcdcde;
}
.wpfnl .fw-400 {
  font-weight: 400;
}
.wpfnl .fw-500 {
  font-weight: 500;
}
.wpfnl .pos-relative {
  position: relative;
}
.wpfnl .roboto {
  font-family: "Roboto", sans-serif;
}
.wpfnl .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wpfnl .pro-tag {
  background: #4CBB17;
  box-shadow: 0px 3px 3px rgba(175, 175, 206, 0.3);
  border-radius: 3px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: 2px 4px 3px;
}
.wpfnl .pro-tag a {
  color: #fff;
  line-height: 1;
  font-size: 13px;
}
.wpfnl #wpfnl-pro-modal {
  display: none;
}
.wpfnl .quick-toastify-successful-notification .quick-toastify-alert-toast {
  z-index: 9999999999;
}
.wpfnl .no-product-notice {
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  display: block;
  color: #f34252;
}
.wpfnl .wpfnl-selected-item {
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #667085;
  display: inline-block;
  padding: 3px 25px 5px 6px;
  margin: 3px;
  position: relative;
}
.wpfnl .wpfnl-selected-item .remove-item {
  padding: 2px 5px 2px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #e4e6eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl .wpfnl-selected-item .remove-item svg {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 782px) {
  .wpfnl input[type=text],
.wpfnl input[type=password],
.wpfnl input[type=date],
.wpfnl input[type=datetime],
.wpfnl input[type=datetime-local],
.wpfnl input[type=email],
.wpfnl input[type=month],
.wpfnl input[type=number],
.wpfnl input[type=search],
.wpfnl input[type=tel],
.wpfnl input[type=time],
.wpfnl input[type=url],
.wpfnl input[type=week] {
    min-height: auto;
  }
}
.wpfnl .hints {
  font-size: 13px;
  font-style: italic;
  color: #7A8B9A;
  margin-top: 4px;
  display: inline-block;
}
.wpfnl .top-align {
  align-items: flex-start;
}
.wpfnl .top-align label {
  padding-top: 10px;
}
.wpfnl .not-clickable-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  z-index: 999;
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl .not-clickable-overlay.template-importing {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
}
.wpfnl .not-clickable-overlay .import-message {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  display: none;
}
.wpfnl .wpfnl-notice {
  color: #473D3D;
  background-color: #FFF9EB;
  padding: 12px 14px;
  border-left: 3px solid #FFB802;
  display: block;
}
.wpfnl .wpfnl-canvas-helper {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
.wpfnl .wpfnl-canvas-helper .helper-btn {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.wpfnl .wpfnl-canvas-helper .help-resource {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 170px;
  border: 1px solid #EDECF2;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
}
.wpfnl .wpfnl-canvas-helper .help-resource:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 15px;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.wpfnl .wpfnl-canvas-helper .help-resource a {
  font-size: 13px;
  display: block;
  color: #363B4E;
  line-height: 1.2;
  padding: 7px 10px 6px;
  font-weight: 500;
  border-radius: 5px;
}
.wpfnl .wpfnl-canvas-helper .help-resource a:hover {
  background: #f6f5fa;
}

.wpfnl-switcher {
  position: relative;
}
.wpfnl-switcher input[type=checkbox] {
  display: none;
}
.wpfnl-switcher label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  background-color: #F7F7FA;
  border: 1px solid #E5E8F3;
  transition: all 0.3s ease;
}
.wpfnl-switcher label:after {
  content: "";
  width: 15px;
  height: 15px;
  filter: drop-shadow(0px 2px 2px rgba(193, 193, 218, 0.45));
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease;
}
.wpfnl-switcher input[type=checkbox]:checked + label {
  border-color: #6E42D3;
  background-color: #6E42D3;
}
.wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 26px;
  filter: none;
}

.wpfnl-switcher.sm label {
  width: 33px;
  height: 18px;
}

.wpfnl-switcher.sm label:after {
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
}

.wpfnl-switcher.sm input[type=checkbox]:checked + label:after {
  margin-left: 16px;
}

.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher label, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher label, .steps-page__header-right .enable-gbf label,
.steps-page__header-right .funnel-stats label {
  width: 26px;
  height: 16px;
  border: none;
  background: #BEC8D0;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label:after, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher label:after, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher label:after, .steps-page__header-right .enable-gbf label:after,
.steps-page__header-right .funnel-stats label:after {
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher input[type=checkbox]:checked + label, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label, .steps-page__header-right .enable-gbf input[type=checkbox]:checked + label,
.steps-page__header-right .funnel-stats input[type=checkbox]:checked + label {
  background: #6E42D3;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label:after, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher input[type=checkbox]:checked + label:after, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label:after, .steps-page__header-right .enable-gbf input[type=checkbox]:checked + label:after,
.steps-page__header-right .funnel-stats input[type=checkbox]:checked + label:after {
  margin-left: 10px;
}

.wpfnl-checkbox input[type=checkbox] {
  display: none;
}
.wpfnl-checkbox.no-title label {
  height: 14px;
}
.wpfnl-checkbox label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7A8B9A;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.wpfnl-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #bdc7eb;
  background-color: #f6f6f8;
  transition: all 0.3s ease;
}
.wpfnl-checkbox label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #6E42D3;
  border-color: #6E42D3;
}
.wpfnl-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.wpfnl-radiobtn input[type=radio] {
  display: none;
}
.wpfnl-radiobtn.no-title label {
  height: 16px;
}
.wpfnl-radiobtn label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7A8B9A;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.wpfnl-radiobtn label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #F7F7FA;
  border: 1px solid #bdc7eb;
  transition: all 0.3s ease;
}
.wpfnl-radiobtn label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6E42D3;
  transform: scale(0);
  transition: all 0.3s ease;
}
.wpfnl-radiobtn input[type=radio]:checked + label::before {
  border-color: #6E42D3;
}
.wpfnl-radiobtn input[type=radio]:checked + label::after {
  transform: scale(1);
}

.wpfnl-tooltip {
  display: inline-block;
  position: relative;
  padding: 0px 3px 2px;
  height: 15px;
}
.wpfnl-tooltip p {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #525252;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.4;
  min-width: 240px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-tooltip p:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background: #525252;
  margin-left: -5px;
  transform: rotate(45deg);
}
.wpfnl-tooltip:hover p {
  opacity: 1;
  visibility: visible;
}

.wpfnl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-pagination .nav-link {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: transparent;
  font-size: 16px;
  color: #363b4e;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.wpfnl-pagination .nav-link.active, .wpfnl-pagination .nav-link:hover {
  background-color: #6E42D3;
  color: #fff;
  box-shadow: 0px 10px 16px rgba(97, 103, 116, 0.15);
}
.wpfnl-pagination .nav-link.next, .wpfnl-pagination .nav-link.prev {
  background-color: #ffffff;
}
.wpfnl-pagination .nav-link.next:hover, .wpfnl-pagination .nav-link.prev:hover {
  background-color: #6E42D3;
}
.wpfnl-pagination .nav-link.next:hover svg path, .wpfnl-pagination .nav-link.prev:hover svg path {
  fill: #fff;
}

.wpfnl-loader {
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 13px;
  height: 13px;
  animation: spin 0.7s linear infinite;
  display: none;
  margin-left: 4px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container.select2-container--default.select2-container--open {
  background: #ffffff;
  border-radius: 10px;
  width: 248px;
  border: 1px solid #E5E8F3;
  z-index: 99;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.select2-container.select2-container--default.select2-container--open .select2-search__field {
  width: 100%;
  background: #fff;
  border: 1px solid #E5E8F3;
  padding: 0 8px;
}
.select2-container.select2-container--default.select2-container--open .select2-search__field:focus {
  border-color: #E5E8F3;
  box-shadow: none;
  outline: none;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  background-color: transparent;
  border: none;
  border-radius: unset;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
}
.select2-container.select2-container--default.select2-container--open .select2-results__message {
  margin-bottom: 0;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option {
  border-top: 1px solid #E5E8F3;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted {
  background: #eee;
  color: #3c434a;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options {
  margin: 0;
  max-height: 210px;
  overflow: auto;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #6E42D3;
  border-radius: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  float: none !important;
  cursor: pointer;
  margin-right: 3px;
}

.wpfnl .wpfnl-alert {
  color: #383d41;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  cursor: default;
  display: none;
}
.wpfnl .wpfnl-alert.box {
  background-color: #e2e3e5;
  padding: 8px 20px;
  border: 1px solid #d6d8db;
}
.wpfnl .wpfnl-alert.wpfnl-success {
  color: #269c41;
}
.wpfnl .wpfnl-alert.wpfnl-success.box {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpfnl .wpfnl-alert.wpfnl-error {
  color: #d63342;
}
.wpfnl .wpfnl-alert.wpfnl-error.box {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpfnl .wpfnl-alert.wpfnl-warn {
  color: #856404;
}
.wpfnl .wpfnl-alert.wpfnl-warn.box {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.wpfnl-hamburger {
  display: block;
  width: 20px;
  height: 14px;
  border-top: 2px solid #6E42D3;
  border-bottom: 2px solid #6E42D3;
  position: relative;
  cursor: pointer;
}
.wpfnl-hamburger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6E42D3;
  margin-top: -1px;
}

ul.wpfnl-dropdown {
  position: absolute;
  background: #fff;
  right: 0;
  top: 37px;
  width: 160px;
  border-radius: 10px;
  border: 1px solid #E5E8F3;
  box-shadow: -2px 6px 10px rgba(207, 203, 218, 0.2);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
ul.wpfnl-dropdown:after {
  content: "";
  position: absolute;
  right: 21px;
  top: -6px;
  width: 10px;
  height: 10px;
  background: white;
  transform: rotate(45deg);
  z-index: 0;
  border-top: 1px solid #E5E8F3;
  border-left: 1px solid #E5E8F3;
}
ul.wpfnl-dropdown li {
  border-bottom: 1px solid #E5E8F3;
}
ul.wpfnl-dropdown li:first-child a {
  border-radius: 10px 10px 0 0;
}
ul.wpfnl-dropdown li:last-child {
  border-bottom: 0;
}
ul.wpfnl-dropdown li:last-child a {
  border-radius: 0 0 10px 10px;
}
ul.wpfnl-dropdown li a {
  font-size: 14px;
  line-height: 15px;
  color: #7A8B9A;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  z-index: 1;
}
ul.wpfnl-dropdown li a svg {
  margin-right: 6px;
  width: 19px;
  height: 19px;
}
ul.wpfnl-dropdown li a svg rect,
ul.wpfnl-dropdown li a svg path {
  transition: stroke 0.4s ease;
}
ul.wpfnl-dropdown li a:hover {
  background: rgba(110, 66, 211, 0.1);
  color: #6E42D3;
}
ul.wpfnl-dropdown li a:hover rect,
ul.wpfnl-dropdown li a:hover path {
  stroke: #6E42D3;
}

.wpfnl-delete-alert-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px;
  width: calc(100% - 160px);
  height: 100%;
  background: rgba(21, 17, 29, 0.3);
  backdrop-filter: blur(4px);
  z-index: 999;
  display: none;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.wpfnl-delete-alert-wrapper.show-alert {
  display: flex;
}
.wpfnl-delete-alert-wrapper.hide-alert {
  display: none;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirmation {
  background: #fff;
  box-shadow: 0 1px 34px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 20px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  animation: wpfnl-bounce 0.3s;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirmation h3 {
  font-size: 16px;
  font-weight: 500;
}
.wpfnl-delete-alert-wrapper .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #e65555;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.wpfnl-delete-alert-wrapper .icon svg {
  width: 18px;
  height: 18px;
}
.wpfnl-delete-alert-wrapper .icon svg path {
  stroke: #e65555;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn li {
  margin: 0 10px;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default {
  height: 41px;
  line-height: 42px;
  padding: 0 20px;
  min-width: 110px;
  border-radius: 5px;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.yes {
  background-color: #e65555;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.yes:hover {
  background-color: #de6464;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.cancel {
  background-color: #eee;
  color: #333;
}
.wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.cancel:hover {
  background-color: #e2e2e2;
}

.delete-alert-new-ui .wpfnl-delete-confirmation {
  position: relative;
  max-width: 514px;
  background: #F6F5FA;
  border-radius: 14px;
  padding: 0;
  text-align: left;
}
.delete-alert-new-ui .icon {
  width: 46px;
  height: 46px;
  border: none;
  margin: 0;
  border-radius: 100%;
  box-shadow: 0px 1px 1px #DADADA;
  background: #fff;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}
.delete-alert-new-ui .icon svg path {
  stroke: #A7A8B3;
}
.delete-alert-new-ui .wpfnl-delete-confirm-body {
  padding: 26px 20px 26px 26px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-body h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #2D3149;
  display: flex;
  align-items: center;
  gap: 7px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-body h3 svg {
  position: relative;
  top: -2px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-body h3 svg path {
  fill: #EC5956;
}
.delete-alert-new-ui .wpfnl-delete-confirm-body p {
  color: #9398A5;
  margin-top: 4px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-btn {
  justify-content: flex-end;
  margin-top: 0;
  border-top: 1px solid #E2E2E2;
  padding: 20px 28px;
  gap: 14px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default {
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  padding: 0 18px;
  min-width: auto;
  border-radius: 10px;
}
.delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.cancel {
  background-color: transparent;
  color: #2D3149;
  border: 1px solid #E4E6EB;
}
.delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.yes {
  background-color: #6E42D3;
}
.delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.yes:hover {
  background-color: #4C25A5;
}

.folded .wpfnl-delete-alert-wrapper {
  width: calc(100% - 36px);
}

@keyframes wpfnl-bounce {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.funnel-loader {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(60deg);
}
.funnel-loader span {
  position: absolute;
  display: block;
  border: 4px solid #6E42D3;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 5px 0 #6E42D3, inset 0 5px 0 #6E42D3;
  animation: funnel-animate 2s ease-in-out infinite;
}
.funnel-loader span:nth-child(1) {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-delay: 0.6s;
}
.funnel-loader span:nth-child(2) {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  animation-delay: 0.5s;
}
.funnel-loader span:nth-child(3) {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  animation-delay: 0.4s;
}
.funnel-loader span:nth-child(4) {
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  animation-delay: 0.3s;
}
.funnel-loader span:nth-child(5) {
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  animation-delay: 0.2s;
}

@keyframes funnel-animate {
  0% {
    transform: translateZ(-50px);
  }
  50% {
    transform: translateZ(50px);
  }
  100% {
    transform: translateZ(-50px);
  }
}
@media only screen and (max-width: 960px) {
  .wpfnl-delete-alert-wrapper {
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 782px) {
  .wpfnl-delete-alert-wrapper {
    width: 100%;
  }
}
.dot-wrapper span {
  color: #fff;
  font-size: 16px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.dot-wrapper span.dot-one {
  animation-name: flashOne;
  margin-left: 2px;
}
.dot-wrapper span.dot-two {
  animation-name: flashTwo;
}
.dot-wrapper span.dot-three {
  animation-name: flashThree;
}

@keyframes flashOne {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashTwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashThree {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.wpfnl .ui-widget-header .ui-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjN0E4QjlBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NyIgZD0iTTEyLjY2NSA4SDMuMzMybTAgMGw0LjY2NyA0LjY2N00zLjMzMiA4bDQuNjY3LTQuNjY3Ii8+PC9zdmc+);
  background-position: center;
}
.wpfnl .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjN0E4QjlBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NyIgZD0iTTMuMzM1IDhoOS4zMzNtMCAwbC00LjY2NyA0LjY2N00xMi42NjggOEw4LjAwMSAzLjMzMyIvPjwvc3ZnPg==);
}
.wpfnl .ui-datepicker {
  width: 290px;
  z-index: 4 !important;
}
.wpfnl .ui-datepicker.ui-widget-content {
  border: none;
  box-shadow: none;
}
.wpfnl .ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-prev,
.wpfnl .ui-datepicker .ui-datepicker-next {
  top: 4px;
  width: 24px;
  height: 24px;
  background: #ffffff !important;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  border: 1px solid #F1F0F5;
}
.wpfnl .ui-datepicker .ui-datepicker-prev-hover,
.wpfnl .ui-datepicker .ui-datepicker-next-hover {
  top: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-next {
  right: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-next-hover {
  right: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-prev {
  left: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-prev-hover {
  left: 4px;
}
.wpfnl .ui-datepicker .ui-datepicker-title select {
  line-height: 1.1;
  margin: 1px 2px;
  border: none;
  box-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.wpfnl .ui-datepicker table {
  margin: 0;
}
.wpfnl .ui-datepicker td span,
.wpfnl .ui-datepicker td a {
  display: block;
  padding: 9px 7px 7px;
  height: 32.5px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  outline: none;
  margin: 0;
  color: #2D3149;
  font-size: 12px;
  font-weight: 500 !important;
}
.wpfnl .ui-datepicker .ui-state-default,
.wpfnl .ui-datepicker .ui-widget-content .ui-state-default,
.wpfnl .ui-datepicker .ui-widget-header .ui-state-default {
  border: none !important;
  background: transparent;
  font-weight: normal;
  color: #2D3149;
  position: relative;
  z-index: 1;
}
.wpfnl .ui-datepicker .ui-state-default:hover,
.wpfnl .ui-datepicker .ui-state-hover,
.wpfnl .ui-datepicker .ui-widget-content .ui-state-hover,
.wpfnl .ui-datepicker .ui-state-active,
.wpfnl .ui-datepicker .ui-widget-content .ui-state-highlight {
  background: #6E42D3;
  color: #fff;
}
.wpfnl .ui-datepicker .ui-priority-secondary,
.wpfnl .ui-datepicker .ui-widget-content .ui-priority-secondary {
  opacity: 1;
  color: #9b9b9b !important;
}
.wpfnl .ui-datepicker .ui-state-disabled span {
  cursor: not-allowed;
}
.wpfnl .ui-datepicker .in-range {
  position: relative;
}
.wpfnl .ui-datepicker .in-range:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  background: rgba(110, 66, 211, 0.12);
  height: 28px;
  width: 100%;
}
.wpfnl .ui-datepicker .in-range[title=Start]:before {
  border-radius: 50px 0 0 50px;
  opacity: 0;
}
.wpfnl .ui-datepicker .in-range[title=End]:before {
  border-radius: 0 50px 50px 0;
}
.wpfnl .ui-datepicker .in-range[title=Start] > a, .wpfnl .ui-datepicker .in-range[title=End] > a {
  background: #6E42D3 !important;
  color: #fff !important;
  border-radius: 50%;
}
.wpfnl .ui-datepicker .in-range:last-child:before {
  border-radius: 0 50px 50px 0;
}
.wpfnl .ui-datepicker .in-range:first-child:before {
  border-radius: 50px 0 0 50px;
}
.wpfnl .ui-datepicker .in-range[title=Start] + .in-range:before {
  left: -9px;
  width: calc(100% + 9px);
}
.wpfnl .ui-datepicker .in-range[title=End]:first-child:before {
  opacity: 0;
}

.wpfnl-custom-selectbox {
  position: relative;
}
.wpfnl-custom-selectbox .selectbox-selected-value {
  position: relative;
  width: 100%;
  border: 1px solid #ebedf0;
  border-radius: 6px;
  padding: 13px 33px 13px 12px;
  background-color: transparent;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  color: #6a707c;
  cursor: pointer;
}
.wpfnl-custom-selectbox .selectbox-selected-value:before {
  content: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M11%201L6%206%201%201%22%2F%3E%3C%2Fsvg%3E);
  width: 12px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  transition: all 0.3s ease;
}
.wpfnl-custom-selectbox .selectbox-options {
  width: 100%;
  max-width: 300px;
  position: absolute;
  background: #fff;
  right: 0;
  top: calc(100% + 8px);
  border: 1px solid #E5E8F3;
  z-index: 5;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-custom-selectbox.show-options .selectbox-options {
  opacity: 1;
  visibility: visible;
}
.wpfnl-custom-selectbox.show-options .selectbox-selected-value:before {
  transform: rotate(-180deg);
}
.wpfnl-custom-selectbox .selectbox-search {
  padding: 8px 8px 14px;
}
.wpfnl-custom-selectbox .selectbox-search .search-icon {
  position: absolute;
  top: 24px;
  left: 25px;
}
.wpfnl-custom-selectbox .selectbox-search input[type=search] {
  font-weight: 400;
  height: 34px;
  padding: 6px 15px 4px 36px;
}
.wpfnl-custom-selectbox .list-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #667085;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  border-radius: 0;
  background: #f9fafb;
  position: relative;
  padding: 8px 18px;
  left: -8px;
  width: calc(100% + 16px);
  cursor: text;
  margin-bottom: 10px;
}
.wpfnl-custom-selectbox .options-tag,
.wpfnl-custom-selectbox .options-list {
  max-height: 200px;
  overflow: auto;
}
.wpfnl-custom-selectbox .options-tag::-webkit-scrollbar,
.wpfnl-custom-selectbox .options-list::-webkit-scrollbar {
  width: 5px;
}
.wpfnl-custom-selectbox .options-tag::-webkit-scrollbar-track,
.wpfnl-custom-selectbox .options-list::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-custom-selectbox .options-tag::-webkit-scrollbar-thumb,
.wpfnl-custom-selectbox .options-list::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
}
.wpfnl-custom-selectbox .single-option {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.wpfnl-custom-selectbox .single-option:hover {
  background: #f6f8fa;
}
.wpfnl-custom-selectbox .single-option label {
  line-height: 1.3;
  display: block;
}

.wpfnl-selectbox {
  max-width: 270px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #EEF0F3;
  background: #FFF;
  position: relative;
  cursor: pointer;
}
.wpfnl-selectbox .selected-option {
  color: #363B4E;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.14px;
  padding: 13px 30px 11px 14px;
}
.wpfnl-selectbox .selected-option:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==");
  width: 10px;
  position: absolute;
  right: 14px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.wpfnl-selectbox .selectable-options {
  width: 100%;
  list-style-type: none;
  padding: 8px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  max-height: 230px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-selectbox .selectable-options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.wpfnl-selectbox .selectable-options::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-selectbox .selectable-options::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl-selectbox .selectable-options li {
  padding: 11px 12px 9px;
  color: #363B4E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.14px;
  border-radius: 6px;
}
.wpfnl-selectbox .selectable-options li:hover {
  background: #F6F5FA;
}
.wpfnl-selectbox .selectable-options li.selected {
  background: #F6F5FA;
  font-weight: 500;
}
.wpfnl-selectbox.show-options .add-step-dropdown,
.wpfnl-selectbox.show-options .selectable-options {
  opacity: 1;
  visibility: visible;
}

.wpfnl-toast-alert {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 9999;
  max-width: 360px;
  min-width: 250px;
  -webkit-animation: fadeinout 3s ease-in-out forwards;
  animation: fadeinout 3s ease-in-out forwards;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box {
  background: #ffffff;
  border: 1px solid #039855;
  box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 15px;
  gap: 10px;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .alert-text {
  width: calc(100% - 34px);
  position: relative;
  padding-left: 25px;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .alert-text::before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAzOTg1NSIgZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMTkgMTMuMzlMMi44OTggOS44NjdhMS4yMDMgMS4yMDMgMCAwMS4wNTctMS42OTYgMS4yMDMgMS4yMDMgMCAwMTEuNjk3LjA1N2wyLjUzOSAyLjcxNyA0LjAxOC0zLjc1NGMuMDM3LS4wMzQuMDc0LS4wNjUuMTEzLS4wOTRsMS44OS0xLjc2NWExLjIwMyAxLjIwMyAwIDAxMS42OTYuMDU3IDEuMjAzIDEuMjAzIDAgMDEtLjA1NyAxLjY5NmwtNS43NzMgNS4zOTMtLjAwNi0uMDA2LTEuOTk2IDEuODY2LS44ODYtLjk0OHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  display: block;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon svg path {
  fill: #686f7f;
}
.wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon:hover {
  background: #e4e6eb;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
    top: 150px;
  }
  80%, 20% {
    opacity: 1;
    top: 125px;
  }
  100% {
    opacity: 0;
    top: 80px;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
    top: 150px;
  }
  80%, 20% {
    opacity: 1;
    top: 125px;
  }
  100% {
    opacity: 0;
    top: 80px;
  }
}
.wpfnl-modal .wpfnl-modal__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.wpfnl-modal .wpfnl-modal__header .title h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #363B4E;
}
.wpfnl-modal .wpfnl-modal__header .wpfnl-modal-close {
  height: 28px;
  width: 28px;
  background: #F6F6F8;
  border: 1px solid #E5E8F3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.wpfnl-modal .wpfnl-modal__header .wpfnl-modal-close svg path {
  stroke: #6E42D3;
}
.wpfnl-modal .wpfnl-modal__body {
  background: #F2F5F8;
  padding: 23px 25px 0px;
  overflow: auto;
  height: calc(100% - 52px);
}
.wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar {
  width: 5px;
}
.wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar-thumb {
  background-color: #6E42D3;
  border-radius: 20px;
}
.wpfnl-modal .wpfnl-modal__body .choose-step-type label {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #363B4E;
  margin-bottom: 9px;
  display: inline-block;
}
.wpfnl-modal .wpfnl-modal__body .choose-step-type select {
  height: 36px;
  border-radius: 5px;
  padding: 4px 15px;
  max-width: 100%;
}
.wpfnl-modal .wpfnl-modal__body .choose-step-type select:focus {
  border-color: #6E42D3;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav {
  margin-bottom: 30px;
  margin-left: 5px;
  border-bottom: 1px solid #E1E1EB;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li {
  padding: 5px 0 10px;
  cursor: pointer;
  margin-right: 22px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #7A8B9A;
  position: relative;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #6E42D3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li:hover, .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.active {
  color: #6E42D3;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.active:before {
  opacity: 1;
  visibility: visible;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li .pro-tag {
  position: absolute;
  top: -9px;
  right: -10px;
  font-size: 10px;
  padding: 0 4px;
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.disabled {
  font-weight: 400;
  color: rgba(122, 139, 154, 0.5);
}
.wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.disabled:hover {
  color: rgba(122, 139, 154, 0.5);
}
.wpfnl-modal .wpfnl-modal__footer {
  padding: 15px 20px;
  border-top: 1px solid #E5E8F3;
}
.wpfnl-modal .wpfnl-modal__footer .step-save-btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
.wpfnl-modal .wpfnl-modal__footer .step-save-btn .wpfnl-alert {
  margin-right: 10px;
}
.wpfnl-modal .wpfnl-modal__footer .step-save-btn a.btn-default {
  background: transparent;
  border: 1px solid #E5E8F3;
  color: #363B4E;
  width: 110px;
  padding: 0 20px;
  margin-right: 10px;
}
.wpfnl-modal .wpfnl-modal__footer .step-save-btn a.btn-default:hover {
  background: rgba(0, 0, 0, 0.04);
}
.wpfnl-modal .wpfnl-modal__footer .step-save-btn button {
  width: 110px;
  padding: 0 20px;
  border: 1px solid transparent;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.wpfnl-dashboard {
  display: flex;
  flex-flow: row wrap;
  min-height: calc(110vh - 120px);
}

.wpfnl-dashboard__nav {
  width: 110px;
  background: #fff;
  box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
  position: relative;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li {
  display: block;
  position: relative;
  margin-bottom: 19px;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li:last-child {
  margin-bottom: 0;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #7A8B9A;
  text-transform: capitalize;
  padding: 9px 10px;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li a svg {
  display: block;
  margin: 0 auto 8px;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 60px;
  width: 2px;
  background: #6E42D3;
  transform: translateY(-50%);
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active a {
  color: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.dashboard path, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.overview path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.settings ellipse,
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.settings path {
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.integrations path {
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.overview.active a {
  color: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.overview.active a svg {
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a {
  color: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a path, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a path {
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a circle, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a circle {
  stroke: #6E42D3;
}
.wpfnl-dashboard__nav .logo {
  margin-bottom: 32px;
  display: block;
}
.wpfnl-dashboard__nav .logo a {
  display: block;
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid #E5E8F3;
}
.wpfnl-dashboard__nav .logo a svg {
  display: block;
  margin: 0 auto;
}

.dashboard-nav__content {
  width: calc(100% - 110px);
  position: relative;
  padding-right: 20px;
}
.dashboard-nav__content .import-funnel-modal {
  position: fixed;
  top: 0;
  left: 160px;
  width: calc(100% - 160px);
  height: 100%;
  background: rgba(21, 17, 29, 0.3);
  backdrop-filter: blur(6px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.dashboard-nav__content .import-funnel-modal.show-modal {
  opacity: 1;
  visibility: visible;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper {
  background: #F6F5FA;
  border-radius: 15px 0px 15px 15px;
  width: 100%;
  max-width: 540px;
  position: relative;
  padding: 24px 30px 20px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper .import-funnel-modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.18;
  color: #363B4E;
  margin-bottom: 13px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper .close-modal {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -16px;
  right: -16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 1px 0px #DADADA;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form {
  position: relative;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form input[type=file] {
  position: absolute;
  width: 100%;
  height: 206px;
  top: 0;
  left: 0;
  opacity: 0;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form input[type=file]::-webkit-file-upload-button {
  background: #F9F9FA;
  border: 1px solid #C9D0E9;
  border-radius: 6px;
  padding: 9px 17px;
  margin-right: 12px;
  cursor: pointer;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label {
  border-radius: 8px;
  padding: 50px 30px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23AFADB6FF' stroke-width='2' stroke-dasharray='3%2c 7' stroke-dashoffset='-6' stroke-linecap='round'/%3e%3c/svg%3e");
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label h4 {
  color: #2D3149;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label h4 .primary-color {
  color: #6E42D3;
  font-weight: 600;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon,
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-icon {
  width: 50px;
  height: 50px;
  background: #6e42d3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 16px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon {
  display: none;
  background: #239654;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon svg {
  position: relative;
  top: 1px;
  left: 1px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .file-added .upload-success-icon {
  display: flex;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .file-added .upload-icon {
  display: none;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E4E6EB;
  margin-top: 30px;
  padding: 20px 30px 0;
  gap: 12px;
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .btn-default {
  padding: 8px 21px 6px;
  height: 40px;
  line-height: 1;
  border-radius: 10px;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
  min-width: auto;
  border: 1px solid transparent;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .btn-default .wpfnl-loader {
  position: relative;
  top: 2px;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .cancel {
  position: relative;
  top: inherit;
  right: inherit;
  border-color: #E4E6EB;
  width: auto;
  background: transparent;
  box-shadow: none;
  color: #3C3F47;
}
.dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .cancel:hover {
  background: #f1f1f1;
}

body.folded .dashboard-nav__content .import-funnel-modal {
  left: 36px;
}

.wpfnl-dashboard__header {
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
  background: #fff;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  border-left: 1px solid #ebedf7;
}
.wpfnl-dashboard__header.overview-header {
  box-shadow: none;
  background: transparent;
  padding: 20px 0 0;
  border-left: none;
  width: calc(100% - 280px);
  margin: 0 auto;
}
.wpfnl-dashboard__header .wpfnl-dashboard-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-dashboard__header .title h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #363B4E;
  text-transform: capitalize;
}
.wpfnl-dashboard__header .title .subtitle {
  font-size: 13px;
  display: inline-block;
}
.wpfnl-dashboard__header .funnel-search {
  margin-right: 20px;
}
.wpfnl-dashboard__header .funnel-search .search-group {
  position: relative;
  width: 230px;
}
.wpfnl-dashboard__header .funnel-search .search-group svg {
  position: absolute;
  top: 9px;
  left: 12px;
}
.wpfnl-dashboard__header .funnel-search .search-group input {
  padding-left: 40px;
  border-radius: 10px;
  font-size: 13px;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
  border: none;
  height: 39px;
}
.wpfnl-dashboard__header .funnel-search .search-group input::-webkit-input-placeholder {
  color: #7A8B9A;
}
.wpfnl-dashboard__header .funnel-search .search-group input::-moz-placeholder {
  color: #7A8B9A;
}
.wpfnl-dashboard__header .funnel-search .search-group input:-ms-input-placeholder {
  color: #7A8B9A;
}
.wpfnl-dashboard__header .funnel-search .search-group input:-moz-placeholder {
  color: #7A8B9A;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper {
  margin-right: 20px;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels {
  margin-right: 16px;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels:last-child,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels:last-child {
  margin-right: 0;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels span,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels span {
  color: #2D3149;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.14px;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels span.wpfnl-count,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels span.wpfnl-count {
  border-radius: 10px;
  background: #FFF;
  padding: 6px 8px;
  color: #7A8B9A;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: -0.1px;
  margin-left: 3px;
  display: inline-block;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels.active span,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels.active span {
  color: #573BFF;
}
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels.active span.wpfnl-count,
.wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels.active span.wpfnl-count {
  background: rgba(87, 59, 255, 0.1);
}
.wpfnl-dashboard__header a.import-export {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: #363B4E;
  padding: 12px 20px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 14px;
  cursor: pointer;
}
.wpfnl-dashboard__header a.import-export .pro-tag-icon {
  width: 20px;
  height: 20px;
}
.wpfnl-dashboard__header a.import-export svg {
  display: block;
  position: relative;
  top: -1px;
}
.wpfnl-dashboard__header a.import-export path {
  transition: all 0.3s ease;
}
.wpfnl-dashboard__header a.import-export:hover {
  color: #6E42D3;
}
.wpfnl-dashboard__header a.import-export:hover path {
  fill: #6E42D3;
}
.wpfnl-dashboard__header a.import-export:hover .pro-tag-icon path {
  fill: #FFF;
}
.wpfnl-dashboard__header a.import-export.wpfnl-export-all-funnels {
  margin-left: auto;
}
.wpfnl-dashboard__header a.import-export#wpfnl-export-all-pro {
  margin-left: auto;
}
.wpfnl-dashboard__header a.pro-import-button {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: #363B4E;
  padding: 12px 20px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 14px;
  cursor: pointer;
}
.wpfnl-dashboard__header a.pro-import-button .pro-tag-icon {
  width: 20px;
  height: 20px;
}
.wpfnl-dashboard__header a.pro-import-button svg {
  display: block;
  position: relative;
  top: -1px;
}
.wpfnl-dashboard__header a.pro-import-button path {
  transition: all 0.3s ease;
}
.wpfnl-dashboard__header a.pro-import-button:hover {
  color: #6E42D3;
}
.wpfnl-dashboard__header a.pro-import-button:hover path {
  fill: #6E42D3;
}
.wpfnl-dashboard__header a.pro-import-button:hover .pro-tag-icon path {
  fill: #FFF;
}
.wpfnl-dashboard__header a.pro-import-button.wpfnl-export-all-funnels {
  margin-left: auto;
}
.wpfnl-dashboard__header a.pro-import-button#wpfnl-export-all-pro {
  margin-left: auto;
}
.wpfnl-dashboard__header .btn-default.disabled,
.wpfnl-dashboard__header .add-new-funnel-btn {
  font-weight: 400;
  height: 40px;
  line-height: 41px;
  border-radius: 10px;
}
.wpfnl-dashboard__header .add-new-funnel-btn svg {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.wpfnl-dashboard__header .add-new-funnel-btn svg path {
  stroke: #fff;
}

.wpfnl-dashboard__inner-content {
  min-height: 425px;
  width: calc(100% - 280px);
  margin: 24px auto 30px;
}
.wpfnl-dashboard__inner-content.no-funnel .funnel-list__wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
}
.wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper {
  text-align: center;
  background: #FFF;
  filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 170px 0px;
  border-radius: 10px;
}
.wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper .no-funnel {
  color: #363B4E;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.88;
}
.wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #363B4E;
  margin: 23px 0 9px;
}
.wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper .short-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #7A8B9A;
  max-width: 285px;
  width: 100%;
  margin: 0 auto 27px;
}
.wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper {
  text-align: center;
  background: #FFF;
  filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 170px 0px;
  border-radius: 10px;
}
.wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper .no-funnel {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #363B4E;
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default {
  font-size: 15px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
  border-radius: 10px;
  min-width: auto;
  border: 1px solid transparent;
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.import-export {
  background: transparent;
  color: #363B4E;
  border-color: #E4E2EB;
  filter: drop-shadow(0px 2px 4px rgba(223, 223, 249, 0.25));
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.import-export:hover {
  background: #fff;
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.pro-import-button {
  background: transparent;
  color: #363B4E;
  border-color: #E4E2EB;
  filter: drop-shadow(0px 2px 4px rgba(223, 223, 249, 0.25));
}
.wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.pro-import-button:hover {
  background: #fff;
}
.wpfnl-dashboard__inner-content.no-funnel a.wpfnl-trash-all-funnels {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #EC5956;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
.wpfnl-dashboard__inner-content.no-funnel a.wpfnl-trash-all-funnels path {
  stroke: #EC5956;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-help-guide {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-help-guide .setup-guide {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  gap: 8px;
  padding: 13px 23px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper .helper-btn {
  width: 45px;
  height: 45px;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper .help-resource {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper.show-helpers .help-resource {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1921px) {
  .wpfnl-dashboard {
    min-height: calc(108vh - 120px);
  }
}
@media only screen and (max-width: 1699px) {
  .wpfnl-dashboard {
    min-height: calc(113vh - 120px);
  }
  .wpfnl-dashboard__nav {
    width: 104px;
  }
  .dashboard-nav__content {
    width: calc(100% - 104px);
  }
}
@media only screen and (max-width: 1600px) {
  .wpfnl-dashboard__header.overview-header {
    padding: 20px 0 0 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .wpfnl-dashboard__header.overview-header {
    padding: 20px 0 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-dashboard__header.overview-header {
    padding: 20px 0 0 20px;
  }
  .wpfnl-dashboard__header .wpfnl-dashboard-header-left:not(.trash-funnels-header) {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 25px;
  }
  .overview-header .wpfnl-dashboard__inner-content {
    margin-top: 0px;
  }
  .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper,
.wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 960px) {
  .dashboard-nav__content .import-funnel-modal {
    left: 34px;
    width: calc(100% - 34px);
  }
}
@media only screen and (max-width: 782px) {
  .dashboard-nav__content .import-funnel-modal {
    left: 0;
    width: 100%;
  }
}
.wpfnl-comparison-chart-wrapper {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-loader {
  display: flex;
  margin: 150px auto;
  padding: 40px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-chart-title {
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  margin-bottom: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled .wpfnl-overlay {
  width: 99.5%;
  padding: 0;
  left: -1px;
  border-radius: 0;
  bottom: -1px;
  top: unset;
  border: 1px solid rgba(238, 240, 243, 0.8);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
  margin: 0;
  color: #2D3149;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.44px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
  border-radius: 100px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  min-width: 40px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-decrease {
  background: rgba(236, 89, 86, 0.1);
  color: #EC5956;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-increase {
  background: rgba(18, 183, 106, 0.1);
  color: #12B76A;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  background: #E4E6EB;
  right: 0;
  top: 30%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid rgba(238, 240, 243, 0.8);
  background: #FCFCFF;
  border-bottom: 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.no-after::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab:last-child::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid rgba(241, 240, 245, 0.8);
  background: #FCFCFF;
  padding: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container {
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps {
  position: absolute;
  top: 3px;
  left: 0;
  height: 292px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step {
  color: #9398A5;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 7px;
  width: calc(100% - 50px);
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step span {
  width: 33px;
  display: block;
  text-align: right;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container {
  height: 292px;
  padding: 10px 0px 9px 60px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar {
  width: 70%;
  height: 94%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 6px;
  bottom: 0px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
  height: 100%;
  width: 1px;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMSAxOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMkQzMTQ5IiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0uMjUuMjVoLjV2MTk4LjVoLS41eiIvPjwvc3ZnPg==");
  left: 38%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover::before {
  content: "";
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover .wpfnl-comparison-bar-tooltip {
  display: block;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
  display: none;
  border-radius: 8px;
  background: #10052E;
  box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
  padding: 15px 14px;
  width: 160px;
  z-index: 99;
  position: absolute;
  transform: translateX(-50%);
  left: 45%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip::before {
  content: "";
  background: #10052E;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
  left: 45%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
  color: #CDCFD6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: 0;
  display: flex;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data b,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data b {
  color: #FFF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6E42D3;
  display: inline-block;
  margin-right: 5px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .wpfnl-value-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
  margin-top: 8px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
  background: #EAE1FF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-bar-label {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  position: absolute;
  bottom: -35px;
  left: 40%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar {
  width: 35%;
  display: block;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-to-bar {
  background-color: #EAE1FF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-with-bar {
  background-color: #6E42D3;
}

@media only screen and (max-width: 1600px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
    left: 40%;
    width: 94px;
    padding: 10px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
    font-size: 10px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
    width: 6px;
    height: 6px;
    margin-right: 3px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip b {
    display: block;
    margin-top: 2px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper {
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1399px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
    padding: 10px 15px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
    font-size: 18px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
    min-width: 40px;
    padding: 4px 5px;
    font-size: 9px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage svg {
    width: 12px;
    height: 12px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
    font-size: 12px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
    left: 42%;
  }
}
@media only screen and (max-width: 960px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
    flex-wrap: wrap;
  }
}
.wpfnl-datepicker {
  position: relative;
  min-width: 350px;
}
.wpfnl-datepicker input {
  cursor: default;
  margin: 0.5em;
  border-radius: 4px;
  background: inherit;
  border-radius: 8px;
  color: #2D3149;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  border: 1px solid #F1F0F5;
  padding: 9px 12px;
  width: 45%;
}
.wpfnl-datepicker input.single-date {
  width: 100%;
  margin-left: -1px;
}
.wpfnl-datepicker .multi-input {
  display: flex;
  align-items: center;
}
.wpfnl-datepicker .multi-input span {
  margin: 0 0.5em;
}
.wpfnl-datepicker .calendar {
  background: white;
  padding: 1em;
}
.wpfnl-datepicker .calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.wpfnl-datepicker .calendar .calendar-header .pre-month,
.wpfnl-datepicker .calendar .calendar-header .next-month {
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  padding: 8px 15px;
}
.wpfnl-datepicker .calendar .calendar-header .month-name {
  color: #2D3149;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.wpfnl-datepicker .calendar .calendar-header button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}
.wpfnl-datepicker .calendar .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5em;
}
.wpfnl-datepicker .calendar .calendar-grid .calendar-day {
  color: #9398A5;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  cursor: default;
}
.wpfnl-datepicker .calendar .calendar-grid .calendar-day:hover {
  background: none !important;
}
.wpfnl-datepicker .calendar .calendar-grid div {
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 4px;
  color: #2D3149;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.667;
}
.wpfnl-datepicker .calendar .calendar-grid div.empty {
  background: none;
  cursor: default;
}
.wpfnl-datepicker .calendar .calendar-grid div.selected, .wpfnl-datepicker .calendar .calendar-grid div.start-date, .wpfnl-datepicker .calendar .calendar-grid div.end-date {
  background: #6E42D3;
  color: white;
}
.wpfnl-datepicker .calendar .calendar-grid div.in-range {
  background: #e5daff;
}
.wpfnl-datepicker .calendar .calendar-grid div.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wpfnl-datepicker .calendar .calendar-grid div.disabled:hover {
  background: none !important;
}
.wpfnl-datepicker .calendar .calendar-grid div:hover:not(.empty) {
  background: #f0f0f0;
}

.shimmer-line {
  height: 20px;
  margin-top: 20px;
  background: #777;
}

.shimmer-line-br {
  border-radius: 8px;
}

.shimmer-line-full {
  width: 100%;
}

.shimmer-line-80 {
  width: 80%;
}

.shimmer-line-60 {
  width: 60%;
}

.shimmer-line-40 {
  width: 40%;
}

.shimmer-line-20 {
  width: 20%;
}

.shimmer-line-10 {
  width: 10%;
}

.shimmer-circle {
  background: #777;
  border-radius: 50%;
}

.shimmer-circle-lg {
  height: 129px;
  width: 129px;
}

.shimmer-circle-md {
  height: 65px;
  width: 65px;
}

.shimmer-circle-sm {
  height: 33px;
  width: 33px;
}

.shimmer-circle-x-sm {
  height: 17px;
  width: 17px;
}

.shimmer-wrapper, .shimmer-wrapper-center {
  width: 100%;
  height: 100%;
  padding: 10px;
  animation: shimmer-full-view 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shimmer-wrapper-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@keyframes shimmer-full-view {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer-animation {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.shimmer-animate {
  animation: shimmer-animation 4s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

body.toplevel_page_wpfunnels {
  background: #F6F5FA;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard {
  display: flex;
  gap: 88px;
  flex-flow: row wrap;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard a:focus {
  box-shadow: none;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 3px 8px 4px;
  background-color: #2FCF5C;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(175, 175, 206, 0.3);
  font-weight: 400;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-overlay {
  background: rgba(246, 245, 250, 0.6);
  opacity: 1;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 9;
  border-radius: 10px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar {
  width: 110px;
  background: #fff;
  box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
  position: relative;
  height: auto;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-logo {
  padding: 36px;
  border-bottom: 1px solid #E5E8F3;
  margin-bottom: 25px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu {
  padding: 0;
  margin: 0;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  padding: 17px;
  padding-top: 20px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a svg path {
  stroke: #7A8B9A;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a span.wpfnl-sidebar-menu-label {
  color: #7A8B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a {
  position: relative;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a svg path {
  stroke: #6E42D3;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a span.wpfnl-sidebar-menu-label {
  color: #6E42D3;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10%;
  height: 70px;
  width: 3px;
  background: #6E42D3;
  border-radius: 10px 0px 0px 10px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body {
  min-height: 100vh;
  width: calc(100% - 280px);
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header {
  background: #FFF;
  filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
  margin-top: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-header-title {
  color: #363B4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button {
  border-radius: 10px;
  border: 1px solid #E4E6EB;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  height: 40px;
  padding: 0 16px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button:nth-child(2) svg {
  width: 20px;
  height: 20px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button svg {
  width: 16px;
  height: 16px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper {
  margin-top: 50px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 6px;
  width: 144px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs .wpfnl-dashboard-tab {
  color: #2D3149;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  border: none;
  background: none;
  padding: 8px 17px;
  cursor: pointer;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs .wpfnl-dashboard-tab.active {
  border-radius: 100px;
  background: #F6F5FA;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper {
  position: relative;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpfnl-compare-to {
  position: absolute;
  color: #2D3149;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  border-radius: 100px;
  border: 1px solid #E4E6EB;
  background: #FFF;
  padding: 7px 10px;
  bottom: calc(100% - 7px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpfnl-dahsboard-filter-btn {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  border: none;
  outline: none;
  padding: 13px 14px;
  cursor: pointer;
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper {
  position: absolute;
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  padding: 8px;
  padding-bottom: 20px;
  min-width: 270px;
  top: calc(100% + 10px);
  z-index: 99;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item {
  padding: 8px 10px;
  margin: 0;
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 5px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item:hover, body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item.active {
  border-radius: 8px;
  background: #F6F5FA;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper {
  margin: 10px 15px 7px 7px;
  position: relative;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper button {
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 9px 14px;
  color: #2D3149;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper {
  position: absolute;
  z-index: 99;
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  top: calc(100% + 5px);
  padding: 10px;
  margin: 0;
  width: 90%;
  list-style: none;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item {
  cursor: pointer;
  padding: 5px 8px;
  color: #2D3149;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item.active {
  border-radius: 8px;
  background: #F6F5FA;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper {
  display: flex;
  align-items: center;
  margin: 10px 15px 7px 7px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button {
  border-radius: 8px;
  background: #6E42D3;
  box-shadow: 0px 9px 10px 0px rgba(193, 183, 232, 0.5);
  border: none;
  outline: none;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  padding: 9px;
  cursor: pointer;
  width: 100%;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button[disabled] {
  opacity: 0.5;
  cursor: default;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-create-funnel-btn {
  border-radius: 10px;
  background: #6E42D3;
  box-shadow: 0px 2px 4px 0px rgba(223, 223, 249, 0.25);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body {
  margin-top: 24px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 24px 20px 20px 23px;
  position: relative;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  padding: 20px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-card-icon {
  border: 1px solid #E4E6EB;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage {
  border-radius: 100px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  min-width: 40px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage.wpfnl-decrease {
  background: rgba(236, 89, 86, 0.1);
  color: #EC5956;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage.wpfnl-increase {
  background: rgba(18, 183, 106, 0.1);
  color: #12B76A;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body {
  margin-top: 18px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body .wpfnl-card-label {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body .wpfnl-card-value {
  margin: 0;
  margin-top: 10px;
  color: #2D3149;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-revenue-comparison {
  margin-top: 24px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  margin-top: 24px;
  padding: 24px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-section-title {
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  margin-bottom: 30px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-col .table-text {
  position: relative;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-col .table-text .pro-tag-icon {
  top: -3px;
  right: -28px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper p {
  margin: 0;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header,
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 10px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #EEF0F3;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header p {
  color: #9398A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row {
  padding: 22px 0;
  border-bottom: 1px solid #EEF0F3;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p {
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p.revenue {
  color: #6E42D3;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p a {
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 35px;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body .wpfnl-loader {
  display: block;
  padding: 40px;
  margin: 60px auto;
}
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body p {
  color: #2D3149;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.93;
  margin-top: 17px;
}

@media only screen and (max-width: 1699px) {
  body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar {
    width: 104px;
  }
}
@media only screen and (max-width: 1399px) {
  body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header {
    padding: 20px;
    gap: 20px;
  }
  body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard {
    gap: 50px;
  }
  body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body {
    width: calc(100% - 190px);
  }
  body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter, .template-library-modal .funnel-templates-header .pro-free__filter {
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid #E5E8F3;
  margin-left: 15px !important;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li, .template-library-modal .funnel-templates-header .pro-free__filter li {
  color: #363B4E;
  font-size: 14px;
  padding: 9px 18px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #E5E8F3;
  z-index: 1;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:first-child, .template-library-modal .funnel-templates-header .pro-free__filter li:first-child {
  border-radius: 50px 0 0 50px;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:last-child, .template-library-modal .funnel-templates-header .pro-free__filter li:last-child {
  border-radius: 0 50px 50px 0;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li svg, .template-library-modal .funnel-templates-header .pro-free__filter li svg {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li.active, .template-library-modal .funnel-templates-header .pro-free__filter li.active {
  background-color: #6E42D3;
  color: #ffffff;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li.active svg path, .template-library-modal .funnel-templates-header .pro-free__filter li.active svg path {
  stroke: #fff;
}

.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal, .step-template-showcase-modal .create-step-name-modal, .template-library-modal .create-funnel-name-modal {
  position: absolute;
  top: 200px;
  left: calc(50% - 123px);
  background: #ffffff;
  width: 410px;
  z-index: 999;
  transform: translate(-50%, -50%);
  padding: 28px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .show.create-step-name-modal, .step-template-showcase-modal .show.create-step-name-modal, .template-library-modal .show.create-funnel-name-modal {
  opacity: 1;
  visibility: visible;
  top: 250px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header, .step-template-showcase-modal .create-step-name-modal .modal-header, .template-library-modal .create-funnel-name-modal .modal-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .title, .step-template-showcase-modal .create-step-name-modal .modal-header .title, .template-library-modal .create-funnel-name-modal .modal-header .title {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close, .step-template-showcase-modal .create-step-name-modal .modal-header .close, .template-library-modal .create-funnel-name-modal .modal-header .close {
  position: absolute;
  border: none;
  right: -11px;
  top: -13px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #DADADA;
  cursor: pointer;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close svg, .step-template-showcase-modal .create-step-name-modal .modal-header .close svg, .template-library-modal .create-funnel-name-modal .modal-header .close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text], .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text], .template-library-modal .create-funnel-name-modal .modal-body input[type=text] {
  font-size: 14px;
  color: #363B4E;
  border-radius: 6px;
  border-color: #E2E2E2;
  height: 40px;
  margin-bottom: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-webkit-autofill, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-webkit-autofill, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #363B4E !important;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]::-webkit-input-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]::-webkit-input-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]::-webkit-input-placeholder {
  color: #7A8B9A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]::-moz-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]::-moz-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]::-moz-placeholder {
  color: #7A8B9A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-ms-input-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-ms-input-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-ms-input-placeholder {
  color: #7A8B9A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-moz-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-moz-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-moz-placeholder {
  color: #7A8B9A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body button[type=submit], .step-template-showcase-modal .create-step-name-modal .modal-body button[type=submit], .template-library-modal .create-funnel-name-modal .modal-body button[type=submit] {
  border-radius: 10px;
  background: #6E42D3;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
  width: 100%;
  height: 40px;
  line-height: 1;
  padding: 14px 30px;
}

.step-template-showcase-modal .wpfnl-step__single-template .template-action, .template-library-modal .wpfnl-step__single-template .template-action, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 13px 15px;
  background: rgba(38, 33, 51, 0.6);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.step-template-showcase-modal .wpfnl-step__single-template .template-action .btn-default, .template-library-modal .wpfnl-step__single-template .template-action .btn-default, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default {
  margin: 0;
  padding: 11px 19px 9px;
  height: auto;
  width: 100px;
  min-width: auto;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background-color: transparent;
  color: #fff;
}
.step-template-showcase-modal .wpfnl-step__single-template .template-action .btn-default:hover, .template-library-modal .wpfnl-step__single-template .template-action .btn-default:hover, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363B4E;
}

.template-library-modal {
  position: fixed;
  top: 32px;
  left: 160px;
  width: calc(100% - 160px);
  height: 100%;
  background: #F6F5FA;
  z-index: 99;
}
.template-library-modal .templates-title-wrapper {
  margin-bottom: 22px;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.template-library-modal .templates-title-wrapper .title {
  line-height: 18px;
  text-transform: capitalize;
  font-size: 18px;
  color: #0e2244;
  font-weight: 500;
}
.template-library-modal .wpfnl-create-funnel__inner-content {
  height: 100%;
}
.template-library-modal .wpfnl-create-funnel__templates-wrapper {
  width: 100%;
  max-height: 890px;
  height: 100%;
  overflow: auto;
}
.template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar {
  width: 5px;
}
.template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar-thumb {
  background-color: #BCC0C3;
  border-radius: 20px;
}
.template-library-modal .funnel-templates-header {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.4);
  padding: 15px 24px;
  position: relative;
}
.template-library-modal .funnel-templates-header .template-library-filter-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.template-library-modal .funnel-templates-header .template-library-filter-wrapper.is-store-checkout .pro-free__filter {
  margin-left: auto !important;
}
.template-library-modal .funnel-templates-header .back-form-modal {
  height: 38px;
  width: 38px;
  border: 1px solid #EEF0F3;
  margin-right: 15px;
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.template-library-modal .funnel-templates-header .back-form-modal svg {
  position: relative;
  left: -1px;
}
.template-library-modal .funnel-templates-header .header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #363B4E;
}
.template-library-modal .funnel-templates-header .wpfnl-template-header-title-wrapper {
  display: flex;
  align-items: center;
}
.template-library-modal .funnel-templates-header .template-type-filter {
  display: block;
  width: auto;
  margin-left: auto;
  border: 1px solid #EEF0F3;
  height: 38px;
  border-radius: 50px;
  color: #363B4E;
  letter-spacing: -0.01em;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTAuODEzIDFsLTQuNSA0LjUtNC41LTQuNSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 13px;
  background-size: 12px 12px;
}
.template-library-modal .funnel-templates-header .funnel-global-import {
  min-width: 152px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.template-library-modal .funnel-templates-header .funnel-global-import .btn-default {
  height: 40px;
  line-height: 41px;
  position: relative;
  padding: 0 20px;
  min-width: auto;
  box-shadow: 0px 10px 16px rgba(97, 103, 116, 0.15);
  border-radius: 8px;
}
.template-library-modal .funnel-templates-header .funnel-global-import .btn-default .btn-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}
.template-library-modal .funnel-templates-header .funnel-global-import .btn-default .pro-tag {
  position: absolute;
  top: -21px;
  right: 10px;
}
.template-library-modal .funnel-templates-header .funnel-global-import .global-import-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #8b5ef3;
  border-radius: 10px;
  z-index: 0;
  transition: all 0.4s linear;
}
.template-library-modal .funnel-templates-header .responsive-switcher {
  border: 1px solid #E4E6EB;
  border-radius: 8px;
  margin-left: -10%;
}
.template-library-modal .funnel-templates-header .responsive-switcher button {
  background: transparent;
  border: none;
  padding: 10px 10px;
  border-right: 1px solid #E4E6EB;
  cursor: pointer;
}
.template-library-modal .funnel-templates-header .responsive-switcher button:last-child {
  border-right: none;
}
.template-library-modal .funnel-templates-header .responsive-switcher button.active svg path,
.template-library-modal .funnel-templates-header .responsive-switcher button.active svg rect {
  stroke: #6E42D3;
}
.template-library-modal .funnel-templates-header .responsive-switcher button.active svg circle {
  fill: #6E42D3;
}
.template-library-modal .funnel-templates-header .responsive-switcher button.active.tablet-view svg path, .template-library-modal .funnel-templates-header .responsive-switcher button.active.mobile-view svg path {
  fill: #6E42D3;
}
.template-library-modal .funnel-templates-body {
  display: flex;
  flex-flow: row wrap;
  height: calc(100% - 78px);
}
.template-library-modal .funnel-templates-sidebar {
  background: #FFFFFF;
  box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
  width: 247px;
  padding: 19px 20px;
}
.template-library-modal .funnel-templates-sidebar .sidebar-tab-nav {
  display: flex;
  margin-bottom: 24px;
}
.template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #292C2F;
  flex: 1;
  text-align: center;
  display: block;
  border-bottom: 1px solid #E4E6EB;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6E42D3;
  display: none;
}
.template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span.active {
  color: #6E42D3;
}
.template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span.active:before {
  display: block;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper {
  height: 720px;
  padding-right: 8px;
  overflow: auto;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar {
  width: 5px;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar-thumb {
  background-color: #BCC0C3;
  border-radius: 20px;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #363B4E;
  background: #FFFFFF;
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.3s ease;
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li.active, .template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li:hover {
  color: #6E42D3;
  border-color: #6E42D3;
  box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
}
.template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li svg {
  position: relative;
  top: -1px;
  display: block;
  min-width: 20px;
}
.template-library-modal .funnel-templates-sidebar .wpfnl-create-step__filter-nav {
  width: 100%;
  min-height: auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
  align-self: stretch;
}
.template-library-modal .funnel-templates-content {
  width: calc(100% - 247px);
  position: relative;
  padding: 40px;
}
.template-library-modal .funnel-templates-content .not-clickable-overlay {
  z-index: 9;
}
.template-library-modal .no-sidebar .funnel-templates-content {
  width: 100%;
}
.template-library-modal .wpfnl-create-funnel__templates {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
}
.template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader .wpfnl-loader {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
  top: 200px;
}
.template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader.show-loader {
  opacity: 1;
  visibility: visible;
}
.template-library-modal .wpfnl-create-funnel__templates .wpfnl-create-funnel__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f8;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
}
.template-library-modal .wpfnl-create-funnel__templates .wpfnl-create-funnel__loader .wpfnl-loader {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 12%;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
  width: calc(25% - 30px);
  position: relative;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .freemium-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 3px 8px 4px;
  background-color: #2FCF5C;
  font-size: 10px;
  border-radius: 5px;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch {
  background-color: transparent;
  border: 2px dashed #A1A1B6;
  border-radius: 10px;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice,
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default {
  height: 48px;
  line-height: 49px;
  width: 100%;
  max-width: 194px;
  padding: 0 8px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice svg,
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default svg {
  margin-right: 2px;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice path,
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default path {
  stroke: #fff;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .pro-tag {
  position: absolute;
  top: -23px;
  right: 11px;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .wpfnl-single-remote-wrapper {
  opacity: 0;
  visibility: hidden;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice {
  max-width: 100%;
  text-align: center;
  padding: 15px;
  height: auto;
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice p {
  color: #d24d4d;
  line-height: 1.6;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.show-step-preview {
  width: 100%;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .wpfnl-single-remote-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .wpfnl-single-remote-template {
  position: relative;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-image-wrapper {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 350px;
  object-fit: contain;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .importar-loader {
  background: rgba(38, 33, 51, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info {
  text-align: center;
  padding: 14px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  border-top: 1px solid #E5E8F3;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info .title {
  color: #363B4E;
  padding: 0;
  min-height: auto;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info .steps {
  color: #7A8B9A;
  letter-spacing: -0.01em;
  font-size: 12px;
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template:hover .wpfnl-single-remote-wrapper {
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.2);
}
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template:hover .template-action {
  opacity: 1;
  visibility: visible;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
  gap: 40px;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
  width: calc(20% - 32px);
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper {
  margin: auto;
  width: 100%;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step {
  width: 80px;
  text-align: center;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step span {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 53px 32px 0px rgba(0, 0, 0, 0.02), 0px 6px 13px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(143, 143, 143, 0.2), 0px 0px 0px 1px #EAEAEA, 0px -2.4px 0px 0px rgba(61, 61, 61, 0.04) inset;
  padding: 3px;
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  min-height: 80px;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step p {
  color: #6B7589;
  font-size: 12px;
  margin-top: 10px;
  text-transform: capitalize;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step.active span {
  border-color: #6E42D3;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step.active p {
  color: #6E42D3;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview {
  width: 100%;
  background: #FFF;
  margin: auto;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile {
  width: 425px;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet {
  width: 768px;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile, .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet {
  padding: 50px 10px 60px;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 30px;
  position: relative;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile .wpfnl-template-iframe-wrapper, .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet .wpfnl-template-iframe-wrapper {
  border: 1px solid rgba(15, 12, 9, 0.1);
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper {
  position: relative;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(38, 27, 103, 0.2);
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper.active {
  display: flex;
}
.template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper .wpfnl-loader {
  display: block;
  width: 50px;
  height: 50px;
}
.template-library-modal .wpfnl-create-funnel__templates .step-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.template-library-modal .wpfnl-create-funnel__templates .step-title-wrapper .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #363B4E;
}
.template-library-modal .wpfnl-create-funnel-layout {
  width: 100%;
  background: #F6F5FA;
  border-radius: 14px;
  max-width: 1093px;
  position: fixed;
  top: 50% !important;
  left: calc(50% + 80px);
  transform: translate(-50%, -50%);
  height: 80%;
  max-height: 690px;
}
.template-library-modal .wpfnl-create-funnel-layout .close {
  position: absolute;
  border: none;
  right: -11px;
  top: -13px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #DADADA;
  cursor: pointer;
}
.template-library-modal .wpfnl-create-funnel-layout .wpfnl-form-group {
  margin-bottom: 23px;
}
.template-library-modal .wpfnl-create-funnel-layout .wpfnl-form-group > label {
  color: #2D3149;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 7px;
  display: block;
}
.template-library-modal .wpfnl-create-funnel-layout .modal-body {
  height: 100%;
}
.template-library-modal .wpfnl-create-funnel-layout .modal-body input[type=text] {
  margin-bottom: 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  border: none;
  font-weight: 300;
}
.template-library-modal .wpfnl-create-funnel-layout .modal-body button[type=submit] {
  width: auto;
}
.template-library-modal .wpfnl-create-funnel-layout .layout-title {
  color: #2D3149;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 9px;
}
.template-library-modal .wpfnl-create-funnel-layout form {
  height: 100%;
}
.template-library-modal .wpfnl-create-funnel-layout .funnels-layout-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  border-bottom: 1px solid #E5E1F1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: auto;
  height: 100%;
  max-height: calc(100% - 176px);
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout {
  width: calc(33.3333333333% - 14px);
  position: relative;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout .pro-tag {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  border-radius: 5px;
  background: #2FCF5C;
  box-shadow: 0px 4px 6px 0px #E0DEE5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 6px;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout-inner {
  border-radius: 16px;
  border: 1px solid #EBE9F5;
  box-shadow: 0px 8px 8px 0px rgba(226, 223, 237, 0.3);
  padding: 10px;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout-inner:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjMgNTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDIuNSIgY3k9IjkuNSIgcj0iNDIuNSIgZmlsbD0iIzZFNDJEMyIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80ODRfMTMpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDAuNDg5IDE3LjU5NmExLjc0NSAxLjc0NSAwIDAwLTIuNDY4IDBMMjYuOTE1IDI4LjcwMmwtNC45MzYtNC45MzZhMS43NDUgMS43NDUgMCAxMC0yLjQ2OCAyLjQ2OGw2LjE3IDYuMTdjLjM0LjM0Ljc4Ny41MTEgMS4yMzQuNTExLjQ0NyAwIC44OTMtLjE3IDEuMjM0LS41MTFsMTIuMzQtMTIuMzRhMS43NDUgMS43NDUgMCAwMDAtMi40Njh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDg0XzEzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOSAxNCkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
  position: absolute;
  right: -2px;
  top: -2px;
  display: block;
  width: 58px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout-inner.is-pro {
  cursor: not-allowed;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout-inner.is-pro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4588235294);
  border-radius: 16px;
  z-index: 1;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout.active .single-layout-inner {
  border-color: #6E42D3;
}
.template-library-modal .wpfnl-create-funnel-layout .single-layout.active .single-layout-inner::before {
  opacity: 1;
  visibility: visible;
}
.template-library-modal .wpfnl-create-funnel-layout .inner-box {
  border-radius: 16px;
  background: #CEE4DD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 185px;
  padding: 15px;
}
.template-library-modal .wpfnl-create-funnel-layout .inner-box svg {
  max-width: 100%;
}
.template-library-modal .wpfnl-create-funnel-layout .layout2 .inner-box {
  background-color: #F3E8FF;
}
.template-library-modal .wpfnl-create-funnel-layout .layout3 .inner-box {
  background-color: rgba(167, 204, 245, 0.3019607843);
}
.template-library-modal .wpfnl-create-funnel-layout .layout4 .inner-box {
  background-color: #FDF2CB;
}
.template-library-modal .wpfnl-create-funnel-layout .layout5 .inner-box {
  background-color: #E5F0FC;
}
.template-library-modal .wpfnl-create-funnel-layout .layout6 .inner-box {
  background-color: #FFEAE1;
}
.template-library-modal .wpfnl-create-funnel-layout input[type=radio]:checked + .single-layout-inner {
  border-color: #6E42D3;
}
.template-library-modal .wpfnl-create-funnel-layout .button-area {
  text-align: right;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.template-library-modal .wpfnl-create-funnel-layout .button-area .wpfnl-alert.box {
  padding: 10px 20px;
}

#create-funnel-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  margin-left: -50px;
  margin-top: -50px;
}
#create-funnel-loader.show {
  opacity: 1;
  visibility: visible;
}

.create-funnel-loader-overlay#create-funnel-loader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  margin: 0;
}
.create-funnel-loader-overlay#create-funnel-loader.show {
  display: block;
}
.create-funnel-loader-overlay#create-funnel-loader .wpfnl-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  margin: 0;
}

.wpfnl-missing-plugin-notice {
  width: 60% !important;
  background: #fff;
  border-color: transparent !important;
  padding: 30px;
  border-radius: 10px;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-title {
  font-size: 20px;
  font-weight: 500;
  color: #0e2244;
  margin-bottom: 10px;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body span, .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p {
  color: #0e2244;
  font-size: 16px;
  line-height: 1.6;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p {
  margin-bottom: 10px;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p.note {
  margin-bottom: 0;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p b {
  font-weight: 500;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body a {
  font-size: 16px;
  font-weight: 500;
  color: #6E42D3;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body a:hover {
  text-decoration: none;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .dot-wrapper span {
  margin-left: 0px;
  font-weight: 700;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error {
  color: #d24d4d;
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error a {
  font-size: 14px;
}
.wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error a:hover {
  text-decoration: underline;
}

.importar-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  transition: all 0.3s ease;
  cursor: default;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.importar-loader .title-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.importar-loader .title {
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
}

.folded .template-library-modal {
  left: 36px;
  width: calc(100% - 36px);
}

@media only screen and (max-width: 1699px) {
  .template-library-modal .wpfnl-create-funnel__templates {
    gap: 30px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
    width: calc(25% - 23px);
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template .template-action .btn-default,
.template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default {
    padding: 9px 12px 7px;
    font-size: 14px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default {
    max-width: 174px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
    gap: 30px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
    width: calc(20% - 24px);
  }
}
@media only screen and (max-width: 1399px) {
  .template-library-modal .funnel-templates-content {
    padding: 30px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
    width: calc(33.3333333333% - 20px);
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
    width: calc(25% - 23px);
  }
  .template-library-modal .wpfnl-create-funnel-layout {
    max-width: 913px;
  }
  .template-library-modal .wpfnl-create-funnel-layout .inner-box {
    height: 175px;
  }
}
@media only screen and (max-width: 1199px) {
  .template-library-modal .funnel-templates-content {
    padding: 20px;
  }
  .template-library-modal .funnel-templates-sidebar {
    padding: 19px 15px;
  }
  .template-library-modal .wpfnl-create-funnel__templates {
    gap: 20px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
    width: calc(50% - 10px);
  }
  .funnel-templates-content .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(50% - 10px);
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
    gap: 20px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
    width: calc(33.3333333333% - 14px);
  }
  .wpfnl-missing-plugin-notice {
    width: calc(50% - 30px) !important;
    padding: 20px;
  }
  .template-library-modal .wpfnl-create-funnel-layout {
    max-width: 780px;
    max-height: 585px;
  }
  .template-library-modal .wpfnl-create-funnel-layout .single-layout {
    width: calc(33.3333333333% - 8px);
  }
  .template-library-modal .wpfnl-create-funnel-layout .funnels-layout-wrapper {
    gap: 12px;
    max-height: calc(100% - 180px);
  }
  .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner {
    border-radius: 10px;
    padding: 5px;
  }
  .template-library-modal .wpfnl-create-funnel-layout .inner-box {
    height: 145px;
    border-radius: 8px;
  }
  .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.desktop {
    width: 992px;
    transform: scale(0.7);
    transform-origin: left top;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 960px) {
  .template-library-modal {
    left: 36px;
    width: calc(100% - 36px);
  }
  .template-library-modal .wpfnl-create-funnel-layout {
    left: calc(50% + 20px);
  }
}
.step-template-showcase-modal .wpfnl-step__single-template, .template-library-modal .wpfnl-step__single-template {
  position: relative;
  background: #ffffff;
  width: calc(25% - 30px);
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  transition: all 0.3s ease;
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template, .template-library-modal .create__from-scratch.wpfnl-step__single-template {
  border: 2px dashed #A1A1B6;
  box-shadow: none !important;
  background: transparent;
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template:hover, .template-library-modal .create__from-scratch.wpfnl-step__single-template:hover {
  box-shadow: none !important;
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default {
  height: 48px;
  line-height: 49px;
  width: 100%;
  max-width: 194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: 0 15px;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg {
  margin-right: 3px;
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg path, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg path {
  stroke: #fff;
}
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .step-template-info, .template-library-modal .create__from-scratch.wpfnl-step__single-template .step-template-info,
.step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .template-preview-image,
.template-library-modal .create__from-scratch.wpfnl-step__single-template .template-preview-image {
  opacity: 0;
  visibility: hidden;
}
.step-template-showcase-modal .wpfnl-step__single-template .importar-loader, .template-library-modal .wpfnl-step__single-template .importar-loader {
  background: rgba(38, 33, 51, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.step-template-showcase-modal .wpfnl-step__single-template .template-preview-image, .template-library-modal .wpfnl-step__single-template .template-preview-image {
  position: relative;
}
.step-template-showcase-modal .wpfnl-step__single-template .step-image-wrapper, .template-library-modal .wpfnl-step__single-template .step-image-wrapper {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0;
  position: relative;
  overflow: hidden;
}
.step-template-showcase-modal .wpfnl-step__single-template .step-image-wrapper:before, .template-library-modal .wpfnl-step__single-template .step-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.step-template-showcase-modal .wpfnl-step__single-template .template-img, .template-library-modal .wpfnl-step__single-template .template-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s ease;
}
.step-template-showcase-modal .wpfnl-step__single-template .step-template-info, .template-library-modal .wpfnl-step__single-template .step-template-info {
  border-radius: 0 0 10px 10px;
  position: relative;
  border-top: 1px solid #E5E8F3;
}
.step-template-showcase-modal .wpfnl-step__single-template .step-template-info .title, .template-library-modal .wpfnl-step__single-template .step-template-info .title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #363B4E;
  font-weight: 500;
  padding: 19px 15px 17px;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.step-template-showcase-modal .wpfnl-step__single-template:hover, .template-library-modal .wpfnl-step__single-template:hover {
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.2);
}
.step-template-showcase-modal .wpfnl-step__single-template:hover .template-action, .template-library-modal .wpfnl-step__single-template:hover .template-action {
  opacity: 1;
  visibility: visible;
}

.step-template-showcase-modal .wpfnl-create-step_inner-content {
  width: 100%;
  height: 100%;
}
.step-template-showcase-modal .wpfnl-create-step__template-wrapper {
  position: relative;
  min-height: 400px;
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar {
  width: 5px;
}
.step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar-thumb {
  background-color: #d9dce0;
  border-radius: 20px;
}
.step-template-showcase-modal .steps-template__filter-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.31);
  padding: 15px 24px;
  position: relative;
}
.step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close {
  background: #FFFFFF;
  border-radius: 10px;
  height: 38px;
  width: 38px;
  margin-right: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #EEF0F3;
}
.step-template-showcase-modal .steps-template__filter-wrapper .step-showcase-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #363B4E;
  text-transform: capitalize;
}
.step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter {
  margin-left: auto !important;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav {
  width: 228px;
  min-height: 835px;
  background: #FFFFFF;
  box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
  padding: 24px;
  align-self: stretch;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item {
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  color: #363B4E;
  padding: 0 16px;
  margin: 0 0 15px 0;
  text-align: left;
  box-shadow: none;
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item .pro-tag-icon {
  position: static;
  margin-top: 6px;
  margin-left: -4px;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item svg {
  position: relative;
  top: -1px;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item svg path {
  transition: all 0.3s ease;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.disabled {
  cursor: not-allowed;
  color: #939393;
  background: #dcdbe3;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active {
  border-color: #6E42D3;
  color: #6E42D3;
  box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-checkout path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-landing path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-downsell path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-upsell path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-custom path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-thankyou path {
  fill: #6E42D3;
}
.step-template-showcase-modal .wpfnl-create-step__filter-nav .pro-tag {
  position: absolute;
  top: -6px;
  right: -2px;
}
.step-template-showcase-modal .create-step-name-modal {
  left: 50%;
}
.step-template-showcase-modal .wpfnl-step__templates-wrapper-before {
  padding: 30px 35px;
  width: calc(100% - 228px);
  box-shadow: none;
}
.step-template-showcase-modal .wpfnl-step__templates-wrapper-before .step-counter {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #363B4E;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.step-template-showcase-modal .wpfnl-step__templates-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.step-template-showcase-modal .wpfnl-step__single-template .template-action {
  flex-flow: row;
}

@media only screen and (max-width: 1699px) {
  .step-template-showcase-modal .wpfnl-step__templates-wrapper {
    gap: 30px;
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(25% - 23px);
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template .template-action .step-btn {
    padding: 9px 12px 7px;
    font-size: 14px;
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template.create__from-scratch .btn-default {
    max-width: 174px;
  }
}
@media only screen and (max-width: 1399px) {
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(33.3333333333% - 20px);
  }
  .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
.step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(25% - 23px);
  }
}
@media only screen and (max-width: 1199px) {
  .step-template-showcase-modal .wpfnl-create-step__filter-nav {
    width: 198px;
    padding: 20px;
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper-before {
    padding: 20px 20px;
    width: calc(100% - 198px);
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper {
    gap: 20px;
  }
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(33.3333333333% - 14px);
  }
  .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
.step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(33.3333333333% - 14px);
  }
}
@media only screen and (max-width: 991px) {
  .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(50% - 10px);
  }
  .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
.step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
    width: calc(50% - 10px);
  }
}
.funnel-list__wrapper {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.funnel-list__wrapper .funnel__single-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px 14px 60px;
  position: relative;
  border-bottom: 1px solid #EBEDF0;
  gap: 12px;
}
.funnel-list__wrapper .funnel__single-list:last-child {
  margin-bottom: 0;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper {
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 3;
  background: #ffffff;
  padding: 8px 0 6px;
  height: 100%;
  border-radius: 0 10px 0 0;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 7px 11px;
  min-width: auto;
  height: auto;
  border-radius: 50px;
  position: relative;
  background-color: #6E42D3;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler:before {
  content: "";
  position: absolute;
  right: 27px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #9373EA;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler > svg {
  margin-left: 16px;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler.show-dropdown .wpfnl-dropdown {
  opacity: 1;
  visibility: visible;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li a:hover {
  background: #F6F8FA;
  color: #7A8B9A;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li rect,
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li path {
  stroke: #7A8B9A;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li .wpfnl-bulk-export path {
  stroke: transparent;
}
.funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .selected-funnel-count, .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper > p {
  color: #363B4E;
  font-weight: 500;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-checkbox label:before {
  border-color: #E4E6EB;
  background-color: #fff;
  border-radius: 5px;
}
.funnel-list__wrapper .funnel__single-list.list-header {
  padding: 15px 24px 15px 60px;
}
.funnel-list__wrapper .funnel__single-list.list-header .list-cell {
  line-height: 1;
  transform: translateY(1px);
}
.funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name {
  padding-right: 15px;
  padding-left: 45px;
  position: relative;
  width: 240px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  word-break: break-all;
  display: block;
  transform: translateY(-50%);
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo svg {
  display: block;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name .name:hover {
  color: #6E42D3;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-name .steps {
  font-size: 12px;
  line-height: 16px;
  color: #7A8B9A;
  display: block;
  text-transform: capitalize;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  width: 375px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag {
  border: 1px solid #E5E8F3;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #7A8B9A;
  padding: 2px 8px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag svg {
  margin-right: 6px;
  display: block;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag .tooltip {
  background: #0C1015;
  border-radius: 6px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  padding: 7px 10px;
  color: #fff;
  width: 144px;
  z-index: 4;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag .tooltip:before {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background: #0C1015;
  transform: rotate(45deg);
  border-radius: 2px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-creation-date {
  width: 135px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-creation-date .post-date {
  line-height: 1.14;
  display: block;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-status {
  width: 75px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-status .post-status {
  font-size: 12px;
  line-height: 1.25;
  color: #2D3149;
  font-weight: 500;
  text-transform: capitalize;
  background: rgba(122, 139, 154, 0.15);
  border-radius: 100px;
  display: inline-block;
  padding: 5px 10px 4px;
}
.funnel-list__wrapper .funnel__single-list .wpfnl-status.published .post-status {
  background: rgba(35, 150, 84, 0.1);
  color: #239654;
}
.funnel-list__wrapper .funnel__single-list .list-action {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 80px;
  gap: 9px;
}
.funnel-list__wrapper .funnel__single-list .list-action > a {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 3px 4px;
}
.funnel-list__wrapper .funnel__single-list .list-action > a svg {
  display: block;
}
.funnel-list__wrapper .funnel__single-list .list-action > a svg path {
  transition: all 0.3s ease;
}
.funnel-list__wrapper .funnel__single-list .list-action > a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}
.funnel-list__wrapper .funnel__single-list .list-action > a.edit:hover path {
  fill: #6E42D3;
}
.funnel-list__wrapper .funnel__single-list .list-action > a.view:hover path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action {
  position: relative;
  padding: 3px 4px;
  cursor: pointer;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action svg {
  display: block;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate svg {
  width: 18px;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate .pro-tag-icon {
  margin-left: 7px;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate .pro-tag-icon path {
  stroke: initial;
}
.funnel-list__wrapper .funnel__single-list .list-action ul.more-actions {
  right: -22px;
}
.funnel-list__wrapper .funnel__single-list .list-action ul.more-actions .wpfnl-loader {
  border-width: 1px;
  border-top-color: transparent;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.funnel-list__wrapper .funnel__single-list .list-action .more-action.show-actions ul.more-actions {
  top: 27px;
  opacity: 1;
  visibility: visible;
}
.funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li a:hover {
  background: #F6F8FA;
  color: #7A8B9A;
}
.funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li rect,
.funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li path {
  stroke: #7A8B9A;
}
.funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li .wpfnl-export-funnel path {
  stroke: transparent;
}
.funnel-list__wrapper .funnel__single-list.funnel-disabled {
  border-bottom-color: #e3e3e3;
}
.funnel-list__wrapper .funnel__single-list.funnel-disabled::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  z-index: 2;
  background: rgba(32, 32, 32, 0.0784313725);
}
.funnel-list__wrapper .funnel__single-list.funnel-disabled .list-cell {
  opacity: 0.5;
}
.funnel-list__wrapper .funnel__single-list.funnel-disabled .list-action > a.disabled {
  opacity: 1;
}
.funnel-list__wrapper .list-footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
}
.funnel-list__wrapper .list-footer .pagination-number p {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.funnel-list__wrapper .list-footer .pagination-number p strong {
  color: #363B4E;
}
.funnel-list__wrapper .list-footer .pagination-number p select {
  width: 56px;
  min-width: auto;
  padding: 2px 8px;
  height: 32px;
}

@media only screen and (max-width: 1700px) {
  .wpfnl-dashboard__inner-content {
    width: 100%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .wpfnl-dashboard__inner-content {
    padding-left: 30px;
  }
  .funnel-list__wrapper .funnel__single-list .wpfnl-name {
    width: 200px;
  }
  .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-dashboard__inner-content {
    padding-left: 20px;
    margin-top: 20px;
  }
  .wpfnl-dashboard__header a.import-export {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .funnel-list__wrapper .funnel__single-list {
    padding: 10px 15px 10px 45px;
    gap: 8px;
  }
  .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
    left: 15px;
  }
  .funnel-list__wrapper .funnel__single-list .wpfnl-name {
    padding-right: 10px;
  }
  .funnel-list__wrapper .funnel__single-list .wpfnl-creation-date {
    width: 74px;
  }
  .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
    width: 136px;
  }
  .funnel-list__wrapper .funnel__single-list .list-action {
    width: 73px;
    gap: 3px;
  }
  .funnel-list__wrapper .funnel__single-list .list-action > a {
    margin-right: 0;
    width: 28px;
    text-indent: -999px;
    overflow: hidden;
  }
  .funnel-list__wrapper .funnel__single-list .list-action > a.edit {
    margin-right: 0;
  }
}
@media only screen and (max-width: 782px) {
  .wpfnl-dashboard__header {
    padding: 18px 20px 19px 30px;
  }
}
.remote-funnel-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E8F3;
  position: relative;
  padding: 15px 15px 5px;
}
.remote-funnel-header .single-item {
  margin: 0 10px 10px 0;
}
.remote-funnel-header .single-item select {
  padding-right: 30px;
}
.remote-funnel-header .single-item .template-image-remove,
.remote-funnel-header .single-item .template-image-upload {
  background: #F7F7FA;
  color: #363B4E;
  border: 1px solid #E5E8F3;
}
.remote-funnel-header .single-item.template-preview-image {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  max-width: 510px;
}
.remote-funnel-header .single-item.template-preview-image input[type=text] {
  width: 200px;
  margin-right: 10px;
}
.remote-funnel-header .single-item.template-preview-image .btn-default {
  margin-right: 10px;
  white-space: pre;
}
.remote-funnel-header .single-item.template-preview-image .btn-default:last-child {
  margin-right: 0;
}
.remote-funnel-header .btn-default {
  border-radius: 6px;
  padding: 0 20px;
  min-width: auto;
}

.steps-page__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
  position: relative;
  justify-content: flex-start;
  padding: 15px 13px 15px 24px;
}

.steps-page__header-left {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.steps-page__header-left .wpfnl-logo a {
  display: block;
  padding: 16px 25px;
  border-right: 1px solid #E5E8F3;
}
.steps-page__header-left .wpfnl-logo a svg {
  width: 26px;
  display: block;
}
.steps-page__header-left .back-link {
  font-weight: 400;
  font-size: 14px;
  color: #7A8B9A;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  height: 38px;
  width: 38px;
  border: 1px solid #EEF0F3;
  margin-right: 15px;
  border-radius: 10px;
}
.steps-page__header-left .back-link svg {
  display: block;
  margin: 0 auto;
}
.steps-page__header-left .back-link:hover {
  color: #6E42D3;
}
.steps-page__header-left .add-step-condtion-area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-right: 1px solid #E5E8F3;
}
.steps-page__header-left .add-step-condtion-area li {
  position: relative;
}
.steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2 {
  position: absolute;
  left: 0;
  top: calc(100% + 35px);
  width: 305px;
  padding: 10px 32px 10px 15px;
  margin: 0;
  background: #6e42d3;
  color: #fff;
  border-radius: 10px;
  text-align: left;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 1.5s;
}
.steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -6px;
  width: 13px;
  height: 13px;
  background: #6e42d3;
  transform: rotate(45deg);
}
.steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2.show-tooltip {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
.steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2 .close-tooltip {
  position: absolute;
  right: 13px;
  top: 11px;
  cursor: pointer;
}
.steps-page__header-left .add-step-condtion-area li > button {
  display: block;
  border: none;
  height: 60px;
  padding: 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #363B4E;
  cursor: pointer;
  position: relative;
}
.steps-page__header-left .add-step-condtion-area li > button svg {
  margin-right: 5px;
}
.steps-page__header-left .add-step-condtion-area li > button.add-new-step {
  background-color: #F6F5FA;
  color: #6E42D3;
}
.steps-page__header-left .add-step-condtion-area li > button.add-new-step:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6E42D3;
  border-radius: 60px 60px 0 0;
}
.steps-page__header-left .add-step-condtion-area li > button.add-new-step svg {
  margin-right: 5px;
}
.steps-page__header-left .add-step-condtion-area li > button.create-condition:hover {
  color: #6E42D3;
}
.steps-page__header-left .add-step-condtion-area li > button.create-condition:hover path {
  stroke: #6E42D3;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(21, 21, 69, 0.0784313725);
  border-radius: 0px 0px 10px 10px;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #F6F5FA;
  border: 1px solid #fff;
  padding: 10px 13px 12px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown > li {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #8594A2;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 7px 13px 6px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown > li:last-child {
  margin-bottom: 0;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown > li:hover {
  background: #6E42D3;
  color: #fff;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown > li.disabled {
  cursor: not-allowed;
  color: white;
  background: #B6B2CA;
}
.steps-page__header-left .add-step-condtion-area li .steps-dropdown > li .pro-tag {
  position: absolute;
  top: -6px;
  right: -2px;
}
.steps-page__header-left .add-step-condtion-area li.show-steps-dropdown > button.add-new-step svg {
  transform: rotate(180deg);
}
.steps-page__header-left .add-step-condtion-area li.show-steps-dropdown .steps-dropdown {
  opacity: 1;
  visibility: visible;
}
.steps-page__header-left .add-step-condtion-area li > .mrm-trigger-action-btn, .steps-page__header-left .add-step-condtion-area li > .global-funnel-btn {
  border-left: 1px solid #E5E8F3;
}
.steps-page__header-left .steps-page__fnl-name {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.steps-page__header-left .steps-page__fnl-name label {
  padding-right: 7px;
  font-size: 14px;
}
.steps-page__header-left .steps-page__fnl-name input {
  height: 28px;
  font-size: 12px;
  padding: 3px 10px;
  width: 230px;
  min-height: auto;
  min-width: auto;
}
.steps-page__header-left .steps-page__fnl-name .funnel-name {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steps-page__header-left .steps-page__fnl-name .fnl-name-btn {
  min-width: auto;
  padding: 0 7px;
  width: 30px;
  height: 26px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
}
.steps-page__header-left .steps-page__fnl-name .fnl-name-btn svg {
  display: block;
}
.steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-edit svg {
  fill: #6E42D3;
}
.steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-submit {
  display: none;
}
.steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-submit svg {
  stroke: #6E42D3;
}
.steps-page__header-left .steps-page__fnl-name .funnel-name-input {
  display: none;
}
.steps-page__header-left .steps-page__fnl-name .funnel-name-submit-btn {
  display: none;
}
.steps-page__header-left .copy-clipboard {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.steps-page__header-left .copy-clipboard .link-icon {
  width: 28px;
  border: 1px solid #E5E8F3;
  height: 28px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.steps-page__header-left .copy-clipboard input[readonly] {
  height: 28px;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 0;
  width: 160px;
  background: #fff;
  min-height: auto;
  min-width: auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steps-page__header-left .copy-clipboard button {
  border: none;
  background: #ececee;
  color: #363B4E;
  height: 28px;
  display: inline-block;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.steps-page__header-left .copy-clipboard .copied-msg {
  color: #6E42D3;
  font-weight: 500;
  position: absolute;
  top: 7px;
  right: -46px;
  font-size: 13px;
  display: none;
}

.steps-page__header-center .steps-page__fnl-name {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.steps-page__header-center .steps-page__fnl-name label {
  padding-right: 7px;
  font-size: 14px;
  cursor: text;
}
.steps-page__header-center .steps-page__fnl-name input[type=text] {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #363B4E;
  border: none;
  background: rgba(230, 229, 231, 0.8);
  border-radius: 0;
}
.steps-page__header-center .steps-page__fnl-name input[type=text]:hover {
  color: #363B4E;
}
.steps-page__header-center .steps-page__fnl-name .funnel-name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #363B4E;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn {
  min-width: auto;
  padding: 1px 7px 0;
  width: 30px;
  height: 28px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #F6F5FA !important;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn svg {
  display: block;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-edit svg {
  fill: #6E42D3;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-submit {
  display: none;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-submit svg {
  stroke: #6E42D3;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-cancel {
  display: none;
  margin-left: 5px;
}
.steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-cancel svg {
  position: relative;
  top: 2px;
}
.steps-page__header-center .steps-page__fnl-name .funnel-name-input {
  display: none;
}
.steps-page__header-center .steps-page__fnl-name .funnel-name-submit-btn {
  display: none;
}
.steps-page__header-center .steps-page__fnl-name .wpfnl-alert {
  display: block;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  bottom: -16px;
  left: 0;
}

.steps-page__header-right {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
}
.steps-page__header-right .enable-gbf,
.steps-page__header-right .funnel-stats {
  display: flex;
  border-right: 1px solid #E5E8F3;
  padding-right: 20px;
  margin-right: 5px;
  font-weight: 500;
  align-items: center;
}
.steps-page__header-right .enable-gbf .pro-tag-icon,
.steps-page__header-right .funnel-stats .pro-tag-icon {
  position: static;
  margin-top: 3px;
  margin-right: 4px;
}
.steps-page__header-right .enable-gbf .title,
.steps-page__header-right .funnel-stats .title {
  margin-right: 10px;
  line-height: 1.1;
}
.steps-page__header-right .enable-gbf {
  padding-right: 15px;
  margin-right: 15px;
}
.steps-page__header-right .preview-funnel {
  display: inline-block;
  padding: 7px 10px;
  margin-right: 5px;
}
.steps-page__header-right .preview-funnel svg {
  display: block;
}
.steps-page__header-right .btn-default {
  min-width: auto;
  position: relative;
  padding: 0 21px;
}
.steps-page__header-right .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 2px;
  right: 0;
}
.steps-page__header-right .btn-default:disabled,
.steps-page__header-right .btn-default[disabled] {
  color: rgba(64, 64, 64, 0.4);
  cursor: not-allowed;
  background-color: rgba(183, 183, 183, 0.4);
}
.steps-page__header-right .dropdown-option {
  position: relative;
  text-align: center;
  padding: 7px 12px;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}
.steps-page__header-right .dropdown-option svg {
  display: block;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown {
  right: -14px;
  top: 50px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag {
  margin-left: 4px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown li:first-child {
  border-radius: 10px 10px 0 0;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown li:last-child {
  border-radius: 0 0 10px 10px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown a svg {
  width: 19px;
  height: 19px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover rect {
  stroke: #6E42D3;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover .pro-tag-icon rect {
  stroke: inherit;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover .pro-tag-icon path {
  stroke: inherit;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon {
  position: static;
  margin-left: 6px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon svg {
  width: 18px;
  height: 18px;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon svg:hover path {
  stroke: inherit;
  fill: inherit;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown li.fnl-import a:hover svg path.import-fill {
  stroke: inherit;
  fill: #6E42D3;
}
.steps-page__header-right .dropdown-option ul.wpfnl-dropdown li.fnl-settings a:hover svg circle {
  stroke: #6E42D3;
}
.steps-page__header-right .dropdown-option.show ul.wpfnl-dropdown {
  top: 38px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .steps-page__header {
    padding-right: 10px;
  }
  .steps-page__header-left .back-link {
    width: 44px;
  }
  .steps-page__header-left .add-step-condtion-area li button {
    padding: 0 14px;
  }
  .steps-page__header-right .funnel-stats {
    border-right: none;
    padding-right: 0;
  }
  .steps-page__header-right .btn-default {
    padding: 0 20px;
  }
  .steps-page__header-center .steps-page__fnl-name label {
    display: none;
  }
  .steps-page__header-center .steps-page__fnl-name .wpfnl-alert {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .steps-page__header-center .steps-page__fnl-name input[type=text] {
    width: 200px;
  }
}
@media only screen and (max-width: 870px) {
  .steps-page__header {
    padding-right: 15px;
  }
  .steps-page__header-left .copy-clipboard .link-icon {
    display: none;
  }
}
.funnel-window .wpfnl-canvas-zoom-control {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
  border-radius: 100px;
  padding: 6px;
  z-index: 2;
}
.funnel-window .wpfnl-canvas-zoom-control .zoom-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.funnel-window .wpfnl-canvas-zoom-control .full-screen,
.funnel-window .wpfnl-canvas-zoom-control .zoom-out,
.funnel-window .wpfnl-canvas-zoom-control .zoom-in {
  border: 1px solid #EEF0F3;
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.funnel-window .wpfnl-canvas-zoom-control .full-screen {
  margin-right: 10px;
}
.funnel-window .wpfnl-canvas-zoom-control .full-screen:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EEF0F3;
}
.funnel-window .wpfnl-canvas-zoom-control .zoom-level {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #7A8B9A;
  background: transparent;
  border: none;
  width: 30px;
  text-align: center;
}
.funnel-window .wpfnl-canvas-helper {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.funnel-window .wpfnl-canvas-helper .helper-btn {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.funnel-window .wpfnl-canvas-helper .help-resource {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  background: #fff;
  border: 1px solid #EDECF2;
  border-radius: 5px;
  padding: 8px;
  width: 170px;
  display: none;
}
.funnel-window .wpfnl-canvas-helper .help-resource:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 15px;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.funnel-window .wpfnl-canvas-helper .help-resource a {
  font-size: 13px;
  display: block;
  color: #363B4E;
  line-height: 1.2;
  padding: 7px 10px 6px;
  font-weight: 500;
  border-radius: 5px;
}
.funnel-window .wpfnl-canvas-helper .help-resource a:hover {
  background: #f1f1f1;
}
.funnel-window .wpfnl-canvas-helper.show-helpers .help-resource {
  display: block;
}

.wpfnl-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
  border-radius: 6px;
  padding: 25px 30px;
  margin-bottom: 20px;
}
.wpfnl-box:last-child {
  margin-bottom: 0;
}
.wpfnl-box.transparent {
  background: transparent;
  box-shadow: none;
  padding: 4px 0px;
}

.wpfnl-field-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.wpfnl-field-wrapper > label {
  width: 240px;
  padding-right: 10px;
}
.wpfnl-field-wrapper > label.has-tooltip {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
  margin-left: 10px;
}
.wpfnl-field-wrapper .wpfnl-fields {
  max-width: 410px;
  width: calc(100% - 240px);
}
.wpfnl-field-wrapper .wpfnl-fields select {
  margin-right: 0;
}

.steps-settings .steps-settings__tab-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 25px 0 22px;
}
.steps-settings .steps-settings__tab-nav li a {
  color: #7A8B9A;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 44px;
  line-height: 45px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: none;
}
.steps-settings .steps-settings__tab-nav li a svg {
  display: block;
  margin-right: 8px;
  position: relative;
}
.steps-settings .steps-settings__tab-nav li .pro-tag {
  position: absolute;
  top: -10px;
  right: 15px;
}
.steps-settings .steps-settings__tab-nav li.disabled .pro-tag-icon {
  position: static;
  margin-left: 6px;
  margin-top: -3px;
}
.steps-settings .steps-settings__tab-nav li.active:not(.disabled) a {
  color: #363B4E;
  border-color: #6E42D3;
  box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
  background-color: #ffffff;
}
.steps-settings .steps-settings__tab-nav li.active:not(.disabled) a .icon.stroke {
  stroke: #6E42D3;
}
.steps-settings .steps-settings__tab-nav li.active:not(.disabled) a .icon.order-bump-icon path {
  fill: #6E42D3;
}
.steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings rect,
.steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings circle,
.steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings path, .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats rect,
.steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats circle,
.steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats path {
  stroke: #6E42D3;
}
.steps-settings .steps-settings__tab-nav li.declare-winner.active a path {
  stroke: #6E42D3;
}
.steps-settings .steps-settings__tab-nav li.reset {
  margin-left: auto;
  margin-right: 40px;
}
.steps-settings .steps-settings__tab-nav li.reset button {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #7A8B9A;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.steps-settings .steps-settings__tab-nav li.reset button svg {
  display: block;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.steps-settings .steps-settings__tab-nav li.reset button.reseting svg {
  animation: spin 0.9s linear infinite;
}
.steps-settings .steps-settings__tab-nav li.nav-tag {
  margin-left: auto;
}
.steps-settings .steps-settings__tab-nav li.nav-tag span {
  color: #8292A0;
  background: #F7F7FA;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 17px;
}
.steps-settings .step-settings__single-tab-content {
  display: none;
}
.steps-settings .step-settings__single-tab-content:first-child {
  display: block;
}
.steps-settings .step-settings__single-tab-content .checkout-edit-field-tab__content-wrapper .pro-tag {
  padding: 14px 35px;
  text-align: center;
  margin-top: 30px;
  box-shadow: none;
  border-radius: 10px;
}
.steps-settings .single__settings-box.transparent .wpfnl-field-wrapper > label {
  width: 250px;
}
.steps-settings .single__settings-box .select2-hidden-accessible {
  display: none;
}
.steps-settings .single__settings-box .select2-container--default {
  width: 100% !important;
  border: 1px solid #E5E8F3;
  border-radius: 4px;
  padding: 8px;
  display: block;
}
.steps-settings .single__settings-box .select2-selection__rendered {
  font-size: 13px;
  display: block;
}
.steps-settings .single__settings-box .select2-selection__rendered .select2-selection__clear {
  background: #f8d7da;
  display: inline-block;
  padding: 0 3px;
  line-height: 14px;
  color: #ec4050;
  margin-right: 2px;
  border-radius: 100%;
  cursor: pointer;
}
.steps-settings .single__settings-box.select-product .wpfnl-field-wrapper {
  align-items: flex-start;
}
.steps-settings .single__settings-box.select-product .wpfnl-field-wrapper label {
  position: relative;
  top: 21px;
}
.steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding: 0 10px;
  min-width: auto;
  margin-right: 6px;
  border: 1px solid transparent;
}
.steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default.create-product {
  background: #f6f6f8;
  color: #363B4E;
}
.steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default.create-product:hover {
  color: #6E42D3;
}
.steps-settings .single__settings-box.select-product .products-wrapper {
  border: 1px solid #E5E8F3;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.steps-settings .single__settings-box.select-product .single-product {
  display: flex;
  margin-bottom: 10px;
}
.steps-settings .single__settings-box.select-product .single-product:last-child {
  margin-bottom: 0;
}
.steps-settings .single__settings-box.select-product .single-product .select2-container--default {
  width: calc(100% - 46px) !important;
}
.steps-settings .single__settings-box.select-product .single-product button {
  background: #FAFAFB;
  border: 1px solid #E5E8F3;
  box-sizing: border-box;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.steps-settings .single__settings-box.select-product .single-product button:hover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.steps-settings .single__settings-box.select-product .single-product button:hover svg path {
  stroke: #ec4050;
}
.steps-settings .wpfnl-product-options {
  padding: 0;
}
.steps-settings .product-options__tab-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #F4F4F9;
  padding: 0 40px;
}
.steps-settings .product-options__tab-nav li {
  margin-right: 35px;
}
.steps-settings .product-options__tab-nav li:last-child {
  margin-right: 0;
}
.steps-settings .product-options__tab-nav li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #7A8B9A;
  padding: 15px 0;
  display: block;
  position: relative;
}
.steps-settings .product-options__tab-nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: transparent;
}
.steps-settings .product-options__tab-nav li a:hover, .steps-settings .product-options__tab-nav li.active a {
  color: #6E42D3;
}
.steps-settings .product-options__tab-nav li a:hover:after, .steps-settings .product-options__tab-nav li.active a:after {
  background: #6E42D3;
}
.steps-settings .product-options__single-tab-content {
  display: none;
  padding: 30px 40px;
}
.steps-settings .product-options__single-tab-content:first-child {
  display: block;
}
.steps-settings .product-options__single-tab-content .wpfnl-field-wrapper {
  margin-bottom: 25px;
}
.steps-settings .product-options__single-tab-content .wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.steps-settings .settings-content__footer {
  border-top: 1px solid #E2E5ED;
  padding: 23px 0 20px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  position: relative;
}
.steps-settings .settings-content__footer .back2-edit {
  background: #fff;
  color: #363B4E;
}
.steps-settings .settings-content__footer .back2-edit:hover {
  background: rgba(0, 0, 0, 0.04);
}
.steps-settings .settings-content__footer .btn-default {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: auto;
  min-width: auto;
  padding: 14px 20px 12px;
  letter-spacing: -0.01em;
  border-radius: 8px;
  filter: drop-shadow(0px 10px 16px rgba(97, 103, 116, 0.15));
}
.steps-settings .settings-content__footer .btn-default .wpfnl-loader {
  display: block;
}
.steps-settings .settings-content__footer .cancel {
  border: 1px solid #EEF0F3;
  background: transparent;
  color: #363B4E;
}
.steps-settings .settings-content__footer .cancel:hover {
  background: #EEF0F3;
}
.steps-settings .settings-content__footer .wpfnl-alert {
  display: block;
  border-radius: 8px;
  padding: 10px 20px;
}

.steps-settings.downsell .steps-settings__tab-nav li a svg,
.steps-settings.upsell .steps-settings__tab-nav li a svg {
  position: relative;
  top: 1px;
}
.steps-settings.downsell .steps-settings__tab-nav li.conditonal-redirect.active a svg path,
.steps-settings.upsell .steps-settings__tab-nav li.conditonal-redirect.active a svg path {
  fill: #6E42D3;
  stroke: none;
}
.steps-settings.downsell .wpfnl-field-wrapper .single-product svg,
.steps-settings.upsell .wpfnl-field-wrapper .single-product svg {
  display: none;
}
.steps-settings.downsell .single__settings-box,
.steps-settings.upsell .single__settings-box {
  border: 1px solid #E5E8F3;
  box-shadow: none;
}
.steps-settings.downsell .single__settings-box .select2-container--default,
.steps-settings.upsell .single__settings-box .select2-container--default {
  border: 1px solid #E5E8F3;
  border-radius: 6px;
  padding: 4px 8px 2px;
  display: block;
}
.steps-settings.downsell .single__settings-box .select2-container--default .select2-selection--single,
.steps-settings.upsell .single__settings-box .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.steps-settings.downsell .single__settings-box .select2-container--default .select2-selection--single .select2-selection__arrow,
.steps-settings.upsell .single__settings-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}
.steps-settings.downsell .offer-discount-area .wpfnl-box,
.steps-settings.upsell .offer-discount-area .wpfnl-box {
  box-shadow: none;
  border-radius: 10px;
}
.steps-settings.downsell .offer-discount-area .non-input-field,
.steps-settings.upsell .offer-discount-area .non-input-field {
  cursor: not-allowed;
  background-color: #eee;
  font-size: 14px;
  color: #7A8B9A;
  padding: 9px 15px;
  height: 36px;
  width: 100%;
  min-width: 190px;
  border-radius: 6px;
  display: block;
  border: 1px solid #E5E8F3;
}
.steps-settings.downsell .offer-discount-area .hints.mobile,
.steps-settings.upsell .offer-discount-area .hints.mobile {
  display: none;
}
.steps-settings.downsell .settings-content__footer .wpfnl-loader,
.steps-settings.upsell .settings-content__footer .wpfnl-loader {
  display: block;
}
.steps-settings.downsell .settings-content__footer .wpfnl-alert,
.steps-settings.upsell .settings-content__footer .wpfnl-alert {
  display: block;
}
.steps-settings.downsell .wpfnl-fields.price-range,
.steps-settings.upsell .wpfnl-fields.price-range {
  display: flex;
  flex-flow: row wrap;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-to,
.steps-settings.downsell .wpfnl-fields.price-range .price-from,
.steps-settings.upsell .wpfnl-fields.price-range .price-to,
.steps-settings.upsell .wpfnl-fields.price-range .price-from {
  width: 50%;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-to > label,
.steps-settings.downsell .wpfnl-fields.price-range .price-from > label,
.steps-settings.upsell .wpfnl-fields.price-range .price-to > label,
.steps-settings.upsell .wpfnl-fields.price-range .price-from > label {
  margin-bottom: 5px;
  display: block;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-to .wpfnl-fields,
.steps-settings.downsell .wpfnl-fields.price-range .price-from .wpfnl-fields,
.steps-settings.upsell .wpfnl-fields.price-range .price-to .wpfnl-fields,
.steps-settings.upsell .wpfnl-fields.price-range .price-from .wpfnl-fields {
  width: 100%;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-to .wpfnl-fields input[type=number],
.steps-settings.downsell .wpfnl-fields.price-range .price-from .wpfnl-fields input[type=number],
.steps-settings.upsell .wpfnl-fields.price-range .price-to .wpfnl-fields input[type=number],
.steps-settings.upsell .wpfnl-fields.price-range .price-from .wpfnl-fields input[type=number] {
  min-width: auto;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-from,
.steps-settings.upsell .wpfnl-fields.price-range .price-from {
  padding-right: 10px;
}
.steps-settings.downsell .wpfnl-fields.price-range .price-to,
.steps-settings.upsell .wpfnl-fields.price-range .price-to {
  padding-left: 10px;
}

.steps-settings.thank-you .single__settings-box {
  border: 1px solid #E5E8F3;
  box-shadow: none;
  border-radius: 10px;
}
.steps-settings.thank-you .wpfnl-field-wrapper > label {
  width: 300px;
}
.steps-settings.thank-you .settings-content__footer .wpfnl-loader {
  display: none;
}
.steps-settings.thank-you .settings-content__footer .wpfnl-alert {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .wpfnl-box {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .steps-settings .product .single__settings-box .wpfnl-field-wrapper label {
    width: 150px;
  }
  .steps-settings .product .single__settings-box .wpfnl-field-wrapper .wpfnl-fields {
    width: calc(100% - 150px);
  }
  .steps-settings .steps-settings__tab-nav li.reset {
    margin-right: 0;
  }
}
.step-settings__single-tab-content .product-accordion__wrapper,
.checkout-product-setting-tab__content-wrapper .product-accordion__wrapper {
  position: relative;
}
.step-settings__single-tab-content .product-area,
.checkout-product-setting-tab__content-wrapper .product-area {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E5E8F3;
}
.step-settings__single-tab-content .product-head,
.checkout-product-setting-tab__content-wrapper .product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid #E5E8F3;
}
.step-settings__single-tab-content .product-head .title,
.checkout-product-setting-tab__content-wrapper .product-head .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363B4E;
  text-transform: capitalize;
  margin-right: 10px;
}
.step-settings__single-tab-content .product-head .product-right,
.checkout-product-setting-tab__content-wrapper .product-head .product-right {
  display: flex;
  align-items: center;
}
.step-settings__single-tab-content .product-head .create-product-btn,
.checkout-product-setting-tab__content-wrapper .product-head .create-product-btn {
  margin-left: auto;
  margin-right: 10px;
}
.step-settings__single-tab-content .product-head .create-product-btn .btn-default,
.checkout-product-setting-tab__content-wrapper .product-head .create-product-btn .btn-default {
  background: none;
  color: #6e42d3;
  padding: 0px;
  border-bottom: 1px solid #6e42d3;
  border-radius: 0px;
  min-width: auto;
  line-height: 1;
  height: auto;
}
.step-settings__single-tab-content .product-head .wpfnl-tooltip,
.checkout-product-setting-tab__content-wrapper .product-head .wpfnl-tooltip {
  margin-left: 5px;
  margin-right: 10px;
}
.step-settings__single-tab-content .product-head .add-product-btn,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
  margin-left: 15px;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default {
  height: 40px;
  line-height: 41px;
  background: #F7F7FA;
  border: 1px solid #E5E8F3;
  color: #363B4E;
  padding: 0 16px;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default:disabled, .step-settings__single-tab-content .product-head .add-product-btn .btn-default[disabled=disabled],
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default:disabled,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default[disabled=disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color {
  background: #6E42D3;
  color: #FFFFFF;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color svg path,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color svg path {
  stroke: #FFFFFF;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .add-product-icon,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .add-product-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left {
  transform: rotate(-90deg);
  position: relative;
  top: 5px;
  display: none;
  animation: scrollDown1 1.5s ease infinite;
  stroke: none;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left {
  display: block;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .plus-icon,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .plus-icon {
  display: none;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added {
  border-color: #6E42D3;
  background-color: #6E42D3;
  color: #fff;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .plus-icon path,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .plus-icon path {
  stroke: #fff;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left {
  stroke: #fff;
}
.step-settings__single-tab-content .product-head .add-product-btn,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
  margin-left: 15px;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default {
  height: 40px;
  line-height: 41px;
  background: #F7F7FA;
  border: 1px solid #E5E8F3;
  color: #363B4E;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default:disabled, .step-settings__single-tab-content .product-head .add-product-btn .btn-default[disabled=disabled],
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default:disabled,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default[disabled=disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .add-product-icon,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .add-product-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left {
  transform: rotate(-90deg);
  position: relative;
  top: 5px;
  display: none;
  animation: scrollDown1 1.5s ease infinite;
  stroke: none;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left {
  display: block;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .plus-icon,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .plus-icon {
  display: none;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added {
  border-color: #6E42D3;
  background-color: #6E42D3;
  color: #fff;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .plus-icon path,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .plus-icon path {
  stroke: #fff;
}
.step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left,
.checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left {
  stroke: #fff;
}
@keyframes scrollDown1 {
  0% {
    transform: rotate(-90deg) translateX(15px);
    opacity: 0;
  }
  50% {
    transform: rotate(-90deg) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: rotate(-90deg) translateX(-15px);
    opacity: 0;
  }
}
.step-settings__single-tab-content .accordion-footer,
.step-settings__single-tab-content .accordion-head,
.checkout-product-setting-tab__content-wrapper .accordion-footer,
.checkout-product-setting-tab__content-wrapper .accordion-head {
  padding: 20px 25px 20px 60px;
}
.step-settings__single-tab-content .accordion-footer .accordion-col,
.step-settings__single-tab-content .accordion-head .accordion-col,
.checkout-product-setting-tab__content-wrapper .accordion-footer .accordion-col,
.checkout-product-setting-tab__content-wrapper .accordion-head .accordion-col {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #7A8B9A;
}
.step-settings__single-tab-content .accordion-footer,
.step-settings__single-tab-content .product-single__accordion-head,
.step-settings__single-tab-content .accordion-head,
.checkout-product-setting-tab__content-wrapper .accordion-footer,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head,
.checkout-product-setting-tab__content-wrapper .accordion-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.step-settings__single-tab-content .accordion-footer .expand-action,
.step-settings__single-tab-content .product-single__accordion-head .expand-action,
.step-settings__single-tab-content .accordion-head .expand-action,
.checkout-product-setting-tab__content-wrapper .accordion-footer .expand-action,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .expand-action,
.checkout-product-setting-tab__content-wrapper .accordion-head .expand-action {
  width: 40px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.step-settings__single-tab-content .accordion-footer .product-name,
.step-settings__single-tab-content .product-single__accordion-head .product-name,
.step-settings__single-tab-content .accordion-head .product-name,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-name,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-name {
  width: 340px;
}
.step-settings__single-tab-content .accordion-footer .product-price,
.step-settings__single-tab-content .product-single__accordion-head .product-price,
.step-settings__single-tab-content .accordion-head .product-price,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-price,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-price,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-price {
  width: 77px;
  cursor: text;
}
.step-settings__single-tab-content .accordion-footer .product-quantity,
.step-settings__single-tab-content .product-single__accordion-head .product-quantity,
.step-settings__single-tab-content .accordion-head .product-quantity,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-quantity,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-quantity,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-quantity {
  width: 80px;
}

.step-settings__single-tab-content .accordion-footer .total-price,
.step-settings__single-tab-content .product-single__accordion-head .total-price,
.step-settings__single-tab-content .accordion-head .total-price,
.checkout-product-setting-tab__content-wrapper .accordion-footer .total-price,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price,
.checkout-product-setting-tab__content-wrapper .accordion-head .total-price {
  width: 120px;
  text-align: right;
}
.step-settings__single-tab-content .accordion-footer .total-price span,
.step-settings__single-tab-content .product-single__accordion-head .total-price span,
.step-settings__single-tab-content .accordion-head .total-price span,
.checkout-product-setting-tab__content-wrapper .accordion-footer .total-price span,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price span,
.checkout-product-setting-tab__content-wrapper .accordion-head .total-price span {
  color: #363B4E;
  font-size: 14px;
  line-height: 14px;
}
.step-settings__single-tab-content .accordion-footer .product-discount,
.step-settings__single-tab-content .product-single__accordion-head .product-discount,
.step-settings__single-tab-content .accordion-head .product-discount,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-discount,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-discount {
  width: 208px;
}
.step-settings__single-tab-content .accordion-footer .product-action,
.step-settings__single-tab-content .product-single__accordion-head .product-action,
.step-settings__single-tab-content .accordion-head .product-action,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-action,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-action {
  width: 60px;
}
.step-settings__single-tab-content .product__single-accordion,
.checkout-product-setting-tab__content-wrapper .product__single-accordion {
  border-top: 1px solid #E6E1F1;
  position: relative;
}
.step-settings__single-tab-content .product__single-accordion::before,
.checkout-product-setting-tab__content-wrapper .product__single-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: transparent;
  transition: all 0.3s linear;
}
.step-settings__single-tab-content .product__single-accordion.ui-sortable-helper,
.checkout-product-setting-tab__content-wrapper .product__single-accordion.ui-sortable-helper {
  background: #ececec;
}
.step-settings__single-tab-content .product-single__accordion-head,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
  padding: 25px 25px 25px 60px;
  position: relative;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col {
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col span,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col span {
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col select,
.step-settings__single-tab-content .product-single__accordion-head .accordion-col input,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input {
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col select::placeholder,
.step-settings__single-tab-content .product-single__accordion-head .accordion-col input::placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select::placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input::placeholder {
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col select:-ms-input-placeholder,
.step-settings__single-tab-content .product-single__accordion-head .accordion-col input:-ms-input-placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select:-ms-input-placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input:-ms-input-placeholder {
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .accordion-col select::-ms-input-placeholder,
.step-settings__single-tab-content .product-single__accordion-head .accordion-col input::-ms-input-placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select::-ms-input-placeholder,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input::-ms-input-placeholder {
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .expand-action span,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .expand-action span {
  width: 100%;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul {
  display: flex;
  align-items: center;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-img a,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-img a {
  display: block;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-img img,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title {
  padding-left: 19px;
  width: calc(100% - 50px);
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .title,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .title:hover,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .title:hover {
  text-decoration: underline;
}
.step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .price,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .price {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #363B4E;
  margin-top: 4px;
}
.step-settings__single-tab-content .product-single__accordion-head .product-quantity input[type=number],
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-quantity input[type=number] {
  width: 80px;
  min-width: auto;
}
.step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E6E1F1;
  border-radius: 6px;
}
.step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group select,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group select {
  border: none;
  border-radius: 6px 0 0 6px;
  margin-right: 5px;
  width: 150px;
  min-width: auto;
}
.step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group input,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group input {
  width: 60px;
  min-width: auto;
  padding-right: 6px;
  padding-left: 10px;
  border: none;
  border-left: 1px solid #E6E1F1;
  border-radius: 0 6px 6px 0;
}
.step-settings__single-tab-content .product-single__accordion-head .product-action,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action {
  display: flex;
}
.step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
.step-settings__single-tab-content .product-single__accordion-head .product-action .product-delete,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-delete {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
.step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit svg,
.step-settings__single-tab-content .product-single__accordion-head .product-action .product-delete svg,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit svg,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-delete svg {
  height: 20px;
  width: 20px;
}
.step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit {
  margin-left: 6px;
}
.step-settings__single-tab-content .product-single__accordion-head .product-action .edit-field-icon,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .edit-field-icon {
  display: block;
  height: 20px;
}
.step-settings__single-tab-content .accordion-footer,
.checkout-product-setting-tab__content-wrapper .accordion-footer {
  border-top: 1px solid #E5E8F3;
}
.step-settings__single-tab-content .accordion-footer .total-price,
.checkout-product-setting-tab__content-wrapper .accordion-footer .total-price {
  font-weight: 700;
  color: #363B4E;
  display: flex;
  justify-content: flex-end;
}
.step-settings__single-tab-content .accordion-footer .total-price span,
.checkout-product-setting-tab__content-wrapper .accordion-footer .total-price span {
  letter-spacing: 0.857143px;
  font-weight: 700;
  margin-left: 4px;
  font-size: 12px;
}
.step-settings__single-tab-content .product__single-accordion .product-single__accordion-body,
.checkout-product-setting-tab__content-wrapper .product__single-accordion .product-single__accordion-body {
  display: none;
}
.step-settings__single-tab-content .product__single-accordion.active,
.checkout-product-setting-tab__content-wrapper .product__single-accordion.active {
  background: rgba(110, 66, 211, 0.07);
  border-top-color: transparent;
}
.step-settings__single-tab-content .product__single-accordion.active::before,
.checkout-product-setting-tab__content-wrapper .product__single-accordion.active::before {
  background-color: #6E42D3;
}
.step-settings__single-tab-content .product__single-accordion.active .product-single__accordion-head .expand-action span,
.checkout-product-setting-tab__content-wrapper .product__single-accordion.active .product-single__accordion-head .expand-action span {
  transform: rotate(180deg);
}
.step-settings__single-tab-content .product-single__accordion-body,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body {
  padding: 0 25px 25px;
}
.step-settings__single-tab-content .product-single__accordion-body-content,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content {
  display: flex;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
  border-radius: 10px;
}
.step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
  width: 50%;
  padding: 20px 60px 20px 25px;
  border-right: 1px solid #E5E8F3;
}
.step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper {
  align-items: flex-start;
}
.step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper label,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper label {
  margin-top: 11px;
}
.step-settings__single-tab-content .product-single__accordion-body-content .highlights,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
  width: 50%;
  padding: 20px 20px 20px 60px;
}
.step-settings__single-tab-content .product-single__accordion-body-content .wpfnl-field-wrapper label,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-field-wrapper label {
  width: 145px;
}
.step-settings__single-tab-content .product-single__accordion-body-content .wpfnl-fields,
.checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-fields {
  max-width: 100%;
  width: calc(100% - 145px);
}
.step-settings__single-tab-content .no-product-notice,
.checkout-product-setting-tab__content-wrapper .no-product-notice {
  text-align: center;
  padding: 15px 10px;
}
.step-settings__single-tab-content .discount-settings,
.checkout-product-setting-tab__content-wrapper .discount-settings {
  border: 1px solid #E5E8F3;
  box-shadow: none;
  border-radius: 10px;
  margin-top: 30px;
}
.step-settings__single-tab-content .discount-settings .non-input-field,
.checkout-product-setting-tab__content-wrapper .discount-settings .non-input-field {
  cursor: not-allowed;
  background-color: #eee;
  font-size: 14px;
  color: #7A8B9A;
  padding: 9px 15px;
  height: 36px;
  width: 100%;
  min-width: 190px;
  border-radius: 6px;
  display: block;
  border: 1px solid #E5E8F3;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options,
.step-settings__single-tab-content .checkout-product-options,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options {
  margin-top: 30px;
  border-radius: 10px;
  padding: 22px 25px 25px;
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #E5E8F3;
  box-shadow: none;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .additional-options,
.step-settings__single-tab-content .checkout-product-options .additional-options,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .additional-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .additional-options {
  width: 100%;
  margin-right: 12px;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options,
.step-settings__single-tab-content .checkout-product-options .variation-options,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options {
  width: 100%;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper > label,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper > label,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper > label,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper > label {
  width: 310px;
  font-size: 14px;
  line-height: 16px;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields {
  width: auto;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox {
  margin: 5px 20px 5px 0;
  display: inline-block;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon {
  transform: translateY(7px);
  display: inline-block;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox label:before,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox label:before,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox label:before,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox label:before {
  border-color: #CDD2E6;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  border-color: #6E42D3;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label:before,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox.disabled label:before,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label:before,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox.disabled label:before {
  border-color: #E5E8F3 !important;
  background-color: rgba(0, 0, 0, 0.2196078431) !important;
  cursor: not-allowed;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label::after,
.step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox.disabled label::after,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label::after,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox.disabled label::after {
  display: none;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .option-title,
.step-settings__single-tab-content .checkout-product-options .option-title,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .option-title,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .option-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 18px;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
.step-settings__single-tab-content .checkout-product-options .options-wrapper,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
  background: #F7F8F9;
  border-radius: 10px;
  padding: 24px;
  height: calc(100% - 33px);
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option,
.step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option {
  margin-bottom: 20px;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option:last-child,
.step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option:last-child,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option:last-child,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option:last-child {
  margin-bottom: 0;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label,
.step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label {
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
.step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label::before {
  border-color: #CDD2E6;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
.step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before {
  border-color: #6E42D3;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options select#choose-coupon,
.step-settings__single-tab-content .checkout-product-options select#choose-coupon,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options select#choose-coupon,
.checkout-product-setting-tab__content-wrapper .checkout-product-options select#choose-coupon {
  display: none;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box,
.step-settings__single-tab-content .checkout-product-options .coupon-box,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box {
  height: 36px;
  width: 250px;
  border-radius: 6px;
  position: relative;
  display: flex;
  position: relative;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .search-icon,
.step-settings__single-tab-content .checkout-product-options .coupon-box .search-icon,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .search-icon,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .search-icon {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 100;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2.select2-container.select2-container--default,
.step-settings__single-tab-content .checkout-product-options .coupon-box .select2.select2-container.select2-container--default,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2.select2-container.select2-container--default,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2.select2-container.select2-container--default {
  width: 100% !important;
  border: none;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2-container--default .select2-selection--single,
.step-settings__single-tab-content .checkout-product-options .coupon-box .select2-container--default .select2-selection--single,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2-container--default .select2-selection--single,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  height: auto;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2-selection__rendered,
.step-settings__single-tab-content .checkout-product-options .coupon-box .select2-selection__rendered,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2-selection__rendered,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2-selection__rendered {
  padding: 9px 15px 8px 35px;
  width: 100%;
  border-radius: 8px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  border: 1px solid #e9e7e7;
  background: #ffffff;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .wpfnl-additional-replacement-options,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .wpfnl-additional-replacement-options {
  margin-top: 0;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper {
  width: 100%;
}
.step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
.checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields {
  width: 100%;
  max-width: 270px;
}

.step-settings__single-tab-content.product .product-head .product-search {
  margin-left: 0;
}

@media only screen and (max-width: 1499px) {
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
    padding: 20px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
    padding: 20px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-field-wrapper label {
    width: 111px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-fields {
    width: calc(100% - 111px);
  }
}
@media only screen and (max-width: 1299px) {
  .step-settings__single-tab-content .wpfnl-additional-replacement-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options {
    padding: 20px;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name,
.checkout-product-setting-tab__content-wrapper .accordion-footer .product-name,
.checkout-product-setting-tab__content-wrapper .accordion-head .product-name {
    width: 220px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content {
    display: block;
  }
  .checkout-product-setting-tab__content-wrapper .accordion-footer,
.checkout-product-setting-tab__content-wrapper .accordion-head {
    padding: 20px 20px 20px 50px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
    padding: 20px 20px 20px 50px;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
    width: 100%;
  }
  .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
    padding: 0 20px 20px;
    width: 100%;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options {
    display: block;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options .additional-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .additional-options {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options .option-title,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .option-title {
    margin-bottom: 10px;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options {
    width: 100%;
    margin-left: 0;
  }
  .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
.checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-product-setting-tab__content-wrapper .product-head .product-search {
    width: 190px;
  }
}
.order-bump-accordion-wrapper {
  border: 1px solid #E5E8F3;
  border-radius: 10px;
}
.order-bump-accordion-wrapper .order-bump-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 25px;
  border-bottom: 1px solid #EEF0F3;
}
.order-bump-accordion-wrapper .order-bump-header .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363B4E;
  text-transform: capitalize;
  margin-right: 10px;
}
.order-bump-accordion-wrapper .order-bump-header .btn-default {
  position: relative;
}
.order-bump-accordion-wrapper .order-bump-header .btn-default .pro-tag-icon {
  position: static;
  margin-left: 4px;
  transform: translateY(5px);
  display: inline-block;
}
.order-bump-accordion-wrapper .order-bump-header .btn-default:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.order-bump-accordion-wrapper .order-bump-header .btn-default:disabled:hover {
  background-color: #6E42D3;
}
.order-bump-accordion-wrapper .order-bump-accordion-header {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-bottom: 1px solid transparent;
  border-radius: 10px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .title-area {
  padding: 12px 0;
  cursor: pointer;
  width: calc(100% - 67px);
}
.order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title {
  font-weight: 500;
  color: #363B4E;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title small {
  color: #7A8B9A;
  font-weight: 400;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .title-area .icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  border: 2px solid #363B4E;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transform-origin: center;
  position: relative;
  top: -1px;
  margin-right: 12px;
  transition: transform 0.3s ease;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area {
  display: flex;
  align-items: center;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area .wpfnl-switcher.has-loader {
  display: flex;
  align-items: center;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area .wpfnl-switcher.has-loader .wpfnl-loader {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area button {
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0 6px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  margin: 0 0 0 6px;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area button.delete-checkout-field svg {
  width: 20px;
  height: 20px;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .action-area button svg {
  width: 16px;
  height: 16px;
  display: block;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher label {
  width: 28px;
  height: 16px;
  background-color: #BEC8D0;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher label:after {
  width: 14px;
  height: 14px;
  top: 0px;
  left: 0px;
}
.order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 11px;
}
.order-bump-accordion-wrapper .order-bump-body {
  border-radius: 0 0 10px 10px;
}
.order-bump-accordion-wrapper .order-bump-body .wpfnl-order-bump-modal-header,
.order-bump-accordion-wrapper .order-bump-body .wpfnl-order-bump-modal-footer {
  display: none;
}
.order-bump-accordion-wrapper .order-bump-body .order-bump-table-header {
  background: #F6F5FA;
  display: grid;
  grid-template-columns: 9fr 1fr 2fr;
  padding: 15px 20px;
  border-bottom: 1px solid #EEF0F3;
}
.order-bump-accordion-wrapper .order-bump-body .order-bump-table-header .oder-bump-table-header-text {
  color: #7A8B9A;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.order-bump-accordion-wrapper .order-bump-body .order-bump-table-header .oder-bump-table-header-text.order-bump-actions {
  margin-left: auto;
  padding-right: 5px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump {
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #EEF0F3;
  border-radius: 0;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-accordion-header {
  padding: 0 20px;
  border-radius: 0;
  display: grid;
  grid-template-columns: 9fr 1fr 2fr;
  border: none;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-accordion-header .action-area {
  justify-content: flex-end;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump:last-child .order-bump-accordion-header {
  border-radius: 0 0 10px 10px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal {
  position: absolute;
  width: 100%;
  max-height: 300%;
  top: 7px;
  background: #fff;
  left: 0px;
  z-index: 99999999;
  padding: 24px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title .wpfnl-back-icon {
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title p {
  color: #363B4E;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .wpfnl-drawer-close {
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  cursor: pointer;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper button.outline {
  color: #000;
  background: none;
  border: 1px solid #E4E6EB;
  padding: 11px 20px;
  min-width: auto;
  line-height: normal;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  background: #F6F5FA;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area {
  width: 60%;
  margin-right: 0;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump {
  padding: 14px 20px;
  border-right: 1px solid #EBEDF0;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump .wpfnl-field-wrapper {
  gap: 10px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .wpfnl-box.order-bump-settings,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .wpfnl-box.discount-settings {
  padding: 30px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .preview-header {
  background: #FFF;
  border: none;
  border-radius: 0 10px 0 0;
  padding: 22px;
  border-bottom: 1.4px solid white;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .wpfnl-order-bump__template-style1 {
  border: none;
  margin: 20px 25px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-fields-with-color,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-product-description,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .upload-product-image .wpfnl-fields {
  width: calc(100% - 180px);
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper .select-product {
  width: 100%;
  border: 1px solid #6E42D3;
  background: #f6f4fb;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper button.wpfnl-ob-add-product {
  border-radius: 6px;
  background: #6E42D3;
  padding: 11px 14px;
  border: none;
  outline: none;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.14px;
  cursor: pointer;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .vc-color-wrap {
  border-radius: 50%;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color {
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  display: flex;
  align-items: center;
  padding: 0 1px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color .color-picker,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color .color-picker {
  display: inline-block;
  padding: 8px 11px;
  border-right: 1px solid #EBEDF0;
  padding-right: 1px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color input,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color input {
  border-radius: 0;
  border: none;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color.wpfnl-description-color,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color.wpfnl-description-color {
  margin-bottom: 14px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .product-quantity input {
  width: 98px;
  min-width: 98px;
  height: 38px;
}
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.no-more-one {
  border-radius: 0 0 10px 10px;
}
.order-bump-accordion-wrapper .order-bump-body .reset-arrow-color,
.order-bump-accordion-wrapper .order-bump-body .reset-obbg {
  margin-left: 1px;
  padding: 4px 5px;
  position: relative;
  top: -1px;
  border: none;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.order-bump-accordion-wrapper .order-bump-body .reset-arrow-color svg,
.order-bump-accordion-wrapper .order-bump-body .reset-obbg svg {
  width: 16px;
  height: 16px;
  display: block;
}
.order-bump-accordion-wrapper .order-bump-body .reset-arrow-color {
  top: 3px;
}

.wpfnl-back-icon {
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px !important;
  cursor: pointer;
  margin-right: 10px;
}

.wpfnl-checkbox label:before {
  border: 1px solid #EBEDF0;
  background-color: none;
}

.checkout-order-bump-setting-tab__content-wrapper {
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
}
.checkout-order-bump-setting-tab__content-wrapper:last-child {
  margin-bottom: 0;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-accordion-content {
  display: none;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 24px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-accordion-content.show-content {
  display: flex;
}
.checkout-order-bump-setting-tab__content-wrapper.no-order-bump {
  text-align: center;
  padding: 12px 24px;
}
.checkout-order-bump-setting-tab__content-wrapper.no-more-one {
  padding: 18px 24px;
  color: #272727;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints {
  color: #272727;
  margin: 0;
  width: calc(100% - 168px);
  font-style: normal;
  padding-right: 14px;
}
.checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints .highlight-color {
  color: #ee5f5a;
}
.checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints .pro-tag {
  color: #ffffff;
}
.checkout-order-bump-setting-tab__content-wrapper.no-more-one .pro-link {
  font-weight: 500;
  text-decoration: underline;
  color: #6e42d3;
  width: 168px;
}
.checkout-order-bump-setting-tab__content-wrapper.expanded-orderbump .order-bump-accordion-header {
  box-shadow: none;
  border-bottom-color: #6E42D3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout-order-bump-setting-tab__content-wrapper.expanded-orderbump .order-bump-accordion-header .title-area .icon {
  top: 1px;
  transform: rotate(-135deg);
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings {
  border-top: 1px solid #E5E8F3;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper {
  margin-bottom: 25px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper label {
  font-size: 14px;
  line-height: 16px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper select {
  padding: 5px 9px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.mobile {
  display: none;
}
.checkout-order-bump-setting-tab__content-wrapper .product-select-wrapper {
  border-top: 1px solid #E5E8F3;
  padding-top: 25px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label {
  width: 250px;
  position: relative;
  padding-right: 30px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label .color-picker {
  position: absolute;
  right: 10px;
  top: -4px;
  line-height: 1;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .vc-color-wrap {
  width: 25px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.top-align .color-picker {
  top: 6px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.orderbump-bg .vc-color-wrap {
  position: relative;
  top: -5px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
  top: -2px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields {
  width: 50%;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields select {
  border: 1px solid #EBEDF0;
  padding-top: 3px;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields .icp__input {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  background: #000000;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-box {
  padding: 30px 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
.checkout-order-bump-setting-tab__content-wrapper .hints {
  word-break: break-word;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
  width: calc(50% - 25px);
  margin-right: 25px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .enable-order-bump {
  border-top: none;
  padding-bottom: 30px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .enable-order-bump .wpfnl-fields input {
  width: 97%;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area > .title {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363B4E;
  background-color: #F7F7FA;
  padding: 18px 30px 18px 30px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #EEF0F3;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product {
  border: 1px solid #E9E9EF;
  border-radius: 6px;
  height: 36px;
  position: relative;
  display: flex;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-replace-product-search,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-product-search,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .wpfnl-ob-replace-product-search,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .wpfnl-ob-product-search {
  display: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon svg,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product svg {
  position: absolute;
  left: 10px;
  top: 10px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2.select2-container.select2-container--default,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container--default .select2-selection--single,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  height: auto;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__rendered,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__rendered {
  padding: 8px 12px 7px;
  width: 100%;
  border-radius: 6px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__rendered .select2-selection__placeholder,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__rendered .select2-selection__placeholder {
  color: #7A8B9A;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon.product-selected .select2-selection__rendered,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product.product-selected .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container.select2-container--default.select2-container--open,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container.select2-container--default.select2-container--open {
  border: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__clear,
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__clear {
  cursor: pointer;
  padding: 0 2px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product {
  height: auto;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__rendered {
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
  padding: 5px 7px 5px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__rendered .select2-selection__clear {
  display: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__choice {
  border: 1px solid #EBEDF0;
  display: inline;
  padding: 7px 4px 7px 10px;
  border-radius: 6px;
  color: #363B4E;
  font-size: 13px;
  display: inline-flex;
  gap: 5px;
  flex-flow: row-reverse;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__choice .select2-selection__choice__remove {
  padding: 0px 6px;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product input.select2-search__field {
  width: auto !important;
  padding: 0 8px;
  height: auto;
  min-width: 80px;
  border: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-replace-products-radio-btn {
  display: flex;
  align-items: center;
  margin: 13px 0;
  gap: 16px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-replace-products-radio-btn .wpfnl-radiobtn label {
  padding-top: 0;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .discount-settings {
  border: none;
  border-top: 1px solid #E5E8F3;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label {
  box-sizing: border-box;
  border-radius: 6px;
  height: 160px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  border: 1px solid #EBEDF0;
  background-color: #F6F5FA;
  background-image: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label .title {
  display: block;
  line-height: 16px;
  margin-top: 5px;
  transition: all 0.3s ease;
  color: #363B4E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.14px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label .title .wpfnl-link-text {
  color: #6E42D3;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded .icon-wrapper {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover .icon-wrapper {
  opacity: 1;
  visibility: visible;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover .title {
  color: #ffffff;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover path {
  fill: #ffffff;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-coupon-search {
  display: none;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .non-input-field {
  cursor: not-allowed;
  font-size: 14px;
  color: #7A8B9A;
  padding: 9px 15px;
  height: 36px;
  width: 100%;
  min-width: 190px;
  display: block;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  background: #F6F5FA;
}
.checkout-order-bump-setting-tab__content-wrapper .wpfnl-pre-purchase-upsell .pro-tag-icon {
  transform: translateY(7px);
  display: inline-block;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
  width: 40%;
  position: sticky;
  top: 0px;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header {
  background-color: #F7F7FA;
  padding: 18px 30px 18px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #E5E8F3;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header h4 {
  text-transform: capitalize;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header h4 span {
  color: #363B4E;
  font-weight: 600;
}

@media only screen and (max-width: 1599px) {
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields {
    width: 50%;
  }
  .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-fields-with-color,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-product-description,
.order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .upload-product-image .wpfnl-fields {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
    width: calc(55% - 25px);
  }
  .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
    width: 45%;
  }
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper::not(".no-title-checkbox") {
    margin-bottom: 18px;
    display: block;
  }
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox > label {
    width: auto;
    margin-bottom: 0;
    padding-right: 10px;
    padding-top: 4px;
    display: inline-block;
  }
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .wpfnl-fields {
    width: 50%;
    max-width: 410px;
  }
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.desktop {
    display: none;
  }
  .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.mobile {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
    width: 100%;
  }
  .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #EEF0F3;
  }
  .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump {
    border-radius: 0px;
  }
  .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .preview-header {
    border-radius: 0px;
  }
}
.edit-field-tabNcontent {
  border: 1px solid #E5E8F3;
  border-radius: 10px;
}

.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 23px 20px 23px 0;
  border-bottom: 1px solid #E5E8F3;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li {
  padding: 0 15px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li:last-child {
  margin-right: 0;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a {
  font-size: 14px;
  color: #7A8B9A;
  height: 44px;
  line-height: 44px;
  display: block;
  position: relative;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a:hover {
  color: #363B4E;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6E42D3;
  border-radius: 0 0 50px 50px;
  visibility: hidden;
  opacity: 0;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.active a {
  color: #6E42D3;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.active a:before {
  visibility: visible;
  opacity: 1;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn {
  margin-left: 20px;
  padding: 0;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn .btn-default {
  line-height: 39px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn svg {
  margin-right: 5px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn {
  margin-left: auto;
  padding: 0;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default {
  line-height: 39px;
  background: #F7F7FA;
  color: #363B4E;
  border: 1px solid #E5E8F3;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default.error {
  color: #d63342;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default.success {
  color: #269c41;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .wpfnl-loader {
  display: inline-block;
}

.edit-field-settings__single-tab-content {
  display: none;
}
.edit-field-settings__single-tab-content .checkout-edit-field {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
  border-radius: 0px 10px 10px 10px;
}
.edit-field-settings__single-tab-content:first-child {
  display: block;
}
.edit-field-settings__single-tab-content .single-tab-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 25px;
  justify-content: space-between;
}
.edit-field-settings__single-tab-content .single-tab-header .tab-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363B4E;
  text-transform: capitalize;
}
.edit-field-settings__single-tab-content .single-tab-header .restore-btn {
  margin-left: auto;
  margin-right: 10px;
}
.edit-field-settings__single-tab-content .single-tab-header .restore-btn .wpfnl-alert {
  margin-right: 6px;
}
.edit-field-settings__single-tab-content .single-tab-header .restore-btn .wpfnl-loader {
  position: relative;
  top: 2px;
}
.edit-field-settings__single-tab-content .single-tab-header .btn-default {
  height: 40px;
  line-height: 41px;
  min-width: 100px;
}
.edit-field-settings__single-tab-content .checkout-field-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 77px;
  border-bottom: 1px solid #E5E8F3;
  background: #F7F7FA;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-item {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #7A8B9A;
}
.edit-field-settings__single-tab-content .checkout-field-header.bottom {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
.edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
  width: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.edit-field-settings__single-tab-content .checkout-field-header .field-name,
.edit-field-settings__single-tab-content .checkout__single-field .field-name {
  width: 160px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-type,
.edit-field-settings__single-tab-content .checkout__single-field .field-type {
  width: 75px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-label,
.edit-field-settings__single-tab-content .checkout__single-field .field-label {
  width: 150px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-placeholder,
.edit-field-settings__single-tab-content .checkout__single-field .field-placeholder {
  width: 250px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-validation,
.edit-field-settings__single-tab-content .checkout__single-field .field-validation {
  width: 94px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-required,
.edit-field-settings__single-tab-content .checkout__single-field .field-required {
  width: 74px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-status,
.edit-field-settings__single-tab-content .checkout__single-field .field-status {
  width: 65px;
  padding-right: 10px;
}
.edit-field-settings__single-tab-content .checkout-field-header .field-action,
.edit-field-settings__single-tab-content .checkout__single-field .field-action {
  width: 57px;
}
.edit-field-settings__single-tab-content .checkout__single-field {
  position: relative;
  padding: 25px 20px 25px 65px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E8F3;
  cursor: all-scroll;
  min-height: 81px;
}
.edit-field-settings__single-tab-content .checkout__single-field:last-child {
  border-bottom: 0;
}
.edit-field-settings__single-tab-content .checkout__single-field.ui-sortable-helper {
  background-color: #F7F7FA;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  word-break: break-all;
}
.edit-field-settings__single-tab-content .checkout__single-field .hamburger-bar {
  display: block;
  width: 18px;
  height: 14px;
  border-top: 2px solid #CDD2E6;
  border-bottom: 2px solid #CDD2E6;
  position: relative;
  cursor: all-scroll;
}
.edit-field-settings__single-tab-content .checkout__single-field .hamburger-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #CDD2E6;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-required,
.edit-field-settings__single-tab-content .checkout__single-field .field-status {
  display: flex;
  align-items: center;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher label,
.edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher label {
  width: 36px;
  height: 18px;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher label:after,
.edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher label:after {
  width: 12px;
  height: 12px;
  top: 2px;
  left: 3px;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher input[type=checkbox]:checked + label:after,
.edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 17px;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-action {
  display: flex;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-action button {
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0 6px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  margin: 0;
}
.edit-field-settings__single-tab-content .checkout__single-field .field-action button svg {
  width: 20px;
  height: 20px;
  display: block;
}

.checkout-edit-field__settings-option {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #E5E8F3;
}
.checkout-edit-field__settings-option .settings-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 25px;
  color: #363B4E;
  border-bottom: 1px solid #E5E8F3;
  background: #F7F7FA;
  border-radius: 10px 10px 0 0;
}
.checkout-edit-field__settings-option .options-wrapper {
  padding: 30px 25px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
}
.checkout-edit-field__settings-option .options-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 60px);
  width: 1px;
  background: #E5E8F3;
  transform: translateY(-50%);
}
.checkout-edit-field__settings-option .options-wrapper .single-option {
  margin-bottom: 20px;
  width: 50%;
}
.checkout-edit-field__settings-option .options-wrapper .single-option:last-child {
  margin-bottom: 0;
}
.checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
  padding-right: 50px;
}
.checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
  padding-left: 60px;
}
.checkout-edit-field__settings-option .options-wrapper .single-option .wpfnl-checkbox label {
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  padding-left: 33px;
}

.dradndrop-icon .st0 {
  fill: none;
  stroke: #7A8B9A;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.dradndrop-icon .st1 {
  fill: none;
  stroke: #7A8B9A;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18.3682, 8.1636;
}
.dradndrop-icon .st2 {
  fill: #7A8B9A;
}
.dradndrop-icon .st3 {
  fill: none;
  stroke: #7A8B9A;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 18, 8;
}

.checkout-edit-field-tab__content-wrapper {
  padding-bottom: 30px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer form {
  height: 100%;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body {
  padding: 20px 20px 24px;
  max-height: calc(100% - 80px);
  overflow: auto;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar {
  width: 5px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar-thumb {
  background-color: #6E42D3;
  border-radius: 20px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper {
  display: block;
  margin-bottom: 22px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label > label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label .btn-default {
  min-width: auto;
  border-radius: 4px;
  padding: 0;
  width: 40px;
  background: #f0e9ff;
  border: 1px solid #d5c6f9;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields input[type=text] {
  width: calc(50% - 30px);
  min-width: auto;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields.fullwidth input[type=text] {
  width: calc(50% - 4px);
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields .btn-default {
  min-width: auto;
  border-radius: 4px;
  padding: 0;
  width: 40px;
  background: #f0e9ff;
  border: 1px solid #d5c6f9;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields .btn-default.remove {
  background: #f8d7da;
  border-color: #f5c2c7;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-fields {
  max-width: inherit;
  width: 100%;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper > label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper input[type=text],
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper select {
  border-radius: 4px;
  height: 40px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-checkbox label {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding-left: 33px;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer {
  padding: 24px;
  text-align: center;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .btn-default {
  height: 40px;
  line-height: 41px;
  width: 100%;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .btn-default .wpfnl-loader {
  position: relative;
  top: 2px;
  display: inline-block;
}
.checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .wpfnl-alert {
  text-align: center;
  margin-top: 10px;
  display: block;
}

@media only screen and (max-width: 1499px) {
  .edit-field-settings__single-tab-content .single-tab-header {
    padding: 25px 20px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header {
    padding: 25px 20px 25px 57px;
  }
  .edit-field-settings__single-tab-content .checkout__single-field {
    padding: 25px 20px 25px 57px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
.edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
    left: 20px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header .field-placeholder,
.edit-field-settings__single-tab-content .checkout__single-field .field-placeholder {
    width: 160px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header .field-name,
.edit-field-settings__single-tab-content .checkout__single-field .field-name {
    width: 140px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header .field-label,
.edit-field-settings__single-tab-content .checkout__single-field .field-label {
    width: 100px;
  }
}
@media only screen and (max-width: 1299px) {
  .edit-field-settings__single-tab-content .checkout-edit-field {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .edit-field-settings__single-tab-content .single-tab-header {
    box-shadow: 0px 2px 4px rgba(238, 238, 245, 0.47);
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 0px 10px 10px 10px;
  }
  .edit-field-settings__single-tab-content .checkout-field-header {
    display: none;
  }
  .edit-field-settings__single-tab-content .checkout__single-field {
    display: block;
    padding: 15px 20px 15px 57px;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    border-bottom: none;
  }
  .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger) {
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f1f3;
  }
  .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger):last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger):before {
    content: attr(data-label);
    vertical-align: middle;
    width: 95px;
    font-weight: 500;
  }
  .checkout-edit-field__settings-option .options-wrapper::before {
    height: calc(100% - 50px);
  }
  .checkout-edit-field__settings-option .settings-title {
    padding: 20px 20px;
  }
  .checkout-edit-field__settings-option .options-wrapper {
    padding: 25px 20px;
  }
  .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
    padding-right: 20px;
  }
  .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout-edit-field__settings-option .options-wrapper {
    padding: 25px 20px;
  }
  .checkout-edit-field__settings-option .options-wrapper::before {
    display: none;
  }
  .checkout-edit-field__settings-option .options-wrapper .single-option {
    width: 100%;
  }
  .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
    padding-right: 0;
  }
  .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
    padding-left: 0;
  }
}
.funnel-settings__header {
  padding: 28px 20px 27px 30px;
}
.funnel-settings__header .helper-link {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.funnel-settings__header .helper-link li {
  margin-left: 35px;
}
.funnel-settings__header .helper-link li:first-child {
  margin-left: 0;
}
.funnel-settings__header .helper-link li a {
  font-weight: 500;
  font-size: 13px;
  color: #363B4E;
}
.funnel-settings__header .helper-link li a:hover {
  color: #6E42D3;
}

.wpfnl-funnel-settings__inner-content {
  width: 100%;
  padding: 30px;
}

.wpfn-settings__nav {
  margin-bottom: 30px;
}
.wpfn-settings__nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.wpfn-settings__nav .nav-li {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.wpfn-settings__nav .nav-li svg {
  margin-right: 6px;
}
.wpfn-settings__nav .nav-li .pro-tag-icon {
  margin-top: 4px;
  margin-left: 6px;
}
.wpfn-settings__nav .nav-li.active {
  border-color: #6E42D3;
  box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
  background-color: #ffffff;
}
.wpfn-settings__nav .nav-li.active span:not(.pro-tag) {
  color: #6e42d3;
}
.wpfn-settings__nav .nav-li.active svg rect,
.wpfn-settings__nav .nav-li.active svg circle,
.wpfn-settings__nav .nav-li.active svg path {
  stroke: #6E42D3;
}
.wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg rect,
.wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg circle,
.wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg path {
  fill: #6E42D3;
}
.wpfn-settings__nav .create-btn {
  margin-left: auto;
}
.wpfn-settings__nav .create-btn a {
  height: 44px;
  line-height: 45px;
}

.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings hr {
  border: none;
  border-bottom: 1px solid #EDECF2;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .settings-title {
  box-shadow: none;
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general hr {
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #EDECF2;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-hidden {
  display: none;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-box {
  padding-top: 16px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper {
  margin-bottom: 24px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-fields {
  max-width: inherit;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper label {
  color: #2D3149;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item {
  border-radius: 10px;
  width: 120px;
  border: 1px solid #EDECF2;
  background: #FFF;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item img {
  width: 30px;
  height: 30px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item .wpfnl-title {
  text-align: center;
  width: max-content;
  color: #2D3149;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item::before {
  content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjMgNTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDIuNSIgY3k9IjkuNSIgcj0iNDIuNSIgZmlsbD0iIzZFNDJEMyIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80ODRfMTMpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDAuNDg5IDE3LjU5NmExLjc0NSAxLjc0NSAwIDAwLTIuNDY4IDBMMjYuOTE1IDI4LjcwMmwtNC45MzYtNC45MzZhMS43NDUgMS43NDUgMCAxMC0yLjQ2OCAyLjQ2OGw2LjE3IDYuMTdjLjM0LjM0Ljc4Ny41MTEgMS4yMzQuNTExLjQ0NyAwIC44OTMtLjE3IDEuMjM0LS41MTFsMTIuMzQtMTIuMzRhMS43NDUgMS43NDUgMCAwMDAtMi40Njh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDg0XzEzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOSAxNCkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item.checked {
  border: 1px solid #6E42D3;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item.checked::before {
  opacity: 1;
  visibility: visible;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item:hover {
  border: 1px solid #6E42D3;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button {
  background: transparent;
  color: #6E42D3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #6E42D3;
  margin-left: 300px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button .icon-sync svg {
  stroke: #6E42D3 !important;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button .icon {
  stroke: #6E42D3 !important;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings:not(.general) {
  display: none;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings > a > .pro-tag {
  padding: 14px 35px;
  text-align: center;
  margin: 30px;
  box-shadow: none;
  border-radius: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .settings-title {
  font-weight: 500;
  color: #363B4E;
  text-transform: capitalize;
  padding: 18px 30px;
  box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-box {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper > label {
  width: 300px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields {
  width: calc(100% - 300px);
  max-width: 300px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields select {
  min-width: auto;
  padding: 0 15px;
  line-height: 1.1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template {
  padding: 0 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template span {
  display: none;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template svg {
  stroke: #fff;
  display: block;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template .sync-icon {
  animation: sync_spin 1.5s linear infinite;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template .check-icon {
  top: -3px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields {
  max-width: 100%;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields .wpfnl-checkbox {
  margin: 5px 25px 5px 0;
  display: inline-block;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.sync-template .wpfnl-fields {
  display: flex;
  align-items: center;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.sync-template .wpfnl-fields .wpfnl-alert {
  margin-left: 8px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .settings-title {
  box-shadow: none;
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 16px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields {
  width: calc(100% - 300px);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields {
  max-width: 700px;
  margin-bottom: 12px;
  width: 100%;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields .wpfnl-radiobtn > label {
  border-radius: 10px;
  border: 1px solid #EDECF2;
  background: #FFF;
  padding: 16px 20px;
  padding-left: 60px;
  width: 100%;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields .wpfnl-radiobtn > label:hover {
  border: 1px solid #6E42D3;
  box-shadow: 0px 20px 30px 0px rgba(199, 191, 217, 0.3);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields:last-child {
  margin-bottom: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span {
  display: block;
  word-break: break-word;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span.label-title {
  color: #2D3149;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span.label-subheading {
  color: #7A8B9A;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label {
  border: 1px solid #6E42D3;
  box-shadow: 0px 20px 30px 0px rgba(199, 191, 217, 0.3);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label::before {
  border-color: #6E42D3;
  background-color: #6E42D3;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn label::before {
  left: 20px;
  top: 33%;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn label::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 40%;
  width: 7px;
  height: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label::after {
  visibility: visible;
  opacity: 1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-box {
  padding-top: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink hr {
  margin-bottom: 24px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper > label {
  color: #2D3149;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top {
  align-items: flex-start;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields {
  max-width: inherit;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label {
  font-size: 13px;
  text-transform: none;
  line-height: 1.3;
  word-break: break-all;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label:before {
  top: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label:after {
  top: 5px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper {
  width: calc(100% - 300px);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields {
  max-width: 350px;
  margin-bottom: 16px;
  width: 100%;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields label {
  margin-bottom: 6px;
  display: inline-block;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields label:last-child {
  margin-bottom: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields:last-child {
  margin-bottom: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin {
  background-color: transparent;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .email-settings .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-recaptcha-setting .settings-title {
  box-shadow: none;
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  padding: 16px 30px;
  padding-bottom: 16px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-recaptcha-setting .wpfnl-checkbox.no-title label:before {
  border-color: #bdc7eb;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-box {
  padding-top: 0;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-box hr {
  margin-bottom: 24px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer {
  background: transparent;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-field-wrapper > label {
  width: 480px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-field-wrapper .wpfnl-fields {
  width: auto;
  max-width: initial;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .settings-title {
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking {
  background-color: transparent;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .pro-tag-icon {
  display: inline-block;
  transform: translate(5px, 5px);
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings {
  margin-bottom: 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields {
  position: relative;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields input {
  padding: 1rem 3.2rem 1rem 1.2rem;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .password-icon {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  width: 1.2rem;
  color: #f9f9f9;
  transition: color 0.2s;
  cursor: pointer;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .eye-regular svg {
  width: 20px;
  float: right;
  margin-left: -25px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .eye-slash-regular svg {
  width: 20px;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .hide-eye-icon {
  display: none;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title {
  padding: 16px 24px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title > svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title > svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title > svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title > svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title > svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title > svg {
  margin-right: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a {
  line-height: 1;
  position: relative;
  top: 3px;
  margin-left: auto;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a svg,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a svg {
  width: 20px;
  height: 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a svg path,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a svg path,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a svg path,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a svg path,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a svg path,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a svg path {
  stroke: #6E42D3;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .wpfnl-checkbox.no-title label:before,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .wpfnl-checkbox.no-title label:before,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .wpfnl-checkbox.no-title label:before,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .wpfnl-checkbox.no-title label:before,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .wpfnl-checkbox.no-title label:before,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .wpfnl-checkbox.no-title label:before {
  border-color: #6E42D3;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings {
  background: transparent;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-align-top {
  align-items: flex-start;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .hints {
  display: block;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-error {
  color: #EE5F5A;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-box {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .settings-title {
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .basic-tools-field {
  margin-bottom: 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .basic-tools-field {
  margin-bottom: 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields {
  max-width: inherit;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields select {
  width: 160px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button {
  width: auto;
  min-width: auto;
  position: relative;
  height: 36px;
  line-height: 37px;
  margin-top: 20px;
  text-transform: none;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button:after {
  content: "";
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 11px;
  height: 11px;
  animation: spin 0.7s linear infinite;
  display: none;
  margin-left: 7px;
  position: relative;
  top: 3px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button.show-loader:after {
  display: inline-block;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-select {
  width: 330px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-btn > a {
  margin-left: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .wpfnl-loader {
  position: relative;
  top: 2px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager {
  background: transparent;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-user-role-container,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-analytics-settings-container {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr th {
  font-size: 16px;
  color: #363B4E;
  font-weight: 600;
  padding: 14px 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr th:first-child {
  width: 210px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td > span,
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td {
  font-size: 14px;
  color: #363B4E;
  font-weight: 600;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td {
  border-top: 1px solid #EEF0F3;
  padding: 14px 20px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td:first-child {
  width: 210px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td .wpfnl-checkbox {
  border: 1px solid #EEF0F3;
  padding: 8px;
  display: inline-block;
  border-radius: 8px;
}
.wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td .wpfnl-checkbox label {
  font-size: 13px;
  line-height: 1;
  color: #363B4E;
  cursor: pointer;
}

@-webkit-keyframes sync_spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sync_spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wpfnl-funnel-settings__footer {
  padding: 30px 0;
  padding-top: 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.wpfnl-funnel-settings__footer .update {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  line-height: 39px;
}
.wpfnl-funnel-settings__footer .wpfnl-alert {
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .wpfn-settings__nav .nav-li {
    padding: 0 10px;
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .settings-title {
    padding: 14px 20px;
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-box {
    padding: 25px 20px;
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-btn > a {
    min-width: 100px;
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper > label {
    width: 200px;
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-fields {
    width: calc(100% - 200px);
  }
  .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfn-settings__nav .create-btn a {
    padding: 0 15px;
  }
}
.wpfunnels-setup {
  padding: 0;
  margin: 0;
  height: 100vh;
}
.wpfunnels-setup #es_preview_template {
  display: none;
}

.wpfnl.wpfnl-mm-setup-wizard,
.wpfnl.wpfnl-mm-setup-wizard__container {
  background: #E4E0F1;
}

#query-monitor-main {
  display: none;
}

.wpfnl-mm-setup-wizard {
  margin: 0;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.wpfnl-mm-setup-wizard input[type=search],
.wpfnl-mm-setup-wizard input[type=url],
.wpfnl-mm-setup-wizard input[type=tel],
.wpfnl-mm-setup-wizard input[type=number],
.wpfnl-mm-setup-wizard input[type=password],
.wpfnl-mm-setup-wizard input[type=email],
.wpfnl-mm-setup-wizard input[type=text],
.wpfnl-mm-setup-wizard textarea,
.wpfnl-mm-setup-wizard select {
  padding: 5px 15px;
  height: 42px;
}
.wpfnl-mm-setup-wizard code {
  background: #eaeaea;
  background: rgba(0, 0, 0, 0.07);
  font-size: 13px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__wrapper {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 30px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 2px;
  background: #D9DDEC;
  z-index: 0;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li {
  flex: 1;
  text-align: center;
  position: relative;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  width: 0;
  height: 2px;
  background: #6E42D3;
  transition: all 0.4s linear;
  z-index: 1;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:after {
  display: none;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:first-child:before, .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  background: #f6f6f8;
  width: 47%;
  height: 24px;
  z-index: 2;
  margin-top: -11px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:before {
  left: inherit;
  right: 0;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto 10px;
  border: 1px solid #E5E8F3;
  position: relative;
  z-index: 4;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 0 18px #f6f6f8;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-icon img {
  width: 24px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-name {
  position: relative;
  z-index: 4;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.thankyou .step-icon img {
  width: 26px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.active .step-icon {
  border-color: #6E42D3;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.active .step-name {
  color: #363B4E;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed:after {
  width: 100%;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed .step-icon {
  background-color: #6E42D3;
  border-color: #6E42D3;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed .step-name {
  color: #363B4E;
  font-weight: 500;
}
.wpfnl-mm-setup-wizard .step-header {
  text-align: center;
  box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
  padding: 25px;
}
.wpfnl-mm-setup-wizard .step-header .title {
  font-size: 16px;
  font-weight: 500;
  color: #363B4E;
  margin-bottom: 7px;
}
.wpfnl-mm-setup-wizard .step-header .description {
  line-height: 1.6;
}
.wpfnl-mm-setup-wizard .wizard-single-content__body {
  padding: 30px 25px 0;
}
.wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper {
  margin: 20px 0 13px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .hints {
  margin-top: 10px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .wpfnl-mm-fields > label {
  width: auto;
  position: relative;
  top: -2px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .wpfnl-mm-checkbox > label {
  cursor: pointer;
}
.wpfnl-mm-setup-wizard .wizard-single-content {
  box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
  background: #fff;
  border-radius: 10px;
}
.wpfnl-mm-setup-wizard .hints a {
  font-size: 13px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn {
  padding: 12px 30px;
  height: auto;
  line-height: normal;
  border-radius: 10px;
  min-width: auto;
  width: 120px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn.next {
  margin-left: 15px;
}
.wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn .wpfnl-mm-loader {
  position: relative;
  top: 2px;
  display: inline-block;
}
.wpfnl-mm-setup-wizard .thankyou .tutorial-video iframe {
  width: 100%;
  height: 310px;
}
.wpfnl-mm-setup-wizard .thankyou .wizard-single-content__footer {
  justify-content: center;
}
.wpfnl-mm-setup-wizard .thankyou .wizard-single-content__footer .wizard-btn {
  width: auto;
}
.wpfnl-mm-setup-wizard .skip-wizard {
  margin-top: 10px;
  text-align: center;
}
.wpfnl-mm-setup-wizard .skip-wizard a {
  text-transform: capitalize;
  color: #6E42D3;
}
.wpfnl-mm-setup-wizard .skip-wizard a:hover {
  text-decoration: underline;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-box {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper > label {
  width: 170px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper.parmalink-base {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  display: block;
  margin-bottom: 20px;
}
.wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper .wpfnl-mm-fields {
  width: calc(100% - 170px);
}
.wpfnl-mm-setup-wizard .wpfnl-mm-radiobtn label {
  font-size: 13px;
  text-transform: none;
  line-height: 1.3;
  word-break: break-all;
  cursor: pointer;
}

/**
 * Setup wizard custom CSS.
 * @since 3.3.1
 */
.wpfnl-mm-setup-wizard__logo {
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}

.setup-wizard__pregress-bar {
  width: 100%;
  text-align: center;
  display: flex;
  border: 1px solid #E5E8F3;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin: 0rem 0.3rem 0rem 0.2rem;
}
.setup-wizard__pregress-bar .setup-wizard__pregress-step {
  flex-grow: 1;
  position: relative;
  background-color: transparent;
  width: 16%;
  padding: 15px 0;
  padding-left: 35px;
}
.setup-wizard__pregress-bar .setup-wizard__pregress-step:first-child {
  padding-left: 16px;
}
.setup-wizard__pregress-bar .setup-wizard__pregress-step:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0;
  right: -18px;
  margin: auto 0;
  width: 40px;
  height: 43px;
  background: rgb(255, 255, 255);
  transform: rotate(-43deg);
  clip-path: polygon(100% 2%, 2% 100%, 100% 100%);
  border-radius: 0 0 10px 0;
  border-right: 2px solid #E5E8F3;
  border-bottom: 2px solid #E5E8F3;
}
.setup-wizard__pregress-bar .setup-wizard__pregress-step p {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  gap: 9px;
  color: #363B4E;
}
.setup-wizard__pregress-bar .setup-wizard__pregress-step p span {
  border: 1px solid #6E42D3;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding-top: 2px;
}
.setup-wizard__pregress-bar .step-not-visited p {
  color: rgba(36, 34, 60, 0.5019607843);
}
.setup-wizard__pregress-bar .step-not-visited p span {
  border: 1px solid rgb(229, 232, 243);
  color: rgba(36, 34, 60, 0.2);
}
.setup-wizard__pregress-bar .step-active {
  background: #6E42D3;
  color: #ffffff;
}
.setup-wizard__pregress-bar .step-active:before {
  background: #6E42D3;
  border-right: none;
  border-bottom: none;
}
.setup-wizard__pregress-bar .step-active p {
  font-weight: 600;
  color: #FFFFFF;
}
.setup-wizard__pregress-bar .step-active p span {
  border: 1px solid #ffffff;
  color: #FFFFFF;
}
.setup-wizard__pregress-bar .step-visited {
  background: #FFFFFF;
}
.setup-wizard__pregress-bar .step-visited p {
  font-weight: 500;
}
.setup-wizard__pregress-bar .step-visited p span {
  background: #6E42D3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wizard-container button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#wizard-container .wpfnl-mm-required-text {
  margin-top: 8px;
  color: red;
  display: none;
}
#wizard-container .wpfnl-mm-required-text.active {
  display: block;
}
#wizard-container .wpfnl-mm-setup-no-plugin-needed,
#wizard-container .wpfnl-mm-no-plugin-btn {
  display: none;
}
#wizard-container .wpfnl-mm-setup-no-plugin-needed img {
  width: 50%;
  margin: auto;
}
#wizard-container .wpfnl-mm-no-plugin-btn {
  border-radius: 10px;
  background: #6E42D3;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
  padding: 16px 30px;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-checkbox input[type=checkbox] {
  display: none;
}
#wizard-container .wpfnl-mm-checkbox.no-title label {
  height: 14px;
}
#wizard-container .wpfnl-mm-checkbox label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7A8B9A;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
}
#wizard-container .wpfnl-mm-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #bdc7eb;
  background-color: #f6f6f8;
  transition: all 0.3s ease;
}
#wizard-container .wpfnl-mm-checkbox label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#wizard-container .wpfnl-mm-checkbox input[type=checkbox]:checked + label::before {
  background-color: #6E42D3;
  border-color: #6E42D3;
}
#wizard-container .wpfnl-mm-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
#wizard-container .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
  color: #363B4E;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
#wizard-container .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-subheading {
  color: #7A8B9A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 55%;
  margin: auto;
  margin-bottom: 32px;
}
#wizard-container .wpfnl-mm-btn {
  border-radius: 10px;
  background: #6E42D3;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
  padding: 16px 30px;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  display: inline-block;
}
#wizard-container .wpfnl-mm-skip-wizard {
  color: rgba(54, 59, 78, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
  background: no-repeat;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-setup-plugin-footer {
  margin-top: 25px;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
#wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-image-wrapper {
  margin-bottom: 5px;
}
#wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-image-wrapper img {
  max-height: 410px;
  margin: auto;
}
#wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
}
#wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-footer .wpfnl-mm-skip-wizard {
  margin-left: 0;
}
#wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-setup-subheading {
  margin-bottom: 5px;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-heading {
  font-weight: 400;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-heading b {
  font-weight: 600;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type {
  border: 1px solid #F1EFF7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 43px 43px 30px;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type:hover {
  border: 1px solid #6E42D3;
  box-shadow: 0px 20px 30px rgba(199, 191, 217, 0.3);
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type.type-selected {
  border: 1px solid #6E42D3;
  filter: drop-shadow(0px 20px 30px rgba(199, 191, 217, 0.3));
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-icon {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(201.84deg, #E1DFF9 9.62%, #F4E9F3 88.4%, #F4E9F4 88.4%);
  border-radius: 50%;
  filter: drop-shadow(0px 8px 30px #F2F0F8);
  border: 6px solid #FFF;
  margin-bottom: 24px;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-heading {
  color: #363B4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
#wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-subheading {
  color: #7A8B9A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  width: 90%;
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-heading {
  font-weight: 400;
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-heading b {
  font-weight: 600;
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 28px;
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder {
  border: 1px solid #F1EFF7;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder:hover {
  border: 1px solid #6E42D3;
  box-shadow: 0px 20px 30px rgba(199, 191, 217, 0.3);
}
#wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder .wpfnl-mm-builder-heading {
  color: #363B4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.14;
}
#wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-heading {
  font-weight: 400;
}
#wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-heading b {
  font-weight: 600;
}
#wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-plugin-footer {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.38;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading b {
  font-weight: 600;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-description {
  color: #7A8B9A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: auto;
  width: 68%;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-skip-wizard {
  margin-left: 17px;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form {
  margin-top: 25px;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group {
  margin-bottom: 16px;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group:last-child {
  margin-bottom: 0;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group label {
  color: #363B4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group input {
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  background: #FFF;
  color: #363B4E;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-legal-text {
  color: #7A8B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  text-align: left;
  margin-top: 8px;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-legal-text a {
  color: #6E42D3;
  text-decoration-line: underline;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-plugin-footer {
  margin-top: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
#wizard-container .wpfnl-mm-setup-wizard-done {
  min-width: 620px;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 27px;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading span {
  color: #24223C;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading span b {
  font-weight: 600;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  min-height: 330px;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container #wpfnl-mm-iframe-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container #wpfnl-mm-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
  min-height: 330px;
  background: rgba(29, 11, 69, 0.4784313725);
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(40, 11, 63, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay .wpfnl-mm-btn-wrapper {
  text-align: center;
  margin-top: 60px;
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay .wpfnl-mm-btn-wrapper button {
  z-index: 2;
  padding: 12px 23px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(136deg, #FFF 15.91%, #E2DEFF 79.56%);
  filter: drop-shadow(0px 20px 40px rgba(20, 13, 64, 0.5));
}
#wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-plugin-footer {
  margin-top: 25px;
  margin-bottom: 14px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .setup-wizard__pregress-bar .setup-wizard__pregress-step {
    width: 15%;
  }
  .setup-wizard__pregress-bar .setup-wizard__pregress-step:nth-child(4) {
    width: 20%;
  }
}
.setup-wizard__heading-one {
  color: #0e003c;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: Inter;
  line-height: 1;
}
.setup-wizard__heading-one .setup-wizard__heading-one-highlight {
  color: #0e003c;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  font-family: Inter;
  line-height: 1;
}
@media (max-width: 1280px) {
  .setup-wizard__heading-one {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .setup-wizard__heading-one {
    font-size: 28px;
  }
}

.setup-wizard__main-buttons .setup-wizard__button-left {
  color: #FFFFFF;
  background-color: #6E42D3;
}
.setup-wizard__main-buttons .setup-wizard__button-left:hover {
  color: #FFFFFF;
}
.setup-wizard__main-buttons .setup-wizard__button-right {
  color: #0e003c;
  border: 1px solid #ebe4ff;
  background: #f7f4ff;
}
.setup-wizard__main-buttons .setup-wizard__button-right:hover {
  color: #0e003c;
}

.setup-wizard__description {
  font-size: 16px !important;
  color: #5F5B6B !important;
  text-align: center !important;
  line-height: 1.625 !important;
  max-width: 600px;
  margin: 0 auto !important;
  font-weight: 400 !important;
  font-family: Inter !important;
  font-style: normal;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .setup-wizard__description {
    font-size: 15px;
  }
}

.setup-wizard__done-section-container, .setup-wizard__features-section-container, .setup-wizard__welcome-section-container {
  margin-top: 34px;
  border-radius: 10px;
  background: #FFF;
  padding: 40px 40px 44px 40px;
  box-shadow: 0px 1px 1px 0px rgba(184, 177, 206, 0.7);
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container, .setup-wizard__features-section-container, .setup-wizard__welcome-section-container {
    padding: 35px 35px 39px 35px;
  }
}

.setup-wizard__footer-buttons, .setup-wizard__main-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.setup-wizard__footer-buttons .setup-wizard__button-right, .setup-wizard__footer-buttons .setup-wizard__button-left, .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button, .setup-wizard__main-buttons .setup-wizard__button-left, .setup-wizard__main-buttons .setup-wizard__button-right {
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 17px 22px;
  cursor: pointer;
  border: none;
}
@media (max-width: 768px) {
  .setup-wizard__footer-buttons .setup-wizard__button-right, .setup-wizard__footer-buttons .setup-wizard__button-left, .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button, .setup-wizard__main-buttons .setup-wizard__button-left, .setup-wizard__main-buttons .setup-wizard__button-right {
    font-size: 17px;
    padding: 15px 20px;
  }
}

.setup-wizard__welcome-section-container .setup-wizard__welcome-text-content {
  margin-bottom: 25px;
}
.setup-wizard__welcome-section-container .setup-wizard__welcome-video-container {
  position: relative;
  margin-bottom: 28px;
}
.setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__welcome-video-preview {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
  height: 480px;
  width: 836px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
    width: 750px;
  }
}
@media (max-width: 1024px) {
  .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
    height: 400px;
    width: 650px;
  }
}
.setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__video-play-button {
  position: absolute;
  top: 42%;
  left: 45%;
}
.setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__video-play-button button {
  border: none;
  cursor: pointer;
  background: none;
}

.setup-wizard-flex-col {
  flex-direction: column;
  gap: 10px;
}
.setup-wizard-flex-col h3 {
  color: #1d2327;
  font-size: 1.3em;
}

.setup-wizard__features-section-container {
  background: linear-gradient(101deg, #E5DAFF 0.77%, #F5F1FF 20.23%, #FFF9F4 79.76%, #FFF0E6 100.21%);
}
.setup-wizard__features-section-container .setup-wizard__feature-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 165px;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-lists {
    column-gap: 50px;
    row-gap: 40px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature {
  display: flex;
  align-items: start;
  gap: 27px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-image img {
    max-width: 30px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-heading {
  color: #0e003c;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-heading {
    font-size: 17px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-description {
  color: #5F5B6B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-description {
    font-size: 15px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-list-button-container {
  margin-top: 42px;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-list-button-container {
    margin-bottom: 50px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button {
  background: #F7F4FF;
  border: 1px solid #EBE4FF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #6E42D3;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button {
    font-size: 15px;
  }
}
.setup-wizard__features-section-container .setup-wizard__feature-list-button {
  background: #F7F4FF;
  border: 1px solid #EBE4FF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #6E42D3;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__feature-list-button {
    font-size: 15px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features {
  padding-bottom: 46px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features {
    padding-bottom: 40px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content {
    margin-bottom: 24px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading {
  color: #0E003C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading {
    font-size: 22px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading .setup-wizard__pro-feature-heading-highlight {
  color: #3F04FE;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 143px;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists {
    column-gap: 60px;
    row-gap: 20px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 17px;
  flex-wrap: wrap;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-description-text {
  width: 100%;
  color: #3E3E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-left: 40px;
  margin-top: -15px;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-title {
    font-size: 17px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price {
  position: relative;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price p {
  color: #73707D;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 40px 0 21px;
  border-top: 1px solid #FFF;
  position: relative;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price p {
    font-size: 18px;
    padding: 20px 40px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-amount {
  color: #6E42D3;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-amount {
    font-size: 22px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-tag {
  position: absolute;
  font-family: Inter;
  right: 0;
  top: -21px;
  display: block;
  border-radius: 16px 16px 16px 0px;
  background: #EF7E32;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 9px;
  text-transform: capitalize;
  z-index: 1;
  line-height: 0.8;
  transform: translate(-50%, -50%);
  top: 30px;
  left: 50%;
  max-width: 85px;
}
@media (max-width: 768px) {
  .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-tag {
    max-width: 70px;
    font-size: 12px;
    padding: 7px 8px;
  }
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard_pro-features-price-savings {
  color: #5F5B6B;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-left: 23px;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button {
  background: #6E42D3;
  font-weight: 500;
  font-size: 16px;
  font-family: Inter;
  line-height: 1.6;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #FFFFFF;
}

.setup-wizard__footer-buttons {
  padding-top: 30px;
}
.setup-wizard__footer-buttons .setup-wizard__button-left {
  color: #FFFFFF;
  background-color: #6E42D3;
}
.setup-wizard__footer-buttons .setup-wizard__button-left:hover {
  color: #FFFFFF;
}
.setup-wizard__footer-buttons .setup-wizard__button-right {
  color: #6E42D3;
  border: 1px solid #ebe4ff;
  background: #f7f4ff;
  box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.1);
}

.setup-wizard__done-section-container .setup-wizard__done-text-content {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__done-text-content {
    margin-bottom: 30px;
  }
}
.setup-wizard__done-section-container .setup-wizard__done-text-content--done-icon {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__done-text-content--done-icon {
    gap: 20px;
  }
}
.setup-wizard__done-section-container .setup-wizard__testimonial {
  padding: 25px 30px 50px 30px;
  border: 1px solid #F5F2FF;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__testimonial {
    padding: 25px 30px 35px 30px;
  }
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-title {
  color: #0E003C;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-title {
    font-size: 22px;
  }
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 35px;
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card {
  position: relative;
  border-radius: 5px;
  background: linear-gradient(115deg, #DDD3FF -22.47%, #F3EFFF 41.78%, #ECF7FF 100%);
  box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.15);
  padding: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card {
    padding: 25px;
  }
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-content {
  color: #0E003C;
  font-family: Inter;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-author {
  margin-top: 18px;
  color: #0E003C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-author {
    margin-top: 15px;
    font-size: 17px;
  }
}
.setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-quote-icon {
  position: absolute;
  top: -65px;
  left: 0px;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__subscribe-button-container {
    align-items: start;
  }
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container p {
  color: #73707D;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__subscribe-button-container p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch {
    margin-top: 5px;
  }
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider {
  background-color: #6E42D3;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:focus + .setup-wizard__switch-slider {
  box-shadow: 0 0 1px #2196F3;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
@media (max-width: 768px) {
  .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-round {
  border-radius: 34px;
}
.setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-round:before {
  border-radius: 50%;
}

.setup-wizard__funnel-settings .setup-wizard__card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #B1BED5;
  padding: 39px 80px;
  width: 99%;
  margin: 34px auto 0;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn {
  display: block;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio] {
  display: none;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label::before {
  border-color: #6E42D3;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label::after {
  transform: scale(1);
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label {
  border-color: #6E42D3;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label::before {
  opacity: 0.5;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label::after {
  opacity: 0.5;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn label {
  cursor: pointer;
  position: relative;
  color: #5F5B6B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn label:hover {
  border-color: #6E42D3;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn label::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f7f7fa;
  border: 1px solid #bdc7eb;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.setup-wizard__funnel-settings .setup-wizard__radiobtn label::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6E42D3;
  transform: scale(0);
  transition: all 0.3s ease;
}
.setup-wizard__funnel-settings .setup-wizard__funnel-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.setup-wizard__funnel-settings .setup-wizard__funnel-type .input-custom-wrapper {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.setup-wizard__funnel-settings .setup-wizard__funnel-type .input-custom-wrapper label {
  border-radius: 3px;
  border: 1px solid #EFE8FF;
  background: #F9F6FF;
  padding: 17px 26px;
  padding-left: 67px;
  display: block;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 19px;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list.setup-wizard-essential {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: center;
  justify-content: center;
  margin: 19px auto 0;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list label {
  border: 1px solid #F1EFF7;
  display: block;
  padding: 29px 24px;
  border-radius: 10px;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list label::before {
  left: 28px;
  top: 45px;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list label::after {
  left: 33px;
  top: 50px;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list label:hover {
  border-color: #F1EFF7;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  margin-left: 42px;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info .setup-wizard__page-builder-heading {
  color: #393546;
}
.setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info .setup-wizard__page-builder-subheading {
  color: #5F5B6B;
}
.setup-wizard__funnel-settings .wpfnl-mm-checkbox label {
  border: none;
  padding: 0;
}
.setup-wizard__funnel-settings .wpfnl-mm-setup-single-plugin {
  border: 1px solid #F1EFF7;
  display: flex;
  padding: 29px 24px;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.setup-wizard__funnel-settings .wpfnl-mm-setup-single-plugin .wpfnl-mm-setup-plugin-mm-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins {
  display: none;
  position: relative;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins label {
  cursor: not-allowed;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins.active {
  display: block;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .setup-wizard__single-page-builder {
  display: none;
  opacity: 0.7;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .setup-wizard__single-page-builder.active {
  display: block;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-required-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #EE8134;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #F1EFF7;
  background: #FFF;
  padding: 4px 8px;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin {
  width: 100%;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin h3 {
  color: #393546;
}
.setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin p {
  color: #5F5B6B;
}

.mint-qubely-wrapper {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#setup-wizard__mail-mint {
  display: none;
}
#setup-wizard__mail-mint.active {
  display: flex;
  opacity: 1;
}

#setup-wizard__qubely {
  display: none;
}
#setup-wizard__qubely.active {
  display: flex;
  opacity: 1;
}

#wpfunnels-app {
  margin: 0 0 0 -20px;
  min-height: calc(100vh - 32px);
}

.wp-funnels_page_edit_funnel #wpbody-content,
.wpfunnels_page_edit_funnel #wpbody-content {
  padding-bottom: 0;
}

.wp-funnels_page_edit_funnel #wpfooter,
.wpfunnels_page_edit_funnel #wpfooter {
  display: none;
}

.wpfnl-admin-notices-wrapper {
  background: #fff;
  padding: 15px 14px;
  border-bottom: 1px solid #E5E8F3;
}
.wpfnl-admin-notices-wrapper .single-notice {
  background: #eee;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-left: 3px solid #ddd;
}
.wpfnl-admin-notices-wrapper .single-notice:last-child {
  margin-bottom: 0;
}
.wpfnl-admin-notices-wrapper .single-notice.notice-warning {
  color: #473D3D;
  background-color: #FFF9EB;
  border-left-color: #FFB802;
}
.wpfnl-admin-notices-wrapper .single-notice.notice-error {
  color: #473D3D;
  background-color: #FFF3F3;
  border-left-color: #DB0D0D;
}

.wpfnl-drawflow-window svg path {
  transition: none;
}
.wpfnl-drawflow-window .not-clickable-overlay.downflow {
  background: rgba(255, 255, 255, 0);
  display: block;
  backdrop-filter: blur(0);
}
.wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 80px;
  z-index: -1;
}
.wpfnl-drawflow-window .wpfnl-drawing-wrapper {
  position: relative;
}
.wpfnl-drawflow-window .save-name-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: rgb(246, 245, 250);
}
.wpfnl-drawflow-window .save-name-loader .wpfnl-loader {
  display: block;
  width: 50px;
  height: 50px;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert {
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: flex-start;
  background-color: #fff;
  width: 270px;
  height: 40px;
  padding: 10px 15px;
  box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
  border-radius: 0px 6px 6px 0px;
  border-left: 2px solid #00D057;
  transform: translateY(-30px);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon {
  margin-right: 14px;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon svg {
  display: block;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon .error-icon {
  display: none;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert .alert-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert .close-alert {
  display: block;
  padding: 3px 0 3px 10px;
  margin-left: auto;
  cursor: pointer;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error {
  border-left-color: #EE5F5A;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error .error-icon {
  display: block;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error .success-icon {
  display: none;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper.show {
  z-index: 9;
}
.wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper.show .wpfn-drawflow-alert {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawflow-window .step-importer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 4;
  background: rgb(246, 245, 250);
}
.wpfnl-drawflow-window .step-importer-wrapper.wpfnl-ab-steps-modal {
  z-index: 101;
}
.wpfnl-drawflow-window .step-importer-wrapper.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper-before,
.wpfnl-drawflow-window .step-importer-wrapper .wpfnl-ab-steps .wpfnl-step__templates-wrapper-before {
  width: 100%;
}
.wpfnl-drawflow-window .wpfnl-drawing-window-loader {
  background: rgb(246, 245, 250);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawflow-window .wpfnl-drawing-window-loader .wpfnl-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -48px;
  margin-top: -46px;
  transition: all 0.3s linear;
}
.wpfnl-drawflow-window .wpfnl-drawing-window-loader.drawing-window-loaded {
  opacity: 0;
  visibility: hidden;
}
.wpfnl-drawflow-window .wpfnl-drawing-window-loader.drawing-window-loaded .wpfnl-loader {
  opacity: 0;
  visibility: hidden;
}

.ab-testing-drawer .add-step-wrapper, .wpfnl-drawing-window .addstep .add-step-wrapper {
  position: relative;
  border: 1px dashed #7A8B9A;
  border-radius: 14px;
  width: 180px;
  height: 251px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f6f5fa;
}
.ab-testing-drawer .add-step-wrapper svg, .wpfnl-drawing-window .addstep .add-step-wrapper svg {
  position: relative;
}
.ab-testing-drawer .add-step-wrapper .icon, .wpfnl-drawing-window .addstep .add-step-wrapper .icon {
  background: #6E42D3;
  box-shadow: 0px 8px 16px rgba(193, 183, 232, 0.5);
  border-radius: 100px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab-testing-drawer .add-step-wrapper .icon svg, .wpfnl-drawing-window .addstep .add-step-wrapper .icon svg {
  width: 19px;
  height: 19px;
}
.ab-testing-drawer .add-step-wrapper .icon svg path, .wpfnl-drawing-window .addstep .add-step-wrapper .icon svg path {
  stroke: #fff;
}
.ab-testing-drawer .add-step-wrapper h6, .wpfnl-drawing-window .addstep .add-step-wrapper h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #363B4E;
  margin-top: 23px;
}
.ab-testing-drawer .add-step-wrapper p, .wpfnl-drawing-window .addstep .add-step-wrapper p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #363B4E;
  width: 104px;
  margin-top: 8px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options {
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  background: #FFFFFF;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
  border-radius: 10px;
  width: 100px;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  display: none;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #7A8B9A;
  flex: 1;
  border: none;
  background: transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 19px 15px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option circle, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option circle,
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option path,
.wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option path {
  transition: all 0.3s ease;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:hover, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:hover {
  background: rgba(110, 66, 211, 0.16);
  color: #6E42D3;
  font-weight: 500;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:first-child, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:first-child {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #EEF0F3;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:last-child, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:last-child {
  border-radius: 0 0 10px 10px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-step svg, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-step svg {
  margin-bottom: 8px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-step:hover path, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-step:hover path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition svg, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition svg {
  margin-bottom: 3px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition:hover circle, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition:hover circle,
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition:hover path,
.wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition:hover path {
  stroke: #6E42D3;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options.not-show-condition .single-option, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options.not-show-condition .single-option {
  border-radius: 10px !important;
}
.ab-testing-drawer .show-options.add-step-wrapper .add-steps-options, .wpfnl-drawing-window .addstep .show-options.add-step-wrapper .add-steps-options {
  display: flex;
}

.ab-testing-drawer .single-ab-step .step-body .step-stats, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EEF0F3;
  margin-top: 10px;
}
.ab-testing-drawer .single-ab-step .step-body .step-stats .single-stat, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .single-stat {
  flex: 1;
  text-align: center;
  padding: 11px 8px;
}
.ab-testing-drawer .single-ab-step .step-body .step-stats .single-stat:first-child, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .single-stat:first-child {
  border-right: 1px solid #EEF0F3;
}
.ab-testing-drawer .single-ab-step .step-body .step-stats .number, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .number {
  color: #363B4E;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: block;
}
.ab-testing-drawer .single-ab-step .step-body .step-stats .title, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .title {
  color: #7A8B9A;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
}

.wpfnl-drawing-window {
  height: calc(100vh - 101px);
  min-height: auto;
  position: relative;
  overflow: auto !important;
  overflow-x: hidden !important;
}
.wpfnl-drawing-window::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.wpfnl-drawing-window::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-drawing-window::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl-drawing-window .drawflow .drawflow-delete {
  background: #f6f5fa;
}
.wpfnl-drawing-window .drawflow .drawflow-add-step {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: white !important;
  z-index: 4;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
  background: #7A8B9A;
  border: 6px solid #F6F5FA;
  margin: -6px;
}
.wpfnl-drawing-window .drawflow .drawflow-add-step:hover {
  background: #6E42D3;
}
.wpfnl-drawing-window .drawflow .drawflow > .drawflow-add-step {
  margin-left: -15px;
  margin-top: 15px;
}
.wpfnl-drawing-window .drawflow .parent-node .drawflow-add-step {
  right: -15px;
  top: -15px;
}
.wpfnl-drawing-window .drawflow .drawflow-paste-step {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  font-weight: 500;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
  border-radius: 100px;
  border: 6px solid #F6F5FA;
  background: #FFF;
  width: auto;
  height: auto;
  padding: 6px 10px;
  color: #363B4E !important;
  font-size: 10px;
  min-width: 80px;
}
.wpfnl-drawing-window .drawflow .drawflow > .drawflow-paste-step {
  margin-left: -15px;
  margin-top: 15px;
}
.wpfnl-drawing-window .drawflow .parent-node .drawflow-paste-step {
  right: -15px;
  top: -15px;
}
.wpfnl-drawing-window .drawflow .connection .main-path {
  stroke-dasharray: 0;
  stroke: #7a8b9a;
  stroke-width: 1.8px;
}
.wpfnl-drawing-window .drawflow .connection .main-path:hover, .wpfnl-drawing-window .drawflow .connection .main-path.selected {
  stroke: #7a8b9a;
}
.wpfnl-drawing-window .drawflow .drawflow-node {
  border: none;
  background-color: transparent !important;
  border-radius: 10px;
  padding: 0;
  width: 180px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .drawflow_content_node {
  text-align: center;
  cursor: default;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper {
  position: relative;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .not-clickable-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2901960784);
  display: block;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal {
  position: fixed;
  top: calc(50% - 90px);
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header {
  background: #FFFFFF;
  border-bottom: 1px dashed #7A8B9A;
  border-radius: 5px 5px 0px 0px;
  left: -45px;
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  width: calc(100% + 90px);
  padding: 6px 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #787F96;
  margin-left: 13px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button.edit svg {
  width: 17px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button.start {
  margin-left: auto;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper:last-child {
  margin-bottom: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper button.active {
  position: relative;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper button.active .wpfnl-dropdown {
  visibility: visible;
  opacity: 1;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown {
  top: 20px;
  left: 0;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 2px 20px 0px rgba(210, 209, 218, 0.3);
  padding: 10px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item {
  border-radius: 4px;
  background: #F6F8FA;
  padding: 8px;
  width: auto;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item svg {
  margin: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item span {
  color: #2D3149;
  font-weight: 500;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown::after {
  content: none;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .has-mailmint-step .single-node-wrapper:not(.single-node-thankyou):nth-last-of-type(2) {
  margin-bottom: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node {
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #EDECF2;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper svg {
  display: block;
  position: relative;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .placeholder-img svg {
  width: 100%;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button {
  background: #fff;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 3px;
  gap: 10px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li {
  width: 24px;
  height: 22px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > button {
  border: none;
  background: transparent;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > a, .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > button {
  display: block;
  text-align: center;
  line-height: 22px;
  width: 100%;
  cursor: pointer;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li svg {
  margin: 0 auto;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag {
  position: absolute;
  top: -23px;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #6E42D3;
  border-radius: 2px;
  transform: rotate(45deg) translateX(-50%);
  z-index: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag.has-opacity {
  background: #9F8ACD;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag.has-opacity::before {
  background: #9F8ACD;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag a {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 3px 5px 3px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(21, 21, 69, 0.1019607843);
  border-radius: 10px;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  z-index: 3;
  width: 184px;
  text-align: left;
  border: 1px solid #E5E8F3;
  display: none;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #787F96;
  border: none;
  background: transparent;
  padding: 10px 15px;
  border-bottom: 1px solid #F1F3FA;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button:last-child {
  border-bottom: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button:hover {
  color: #6E42D3;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-header {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 3px 9px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-header .node-title {
  color: #363B4E;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-header .node-title span {
  font-size: 11px;
  color: #797e94;
  max-width: 88px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body {
  padding: 10px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .placeholder-img.thankyou {
  padding: 14px 0px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .no-product-notice {
  transform: translateY(-7px);
  width: 100%;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img {
  border-radius: 8px;
  border: 1px solid #EEF0F3;
  position: relative;
  overflow: hidden;
  height: 121px;
  background: #f6f5fa;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -5px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .orderbump-cta {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 44.08%, rgba(0, 0, 0, 0.53) 100%);
  border-radius: 8px;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .orderbump-cta > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: block;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span {
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #363B4E;
  padding: 8px 5px;
  margin-top: 10px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span.no-product {
  color: #ee5f5a;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span.has-product {
  color: #45b959;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag {
  position: absolute;
  top: 98px;
  left: calc(100% + 54px);
  width: 50px;
  height: 50px;
  border: 1px solid #EDECF2;
  box-shadow: 0px 6px 10px 0px rgba(190, 190, 215, 0.08);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag .flag-line {
  position: absolute;
  right: calc(100% + 11px);
  top: 18px;
  width: 42px;
  height: 2px;
  background: #7A8B9A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzdBOEI5QSIgZD0iTTEuNzUgMTUuNTg1YTEuMDgzIDEuMDgzIDAgMDEtLjc3LTEuODUybDUuNzQyLTUuNzMxTC45ODEgMi4yN0ExLjA4OCAxLjA4OCAwIDAxMi41MTkuNzMzbDYuNSA2LjVhMS4wODMgMS4wODMgMCAwMTAgMS41MjdsLTYuNSA2LjVhMS4wODMgMS4wODMgMCAwMS0uNzcuMzI1eiIvPjwvc3ZnPg==");
  position: absolute;
  right: calc(100% + 9px);
  top: 17px;
  width: 10px;
  height: 16px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag:after {
  content: "";
  position: absolute;
  left: -61px;
  top: 20px;
  width: 12px;
  height: 12px;
  border: 2px solid #7A8B9A;
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag path {
  stroke: #6E42D3;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag > span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #363B4E;
  margin-top: 6px;
  display: block;
}
.wpfnl-drawing-window .drawflow .drawflow-node .inputs .input,
.wpfnl-drawing-window .drawflow .drawflow-node .output {
  border-radius: 50%;
  border: 2px solid #7A8B9A;
  background: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 120px;
  pointer-events: none !important;
}
.wpfnl-drawing-window .drawflow .drawflow-node .output {
  opacity: 1 !important;
  right: -5px;
  pointer-events: none !important;
}
.wpfnl-drawing-window .drawflow .drawflow-node .output.output_2 {
  top: 120px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .inputs .input {
  background: #f6f5fa;
  opacity: 1 !important;
  border: none;
  left: -13px;
}
.wpfnl-drawing-window .drawflow .drawflow-node .inputs .input.input-connected:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzdBOEI5QSIgZD0iTTEuNzUgMTUuNTg1YTEuMDgzIDEuMDgzIDAgMDEtLjc3LTEuODUybDUuNzQyLTUuNzMxTC45ODEgMi4yN0ExLjA4OCAxLjA4OCAwIDAxMi41MTkuNzMzbDYuNSA2LjVhMS4wODMgMS4wODMgMCAwMTAgMS41MjdsLTYuNSA2LjVhMS4wODMgMS4wODMgMCAwMS0uNzcuMzI1eiIvPjwvc3ZnPg==");
  width: 10px;
  height: 16px;
  border-radius: 0px;
  position: absolute;
  left: -9px;
  top: -2px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.selected {
  z-index: 4;
}
.wpfnl-drawing-window .drawflow .drawflow-node.landing .node-header {
  background: #E8F1FF;
}
.wpfnl-drawing-window .drawflow .drawflow-node.landing .node-header .node-title svg {
  width: 15px;
  height: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.checkout .node-header {
  background: #FDF0E8;
  padding: 9px 3px 8px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.checkout .node-header .node-title svg {
  width: 15px;
  height: 17px;
  top: -1px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.upsell .node-header {
  background: #E9F9E8;
}
.wpfnl-drawing-window .drawflow .drawflow-node.upsell .node-header .node-title svg {
  width: 15px;
  height: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.downsell .node-header {
  background: #FCF0F1;
}
.wpfnl-drawing-window .drawflow .drawflow-node.downsell .node-header .node-title svg {
  width: 15px;
  height: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.thankyou .node-header {
  background: #E6FAF5;
}
.wpfnl-drawing-window .drawflow .drawflow-node.thankyou .node-header .node-title svg {
  width: 15px;
  height: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.custom .node-header {
  background: #E0F2F4;
}
.wpfnl-drawing-window .drawflow .drawflow-node.custom .node-header .node-title svg {
  width: 15px;
  height: 15px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .output:before {
  display: none;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .actions {
  top: -35px;
}
.wpfnl-drawing-window .drawflow .drawflow-step-delete {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  background: #ffffff;
  color: #ffffff;
  border: 2px solid #EE5F5A;
  line-height: 1.3;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-drawing-window .drawflow .drawflow-step-delete:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cross.svg");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  border-radius: 50%;
}
.wpfnl-drawing-window .drawflow .ab-testing-indicator {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #EC813F;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
  z-index: 2;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 50px;
}
.wpfnl-drawing-window .drawflow .node-condition-wrapper .drawflow-step-delete {
  left: -3px;
  right: inherit;
  top: -7px;
}
.wpfnl-drawing-window .drawflow .node-condition-wrapper:hover .drawflow-step-delete,
.wpfnl-drawing-window .drawflow .node-wrapper:hover .drawflow-step-delete {
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawing-window .drawflow .drawflow-delete:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cross.svg");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  border-radius: 50%;
}
.wpfnl-drawing-window .drawflow .drawflow-node:not(.conditional) .outputs .output,
.wpfnl-drawing-window .drawflow .drawflow-node:not(.conditional) .inputs .input {
  opacity: 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node.selected:not(.conditional) .outputs .output,
.wpfnl-drawing-window .drawflow .drawflow-node.selected:not(.conditional) .inputs .input {
  opacity: 1;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .outputs .output,
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .inputs .input {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #7A8B9A;
  background: #fff;
  background-image: none;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .outputs .output {
  right: 5px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .inputs .input {
  left: -5px;
}
.wpfnl-drawing-window .drawflow .drawflow-delete {
  width: 22px;
  height: 22px;
  background: #ffffff;
  color: #ffffff;
  border: 2px solid #EE5F5A;
  line-height: 1.3;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional {
  background: #ffffff !important;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  border: 1px solid #E5E8F3;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional svg {
  position: relative;
  top: 3px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .drawflow-delete {
  left: -2px;
  top: -6px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions {
  position: absolute;
  top: -19px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: white;
  margin-left: -4px;
  transform: rotate(45deg);
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions li {
  padding: 2px 6px;
  cursor: pointer;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-label {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #fff;
  font-size: 13px;
  text-transform: capitalize;
  padding: 2px 6px;
  border-radius: 4px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .actions {
  top: -39px;
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .condition-label {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-else,
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-if {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border: 2px solid #00D057;
  color: #00D057;
  padding: 1px 0;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-if {
  top: -8px;
  right: -17px;
}
.wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-else {
  bottom: -7px;
  right: -17px;
  color: #EE5F5A;
  border-color: #EE5F5A;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper.ab-testing-started {
  border-color: #6E42D3;
}
.wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper.ab-testing-started .ab-testing-header {
  border-bottom-color: #6E42D3;
}
.wpfnl-drawing-window .drawflow > .drawflow-delete {
  margin-top: -9px;
  margin-left: -11px;
}

.wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing {
  cursor: not-allowed;
}
.wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing:before {
  content: url(../images/disabled.svg);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  color: #e33e3e;
  background: rgba(249, 249, 249, 0.6509803922);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing .add-new-action {
  display: none;
}
.wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing .mintmrm-automation-step-wrapper {
  display: none;
}

.wpfnl-step-settings-drawer {
  position: fixed;
  top: 32px;
  right: -190px;
  background-color: #fff;
  z-index: 99;
  width: 1300px;
  height: calc(100vh - 32px);
  box-shadow: -1px 3px 13px rgba(150, 141, 169, 0.1);
  opacity: 0;
  visibility: hidden;
}
.wpfnl-step-settings-drawer .drawer-bg-overlay {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(21, 17, 29, 0.3019607843);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpfnl-step-settings-drawer .show-overlay .drawer-bg-overlay {
  z-index: 2;
}
.wpfnl-step-settings-drawer.show-drawer {
  z-index: 99;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.wpfnl-step-settings-drawer .drawer-full-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 2;
}
.wpfnl-step-settings-drawer .drawer-full-loader .wpfnl-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  margin-top: -46px;
  transition: all 0.3s linear;
}
.wpfnl-step-settings-drawer .drawer-switcher-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px 0 0 10px;
  z-index: 2;
  display: none;
}
.wpfnl-step-settings-drawer .drawer-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
}
.wpfnl-step-settings-drawer .drawer-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 4px;
  position: relative;
  z-index: 1;
}
.wpfnl-step-settings-drawer .drawer-header .drawer-title {
  display: flex;
  align-items: center;
}
.wpfnl-step-settings-drawer .drawer-header .drawer-title > p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.27;
  color: #363B4E;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
.wpfnl-step-settings-drawer .drawer-header .drawer-title span {
  padding-left: 4px;
}
.wpfnl-step-settings-drawer .drawer-header .wpfnl-drawer-close {
  padding: 3px 7px;
  height: 38px;
  width: 38px;
  cursor: pointer;
  position: relative;
  top: 0;
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-step-settings-drawer .drawer-body {
  padding: 0 30px;
  height: calc(100% - 70px);
  overflow: auto;
  position: relative;
}
.wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion {
  border: 1px solid #EEF0F3;
  border-radius: 10px;
  margin-top: 20px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 20px;
  cursor: pointer;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: #363B4E;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header .accordion-icon {
  position: relative;
  top: 5px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header .accordion-open {
  transform: rotate(180deg);
  top: -5px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content {
  padding: 20px;
  border-top: 1px solid rgb(238, 240, 243);
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .steps-url-slug.inline-url-slug {
  border: none;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .steps-url-slug-wrapper {
  justify-content: space-between;
  width: 100%;
  border: none;
  padding-bottom: 18px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .custom-script-wrapper .field-group.step-name label {
  margin-bottom: 6px;
  display: inline-block;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .custom-script-wrapper .field-group.step-name label .wpfnl-tooltip {
  top: 2px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .field-group.url-slug-save-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .field-group.url-slug-save-btn button {
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
}
.wpfnl-step-settings-drawer .step-featured-image .featured-image-body {
  padding: 30px 0;
}
.wpfnl-step-settings-drawer .step-featured-image .featured-image-body input[type=file] {
  display: none;
}
.wpfnl-step-settings-drawer .step-featured-image .featured-image-body label {
  width: 350px;
  height: 380px;
  border: 2px dashed #ddd;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wpfnl-step-settings-drawer .step-featured-image .featured-image-body label svg {
  display: block;
  margin: 0 auto;
}
.wpfnl-step-settings-drawer .step-featured-image .featured-image-footer {
  border-top: 1px solid #E2E5ED;
  padding: 20px 0 20px;
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.wpfnl-step-settings-drawer.edit-field-drawer {
  right: -100px;
  width: 300px;
}
.wpfnl-step-settings-drawer.edit-field-drawer.show-edit-field-drawer {
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.wpfnl-step-settings-drawer.edit-field-drawer .drawer-header {
  padding: 26px 16px 20px 20px;
}
.wpfnl-step-settings-drawer.create-condition-drawer .drawer-header {
  padding: 20px 30px 20px;
  box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 999999;
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper {
  width: 80%;
  background: #FFF;
  padding: 25px;
  height: 80%;
  border-radius: 10px;
  position: relative;
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper .wpfnl-modal-close .wpfnl-modal-close-btn {
  position: absolute;
  right: -14px;
  top: -14px;
  background: #ffffff;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper #wpfnl-create-product {
  width: 100%;
  height: 100%;
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper #wpfnl-create-product iframe {
  height: 100%;
}
.wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper .wpfnl-loader {
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 50px;
  height: 50px;
  animation: spin 0.7s linear infinite;
  display: block;
  margin-left: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1599px) {
  .wpfnl-step-settings-drawer {
    width: 1183px;
  }
}
@media only screen and (max-width: 1400px) {
  .wpfnl-step-settings-drawer {
    width: 1085px;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-step-settings-drawer {
    width: 803px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-step-settings-drawer {
    width: 740px;
  }
  .create-condition-drawer .single-condition .single-condition-filed input[type=text],
.create-condition-drawer .single-condition .single-condition-filed input[type=number],
.create-condition-drawer .single-condition .single-condition-filed input[type=email],
.create-condition-drawer .single-condition .single-condition-filed select {
    width: 170px;
    min-width: auto;
  }
}
.wpfnl-step-settings-drawer .steps-url-slug {
  padding-top: 10px;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper {
  background: #FFFFFF;
  border-bottom: 1px solid #EEF0F3;
  padding-bottom: 30px;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group {
  margin-bottom: 17px;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group:last-child {
  margin-bottom: 0;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group > label {
  margin-bottom: 6px;
  display: block;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group input[type=text] {
  border-color: #EEF0F3;
  color: #7A8B9A;
  box-shadow: none;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input {
  display: flex;
  align-items: center;
  border: 1px solid #EEF0F3;
  border-radius: 6px;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url {
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-left: 1px solid #EEF0F3;
  box-shadow: none;
  outline: none;
  position: relative;
  background: transparent;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url .copyed {
  background-color: #464646;
  position: absolute;
  right: 0;
  top: -18px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  line-height: 1;
  padding: 4px;
  border-radius: 3px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url .copyed:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 6px;
  height: 6px;
  background: #464646;
  transform: rotate(45deg) translateX(-50%);
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url.copy-confirmed .copyed {
  top: -25px;
  opacity: 1;
  visibility: visible;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug input[type=text] {
  border: 0;
  height: 34px;
}
.wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug input[type=text]:disabled {
  cursor: not-allowed;
}
.wpfnl-step-settings-drawer .url-slug-save-btn {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 30px;
}
.wpfnl-step-settings-drawer .url-slug-save-btn .btn-default {
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
}
.wpfnl-step-settings-drawer .url-slug-save-btn .btn-default.cancel {
  border: 1px solid #E4E6EB;
  background: transparent;
  min-width: auto;
  color: #3C3F47;
}
.wpfnl-step-settings-drawer .url-slug-save-btn .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 3px;
}
.wpfnl-step-settings-drawer .inline-url-slug {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #EEF0F3;
  padding-bottom: 24px;
}
.wpfnl-step-settings-drawer .inline-url-slug .steps-url-slug-wrapper {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  width: calc(100% - 150px);
}
.wpfnl-step-settings-drawer .inline-url-slug .steps-url-slug-wrapper .field-group {
  margin-bottom: 0;
  flex: 1;
}
.wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn {
  display: block;
  margin-top: 0;
  position: relative;
  top: 20px;
}
.wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default {
  padding: 0 15px;
  width: 130px;
  height: 36px;
  line-height: 35px;
}
.wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default.cancel {
  display: none;
}
.wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 3px;
}

.step-condition-drawer {
  width: 700px;
}
.step-condition-drawer.show-drawer {
  z-index: 2;
}
.step-condition-drawer .drawer-header {
  padding: 16px 30px 16px;
  border-bottom: 1px solid #EEF0F3;
}
.step-condition-drawer .drawer-body {
  padding: 24px 30px;
}
.step-condition-drawer .enable-disable-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.step-condition-drawer .enable-disable-switcher .switcher-label {
  color: #363B4E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.step-condition-drawer .enable-disable-switcher .wpfnl-switcher label {
  width: 28px;
}
.step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 12px;
}
.step-condition-drawer .enable-disable-switcher .wpfnl-loader {
  display: block;
  margin: 0;
}
.step-condition-drawer .no-condition-stat {
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  height: 360px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.step-condition-drawer .wpfnl-field-wrapper {
  gap: 28px;
}
.step-condition-drawer .wpfnl-field-wrapper > label {
  width: 122px;
  padding-right: 0;
}
.step-condition-drawer .true-condition-wapper {
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  background: #F6F5FA;
  padding: 20px;
  position: relative;
}
.step-condition-drawer .true-condition-wapper .true-lable {
  color: #00D44E;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.step-condition-drawer .true-condition-wapper .and-condition-group {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 20px;
  margin-bottom: 36px;
  position: relative;
}
.step-condition-drawer .true-condition-wapper .and-condition-group:before {
  content: "OR";
  position: absolute;
  top: -23px;
  left: 0;
  color: #7A8B9A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.step-condition-drawer .true-condition-wapper .and-condition-group:nth-child(2)::before {
  display: none;
}
.step-condition-drawer .true-condition-wapper .and-condition-group:last-child {
  margin-bottom: 16px;
}
.step-condition-drawer .true-condition-wapper .condition-single-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 10px 0;
}
.step-condition-drawer .true-condition-wapper .condition-single-row:first-child {
  padding-top: 0;
}
.step-condition-drawer .true-condition-wapper .condition-single-row:first-child .condition-connection {
  display: none;
}
.step-condition-drawer .true-condition-wapper .condition-single-row:first-child {
  padding-top: 0;
}
.step-condition-drawer .true-condition-wapper .condition-single-row:first-child .condition-connection {
  display: none;
}
.step-condition-drawer .true-condition-wapper .condition-single-row .single-condition {
  width: calc(33.3333333333% - 33px);
}
.step-condition-drawer .true-condition-wapper .condition-single-row .input-field {
  color: #363B4E;
  padding: 11px 14px 10px;
  max-width: 240px;
  min-width: auto;
  height: auto;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #EEF0F3;
  background: #FFF;
  line-height: 1;
}
.step-condition-drawer .true-condition-wapper .condition-single-row .delete-condition {
  border: 1px solid #EEF0F3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  cursor: pointer;
  background: transparent;
}
.step-condition-drawer .true-condition-wapper .condition-single-row .condition-connection {
  width: 30px;
  height: calc(100% + 1px);
  border: 1px solid #EEF0F3;
  border-left: none;
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
}
.step-condition-drawer .true-condition-wapper .condition-single-row .condition-connection:before {
  content: "&";
  border: 1px solid #EEF0F3;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #6E42D3;
}
.step-condition-drawer .true-condition-wapper .condition-single-row.only-one .single-condition {
  width: calc(33.3333333333% - 7px);
}
.step-condition-drawer .true-condition-wapper .condition-single-row.only-one .delete-condition {
  display: none;
}
.step-condition-drawer .true-condition-wapper .add-and-condition {
  border: none;
  display: flex;
  align-items: center;
  color: #6E42D3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  gap: 3px;
  background: transparent;
  cursor: pointer;
  margin-top: 10px;
}
.step-condition-drawer .true-condition-wapper .or-condition-box {
  border-radius: 10px;
  border: 1px dashed #C1C6CD;
  padding: 15px 16px;
}
.step-condition-drawer .true-condition-wapper .or-condition-box button {
  border-radius: 100px;
  border: 1px solid #6E42D3;
  background: #FFF;
  box-shadow: 0px 20px 16px 0px rgba(189, 193, 200, 0.2);
  padding: 8px 16px 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 auto;
  color: #6E42D3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.step-condition-drawer .true-condition-wapper .or-condition-box button svg {
  position: relative;
  top: -1px;
}
.step-condition-drawer .true-condition-wapper .next-step-box {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.step-condition-drawer .true-condition-wapper .next-step-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background: #E8E6F1;
}
.step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox {
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  border: none;
}
.step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
  padding: 14px 30px 12px 14px;
}
.step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button {
  border: none;
  background: transparent;
  color: #6E42D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.14px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
  margin-left: 1px;
}
.step-condition-drawer .add-step-dropdown {
  width: 100%;
  padding: 8px;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  height: 128px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.step-condition-drawer .add-step-dropdown p {
  letter-spacing: -0.14px;
}
.step-condition-drawer .add-step-dropdown .btn-default {
  padding: 11px 22px 10px;
  height: auto;
  line-height: 1;
  min-width: auto;
  border-radius: 8px;
  font-size: 12px;
}
.step-condition-drawer .wpfnl-selectbox.show-options .add-step-dropdown {
  opacity: 1;
  visibility: visible;
}
.step-condition-drawer .false-condition-wapper {
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  background: #F6F5FA;
  margin-top: 20px;
  position: relative;
}
.step-condition-drawer .false-condition-wapper .false-lable {
  color: #FF5155;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 20px;
}
.step-condition-drawer .false-condition-wapper .next-step-box {
  padding: 20px;
  position: relative;
  border-top: 1px solid #E8E6F1;
}
.step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox {
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  border: none;
}
.step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
  padding: 14px 30px 12px 14px;
}
.step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button {
  border: none;
  background: transparent;
  color: #6E42D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.14px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
  margin-left: 1px;
}
.step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selectable-options {
  bottom: calc(100% + 8px);
  top: inherit;
  box-shadow: 0px 10px 22px 0px rgba(73, 59, 104, 0.1);
}
.step-condition-drawer .save-btn-area {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.step-condition-drawer .save-btn-area .wpfnl-alert {
  display: block;
}
.step-condition-drawer .save-btn-area .btn-default {
  min-width: auto;
  line-height: 1;
  padding: 10px 19px 9px;
  height: 40px;
  border: 1px solid #6E42D3;
}
.step-condition-drawer .save-btn-area .btn-default.cancel {
  background-color: transparent;
  border-color: #E4E6EB;
  color: #3C3F47;
  letter-spacing: -0.14px;
  font-weight: 600;
}
.step-condition-drawer .save-btn-area .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 2px;
}
.step-condition-drawer .condition-disabled .false-condition-wapper,
.step-condition-drawer .condition-disabled .true-condition-wapper {
  opacity: 0.3;
}
.step-condition-drawer .condition-disabled .false-condition-wapper:before,
.step-condition-drawer .condition-disabled .true-condition-wapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  cursor: not-allowed;
}

.reconfigure-condition-modal .close-alert {
  width: 38px;
  height: 38px;
  box-shadow: 0px 2px 2px #DADADA;
}
.reconfigure-condition-modal .close-alert svg {
  width: 13px;
  height: 13px;
}
.reconfigure-condition-modal .close-alert svg path {
  stroke-width: 2px;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-body {
  padding: 28px 26px 30px;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-body h3 svg path {
  fill: none;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-body p {
  color: #9398A5;
  margin-top: 7px;
  max-width: 350px;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-btn {
  padding: 20px 24px;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default {
  padding: 0 16px;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default.cancel:hover {
  background-color: transparent;
}
.reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default.yes {
  box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.5);
}

.create-condition-drawer .condition-form-loader {
  position: absolute;
  left: 0;
  top: 2px;
  background: white;
  width: 100%;
  height: calc(100% - 2px);
  z-index: 2;
  text-align: center;
  padding-top: 110px;
  font-size: 18px;
  color: #363B4E;
  font-weight: 500;
}
.create-condition-drawer .condition-form-loader.drawer-loaded {
  display: none;
}

.condition-form-wrapper {
  padding: 30px 0;
}
.condition-form-wrapper .single-condition {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 55px;
  width: 100%;
  max-width: 726px;
  position: relative;
}
.condition-form-wrapper .single-condition:before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 17px;
  width: 2px;
  height: 100%;
  background: #E5E8F3;
  z-index: 0;
}
.condition-form-wrapper .single-condition:first-child:before {
  display: none;
}
.condition-form-wrapper .single-condition .condition-number {
  align-self: flex-end;
  margin-bottom: 6px;
  color: #363B4E;
  font-weight: 500;
  font-size: 16px;
}
.condition-form-wrapper .single-condition .single-condition-filed {
  margin-left: 20px;
}
.condition-form-wrapper .single-condition .single-condition-filed label {
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
.condition-form-wrapper .single-condition .single-condition-filed input[type=text],
.condition-form-wrapper .single-condition .single-condition-filed input[type=number],
.condition-form-wrapper .single-condition .single-condition-filed input[type=email],
.condition-form-wrapper .single-condition .single-condition-filed select {
  height: 40px;
  width: 190px;
  min-width: auto;
  transition: all 0.3s ease;
}
.condition-form-wrapper .single-condition .single-condition-filed input[type=text] option[disabled],
.condition-form-wrapper .single-condition .single-condition-filed input[type=number] option[disabled],
.condition-form-wrapper .single-condition .single-condition-filed input[type=email] option[disabled],
.condition-form-wrapper .single-condition .single-condition-filed select option[disabled] {
  color: rgba(122, 139, 154, 0.631372549);
}
.condition-form-wrapper .single-condition .single-condition-filed input[type=text]:focus,
.condition-form-wrapper .single-condition .single-condition-filed input[type=number]:focus,
.condition-form-wrapper .single-condition .single-condition-filed input[type=email]:focus,
.condition-form-wrapper .single-condition .single-condition-filed select:focus {
  border-color: #6E42D3;
}
.condition-form-wrapper .single-condition .single-condition-filed select {
  padding-right: 27px;
}
.condition-form-wrapper .single-condition .condition-repeater {
  align-self: flex-end;
  margin-bottom: 0px;
  margin-left: 20px;
  position: relative;
  width: 70px;
}
.condition-form-wrapper .single-condition .condition-repeater span {
  position: relative;
  background: #fff;
  cursor: pointer;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.condition-form-wrapper .single-condition .condition-repeater span svg {
  display: block;
  position: relative;
  z-index: 1;
}
.condition-form-wrapper .single-condition .condition-repeater .add-condition:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 11px;
  background: #E5E8F3;
  width: 38px;
  height: 2px;
  z-index: 0;
}
.condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown {
  right: -15px;
  top: 50px;
  width: 100px;
}
.condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown li a {
  text-transform: uppercase;
}
.condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown.show-condition {
  top: 37px;
  opacity: 1;
  visibility: visible;
}
.condition-form-wrapper .single-condition .condition-repeater .delete-condition {
  position: absolute;
  bottom: 4px;
  right: -2px;
  opacity: 0;
  visibility: hidden;
}
.condition-form-wrapper .single-condition .condition-repeater:hover .delete-condition {
  opacity: 1;
  visibility: visible;
}
.condition-form-wrapper .single-condition .condition-symbol {
  position: absolute;
  top: calc(50% - 14px);
  right: 7px;
  transform: translateY(-50%);
}
.condition-form-wrapper .single-condition .condition-symbol span {
  width: 22px;
  height: 22px;
  border: 2px solid #E5E8F3;
  color: #6E42D3;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  display: block;
  padding: 1px 2px;
  text-align: center;
}
.condition-form-wrapper .single-condition:first-child {
  padding-top: 0;
}
.condition-form-wrapper .single-condition:first-child .condition-repeater .delete-condition {
  display: none;
}
.condition-form-wrapper .single-condition:first-child .condition-symbol {
  display: none;
}
.condition-form-wrapper .only-one-condition .condition-repeater .add-condition::before {
  display: none;
}
.condition-form-wrapper .condition-form__footer {
  border-top: 1px solid #E2E5ED;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.condition-form-wrapper .condition-form__footer .wpfnl-alert {
  display: block;
  margin-right: 20px;
}
.condition-form-wrapper .condition-form__footer .btn-default .wpfnl-loader {
  position: relative;
  top: 3px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .condition-form-wrapper .single-condition {
    max-width: 666px;
  }
  .condition-form-wrapper .single-condition .single-condition-filed input[type=text],
.condition-form-wrapper .single-condition .single-condition-filed input[type=number],
.condition-form-wrapper .single-condition .single-condition-filed input[type=email],
.condition-form-wrapper .single-condition .single-condition-filed select {
    width: 170px;
  }
}
.wpfnl-drawflow-window .wpfnl-analytics {
  position: fixed;
  top: 30px;
  right: 0px;
  background: #F6F5FA;
  height: calc(100% - 30px);
  width: calc(100% - 160px);
  z-index: 4;
  padding: 40px 25px;
  overflow: auto;
}
.wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
  position: fixed;
  top: 32px;
  left: 160px;
  width: 100%;
  height: 100%;
  background: #f6f5fa;
  border-radius: 0;
  z-index: 9;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader .wpfnl-loader {
  display: block;
  width: 40px;
  height: 40px;
}
.wpfnl-drawflow-window .wpfnl-analytics .overlay-click {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-body {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-left h3 {
  font-weight: 600;
  font-size: 24px;
  color: #363B4E;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .backto-steps {
  background: #FFFFFF;
  border-radius: 10px;
  height: 38px;
  width: 38px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: calc(80% - 200px);
  position: relative;
  z-index: 3;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  min-width: 100px;
  border-radius: 100px;
  box-shadow: 0 1px 1px 0 rgba(182, 185, 191, 0.3);
  background: #fff;
  background-size: 11px 11px;
  border: none;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a .reset-icon svg {
  width: 18px;
  margin-top: 3px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a .reset-text {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding-left: 8px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .download-analytics a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  min-width: 58px;
  border-radius: 100px;
  box-shadow: 0 1px 1px 0 rgba(182, 185, 191, 0.3);
  background: #fff;
  background-size: 11px 11px;
  border: none;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .download-analytics a .download-icon svg {
  width: 18px;
  margin-top: 3px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right select {
  border-radius: 100px;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  border: none;
  height: auto;
  padding: 14px 40px 12px 20px;
  min-width: auto;
  color: #2D3149;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  width: auto;
  appearance: none;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjgiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==) no-repeat right 15px top 54%;
  background-size: 11px 11px;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 19px 20px 19px;
  position: relative;
}
.wpfnl-drawflow-window .wpfnl-analytics .analytics-box .analytics-title {
  color: #2D3149;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.wpfnl-drawflow-window .wpfnl-analytics .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-drawflow-window .wpfnl-analytics .loader-wrapper .wpfnl-loader {
  display: block;
  width: 20px;
  height: 20px;
}
.wpfnl-drawflow-window .wpfnl-analytics .no-data-notice {
  width: 100%;
  height: 338px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-drawflow-window .wpfnl-analytics .no-data-notice p {
  color: #2d3149;
  font-weight: 500;
  font-size: 16px;
}

.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #9398a5;
  position: relative;
  display: flex;
  align-items: center;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:last-child {
  margin-right: 0;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6E42D3;
  display: inline-block;
  border-radius: 50px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator2:before {
  background-color: #F7900A;
}

.wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .progress-badge {
  background: #D1FADF;
  color: #12B76A;
  padding: 7px 10px 7px 25px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge svg, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .progress-badge svg {
  position: absolute;
  left: 6px;
  top: 4px;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .downgrade.progress-badge {
  background: #FEE4E2;
  color: #F04438;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge svg, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .downgrade.progress-badge svg {
  left: 9px;
  top: 8px;
}

.folded .wpfnl-drawflow-window .wpfnl-analytics {
  width: calc(100% - 36px);
}
.folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
  left: 36px;
}

.wpfnl-analytics .analytics-card {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.wpfnl-analytics .analytics-card .analytics-single-card {
  width: calc(16.6666666667% - 17px);
}
.wpfnl-analytics .analytics-card .analytics-single-card .icon-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.wpfnl-analytics .analytics-card .analytics-single-card .icon-area .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #E4E6EB;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
}
.wpfnl-analytics .analytics-card .analytics-single-card .card-title {
  color: #9398A5;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 18px;
}
.wpfnl-analytics .analytics-card .analytics-single-card .card-value {
  color: #2D3149;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}

@media only screen and (max-width: 1399px) {
  .wpfnl-analytics .analytics-card .analytics-single-card {
    width: calc(33.3333333333% - 14px);
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-analytics .analytics-card .analytics-single-card .card-value {
    font-size: 20px;
  }
}
.wpfnl-analytics .analytics-revenue .no-data-notice {
  background: #fcfcff;
  border-radius: 10px;
  border: 1px solid #F1F0F5;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator2:before {
  background-color: #EAE1FF;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
  width: calc(20% - 10px);
  position: relative;
  border: 1px solid rgba(238, 240, 243, 0.8);
  border-radius: 8px;
  padding: 19px 24px;
  cursor: pointer;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav.active {
  border-color: rgba(238, 240, 243, 0.8);
  background: #FCFCFF;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav.active:before {
  display: none;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav:last-child:before {
  display: none;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
  font-size: 22px;
  font-weight: 500;
  color: #2D3149;
  line-height: 1;
  letter-spacing: -0.6px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 10px;
}
.wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .step-type {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 7px;
}
.wpfnl-analytics .analytics-revenue .single-tab-content {
  border-radius: 8px;
  border: 1px solid rgba(238, 240, 243, 0.8);
  background: #FCFCFF;
  padding: 24px 24px 31px;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label {
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  display: block;
  position: relative;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 7px;
  width: calc(100% - 50px);
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label span {
  width: 33px;
  display: block;
  text-align: right;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
  height: 292px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 15px 9px 60px;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar {
  width: 34px;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 6px;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip {
  padding: 14px 15px;
  width: 164px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: #10052E;
  box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #10052e;
  transform: rotate(45deg);
  margin-left: -6px;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item {
  color: #CDCFD6;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item:last-child {
  margin-bottom: 0;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item b {
  color: #fff;
  font-weight: 500;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item {
  width: 14px;
  display: block;
  background-color: #EAE1FF;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator1 .bar-tooltip {
  left: calc(50% + 11px);
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator2 {
  background-color: #6E42D3;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator2 .bar-tooltip {
  left: calc(50% - 9px);
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-title {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar:hover .bar-item.same-height .bar-tooltip,
.wpfnl-analytics .analytics-revenue .single-tab-content .single-bar:hover .bar-item.its-highest .bar-tooltip {
  opacity: 1;
  visibility: visible;
}
.wpfnl-analytics .analytics-revenue.monthly .single-tab-content .barchart-inner-wrapper {
  gap: 10px;
}
.wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar {
  width: 23px;
  gap: 6px;
}
.wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar .bar-item {
  width: 7px;
}
.wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar .bar-title {
  transform: translate(-50%, 8px) rotate(-45deg);
}

@media only screen and (max-width: 1199px) {
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
    width: calc(25% - 9px);
    padding: 16px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
    font-size: 22px;
  }
  .wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
    gap: 24px;
  }
  .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar {
    width: 20px;
    gap: 4px;
  }
  .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item {
    width: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
    padding: 13px 13px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
    font-size: 18px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .step-type {
    font-size: 12px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge {
    padding: 5px 8px 4px 21px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge svg {
    left: 4px;
    top: 1px;
  }
  .wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge svg {
    left: 9px;
    top: 5px;
  }
}
.wpfnl-analytics .analytics-conversion .conversion-box-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator {
  display: flex;
  gap: 8px;
}
.wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator button {
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  background: #FFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  cursor: pointer;
}
.wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpfnl-analytics .analytics-conversion .conversion-table {
  border-radius: 10px;
  border: 1px solid #F1F0F5;
  background: #FCFCFF;
  padding: 40px;
}
.wpfnl-analytics .analytics-conversion .conversion-table-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner {
  display: flex;
  gap: 30px;
  transition: transform 0.5s;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner.data-center {
  justify-content: center;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
  border-radius: 10px;
  border: 1px solid #F1F0F5;
  background: #FFF;
  box-shadow: 0px 20px 20px 0px rgba(190, 190, 215, 0.08);
  width: calc(20% - 24px);
  flex-shrink: 0;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #E8F1FF;
  border-radius: 10px 10px 0 0;
  padding: 8px 10px 6px;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head .tbl-title {
  color: #363B4E;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head svg {
  width: 14px;
  display: block;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .step-preview-img {
  padding: 16px;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .step-preview-img svg {
  max-width: 100%;
  width: 100%;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data {
  text-align: center;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper) {
  border-bottom: 1px solid #F1F0F5;
  color: #7A8B9A;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  padding: 14px 10px;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper) b {
  color: #2D3149;
  font-weight: 500;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper):last-child {
  border-bottom: 0;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper).conversion-rates b {
  color: #12B76A;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper).bounce-rate b {
  color: #F04438;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-checkout .tbl-head {
  background: #FDF0E8;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-checkout .tbl-head svg {
  position: relative;
  top: -1px;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-upsell .tbl-head {
  background: #E9F9E8;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-downsell .tbl-head {
  background: #FCF0F1;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-thankyou .tbl-head {
  background: #E6FAF5;
}
.wpfnl-analytics .analytics-conversion .conversion-table-inner .table-custom .tbl-head {
  background: #E0F2F4;
}

@media only screen and (max-width: 1299px) {
  .wpfnl-analytics .analytics-conversion .conversion-table {
    padding: 20px;
  }
  .wpfnl-analytics .analytics-conversion .conversion-table-inner {
    gap: 20px;
  }
  .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
    width: calc(20% - 16px);
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
    width: calc(33.3333333333% - 14px);
  }
}
.wpfnl-analytics .custom-date-range {
  display: none;
}
.wpfnl-analytics .filter-selectbox {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 14px 62px 12px 18px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.wpfnl-analytics .filter-selectbox > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-analytics .filter-selectbox > ul li {
  position: relative;
  color: #9398A5;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.wpfnl-analytics .filter-selectbox > ul li:first-child {
  margin-right: 24px;
}
.wpfnl-analytics .filter-selectbox > ul li:first-child:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #66666d;
  position: absolute;
  right: -16px;
  top: 7px;
}
.wpfnl-analytics .filter-selectbox .calendar-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  padding: 10px 15px 10px 14px;
  border-left: 1px solid #E4E6EB;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-analytics .filter-selectbox .calendar-icon svg {
  transition: all 0.3s ease;
}
.wpfnl-analytics .filter-wrapper {
  border-bottom: 1px solid #E5E8F3;
  padding: 2px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7A8B9A;
  width: 100%;
}
.wpfnl-analytics .filter-wrapper input {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #9398A5;
  font-weight: 400;
  width: 87px;
  min-width: auto;
  cursor: pointer;
  padding: 0;
  height: 40px;
  z-index: 1;
  position: relative;
}
.wpfnl-analytics .filter-wrapper input[readonly] {
  background: transparent;
  cursor: pointer;
}
.wpfnl-analytics .filter-wrapper input:focus {
  box-shadow: none;
}
.wpfnl-analytics .filter-wrapper input#to {
  margin-right: 5px;
}
.wpfnl-analytics .filter-wrapper .to-date,
.wpfnl-analytics .filter-wrapper .from-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpfnl-analytics .filter-wrapper .divider {
  width: 9px;
  height: 1px;
  background: #7A8B9A;
  margin: 0 5px;
}
.wpfnl-analytics .filter-wrapper .icon {
  position: relative;
  top: 0px;
}
.wpfnl-analytics .filter-wrapper .icon svg {
  display: block;
}
.wpfnl-analytics .filter-wrapper .filter-icon {
  margin-left: auto;
  border-left: 1px solid #9064f6;
  height: 40px;
  width: 40px;
  padding-left: 13px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-analytics .calendar-dorpdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  width: 291px;
  z-index: 10;
  border: 1px solid #F1F0F5;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  border-radius: 10px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F1F0F5;
  padding: 5px 20px;
  position: relative;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: #F1F0F5;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text] {
  min-width: auto;
  width: calc(50% - 5px);
  background: transparent;
  border: none;
  border-radius: 0;
  height: 30px;
  padding: 0;
  cursor: text;
  color: #2D3149;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]::placeholder {
  color: #9398A5;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]:-ms-input-placeholder {
  color: #9398A5;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]::-ms-input-placeholder {
  color: #9398A5;
}
.wpfnl-analytics .calendar-dorpdown .date-range-input #date-from {
  padding-right: 12px;
}
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker {
  padding: 15px 20px 10px;
}
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker {
  width: 100%;
}
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-prev,
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-next {
  display: none;
}
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-title select {
  color: #2D3149;
  font-size: 13px;
  margin: 0;
  width: calc(50% - 4px);
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  box-shadow: none;
  padding: 10px 40px 8px 12px;
  background-position: right 10px top 54%;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-calender {
  padding: 4px 15px 23px;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-calender #ui-datepicker-div {
  position: relative !important;
  top: 10px !important;
  left: 0 !important;
  width: 100%;
  display: block !important;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker .ui-datepicker-title {
  display: flex;
  width: 90%;
  margin: 0 2.5em;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker select.ui-datepicker-month,
.wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker select.ui-datepicker-year {
  width: 116px;
  min-width: auto;
  height: 36px;
  border-radius: 3px;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender {
  padding: 4px 15px 23px;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender #ui-datepicker-div {
  position: relative !important;
  top: 10px !important;
  left: 0 !important;
  width: 100%;
  display: block !important;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker .ui-datepicker-title {
  display: flex;
  width: 90%;
  margin: 0 2.5em;
}
.wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker select.ui-datepicker-month,
.wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker select.ui-datepicker-year {
  width: 116px;
  min-width: auto;
  height: 36px;
  border-radius: 3px;
}
.wpfnl-analytics .calendar-dorpdown .btn-default {
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  width: auto;
  min-width: auto;
  margin-left: auto;
  display: block;
  border-radius: 10px 0 10px 0;
  box-shadow: 0px 10px 16px rgba(189, 193, 200, 0.5);
}
.wpfnl-analytics .show-calendar .calendar-dorpdown {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1399px) {
  .wpfnl-drawflow-window .wpfnl-analytics .analytics-box {
    padding: 17px 17px 16px;
  }
}
@media only screen and (max-width: 782px) {
  .folded .wpfnl-drawflow-window .wpfnl-analytics {
    width: 100%;
  }
  .folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
    left: 0;
  }
}
.wpfnl-license-page {
  background: transparent;
}

.wpfnl-license-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 24px;
  padding-right: 24px;
  gap: 30px;
}
.wpfnl-license-wrapper .wpfnl-license-filed {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
  width: calc(100% - 390px);
  padding: 15px 20px 20px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header .product-title,
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
  width: 390px;
  position: relative;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header .input-field,
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
  width: calc(100% - 460px);
  max-width: 420px;
  padding: 0 40px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header .btn-area,
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area {
  width: 170px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: calc(100% + 40px);
  height: 1px;
  background: #E5E8F3;
}
.wpfnl-license-wrapper .wpfnl-license-filed .field-header .single-field {
  text-transform: uppercase;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
  display: flex;
  align-items: center;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title .icon-info {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #363B4E;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .license-status {
  font-size: 14px;
  line-height: 16px;
  color: #7A8B9A;
  margin-top: 5px;
  display: block;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .addon-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field input {
  height: 46px;
  padding: 6px 15px 5px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area {
  position: relative;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area .btn-default {
  padding: 0 22px;
  height: 46px;
  min-width: 162px;
  border-radius: 10px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area .lnc-notice {
  color: green;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 8px;
  position: absolute;
  bottom: -24px;
  left: -4px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license {
  padding: 15px;
  background: #F7F7FA;
  margin-top: 30px;
  border-radius: 0 8px 8px 0;
  border-left: 2px solid #6E42D3;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .single-addons {
  margin-bottom: 15px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .single-addons:last-child {
  margin-bottom: 0;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area {
  padding: 12px 15px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 6px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
  width: 362px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .addon-icon {
  background: #F7F7FA;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #363B4E;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field input {
  height: 38px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area {
  width: 145px;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area .btn-default {
  padding: 0 18px;
  font-size: 13px;
  height: 38px;
  min-width: auto;
  margin-left: auto;
  display: block;
  border-radius: 6px;
  width: 100%;
}
.wpfnl-license-wrapper .wpfnl-license-filed .addons-license .not-get-addons .input-field-area .product-title {
  width: calc(100% - 200px);
}
.wpfnl-license-wrapper .promo-text-area {
  width: 360px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
}
.wpfnl-license-wrapper .promo-text-area .single-area {
  position: relative;
  padding: 25px 25px 25px 90px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
}
.wpfnl-license-wrapper .promo-text-area .single-area:last-child {
  margin-bottom: 0;
}
.wpfnl-license-wrapper .promo-text-area .single-area .icon {
  background-color: #F7F7FA;
  width: 50px;
  height: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 26px;
}
.wpfnl-license-wrapper .promo-text-area .single-area h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #363B4E;
  font-weight: 500;
}
.wpfnl-license-wrapper .promo-text-area .single-area P {
  font-size: 14px;
}
.wpfnl-license-wrapper .promo-text-area .manage-license-area {
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.wpfnl-license-wrapper .promo-text-area .manage-license-area .logo {
  margin-bottom: 12px;
}
.wpfnl-license-wrapper .promo-text-area .manage-license-area p {
  text-align: center;
  margin-bottom: 20px;
}
.wpfnl-license-wrapper .promo-text-area .manage-license-area .btn-default {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.cl-doc-row {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  padding-right: 24px;
  gap: 30px;
}
.cl-doc-row .single-col {
  background: #fff;
  padding: 30px;
  width: calc(25% - 23px);
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
}
.cl-doc-row .single-col:last-child {
  margin-right: 0;
}
.cl-doc-row .single-col .icon {
  background-color: #f0f1f3;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  left: 30px;
}
.cl-doc-row .single-col h4 {
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: 500;
  padding-left: 53px;
  color: #3c434a;
}
.cl-doc-row .single-col p {
  font-size: 14px;
  margin-bottom: 20px;
}
.cl-doc-row .single-col .btn-default {
  margin-top: auto;
}
.cl-doc-row .single-col.manage-license .icon svg {
  width: 27px;
}

@media only screen and (max-width: 1620px) {
  .wpfnl-license-wrapper .wpfnl-license-filed .field-header .product-title,
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
    width: 280px;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .field-header .input-field,
.wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
    padding: 0 20px;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
    width: 260px;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area {
    width: 150px;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field {
    width: calc(100% - 410px);
  }
}
@media only screen and (max-width: 1399px) {
  .wpfnl-license-wrapper .wpfnl-license-filed {
    width: 100%;
    margin-right: 0;
  }
  .wpfnl-license-wrapper .promo-text-area {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .wpfnl-license-wrapper .promo-text-area .single-area {
    width: calc(33.3333333333% - 20px);
    margin-left: 30px;
    margin-bottom: 0;
  }
  .wpfnl-license-wrapper .promo-text-area .single-area:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-license-wrapper {
    gap: 20px;
  }
  .wpfnl-license-wrapper .promo-text-area .manage-license-area:before {
    left: -47px;
  }
  .wpfnl-license-wrapper .promo-text-area .manage-license-area {
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .wpfnl-license-wrapper .promo-text-area .single-area {
    width: calc(33.3333333333% - 14px);
    margin-left: 20px;
    padding: 20px;
  }
  .wpfnl-license-wrapper .promo-text-area .single-area .icon {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 12px;
  }
  .cl-doc-row {
    margin-top: 20px;
    gap: 20px;
  }
  .cl-doc-row .single-col {
    padding: 20px;
    width: calc(50% - 10px);
  }
  .cl-doc-row .single-col .icon {
    top: 18px;
    left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-license-wrapper .wpfnl-license-filed .field-header {
    display: none;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
    width: calc(100% - 180px);
    max-width: initial;
    padding: 0;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
    width: 100%;
  }
  .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field {
    width: calc(100% - 160px);
  }
  .cl-doc-row .single-col:nth-child(2) {
    margin-right: 0;
  }
}
.gbf-product-area .product-head {
  padding: 17px 25px;
}
.gbf-product-area .wpfnl-box {
  box-shadow: none;
  border-radius: 10px;
}
.gbf-product-area .condition-wrapper {
  background: #f7f8f9;
  border-radius: 10px;
  padding: 25px 25px 33px;
}
.gbf-product-area .single-condition-wrapper {
  padding: 0 0 27px;
  position: relative;
}
.gbf-product-area .single-condition-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 27px;
  width: 2px;
  background: #A0ADB9;
  margin-left: -1px;
}
.gbf-product-area .single-condition-wrapper:after {
  bottom: 0;
}
.gbf-product-area .single-condition-wrapper .add-condition {
  border: none;
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translate(-50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}
.gbf-product-area .single-condition-wrapper .add-condition svg {
  width: 30px;
  height: 30px;
}
.gbf-product-area .single-condition-wrapper .add-condition svg circle {
  fill: #6e42d3;
  stroke: #6e42d3;
}
.gbf-product-area .single-condition-wrapper .add-condition svg path {
  stroke: #fff;
}
.gbf-product-area .single-condition-wrapper:not(:last-child) .add-condition {
  display: none;
}
.gbf-product-area .wpfnl-gbf-type-product-search,
.gbf-product-area .wpfnl-product-search-gbf,
.gbf-product-area .wpfnl-category-search {
  display: none;
}
.gbf-product-area .select2-container.select2-container--default.select2-container--open {
  background: transparent;
  border: none;
}
.gbf-product-area .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
}
.gbf-product-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.gbf-product-area .select2-container {
  display: block;
  width: 100% !important;
}
.gbf-product-area .select2-container .select2-selection__rendered {
  border: 1px solid #E5E8F3;
  padding: 7px 15px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #7A8B9A;
  line-height: 1;
}
.gbf-product-area .single-condition {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.gbf-product-area .single-condition .selectbox-wrapper select {
  height: 40px;
  background-color: transparent;
  min-width: auto;
  width: 100%;
}
.gbf-product-area .single-condition .selectbox-wrapper .wpfnl-tag-search {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gbf-product-area .single-condition label {
  cursor: default;
  padding-right: 10px;
}
.gbf-product-area .single-condition .hints {
  color: #EE5F5A;
  display: none;
}
.gbf-product-area .single-condition .selectbox-wrapper {
  position: relative;
  width: calc(100% - 112px);
}
.gbf-product-area .single-condition .required-star {
  color: #EE5F5A;
}
.gbf-product-area .single-condition .wpfnl-form-group {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.gbf-product-area .single-condition .condition-if {
  padding: 20px;
  width: 50%;
  position: relative;
}
.gbf-product-area .single-condition .condition-then {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 13px;
  width: 50%;
  background: #F9F9FD;
  border-radius: 0px 10px 10px 0px;
  position: relative;
}
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date,
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date label,
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date label {
  width: 80px;
}
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date input[type=text],
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date input[type=text] {
  height: 40px;
  min-width: auto;
  cursor: pointer;
}
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date {
  padding-left: 25px;
}
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date label {
  width: 48px;
}
.gbf-product-area .single-condition .div-to-append-calender .ui-datepicker .ui-datepicker-title {
  display: flex;
  width: 90%;
  margin: 0 2.5em;
}
.gbf-product-area .single-condition .div-to-append-calender .ui-datepicker select.ui-datepicker-year,
.gbf-product-area .single-condition .div-to-append-calender .ui-datepicker select.ui-datepicker-month {
  width: calc(50% - 25px);
  min-width: auto;
  height: 36px;
  min-height: auto;
  border-radius: 3px;
}
.gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker .ui-datepicker-title {
  display: flex;
  width: 90%;
  margin: 0 2.5em;
}
.gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker select.ui-datepicker-year,
.gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker select.ui-datepicker-month {
  width: calc(50% - 25px);
  min-width: auto;
  height: 36px;
  min-height: auto;
  border-radius: 3px;
}
.gbf-product-area .single-condition .close-condition {
  border: 1px solid #EE5F5A;
  padding: 0;
  height: 26px;
  width: 26px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -11px;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}
.gbf-product-area .single-condition .close-condition svg {
  width: 17px;
}
.gbf-product-area .single-condition .close-condition svg path {
  stroke: #EE5F5A;
}
.gbf-product-area .single-condition:hover .close-condition {
  opacity: 1;
  visibility: visible;
}
.gbf-product-area .single-condition .wpfnl-form-group.field-required select {
  border-color: #EE5F5A;
}
.gbf-product-area .single-condition .wpfnl-form-group.field-required .hints {
  display: block;
}

.steps-settings.downsell .gbf-offer-product .offer-discount-area,
.steps-settings.upsell .gbf-offer-product .offer-discount-area {
  border: none;
}

@media only screen and (max-width: 1199px) {
  .gbf-product-area .single-condition .wpfnl-form-group {
    width: 100%;
  }
  .gbf-product-area .single-condition label {
    padding-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .gbf-product-area .single-condition .selectbox-wrapper {
    width: 100%;
  }
  .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date,
.gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date {
    display: block;
  }
}
.wpfnl-webhook-drawer {
  width: calc(100% - 36px);
  right: 0;
  transition: none;
}
.wpfnl-webhook-drawer .drawer-wrapper {
  background: #F6F5FA;
}
.wpfnl-webhook-drawer .drawer-header {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.31) !important;
  padding: 15px 24px !important;
  justify-content: flex-start;
  gap: 14px;
}
.wpfnl-webhook-drawer .drawer-header .wpfnl-drawer-close {
  background: #FFFFFF;
  border-radius: 10px;
  height: 38px;
  width: 38px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #EEF0F3;
}
.wpfnl-webhook-drawer .drawer-header .drawer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.wpfnl-webhook-drawer .drawer-header .webhook-search {
  margin-left: auto;
}
.wpfnl-webhook-drawer .drawer-header .webhook-search form {
  position: relative;
}
.wpfnl-webhook-drawer .drawer-header .webhook-search svg {
  position: absolute;
  top: 12px;
  left: 14px;
}
.wpfnl-webhook-drawer .drawer-header .webhook-search input[type=text] {
  padding-left: 34px;
  min-width: auto;
  width: 194px;
  background: #FFFFFF;
  border-color: #EEF0F3;
  border-radius: 10px;
  height: 40px;
}
.wpfnl-webhook-drawer .drawer-header .btn-default {
  height: 40px;
  line-height: 41px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 7px;
  border-radius: 10px;
}
.wpfnl-webhook-drawer .drawer-body {
  padding-top: 40px;
}
.wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip path:first-child {
  fill: #686F7F;
}
.wpfnl-webhook-drawer .webhook-content {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border-radius: 10px;
}
.wpfnl-webhook-drawer .drawer-footer {
  border-top: 1px solid #EEF0F3;
  padding: 20px 0 20px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  position: relative;
}
.wpfnl-webhook-drawer .drawer-footer .btn-default {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  line-height: 41px;
  height: 40px;
  padding: 2px 20px 0;
  min-width: auto;
}
.wpfnl-webhook-drawer .drawer-footer .btn-default .wpfnl-loader {
  display: inline-block;
}
.wpfnl-webhook-drawer .drawer-footer .cancel-btn {
  background: transparent;
  box-shadow: 0 0 0 1px #E4E6EB;
  color: #3C3F47;
}
.wpfnl-webhook-drawer .drawer-footer .wpfnl-alert {
  display: inline-block;
  padding: 10px 20px;
}
.wpfnl-webhook-drawer .no-webhook-data {
  height: 550px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #363B4E;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list,
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .name-field,
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header .name-field {
  width: calc((80% - 135px) / 2);
  max-width: 300px;
  color: #363B4E;
  font-weight: 500;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .request-url-field,
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header .request-url-field {
  width: calc((80% - 135px) / 2);
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field,
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header .status-field {
  width: 92px;
  margin-left: auto;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field,
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header .action-field {
  width: 74px;
  text-align: center;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header {
  padding: 13px 24px;
  border-bottom: 1px solid #E5E8F3;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .list-header .name-field {
  color: #7A8B9A;
  font-weight: 400;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list {
  padding: 15px 24px;
  border-bottom: 1px solid #E5E8F3;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list:last-child {
  border-bottom: 0;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list.no-data {
  text-align: center;
  display: block;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .request-url-field {
  word-break: break-all;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-loader {
  display: block;
  position: absolute;
  top: 1px;
  left: 30px;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button {
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0 6px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  margin-left: 2px;
}
.wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button svg {
  position: relative;
  top: 4px;
}

.webhook-settings-drawer {
  width: 860px;
}
.webhook-settings-drawer .drawer-wrapper {
  background: #fff;
}
.webhook-settings-drawer .drawer-wrapper .drawer-body {
  padding-top: 0;
}
.webhook-settings-drawer .drawer-wrapper .drawer-header {
  justify-content: space-between;
  box-shadow: none !important;
  padding: 16px 30px 15px 30px !important;
}
.webhook-settings-drawer .webhook-settings-content {
  background: #FFFFFF;
  border-radius: 0;
  border-top: 1px solid #EEF0F3;
}
.webhook-settings-drawer .wpfnl-field-wrapper {
  margin-bottom: 20px;
}
.webhook-settings-drawer .wpfnl-field-wrapper:last-child {
  margin-bottom: 0;
}
.webhook-settings-drawer .wpfnl-field-wrapper > label {
  width: 170px;
}
.webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .link-icon {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #EEF0F3;
}
.webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .hints {
  color: #e65555;
  display: none;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email],
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text],
.webhook-settings-drawer .wpfnl-field-wrapper select {
  height: 38px;
  border-color: #EEF0F3;
  color: #363B4E;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-webkit-autofill,
.webhook-settings-drawer .wpfnl-field-wrapper select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #363B4E !important;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text]::-webkit-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper select::-webkit-input-placeholder {
  color: #A7A8B3;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text]::-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper select::-moz-placeholder {
  color: #A7A8B3;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-ms-input-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper select:-ms-input-placeholder {
  color: #A7A8B3;
}
.webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-moz-placeholder,
.webhook-settings-drawer .wpfnl-field-wrapper select:-moz-placeholder {
  color: #A7A8B3;
}
.webhook-settings-drawer .wpfnl-field-wrapper select {
  color: #A7A8B3;
  max-width: 240px;
  width: 100%;
  padding-right: 36px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTAuODEzIDFsLTQuNSA0LjUtNC41LTQuNSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 13px);
  background-position-y: 13px;
  background-size: 12px 12px;
}
.webhook-settings-drawer .wpfnl-field-wrapper select.value-selected {
  color: #363B4E;
}
.webhook-settings-drawer .wpfnl-field-wrapper select option {
  color: #A7A8B3;
}
.webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-tooltip p {
  min-width: 160px;
}
.webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-custom-single-select {
  width: 240px;
}
.webhook-settings-drawer .feed-name .wpfnl-tooltip p {
  left: calc(100% + 8px);
  transform: translate(0, 50%);
  bottom: 50%;
}
.webhook-settings-drawer .feed-name .wpfnl-tooltip p:before {
  left: -4px;
  bottom: 50%;
  margin: 0 0px -6px 0px;
}
.webhook-settings-drawer .request-url input[type=text] {
  padding-left: 50px;
}
.webhook-settings-drawer .primary-settings {
  padding: 30px 0;
}
.webhook-settings-drawer .additional-settings {
  padding-top: 30px;
}
.webhook-settings-drawer .request-header-settings,
.webhook-settings-drawer .primary-settings {
  border-bottom: 1px solid #EEF0F3;
}
.webhook-settings-drawer .primary-settings .request-formate .wpfnl-fields,
.webhook-settings-drawer .primary-settings .request-method .wpfnl-fields {
  max-width: 100%;
}
.webhook-settings-drawer .request-header {
  align-items: flex-start;
}
.webhook-settings-drawer .request-header > label {
  position: relative;
  top: 34px;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-bottom: 14px;
  gap: 10px;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header:last-child,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop:last-child {
  margin-bottom: 0;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header .value,
.webhook-settings-drawer .request-body-loop-wrapper .loop-header .name,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop .value,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop .name {
  width: calc(50% - 29px);
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header .value .crm-data-loader,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop .value .crm-data-loader {
  width: calc(100% - 13px);
  left: 2px;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header input,
.webhook-settings-drawer .request-body-loop-wrapper .loop-header select,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop input,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop select {
  min-width: auto;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border-radius: 6px;
  border: none;
  max-width: 100%;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header {
  margin-bottom: 8px;
}
.webhook-settings-drawer .request-body-loop-wrapper .loop-header .value,
.webhook-settings-drawer .request-body-loop-wrapper .loop-header .name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #363B4E;
}
.webhook-settings-drawer .request-body-loop-wrapper .single-loop {
  background: #F6F5FA;
  border-radius: 10px;
  padding: 16px;
}
.webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .value,
.webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .name {
  width: calc(50% - 5px);
}
.webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .actions {
  display: none;
}
.webhook-settings-drawer .request-body-loop-wrapper .single-loop .wpfnl-custom-single-select .custom-select-wrapper {
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border: none;
}
.webhook-settings-drawer .request-body-loop-wrapper .actions button {
  border: none;
  line-height: 1;
  padding: 3px;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border-radius: 6px;
  width: 38px;
  height: 38px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.webhook-settings-drawer .request-body-loop-wrapper .actions button svg {
  display: block;
}
.webhook-settings-drawer .request-body-loop-wrapper .add-option-area {
  border: 1px dashed #C1C6CD;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.webhook-settings-drawer .request-body-loop-wrapper .add-option-area .add-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px 25px 0 25px;
  line-height: 1;
}
.webhook-settings-drawer .request-body-loop-wrapper .add-option-area .add-option svg {
  width: 12px;
  height: 12px;
}
.webhook-settings-drawer .request-body-loop-wrapper.data-loaded .single-loop .value .crm-data-loader {
  display: none;
}
.webhook-settings-drawer .additional-settings .webhook-event .wpfnl-fields {
  max-width: 100%;
}
.webhook-settings-drawer .additional-settings .request-body {
  align-items: flex-start;
}
.webhook-settings-drawer .additional-settings .request-body > label {
  position: relative;
  top: 2px;
  width: 180px;
}
.webhook-settings-drawer .additional-settings .request-body > .wpfnl-fields {
  max-width: 100%;
  width: calc(100% - 180px);
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn {
  margin-bottom: 10px;
  display: block;
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label {
  font-size: 13px;
  color: #363B4E;
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::before {
  background: #F6F5FA;
  border-color: #EEF0F3;
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::after {
  left: 6px;
  top: 3px;
  width: 8px;
  height: 8px;
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn input[type=radio]:checked + label::before {
  background: #6E42D3;
}
.webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn input[type=radio]:checked + label::after {
  background: #ffffff;
}
.webhook-settings-drawer .additional-settings .request-body .request-body-loop-wrapper {
  margin-top: 20px;
  border: 1px solid #EEF0F3;
  border-radius: 10px;
  padding: 16px 20px 20px;
}

@media only screen and (max-width: 1699px) {
  .wpfnl-webhook-drawer .webhook-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .webhook-settings-drawer {
    width: 700px;
  }
}
@media only screen and (max-width: 782px) {
  .wpfnl-webhook-drawer {
    width: 100%;
  }
}
.wpfnl-settings-drawer .drawer-body {
  background: #f6f5fa;
}
.wpfnl-settings-drawer .fnl-settings-content {
  margin-top: 30px;
}
.wpfnl-settings-drawer .fnl-settings-content .wpfnl-field-wrapper > label {
  width: 310px;
}
.wpfnl-settings-drawer .fnl-settings-content .wpfnl-field-wrapper .wpfnl-fields {
  max-width: 350px;
  width: calc(100% - 350px);
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title {
  padding: 16px 24px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 500;
  color: #363B4E;
  text-transform: capitalize;
  box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title > svg {
  margin-right: 10px;
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title a {
  line-height: 1;
  position: relative;
  top: 3px;
  margin-left: auto;
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title a svg {
  width: 20px;
  height: 20px;
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title a svg path {
  stroke: #6E42D3;
}
.wpfnl-settings-drawer .fnl-settings-content .hints {
  width: 100%;
  display: block;
  color: #f68a40;
}
.wpfnl-settings-drawer .fnl-settings-content .wpfnl-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
}
.wpfnl-settings-drawer .fnl-settings-content .pro-tag-icon {
  transform: translateY(6px);
  margin-left: 0px;
  position: static;
  display: inline-block;
}
.wpfnl-settings-drawer .fnl-settings-content .settings-title + .wpfnl-box {
  border-radius: 0 0 10px 10px;
}
.wpfnl-settings-drawer .fnl-settings-content .wpfnl-checkbox.disabled > label {
  cursor: not-allowed;
  opacity: 0.5;
}
.wpfnl-settings-drawer .fnl-settings-content .wpfnl-checkbox.disabled > label:before {
  background-color: #d7d7d7;
}
.wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm {
  display: flex;
  flex-flow: row wrap;
}
.wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper {
  display: block;
  width: 50%;
  padding-right: 30px;
}
.wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper > label {
  width: auto;
  margin-bottom: 8px;
  display: block;
  padding: 0;
}
.wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper .wpfnl-fields {
  max-width: 100%;
  width: 100%;
}
.wpfnl-settings-drawer .settings-content__footer {
  border-top: 1px solid #E2E5ED;
  padding: 20px 0 20px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.wpfnl-settings-drawer .settings-content__footer .update {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  line-height: 39px;
}
.wpfnl-settings-drawer .settings-content__footer .wpfnl-alert {
  display: inline-block;
  margin-right: 10px;
}
.wpfnl-settings-drawer .settings-content__footer .wpfnl-loader {
  display: inline-block;
}

.ab-testing-drawer {
  box-shadow: none;
  width: calc(100% - 160px);
  transition: none;
}
.ab-testing-drawer .drawer-wrapper {
  background: #F6F5FA;
}
.ab-testing-drawer .ab-testing-drawer-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #f6f5fa;
  z-index: 2;
}
.ab-testing-drawer .ab-testing-drawer-loader .wpfnl-loader {
  display: block;
  width: 50px;
  height: 50px;
}

.folded .ab-testing-drawer {
  width: calc(100% - 36px);
}

@media only screen and (max-width: 782px) {
  .folded .ab-testing-drawer {
    width: 100%;
    top: 46px;
  }
}
.ab-testing-drawer .drawer-header {
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
  padding: 15px 24px;
  gap: 10px;
}
.ab-testing-drawer .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-testing-drawer .header-left > h4 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.ab-testing-drawer .header-left .step-type,
.ab-testing-drawer .header-left .step-title {
  color: #363B4E;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.ab-testing-drawer .header-left .step-title {
  max-width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab-testing-drawer .header-left .step-type {
  text-transform: capitalize;
}
.ab-testing-drawer .header-left .ab-testing-status {
  border-radius: 100px;
  border: 1px solid #EFEFEF;
  background: #F4F4F4;
  display: inline-block;
  color: #2D3149;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 11px;
  margin-left: 8px;
  text-transform: capitalize;
}
.ab-testing-drawer .header-left .ab-testing-status.running {
  background: rgba(36, 194, 26, 0.1);
  color: #25C11B;
  border-color: rgba(36, 194, 26, 0.1);
}
.ab-testing-drawer .header-center .header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #363B4E;
}
.ab-testing-drawer .header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ab-testing-drawer .header-right .wpfnl-alert {
  display: block;
}
.ab-testing-drawer .header-right .copy-ab-url {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #EEF0F3;
  box-shadow: none;
  outline: none;
  position: relative;
  background: transparent;
}
.ab-testing-drawer .header-right .copy-ab-url .copyed {
  background-color: #464646;
  position: absolute;
  right: -4px;
  bottom: -18px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  line-height: 1;
  padding: 4px;
  border-radius: 3px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.ab-testing-drawer .header-right .copy-ab-url .copyed:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 6px;
  height: 6px;
  background: #464646;
  transform: rotate(45deg) translateX(-50%);
}
.ab-testing-drawer .header-right .copy-ab-url.copy-confirmed .copyed {
  bottom: -25px;
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .header-right .btn-default {
  height: auto;
  line-height: 1;
  padding: 11px 20px 9px;
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: -0.14px;
  color: #363B4E;
  border-radius: 8px;
  border: 1px solid #EEF0F3;
  background: #FFF;
}
.ab-testing-drawer .header-right .btn-default:hover {
  background-color: #f7f7f7;
}
.ab-testing-drawer .header-right .btn-default.stats svg {
  display: block;
  position: relative;
  top: -1px;
}
.ab-testing-drawer .header-right .btn-default.start {
  background: #6E42D3;
  border-color: #6E42D3;
  color: #fff;
}
.ab-testing-drawer .header-right .btn-default.start svg {
  position: relative;
  top: -1px;
}
.ab-testing-drawer .header-right .btn-default.start:hover {
  background-color: #00B4FF;
}
.ab-testing-drawer .header-right .btn-default.its-disabled {
  color: rgba(54, 59, 78, 0.4);
  background: #ffffff;
  cursor: not-allowed;
}
.ab-testing-drawer .header-right .btn-default.its-disabled.stats path {
  fill: rgba(167, 168, 179, 0.4);
}
.ab-testing-drawer .header-right .btn-default.its-disabled.start {
  background: rgba(110, 66, 211, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.ab-testing-drawer .header-right .btn-default.its-disabled.start path {
  fill: rgba(255, 255, 255, 0.7);
}
.ab-testing-drawer .header-right .btn-default.pause.start {
  background: #FF5155;
  border-color: #FF5155;
}
.ab-testing-drawer .header-right .btn-default.pause.start .wpfnl-loader {
  border-color: #df4a4d;
  border-top-color: #fff;
}
.ab-testing-drawer .header-right .btn-default .wpfnl-loader {
  display: inline-block;
  margin-left: 0;
}
.ab-testing-drawer .header-right .more-options {
  line-height: 1;
  background: transparent;
  border: none;
  padding: 6px 9px;
  cursor: pointer;
  position: relative;
}
.ab-testing-drawer .header-right .more-options .options-dropdown {
  position: absolute;
  right: -10px;
  top: 50px;
  background: #FFFFFF;
  width: 148px;
  padding: 8px 9px;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.ab-testing-drawer .header-right .more-options .options-dropdown li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #363B4E;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ab-testing-drawer .header-right .more-options .options-dropdown li:hover {
  background: #F6F8FA;
}
.ab-testing-drawer .header-right .more-options.show-options .options-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .ab-testing-drawer .header-left .step-title {
    max-width: 195px;
  }
  .ab-testing-drawer .header-right {
    gap: 10px;
  }
  .ab-testing-drawer .header-right .btn-default {
    padding: 11px 15px 9px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-testing-drawer .drawer-header {
    padding: 15px 15px;
    gap: 5px;
  }
  .ab-testing-drawer .header-center .header-title {
    font-size: 16px;
  }
  .ab-testing-drawer .header-left .step-type,
.ab-testing-drawer .header-left .step-title {
    font-size: 14px;
  }
  .ab-testing-drawer .header-left .step-title {
    max-width: 160px;
  }
  .ab-testing-drawer .header-right .btn-default {
    padding: 9px 10px 7px;
  }
}
.ab-testing-drawer .single-ab-step {
  width: 180px;
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #EDECF2;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
  position: relative;
}
.ab-testing-drawer .single-ab-step .ab-variation-delete {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  background: #f6f5fa;
  color: #ffffff;
  border: 2px solid #EE5F5A;
  line-height: 1.3;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.ab-testing-drawer .single-ab-step .ab-variation-delete:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cross.svg);
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  border-radius: 50%;
}
.ab-testing-drawer .single-ab-step:hover .ab-variation-delete {
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .single-ab-step .variation-type {
  background: #0094A6;
  position: absolute;
  top: -20px;
  left: 15px;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 11px;
  border-radius: 8px 8px 0 0;
  text-transform: capitalize;
}
.ab-testing-drawer .single-ab-step .variation-type.variant {
  background: #EE8134;
}
.ab-testing-drawer .single-ab-step .variation-type .variant-no {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}
.ab-testing-drawer .single-ab-step .step-header {
  background: #E8F1FF;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 3px 9px;
}
.ab-testing-drawer .single-ab-step .step-header .step-title {
  color: #363B4E;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ab-testing-drawer .single-ab-step .step-header .step-title svg {
  width: 15px;
  height: 15px;
}
.ab-testing-drawer .single-ab-step .step-body {
  padding: 10px;
}
.ab-testing-drawer .single-ab-step .step-body .preview-img {
  border-radius: 8px;
  border: 1px solid #EEF0F3;
  position: relative;
  overflow: hidden;
  height: 121px;
  background: #f6f5fa;
}
.ab-testing-drawer .single-ab-step .step-body .preview-img > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -5px;
}
.ab-testing-drawer .single-ab-step .step-body .winner-badge {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 6px;
}
.ab-testing-drawer .single-ab-step .step-body .winner-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 50px solid #24C21A;
  border-right: 50px solid transparent;
  border-top-left-radius: 8px;
  z-index: 0;
}
.ab-testing-drawer .single-ab-step .step-body .winner-badge svg {
  position: relative;
  z-index: 1;
}
.ab-testing-drawer .single-ab-step .step-body .step-cta > span {
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #363B4E;
  padding: 8px 5px;
  margin-top: 10px;
}
.ab-testing-drawer .single-ab-step .step-control-button {
  background: #fff;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 12px;
  gap: 10px;
}
.ab-testing-drawer .single-ab-step .step-control-button > li {
  width: 24px;
  height: 22px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ab-testing-drawer .single-ab-step .step-control-button > li > a, .ab-testing-drawer .single-ab-step .step-control-button > li > button {
  display: flex;
  text-align: center;
  align-items: center;
  line-height: 22px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
}
.ab-testing-drawer .single-ab-step .step-control-button > li > button {
  border: none;
  background: transparent;
}
.ab-testing-drawer .single-ab-step .step-control-button > li > button svg {
  display: block;
  position: relative;
  margin: 0 auto;
}
.ab-testing-drawer .single-ab-step .step-control-button .options-dropdown {
  position: absolute;
  left: 0;
  top: 30px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
  width: 190px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
.ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li {
  font-size: 14px;
  line-height: 1.14;
  color: #2D3149;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li svg {
  position: relative;
  top: -1px;
}
.ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li:hover {
  background: #F6F8FA;
}
.ab-testing-drawer .single-ab-step .step-control-button li.show-dorpdown .options-dropdown {
  top: 25px;
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .single-ab-step.landing .step-header {
  background: #E8F1FF;
}
.ab-testing-drawer .single-ab-step.landing .step-header .step-title svg {
  width: 15px;
  height: 15px;
}
.ab-testing-drawer .single-ab-step.checkout .step-header {
  background: #FDF0E8;
  padding: 9px 3px 8px;
}
.ab-testing-drawer .single-ab-step.checkout .step-header .step-title svg {
  width: 15px;
  height: 17px;
  top: -1px;
}
.ab-testing-drawer .single-ab-step.upsell .step-header {
  background: #E9F9E8;
}
.ab-testing-drawer .single-ab-step.upsell .step-header .step-title svg {
  width: 15px;
  height: 15px;
}
.ab-testing-drawer .single-ab-step.downsell .step-header {
  background: #FCF0F1;
}
.ab-testing-drawer .single-ab-step.downsell .step-header .step-title svg {
  width: 15px;
  height: 15px;
}
.ab-testing-drawer .single-ab-step.thankyou .step-header {
  background: #E6FAF5;
}
.ab-testing-drawer .single-ab-step.thankyou .step-header .step-title svg {
  width: 15px;
  height: 15px;
}
.ab-testing-drawer .single-ab-step.custom .step-header {
  background: #E0F2F4;
}
.ab-testing-drawer .single-ab-step.custom .step-header .step-title svg {
  width: 15px;
  height: 15px;
}

.ab-testing-drawer .ab-testing-steps-wrapper {
  padding: 127px 50px 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 40px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options {
  left: calc(100% + 15px);
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option svg {
  margin-bottom: 9px;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .single-option g, .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option path {
  transition: all 0.3s ease;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .option-templates:hover g {
  stroke: #6E42D3;
}
.ab-testing-drawer .add-step-wrapper .add-steps-options .option-duplicate:hover path {
  stroke: #6E42D3;
  fill: #6E42D3;
}

.ab-testing-drawer .traffic-distribution-modal {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 680px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.ab-testing-drawer .traffic-distribution-modal.show-modal {
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner {
  background: #FFF;
  box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
  padding: 18px 30px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar {
  width: 3px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEF0F3;
  padding-bottom: 18px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title h4 {
  color: #363B4E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip svg {
  width: 13px;
  height: 13px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip svg path:first-child {
  fill: #686F7F;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip p {
  bottom: inherit;
  top: calc(100% + 10px);
  background: #2D3149;
  min-width: 131px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip p:before {
  background: #2D3149;
  bottom: inherit;
  top: -4px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-actions {
  display: flex;
  gap: 12px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-actions .action-btn {
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body {
  padding: 30px 0;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list:last-child {
  margin-bottom: 0;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title {
  color: #363B4E;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 190px);
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .step-type {
  color: #363B4E;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type {
  background: rgba(0, 148, 166, 0.1);
  display: inline-block;
  color: #0094A6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 11px;
  text-transform: capitalize;
  border-radius: 40px;
  margin-left: 8px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type.variant {
  background: rgba(238, 129, 52, 0.1);
  color: #EE8134;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unlock-notice {
  border-radius: 6px;
  background: #2D3149;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  padding: 9px 10px 6px;
  bottom: calc(100% + 11px);
  left: 23px;
  width: 140px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unlock-notice:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  width: 11px;
  height: 11px;
  background: #2D3149;
  border-radius: 2px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .lock-unlock {
  border-radius: 6px;
  border: 1px solid #EEF0F3;
  background: transparent;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic input[type=number] {
  border: 1px solid #EEF0F3;
  height: 38px;
  border-radius: 6px;
  min-width: auto;
  width: 88px;
  color: #363B4E;
  padding: 5px 12px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unit {
  color: #363B4E;
  font-size: 14px;
  font-weight: 500;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .variation-traffic:disabled:hover + .unlock-notice {
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer {
  border-top: 1px solid #EEF0F3;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .wpfnl-alert {
  display: block;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default {
  min-width: auto;
  border-radius: 10px;
  height: auto;
  line-height: 1;
  padding: 13px 19px 11px;
  border: 1px solid transparent;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default.cancel {
  background: transparent;
  color: #3C3F47;
  border-color: #E4E6EB;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default.cancel:hover {
  background: #f5f5f5;
}
.ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 1px;
}

.ab-testing-drawer .ab-testing-winner-modal {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 594px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.ab-testing-drawer .ab-testing-winner-modal.show-modal {
  opacity: 1;
  visibility: visible;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner {
  background: #fff;
  box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
  padding: 18px 30px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar {
  width: 3px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header .header-title h4 {
  color: #363B4E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header .header-actions .modal-close {
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body {
  padding-bottom: 30px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info {
  border: 1px solid #EEF0F3;
  border-radius: 10px;
  margin-bottom: 16px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .img-area {
  background: #D7D1E7;
  height: 303px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .img-area svg {
  position: relative;
  top: 14px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .content-area {
  padding: 30px 24px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .content-area .winner-title {
  color: #363B4E;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li {
  color: #363B4E;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li:last-child {
  margin-bottom: 0;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTkgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwQjQyQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS43MzQgMTMuNTY0YS4yNTkuMjU5IDAgMDEtLjIzNi0uMTYzYy0uMDE4LS4wMzctMS41OC00LjA2Ny0zLjk5NC01LjU5Mi0uNDczLS4yOS0uODM2LS42LS42OS0xLjI5LjE0NS0uNjcxLjU5OS0xLjA1MiAxLjQxNi0xLjIzNCAxLjQ1Mi0uMzA5IDMuMDEzIDEuOTQzIDMuNTk0IDIuODY5IDIuMDM0LTIuOTYgNi4xLTcuNjA3IDEyLjAyLTguMTUyLjI4NS0uMDM0LjM5LjM5LjEyNi41MDgtLjA5LjAzNy04LjU1IDMuOTA0LTExLjk4MiAxMi45MDlhLjI5LjI5IDAgMDEtLjI1NC4xNDV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 13px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label {
  color: #344054;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label:after {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTM4IDEwLjYzNWEuMjMyLjIzMiAwIDAxLS4xNy0uMDc0TC44IDUuNjE4YS4yMy4yMyAwIDAxLjE2OS0uMzg3aDIuMmEuMjMuMjMgMCAwMS4xNzMuMDhMNC44NyA3LjA2NmMuMTY1LS4zNTMuNDg1LS45NCAxLjA0NS0xLjY1Ni44My0xLjA1OCAyLjM3LTIuNjE0IDUuMDA4LTQuMDE5YS4yMy4yMyAwIDAxLjI1LjM4NmMtLjAxLjAwOC0xLjAyNy44MDktMi4xOTcgMi4yNzUtMS4wNzcgMS4zNS0yLjUwOSAzLjU1Ny0zLjIxMyA2LjQwN2EuMjMuMjMgMCAwMS0uMjI0LjE3NXoiLz48L3N2Zz4=");
  left: 3px;
  top: 0px;
  width: 14px;
  height: 14px;
  transform: rotate(0);
  border-bottom: none;
  border-left: none;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer {
  border-top: 1px solid #EEF0F3;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default {
  min-width: auto;
  border-radius: 10px;
  height: auto;
  line-height: 1;
  padding: 12px 19px 10px;
  border: 1px solid transparent;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default.cancel {
  background: transparent;
  color: #3C3F47;
  border-color: #E4E6EB;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default.cancel:hover {
  background: #f5f5f5;
}
.ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 2px;
}

.ab-testing-stats {
  padding-top: 40px;
}
.ab-testing-stats .stats-wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border-radius: 10px;
}
.ab-testing-stats .stats-wrapper.ab-testing-stats-header {
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  cursor: pointer;
}
.ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button .stats-back-button-icon {
  background: #fff;
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
}
.ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button .stats-back-button-text {
  color: #2D3149;
}
.ab-testing-stats .stats-wrapper table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.ab-testing-stats .stats-wrapper table .name {
  width: 320px;
}
.ab-testing-stats .stats-wrapper table .status {
  width: 120px;
}
.ab-testing-stats .stats-wrapper table .visits {
  width: 100px;
}
.ab-testing-stats .stats-wrapper table .revenue {
  width: 100px;
}
.ab-testing-stats .stats-wrapper table .conversion-rate {
  width: 140px;
}
.ab-testing-stats .stats-wrapper table .declare-winner {
  width: 128px;
}
.ab-testing-stats .stats-wrapper thead th {
  padding: 16px 24px;
  border-bottom: 1px solid #EEF0F3;
}
.ab-testing-stats .stats-wrapper thead th .col-inner-wrap {
  color: #7A8B9A;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
.ab-testing-stats .stats-wrapper tbody td {
  padding: 18px 24px;
  border-bottom: 1px solid #EEF0F3;
}
.ab-testing-stats .stats-wrapper tbody tr:last-child td {
  border-bottom: none;
}
.ab-testing-stats .stats-wrapper tbody .name .col-inner-wrap {
  font-size: 14px;
  line-height: 1;
  color: #363B4E;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
}
.ab-testing-stats .stats-wrapper tbody .variation-type {
  background: rgba(0, 148, 166, 0.1);
  display: inline-block;
  color: #0094A6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 11px;
  text-transform: capitalize;
  border-radius: 40px;
}
.ab-testing-stats .stats-wrapper tbody .variation-type.variant {
  background: rgba(238, 129, 52, 0.1);
  color: #EE8134;
}
.ab-testing-stats .stats-wrapper tbody .declare-winner .col-inner-wrap {
  display: flex;
  align-items: center;
}
.ab-testing-stats .stats-wrapper tbody .declare-winner .col-inner-wrap .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: -1px;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label {
  width: 34px;
  height: 20px;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label:after {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 14px;
}

@media only screen and (max-width: 1399px) {
  .ab-testing-stats .stats-wrapper thead th {
    padding: 16px 17px;
  }
  .ab-testing-stats .stats-wrapper tbody td {
    padding: 18px 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .ab-testing-stats .stats-wrapper table .declare-winner {
    width: 160px;
    padding: 16px 14px;
  }
  .ab-testing-stats .stats-wrapper tbody td {
    padding: 14px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-testing-stats .stats-wrapper table .name {
    width: 230px;
  }
  .ab-testing-stats .stats-wrapper tbody .name .col-inner-wrap {
    width: 203px;
  }
}
.ab-testing-archive-list .stats-wrapper table .conversion-rate {
  width: 122px;
}
.ab-testing-archive-list .stats-wrapper table .action {
  width: 160px;
}
.ab-testing-archive-list .stats-wrapper table .action .col-inner-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 108px;
  margin-left: auto;
}
.ab-testing-archive-list .stats-wrapper table .action .retrive {
  color: #363B4E;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.13px;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid #EEF0F3;
  background: #F6F5FA;
  cursor: pointer;
}
.ab-testing-archive-list .stats-wrapper table .action .delete {
  padding: 8px 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.ab-testing-archive-list .stats-wrapper table .action .delete svg {
  display: block;
}
.ab-testing-archive-list .stats-wrapper table .no-archived-variant {
  text-align: center;
}

.ab-testing-drawer .ab-testing-confirmation-modal {
  position: fixed;
  top: 0;
  left: 160px;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 2;
  background: rgba(21, 17, 29, 0.3);
  backdrop-filter: blur(4px);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #DADADA;
  border: none;
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
  padding-top: 2px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal path {
  stroke-width: 2px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-wrapper {
  width: 450px;
  background: #F6F5FA;
  border-radius: 10px;
  position: relative;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body {
  padding: 35px;
  text-align: center;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EE5F5A;
  margin: 0 auto 14px;
  border-radius: 100%;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.delete-icon svg {
  width: 16px;
  height: 16px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.delete-icon svg path {
  stroke: #fff;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.warning-icon {
  background: transparent;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.archive-icon svg {
  position: relative;
  top: 1px;
  left: 1px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .title {
  color: #2D3149;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .subtitle {
  color: #7A8B9A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer {
  padding: 20px;
  border-top: 1px solid #E2E2E2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default {
  min-width: auto;
  height: auto;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 19px;
  border: 1px solid transparent;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default.confirm {
  box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.5);
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default.cancel {
  color: #2D3149;
  background: transparent;
  border: 1px solid #E4E6EB;
  letter-spacing: -0.15px;
}
.ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .wpfnl-checkbox {
  margin-right: auto;
}
.ab-testing-drawer .ab-testing-confirmation-modal.archive-modal .confirmation-modal-body .icon {
  background: #239654;
}
.ab-testing-drawer .ab-testing-confirmation-modal.archive-modal .confirmation-modal-body .icon.warning-icon {
  background: transparent;
}

.folded .ab-testing-drawer .ab-testing-confirmation-modal {
  left: 36px;
  width: calc(100% - 36px);
}

.wpfnl-automation-window .automation-list-wrapper {
  padding: 0 30px 0;
}
.wpfnl-automation-window .automation-list-wrapper > .bulk-check {
  display: flex;
  align-items: center;
  padding-left: 31px;
  height: 50px;
}
.wpfnl-automation-window .automation-list-wrapper > .bulk-check .wpfnl-checkbox label:before {
  border-color: #c2c2c2;
  background-color: #ffffff;
}
.wpfnl-automation-window .automation-list-wrapper .bulk-delete-area {
  padding-left: 30px;
  height: 33px;
}
.wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button {
  background: #EE8134;
  border-radius: 6px;
  border: none;
  color: #fff;
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
}
.wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button svg {
  height: 18px;
  width: 18px;
  margin-right: 4px;
}
.wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button svg path {
  stroke: #fff;
}
.wpfnl-automation-window .automation-list-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.wpfnl-automation-window .automation-list-header .field-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7A8B9A;
}
.wpfnl-automation-window .automation-list-header,
.wpfnl-automation-window .automation-single-list {
  padding: 15px 30px;
}
.wpfnl-automation-window .automation-list-header .wpfnl-checkbox label:before,
.wpfnl-automation-window .automation-single-list .wpfnl-checkbox label:before {
  border-color: #CDD2E6;
  background-color: #ffffff;
}
.wpfnl-automation-window .automation-list-header .field-item,
.wpfnl-automation-window .automation-single-list .field-item {
  padding: 0 10px;
}
.wpfnl-automation-window .automation-list-header .field-item:first-child,
.wpfnl-automation-window .automation-single-list .field-item:first-child {
  padding-left: 0;
}
.wpfnl-automation-window .automation-list-header .field-item:last-child,
.wpfnl-automation-window .automation-single-list .field-item:last-child {
  padding-right: 0;
}
.wpfnl-automation-window .automation-list-header .bulk-check,
.wpfnl-automation-window .automation-single-list .bulk-check {
  margin-right: 20px;
}
.wpfnl-automation-window .automation-list-header .title,
.wpfnl-automation-window .automation-single-list .title {
  width: 250px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.wpfnl-automation-window .automation-list-header .trigger,
.wpfnl-automation-window .automation-single-list .trigger {
  width: calc(80% - 280px);
  text-align: center;
}
.wpfnl-automation-window .automation-list-header .trigger-action,
.wpfnl-automation-window .automation-single-list .trigger-action {
  width: 100px;
}
.wpfnl-automation-window .automation-list-header .crm,
.wpfnl-automation-window .automation-single-list .crm {
  width: 45px;
}
.wpfnl-automation-window .automation-list-header .status,
.wpfnl-automation-window .automation-single-list .status {
  width: 66px;
}
.wpfnl-automation-window .automation-list-header .actions,
.wpfnl-automation-window .automation-single-list .actions {
  width: 75px;
}
.wpfnl-automation-window .automation-single-list {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 8px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wpfnl-automation-window .automation-single-list.no-data-list {
  justify-content: center;
}
.wpfnl-automation-window .automation-single-list.no-data-list .field-item {
  color: #363B4E;
  font-weight: 500;
}
.wpfnl-automation-window .automation-single-list.no-data-list .field-item .btn-default {
  height: 54px;
  padding: 0 40px;
  margin: 10px 0;
  font-size: 16px;
}
.wpfnl-automation-window .automation-single-list.no-data-list.not-enabled {
  margin-left: 20px;
  margin-right: 20px;
}
.wpfnl-automation-window .automation-single-list .title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #363B4E;
  position: relative;
  top: 6px;
}
.wpfnl-automation-window .automation-single-list .crm .icon {
  box-sizing: border-box;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-automation-window .automation-single-list .trigger-lists {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-left: -2px;
  margin-top: -2px;
  width: 100%;
}
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list-flex,
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-more-list,
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list {
  padding: 2px;
}
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list-flex > span,
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-more-list > span,
.wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list > span {
  font-size: 12px;
  line-height: 1.15;
  color: #7A8B9A;
  border: 1px solid #E5E8F3;
  border-radius: 6px;
  padding: 6px 6px 4px;
  display: block;
}
.wpfnl-automation-window .automation-single-list .more-list-trigger > span {
  font-size: 12px;
  line-height: 1.15;
  color: #7A8B9A;
  border: 1px solid #E5E8F3;
  border-radius: 6px;
  padding: 6px 6px 4px;
  display: inline-block;
}
.wpfnl-automation-window .automation-single-list .trigger-action {
  display: flex;
  align-items: center;
}
.wpfnl-automation-window .automation-single-list .trigger-action > span {
  display: block;
  line-height: 1;
}
.wpfnl-automation-window .automation-single-list .trigger-action > span svg {
  display: block;
}
.wpfnl-automation-window .automation-single-list .trigger-action .action-separator {
  margin: 0 18px;
}
.wpfnl-automation-window .automation-single-list .status {
  position: relative;
  top: 6px;
}
.wpfnl-automation-window .automation-single-list .actions {
  display: flex;
}
.wpfnl-automation-window .automation-single-list .actions button {
  width: 33px;
  padding: 0;
  border: none;
  height: 30px;
  padding-top: 2px;
  cursor: pointer;
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-automation-window .automation-single-list .actions button svg {
  height: 20px;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .wpfnl-automation-window .automation-list-header .trigger,
.wpfnl-automation-window .automation-single-list .trigger {
    width: calc(80% - 340px);
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-automation-window .automation-list-header,
.wpfnl-automation-window .automation-single-list {
    padding: 14px 16px;
  }
  .wpfnl-automation-window .automation-list-header .title,
.wpfnl-automation-window .automation-single-list .title {
    width: 220px;
  }
  .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-automation-window .automation-list-header .title,
.wpfnl-automation-window .automation-single-list .title {
    width: 220px;
  }
  .wpfnl-automation-window .automation-list-header .trigger,
.wpfnl-automation-window .automation-single-list .trigger {
    width: calc(80% - 369px);
  }
}
.crm-data-loader {
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  display: flex;
  flex-flow: row;
  align-items: center;
  border-radius: 10px;
  padding-left: 10px;
}
.crm-data-loader > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #a184e5;
  margin: 3px;
  transition: all 0.3s;
}
.crm-data-loader > span:nth-child(1) {
  -webkit-animation: crm-data-loader 1.5s infinite;
  -moz-animation: crm-data-loader 1.5s infinite;
  -o-animation: crm-data-loader 1.5s infinite;
  animation: crm-data-loader 1.5s infinite;
}
.crm-data-loader > span:nth-child(2) {
  -webkit-animation: crm-data-loader 1.5s infinite;
  -moz-animation: crm-data-loader 1.5s infinite;
  -o-animation: crm-data-loader 1.5s infinite;
  animation: crm-data-loader 1.5s infinite;
  animation-delay: 0.4s;
}
.crm-data-loader > span:nth-child(3) {
  -webkit-animation: crm-data-loader 1.5s infinite;
  -moz-animation: crm-data-loader 1.5s infinite;
  -o-animation: crm-data-loader 1.5s infinite;
  animation: crm-data-loader 1.5s infinite;
  animation-delay: 0.6s;
}
@-webkit-keyframes crm-data-loader {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes crm-data-loader {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes crm-data-loader {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes crm-data-loader {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.wpfnl-automation-window .automation-darwer {
  position: fixed;
  top: 32px;
  right: -190px;
  background-color: #fff;
  z-index: 99;
  width: 1133px;
  height: calc(100vh - 32px);
  box-shadow: -8px 3px 6px rgba(186, 176, 210, 0.15);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpfnl-automation-window .automation-darwer .drawer-bg-overlay {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpfnl-automation-window .automation-darwer.show-drawer {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.wpfnl-automation-window .automation-darwer .drawer-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .drawer-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 2;
}
.wpfnl-automation-window .automation-darwer .drawer-loader .wpfnl-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -48px;
  margin-top: -46px;
  transition: all 0.3s linear;
}
.wpfnl-automation-window .automation-darwer .drawer-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 16px 20px 30px;
  box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
  position: relative;
  z-index: 1;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper label {
  padding-right: 7px;
  cursor: text;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper input {
  height: 40px;
  font-size: 14px;
  line-height: 1.14;
  color: #7A8B9A;
  padding: 3px 10px;
  width: 180px;
  min-height: auto;
  min-width: auto;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .automation-name-preview {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button {
  min-width: auto;
  padding: 1px 7px 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #F6F5FA !important;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button svg {
  display: block;
  width: 22px;
  height: 22px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-edit svg {
  fill: #6E42D3;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-submit {
  display: none;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-submit svg {
  stroke: #6E42D3;
  position: relative;
  top: -3px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-cancel {
  display: none;
  margin-left: 5px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .automation-name-input {
  display: none;
}
.wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .wpfnl-alert {
  display: block;
  position: absolute;
  bottom: 2px;
  font-size: 12px;
  font-weight: 400;
}
.wpfnl-automation-window .automation-darwer .drawer-header .connect-crm {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-left: 30px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .connect-crm .connect-crm-title {
  padding-right: 7px;
  font-weight: 500;
  color: #363B4E;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  top: 2px;
}
.wpfnl-automation-window .automation-darwer .drawer-header .connect-crm select {
  height: 40px;
  padding-right: 30px;
  background-color: #f6f4fb;
  border-color: #6E42D3;
  color: #716395;
}
.wpfnl-automation-window .automation-darwer .drawer-header .zapier-doc-link a {
  font-weight: 500;
  color: #6E42D3;
  text-decoration: underline;
}
.wpfnl-automation-window .automation-darwer .drawer-header .zapier-doc-link a:hover {
  text-decoration: none;
}
.wpfnl-automation-window .automation-darwer .drawer-header .wpfnl-drawer-close {
  display: block;
  padding: 3px 7px;
  height: 24px;
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-left: auto;
}
.wpfnl-automation-window .automation-darwer .drawer-body {
  padding: 30px;
  height: calc(100% - 80px);
  overflow: auto;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar {
  width: 5px;
}
.wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar-thumb {
  background-color: #6E42D3;
  border-radius: 20px;
}
.wpfnl-automation-window .automation-darwer .trigger-wrapper {
  background: #FAF9FF;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 86px 40px 52px;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  width: 100%;
  padding: 0 40px;
}
.wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn .wpfnl-alert {
  display: block;
}
.wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 2px;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper {
  padding: 0 0 27px;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 27px;
  width: 2px;
  background: #7A8B9A;
  margin-left: -1px;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper:after {
  bottom: 0;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper .add-trigger {
  border: none;
  background: transparent;
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translate(-50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper:not(:last-child) .add-trigger {
  display: none;
}
.wpfnl-automation-window .automation-darwer .single-trigger {
  background: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(190, 190, 215, 0.4);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .single-trigger select {
  height: 40px;
  background-color: transparent;
  min-width: auto;
  width: 100%;
}
.wpfnl-automation-window .automation-darwer .single-trigger label {
  margin-bottom: 10px;
  display: block;
  cursor: default;
}
.wpfnl-automation-window .automation-darwer .single-trigger .hints {
  color: #EE5F5A;
  display: none;
}
.wpfnl-automation-window .automation-darwer .single-trigger .selectbox-wrapper {
  position: relative;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-tag {
  background: #6E42D3;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  padding: 3px 11px 2px;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translate(-50%);
  display: none;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-tag:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  height: 20px;
  width: 1px;
  border-right: 2px dashed #7A8B9A;
  margin-left: -1px;
}
.wpfnl-automation-window .automation-darwer .single-trigger .required-star {
  color: #EE5F5A;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-when {
  padding: 20px;
  width: 50%;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-when .wpfnl-form-group {
  width: 100%;
  padding: 0;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-then {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 13px;
  width: 50%;
  background: #F6F6F9;
  border-radius: 0px 10px 10px 0px;
  position: relative;
}
.wpfnl-automation-window .automation-darwer .single-trigger .trigger-then .trigger-tag {
  background-color: #EE8134;
}
.wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group {
  width: 50%;
  padding: 0 7px;
}
.wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.wpfnl-col-1 {
  width: 100%;
}
.wpfnl-automation-window .automation-darwer .single-trigger .close-trigger {
  border: 1px solid #EE5F5A;
  padding: 0;
  height: 26px;
  width: 26px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -11px;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}
.wpfnl-automation-window .automation-darwer .single-trigger .close-trigger svg {
  width: 17px;
}
.wpfnl-automation-window .automation-darwer .single-trigger .close-trigger svg path {
  stroke: #EE5F5A;
}
.wpfnl-automation-window .automation-darwer .single-trigger:hover .close-trigger {
  opacity: 1;
  visibility: visible;
}
.wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.field-required select {
  border-color: #EE5F5A;
}
.wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.field-required .hints {
  display: block;
}
.wpfnl-automation-window .automation-darwer .data-loaded .single-trigger .crm-data-loader {
  display: none;
}
.wpfnl-automation-window .automation-darwer .single-trigger-wrapper:first-child .single-trigger .trigger-tag {
  display: block;
}
.wpfnl-automation-window .automation-darwer .save-btn-area {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wpfnl-automation-window .automation-darwer .save-btn-area .wpfnl-alert {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 13px;
}
.wpfnl-automation-window .automation-darwer .save-btn-area .btn-default {
  min-width: 90px;
}
.wpfnl-automation-window .automation-darwer .save-btn-area .wpfnl-loader {
  display: inline-block;
  position: relative;
  top: 3px;
}
.wpfnl-automation-window .automation-darwer .no-data-message {
  text-align: center;
  color: #363B4E;
  font-weight: 500;
}

@media only screen and (max-width: 1400px) {
  .wpfnl-automation-window .automation-darwer {
    width: 983px;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl-automation-window .automation-darwer {
    width: 803px;
  }
  .wpfnl-automation-window .automation-darwer .trigger-wrapper {
    padding: 40px 20px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wpfnl-automation-window .automation-darwer {
    width: 740px;
  }
  .wpfnl-automation-window .automation-darwer .drawer-header {
    padding: 20px 16px 20px 20px;
  }
  .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm select {
    width: 143px;
    min-width: auto;
  }
  .wpfnl-automation-window .automation-darwer .drawer-body {
    padding: 20px;
  }
  .wpfnl-automation-window .automation-darwer .single-trigger .trigger-when {
    padding: 15px;
  }
  .wpfnl-automation-window .automation-darwer .single-trigger .trigger-then {
    padding: 15px 8px;
  }
}
.wpfnl-automation-window {
  background: #f6f5fa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.wpfnl-automation-window .automation-content {
  position: relative;
}
.wpfnl-automation-window .automation-window-loader {
  background: #f6f5fa;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 32px);
  z-index: 99;
  transition: all 0.9s linear;
}
.wpfnl-automation-window .automation-window-loader .wpfnl-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -48px;
  margin-top: -46px;
  transition: all 0.3s linear;
}
.wpfnl-automation-window .automation-content-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
  padding-right: 8px;
  margin-bottom: 20px;
}
.wpfnl-automation-window .automation-content-header .header-left {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-automation-window .automation-content-header .header-left .wpfnl-logo a {
  display: block;
  padding: 16px 25px;
  border-right: 1px solid #E5E8F3;
}
.wpfnl-automation-window .automation-content-header .header-left .wpfnl-logo a svg {
  width: 26px;
  display: block;
}
.wpfnl-automation-window .automation-content-header .header-left .backto-funnel-edit {
  background: #FFFFFF;
  cursor: pointer;
  border: none;
  padding: 0;
  text-align: center;
  width: 57px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E5E8F3;
}
.wpfnl-automation-window .automation-content-header .header-left h2 {
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
  color: #363B4E;
  margin-right: 13px;
}
.wpfnl-automation-window .automation-content-header .header-left .wpfnl-switcher {
  display: flex;
  align-items: center;
}
.wpfnl-automation-window .automation-content-header .header-left .wpfnl-switcher .wpfnl-loader {
  display: inline-block;
  margin-left: 8px;
}
.wpfnl-automation-window .wpfnl-switcher label {
  width: 32px;
  height: 18px;
}
.wpfnl-automation-window .wpfnl-switcher label:after {
  width: 12px;
  height: 12px;
  top: 2px;
  left: 3px;
}
.wpfnl-automation-window .wpfnl-switcher input[type=checkbox]:checked + label:after {
  margin-left: 13px;
}
.wpfnl-automation-window .btn-default {
  height: 40px;
  line-height: 41px;
  padding: 0 20px;
}

.wpfnl .mailmint-automation {
  box-shadow: none;
  width: calc(100% - 160px);
  transition: none;
}
.wpfnl .mailmint-automation .automation-drawer-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F5FA;
  z-index: 3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl .mailmint-automation .automation-drawer-loader .wpfnl-loader {
  display: block;
  width: 40px;
  height: 40px;
}
.wpfnl .mailmint-automation .drawer-wrapper {
  background: #F6F5FA;
}
.wpfnl .mailmint-automation .drawer-body {
  padding: 24px;
  overflow: hidden;
}
.wpfnl .mailmint-automation .drawer-body-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  height: 100%;
}
.wpfnl .mailmint-automation .automation-steps-wrapper {
  text-align: center;
  width: 100%;
  height: calc(100% + 20px);
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl .mailmint-automation .has-sidebar .automation-steps-wrapper {
  width: calc(100% - 474px);
}
.wpfnl .mailmint-automation .steps-settings-sidebar {
  width: 450px;
  height: 100%;
  background: #FFF;
  box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
  border-radius: 10px;
  padding: 24px 30px;
  overflow: auto;
}
.wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar {
  width: 5px;
}
.wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 20px;
}
.wpfnl .mailmint-automation .condition .steps-settings-sidebar {
  width: 710px;
}
.wpfnl .mailmint-automation .condition .automation-steps-wrapper {
  width: calc(100% - 734px);
}
.wpfnl .mailmint-automation .automation-start-point {
  position: relative;
  border-radius: 8px;
  background: #FFF;
  width: 245px;
  margin: 0 auto;
  padding: 18px 15px 16px;
  text-align: center;
  color: #2D3149;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%236E42D3FF' stroke-width='2' stroke-dasharray='3%2c 7' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
}
.wpfnl .mailmint-automation .automation-start-point .tigger-lists {
  position: absolute;
  left: 0;
  top: calc(100% + 26px);
  background: #FFFFFF;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl .mailmint-automation .automation-start-point .tigger-lists li {
  font-size: 14px;
  line-height: 1.14;
  color: #2D3149;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wpfnl .mailmint-automation .automation-start-point .tigger-lists li:hover {
  background: #F6F8FA;
}
.wpfnl .mailmint-automation .automation-start-point .tigger-lists li.active {
  background: #F6F8FA;
  font-weight: 500;
}
.wpfnl .mailmint-automation .automation-start-point.show-dropdown .tigger-lists {
  top: calc(100% + 12px);
  opacity: 1;
  visibility: visible;
}
.wpfnl .mailmint-automation .selected-trigger {
  max-width: 210px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wpfnl .mailmint-automation .selected-trigger .close-trigger {
  background: transparent;
  color: #ffffff;
  border: none;
  position: absolute;
  right: -5px;
  top: -8px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl .mailmint-automation .selected-trigger .close-trigger svg {
  display: block;
}
.wpfnl .mailmint-automation .selected-trigger .trigger-title {
  border-radius: 100px;
  background: #7A8B9A;
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 13px 24px 11px;
  position: relative;
}
.wpfnl .mailmint-automation .selected-trigger .trigger-title:hover .close-trigger {
  opacity: 1;
  visibility: visible;
}
.wpfnl .mailmint-automation .selected-trigger .add-action {
  height: 62px;
  position: relative;
  background: #7A8B9A;
  width: 2px;
  margin: 0 auto;
}
.wpfnl .mailmint-automation .selected-trigger .add-action:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -7px;
  width: 6px;
  height: 6px;
  background: #7A8B9A;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #7A8B9A;
}
.wpfnl .mailmint-automation .selected-trigger .add-action > button {
  background: #7A8B9A;
  box-shadow: 0px 0px 0 6px #f6f5fa;
  width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -11px;
}
.wpfnl .mailmint-automation .selected-trigger .add-action > button path {
  stroke: #fff;
}
.wpfnl .add-new-action {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: 2;
}
.wpfnl .add-new-action .add-new-action-btn {
  background: #7A8B9A;
  box-shadow: 0px 0px 0 6px #f6f5fa;
  width: 24px;
  height: 24px;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
}
.wpfnl .add-new-action .add-new-action-btn path {
  stroke: #fff;
}
.wpfnl .first-add-new-action {
  height: 49px;
  bottom: inherit;
  top: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
.wpfnl .first-add-new-action:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #7A8B9A;
}
.wpfnl .first-add-new-action:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #7A8B9A;
  border-radius: 50px;
}
.wpfnl .first-add-new-action.automation-added:before {
  display: none;
}
.wpfnl .mintmrm-automation-step-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
}
.wpfnl .mintmrm-automation-step-wrapper .no-automation {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #363B4E;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
  padding: 6px 12px;
  border-radius: 50px;
  margin-top: 58px;
  display: inline-block;
  width: auto;
}
.wpfnl .mintmrm-automation-step-wrapper.automation-running .no-automation {
  box-shadow: 0px 1px 2px 0px rgba(190, 190, 215, 0.14);
  color: #24C21A;
}

.folded .wpfnl .mailmint-automation {
  width: calc(100% - 36px);
}

@media only screen and (max-width: 782px) {
  .folded .wpfnl .mailmint-automation {
    width: 100%;
    top: 46px;
  }
}
.mailmint-automation .drawer-header {
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
  padding: 16px 12px 16px 24px;
  gap: 10px;
}
.mailmint-automation .header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mailmint-automation .header-left .automation-title {
  color: #363B4E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.mailmint-automation .header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mailmint-automation .header-right .wpfnl-alert {
  display: block;
}
.mailmint-automation .header-right .btn-default {
  height: auto;
  line-height: 1;
  padding: 12px 16px 10px;
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
}
.mailmint-automation .header-right .btn-default.is-disabled {
  color: rgba(64, 64, 64, 0.4);
  cursor: not-allowed;
  background-color: rgba(183, 183, 183, 0.4);
}
.mailmint-automation .header-right .btn-default .wpfnl-loader {
  display: inline-block;
  margin-left: 0;
}
.mailmint-automation .header-right .more-options {
  line-height: 1;
  background: transparent;
  border: none;
  padding: 6px 9px;
  cursor: pointer;
  position: relative;
}
.mailmint-automation .header-right .more-options .options-dropdown {
  position: absolute;
  right: -10px;
  top: 50px;
  background: #FFFFFF;
  width: 148px;
  padding: 8px 9px;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mailmint-automation .header-right .more-options .options-dropdown li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #363B4E;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mailmint-automation .header-right .more-options .options-dropdown li:hover {
  background: #F6F8FA;
}
.mailmint-automation .header-right .more-options .options-dropdown .wpfnl-loader {
  display: inline-block;
}
.mailmint-automation .header-right .more-options.show-dropdown .options-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible;
}

.mailmint-automation .automation-single-step .automation-step-name {
  height: 100%;
  min-width: 150px;
  max-width: 245px;
  position: relative;
  background: #FFFFFF !important;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
  border: 1px solid transparent;
  display: inline-block;
  padding: 35px 24px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mailmint-automation .automation-single-step .selected.automation-step-name {
  border-color: #6E42D3;
  box-shadow: 0px 20px 20px 0px rgba(189, 193, 200, 0.2);
}
.mailmint-automation .automation-single-step .automation-step-name .action-icon {
  background: #FFFFFF;
  border: 6px solid #F6F8FA;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
}
.mailmint-automation .automation-single-step .automation-step-name .action-title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #363B4E;
  margin-top: 5px;
}
.mailmint-automation .automation-single-step {
  position: relative;
  padding: 55px 0 0;
  max-width: 570px;
  margin: 0 auto;
}
.mailmint-automation .automation-single-step:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #7A8B9A;
}
.mailmint-automation .automation-single-step .action-subtitle span,
.mailmint-automation .automation-single-step .action-subtitle {
  color: #A4A8B5;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.mailmint-automation .automation-single-step .action-subtitle span .not-set,
.mailmint-automation .automation-single-step .action-subtitle .not-set {
  color: #FF5155;
}
.mailmint-automation .automation-single-step .action-subtitle span .tag-list,
.mailmint-automation .automation-single-step .action-subtitle .tag-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.mailmint-automation .automation-single-step .action-subtitle span .tag-list span,
.mailmint-automation .automation-single-step .action-subtitle .tag-list span {
  margin: 0;
}
.mailmint-automation .automation-single-step .automation-step-name.not-setup-yet .action-subtitle {
  color: #FF5155;
}
.mailmint-automation .automation-single-step.stopAutomation .automation-step-name:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background: #f6f5fa;
  z-index: 1;
}
.mailmint-automation .automation-single-step .add-action {
  height: 54px;
  position: relative;
  width: 2px;
  margin: 0 auto;
}
.mailmint-automation .automation-single-step .add-action > button {
  background: #7A8B9A;
  box-shadow: 0px 0px 0 6px #f6f5fa;
  width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -11px;
}
.mailmint-automation .automation-single-step .add-action > button path {
  stroke: #fff;
}
.mailmint-automation .automation-single-step .delete-action {
  border: none;
  background: transparent;
  line-height: 1;
  position: absolute;
  top: -12px;
  right: -10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mailmint-automation .automation-single-step .delete-action svg {
  display: block;
}
.mailmint-automation .automation-single-step .automation-step-name:hover .delete-action {
  opacity: 1;
  visibility: visible;
}
.mailmint-automation .automation-single-step.sendMail .action-icon svg path {
  stroke: #7DC09B;
  fill: #7DC09B;
}
.mailmint-automation .automation-single-step.addTag .action-icon svg circle,
.mailmint-automation .automation-single-step.addTag .action-icon svg path {
  stroke: #5FA2DB;
}
.mailmint-automation .automation-single-step.addList .action-icon svg path {
  stroke: #AB8BC5;
}
.mailmint-automation .automation-single-step.removeTag .action-icon svg circle,
.mailmint-automation .automation-single-step.removeTag .action-icon svg path {
  stroke: #E8A758;
}
.mailmint-automation .automation-single-step.circle .action-icon svg path, .mailmint-automation .automation-single-step.removeList .action-icon svg path {
  stroke: #E8A758;
}
.mailmint-automation .automation-single-step.delay .action-icon svg path {
  fill: #E3B152;
  stroke: #E3B152;
}
.mailmint-automation .automation-single-step.sequence .action-icon svg path {
  fill: #5FA2DC;
}
.mailmint-automation .automation-single-step.condition > .automation-step-name > .action-icon svg path {
  stroke: #84c246;
  fill: #84c246;
}
.mailmint-automation .automation-single-step.createUser .action-icon svg path {
  fill: #6d79a2;
  stroke: #6d79a2;
}
.mailmint-automation .automation-single-step.stopAutomation .action-icon svg path {
  fill: #e7887f;
  stroke: #e7887f;
}
.mailmint-automation .automation-single-step.webHookOutgoing .action-icon svg path {
  fill: #7064dc;
}
.mailmint-automation .automation-exit {
  color: #363B4E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 50px;
  margin: 0 auto;
}
.mailmint-automation .automation-exit:before {
  content: "";
  height: 25px;
  width: 2px;
  background: #7a8b9a;
}
.mailmint-automation .logical-decision-box {
  align-items: flex-start;
  border: 2px solid #a7a8b3;
  border-radius: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 416px;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  top: 50%;
  width: 100%;
  background: #f6f5fa;
}
.mailmint-automation .logical-decision-box .automation-single-step {
  padding-top: 28px;
}
.mailmint-automation .logical-decision-box .automation-single-step:before {
  display: none;
}
.mailmint-automation .logical-decision-box .logical-text {
  background-color: #239654;
  box-shadow: 0px 0 0 8px #f6f8fa;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  right: 25%;
  transform: translate(50%, 0px);
  line-height: 1.09;
  padding: 4px 6px;
  position: absolute;
  top: -12px;
  width: 31px;
}
.mailmint-automation .logical-decision-box .logical-text.logical-no-text {
  background: #ec5956;
  left: 25%;
  transform: translate(-50%, 0);
}
.mailmint-automation .logical-decision-box .single-decision {
  width: calc(50% - 15px);
}
.mailmint-automation .logical-decision-box .single-decision.decision-no {
  transform: translateX(calc(-50% - 1px));
}
.mailmint-automation .logical-decision-box .single-decision.decision-yes {
  transform: translateX(calc(50% + 1px));
}
.mailmint-automation .logical-decision-box .add-action {
  height: 85px;
}
.mailmint-automation .logical-decision-box .add-action > button {
  bottom: 50%;
  transform: translateY(50%);
}
.mailmint-automation .logical-decision-box .stopAutomation .automation-step-name:before {
  display: none;
}
.mailmint-automation .logical-decision-box .no-separator {
  height: 50px;
  background: #f6f5fa;
  width: 100%;
}

.mailmint-automation .mailmint-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 5px);
  width: 626px;
  z-index: 99;
  background: #FFF;
  border: 1px solid #EDECF2;
  box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
  border-radius: 10px;
  padding: 13px 20px 20px;
  transition: all 0.3s ease;
  display: none;
}
.mailmint-automation .mailmint-actions .mailmint-actions-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 14px;
}
.mailmint-automation .mailmint-actions .mailmint-actions-wrapper .actions-title {
  color: #9398A5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #DEE1E8;
  padding-bottom: 10px;
  margin-bottom: 6px;
  width: 100%;
}
.mailmint-automation .mailmint-actions .mailmint-single-action {
  background: #FFFFFF;
  border: 1px solid #E4E6EB;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(25% - 11px);
  padding: 10px;
  cursor: pointer;
  min-height: 88px;
  transition: all 0.3s ease;
}
.mailmint-automation .mailmint-actions .mailmint-single-action .icon {
  margin-bottom: 10px;
}
.mailmint-automation .mailmint-actions .mailmint-single-action .icon circle,
.mailmint-automation .mailmint-actions .mailmint-single-action .icon path {
  transition: all 0.3s ease;
}
.mailmint-automation .mailmint-actions .mailmint-single-action .icon svg {
  display: block;
}
.mailmint-automation .mailmint-actions .mailmint-single-action .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2D3149;
}
.mailmint-automation .mailmint-actions .mailmint-single-action:hover {
  border-color: #6E42D3;
  box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
}
.mailmint-automation .mailmint-actions .mailmint-single-action:hover .title {
  color: #6E42D3;
}
.mailmint-automation .mailmint-actions .mailmint-single-action.stop-automation:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.create-contact:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.logical:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.delay:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.remove-list:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.add-list:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.send-mail:hover .icon path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.mailmint-automation .mailmint-actions .mailmint-single-action.webhook-outgoing:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.email-sequence:hover .icon path {
  fill: #6E42D3;
}
.mailmint-automation .mailmint-actions .mailmint-single-action.remove-tag:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.add-tag:hover .icon path {
  fill: #6E42D3;
  stroke: #6E42D3;
}
.mailmint-automation .mailmint-actions .mailmint-single-action.remove-tag:hover .icon circle, .mailmint-automation .mailmint-actions .mailmint-single-action.add-tag:hover .icon circle {
  stroke: #6E42D3;
}
.mailmint-automation .show-actions .mailmint-actions {
  display: block;
}

.mailmint-automation .steps-settings-sidebar .sidebar-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border-bottom: 1px solid #EEF0F3;
  padding-bottom: 13px;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: calc(100% - 48px);
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 {
  color: #363B4E;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 svg {
  width: 23px;
  height: 23px;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 path {
  fill: #363B4E;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title .short-desc {
  width: 100%;
  margin-top: 5px;
  color: #7A8B9A;
  font-size: 14px;
  line-height: 1.28;
  text-transform: none;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .close-sidebar {
  padding: 3px 7px;
  height: 38px;
  width: 38px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.mailmint-automation .steps-settings-sidebar .sidebar-header .close-sidebar path {
  stroke-width: 2px;
}
.mailmint-automation .steps-settings-sidebar .sidebar-body {
  padding-top: 20px;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group {
  margin-bottom: 21px;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group:last-child {
  margin-bottom: 0;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group > label {
  font-size: 15px;
  color: #363B4E;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number],
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text],
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email] {
  border: 1px solid #EEF0F3;
  padding: 7px 15px;
  height: auto;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number],
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text],
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email] {
  color: #363B4E;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-webkit-autofill,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-webkit-autofill,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-webkit-autofill,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-webkit-autofill,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #363B4E !important;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea::-webkit-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select::-webkit-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]::-webkit-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]::-webkit-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]::-webkit-input-placeholder {
  color: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea::-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select::-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]::-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]::-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]::-moz-placeholder {
  color: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-ms-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-ms-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-ms-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-ms-input-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-ms-input-placeholder {
  color: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-moz-placeholder,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-moz-placeholder {
  color: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select {
  color: #A7A8B3;
  padding-right: 38px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiNBN0E4QjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 16px;
  background-size: 12px 12px;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select.value-selected {
  color: #363B4E;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group select option {
  color: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input .single-input {
  width: calc(50% - 8px);
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input select,
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input input[type=number] {
  min-width: auto;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip {
  position: relative;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip .mintmrm-tooltip {
  position: unset;
  margin-left: 4px;
  transform: translateY(2px);
}
.mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip .mintmrm-tooltip p {
  left: 0;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #6E42D3;
  text-decoration: underline;
}
.mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link a:hover {
  text-decoration: none;
}
.mailmint-automation .steps-settings-sidebar .add-template-section {
  border: 1px solid #E4E6EB;
  border-radius: 6px;
  padding: 24px 24px 22px;
}
.mailmint-automation .steps-settings-sidebar .add-template-section .add-template {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 0 auto;
  cursor: pointer;
}
.mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #6E42D3;
  display: block;
  margin-top: 12px;
}
.mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg {
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg path {
  stroke: #6E42D3;
}
.mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span.edit-mood svg {
  margin-right: 8px;
  margin-left: 0;
}
.mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item {
  background: none;
  color: #6E42D3;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 7px;
  margin-bottom: 2px;
}
.mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item .wpfnl-loader {
  display: block;
}
.mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item svg path {
  stroke: #6E42D3;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater {
  border: 1px solid #e4e6eb;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 15px 15px;
  width: 100%;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater > hr {
  left: -15px;
  margin: 15px 0;
  position: relative;
  width: calc(100% + 30px);
  display: block;
  border-top: 1px solid #e4e6eb;
  border-bottom: 0;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater .btn-default {
  min-width: auto;
  padding: 0 20px;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .repeater-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item {
  width: calc(50% - 23px);
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item > label {
  margin-bottom: 6px;
  display: block;
  font-size: 13px;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item input[type=text] {
  min-width: auto;
  color: #A7A8B3;
  font-size: 13px;
}
.mailmint-automation .steps-settings-sidebar .webhook-outgoing .trash-btn {
  align-items: center;
  background: transparent;
  border: 1px solid #e4e6eb;
  border-radius: 5px;
  display: flex;
  height: 36px;
  justify-content: center;
  position: relative;
  top: 22px;
  width: 36px;
  cursor: pointer;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper {
  position: relative;
  background: #f6f8fa;
  border-radius: 10px;
  padding: 20px 24px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper:first-child::before {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper::before {
  content: "Or";
  position: absolute;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #2D3149;
  top: -25px;
  left: 0;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  padding-bottom: 20px;
  position: relative;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions {
  position: relative;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #E2E6F2;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions > button {
  width: 38px;
  height: 38px;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition svg {
  display: block;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition path {
  fill: #A7A8B3;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is {
  width: 114px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is .wpfnl-selectbox .selectable-options {
  width: calc(100% + 124px);
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is .selected-option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-1 {
  width: 170px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 {
  width: 205px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 .wpfnl-custom-selectbox select {
  padding: 5px 15px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-1,
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is,
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 {
  position: relative;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: calc(50% + 10px);
  width: 1px;
  height: 100%;
  background: #E2E6F2;
  z-index: 0;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child::before {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
  position: absolute;
  top: -50%;
  right: -4px;
  transform: translateY(50%);
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol > span {
  width: 22px;
  height: 22px;
  border: 1px solid #E2E6F2;
  color: #573BFF;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 2px 2px;
  text-align: center;
  background-color: #F6F8FA;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child .condition-symbol {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selectable-options {
  overflow: visible;
  display: none;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selectable-options li {
  position: relative;
  line-height: 1.3;
  padding: 9px 12px 7px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selected-option:before {
  transition: all 0.3s ease;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox.show-options > .selectable-options {
  display: block;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox.show-options .selected-option:before {
  transform: translateY(-50%) rotate(-180deg);
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 160px;
  border-radius: 6px;
  border: 1px solid #EBEDF0;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  padding: 8px;
  display: none;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox li.show-options .submenu {
  display: block;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .angle-right {
  position: absolute;
  right: 9px;
  top: 12px;
  line-height: 1;
  width: 11px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill=%27none%27 viewBox=%270 0 12 7%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%23A7A8B3%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.8%27 d=%27M11 1 6 6 1 1%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules input.input-value {
  line-height: 1;
  padding: 10px 15px;
  min-width: auto;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-selected-value {
  width: 100%;
  padding: 8px 33px 7px 12px;
  background-color: #fff;
  display: flex;
  gap: 2px;
  align-items: center;
  min-height: 38px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-selected-value:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==");
  width: 10px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-search input[type=search] {
  min-width: 100%;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .wpfnl-selected-item {
  white-space: nowrap;
  overflow: hidden;
  width: 101px;
  text-overflow: ellipsis;
  margin: 0;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .more-items {
  width: 25px;
  line-height: 1;
  display: block;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.12;
  color: #6E42D3;
  background: transparent;
  border: none;
  cursor: pointer;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition svg {
  width: 12px;
  height: 12px;
}
.mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition path {
  stroke: #6E42D3;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__input {
  font-size: 14px;
  padding: 11px 30px 9px 32px;
  border: 1px solid #EEF0F3;
  color: #363B4E;
  line-height: 1;
  border-radius: 6px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__arrow_top {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu {
  border-radius: 10px;
  border: 1px solid #F1F0F5;
  background: #FFF;
  box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
  width: 277px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row {
  width: calc(100% - 50px) !important;
  margin-left: auto;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_buttons {
  gap: 7px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_button {
  padding: 3px 8px;
  height: auto;
  margin: 0;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_select {
  background-color: #6E42D3;
  color: #fff;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_cancel {
  border: 1px solid var(--dp-border-color);
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu_inner {
  padding: 10px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_row {
  border-radius: 8px;
  gap: 6px;
  margin-bottom: 6px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__calendar_header_item {
  color: #9398A5;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__calendar_header_separator {
  background: #F1F0F5;
  margin-bottom: 15px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp--arrow-btn-nav {
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  height: 35px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp--arrow-btn-nav svg {
  width: 17px;
  height: 17px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__inner_nav {
  border-radius: 8px;
  background: transparent;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_wrap {
  gap: 6px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_wrap .dp__btn {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #F1F0F5;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_inner {
  color: #2D3149;
  font-weight: 500;
  border-radius: 50%;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_offset {
  color: #a6a7a9;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_disabled,
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_offset.dp__cell_disabled {
  color: #D0D5DD;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__active_date {
  background: #6E42D3;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__today {
  border: none;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__instance_calendar button[aria-label="Open time picker"] {
  position: absolute;
  left: 5px;
  bottom: -40px;
  width: auto;
  background: transparent;
  z-index: 1;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__overlay button[aria-label="Close time Picker"] {
  position: absolute;
  left: 5px;
  bottom: -40px;
  width: auto;
  background: white;
  z-index: 1;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__overlay_cell_active {
  color: #fff;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__selection_preview {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__time_display {
  font-weight: 500;
  padding: 10px 5px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__inc_dec_button_inline {
  width: 15px;
  height: 15px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
  left: -1px;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__inc_dec_button_inline .dp__tp_inline_btn_bar {
  display: none;
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__tp_inline_btn_top {
  transform: rotate(-180deg);
}
.mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__pm_am_button {
  font-size: 13px;
  padding: 5px;
  background: #f1f1f1;
  border: 1px solid var(--dp-border-color);
  color: #333;
  width: 32px;
}

@media only screen and (max-width: 1399px) {
  .wpfnl .mailmint-automation .condition .automation-steps-wrapper {
    width: calc(100% - 484px);
  }
  .wpfnl .mailmint-automation .condition .steps-settings-sidebar {
    width: 460px;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules {
    flex-flow: column;
    background: #f6f8fa;
    margin-top: 40px;
    padding: 15px;
    border-radius: 10px;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child {
    margin-top: 0;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules {
    width: 100%;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox {
    max-width: 100%;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions {
    position: absolute;
    right: -12px;
    top: -13px;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions > button {
    width: 30px;
    height: 30px;
    box-shadow: 0px 1px 6px rgba(182, 185, 191, 0.33);
    border-radius: 100%;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
    display: none;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition svg {
    display: block;
    width: 15px;
    height: 15px;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition path {
    fill: #ec5956;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
    display: none;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(11px, -31px);
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    height: calc(100% + 20px);
    width: 1px;
    background: #E2E6F2;
    z-index: -1;
  }
  .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .wpfnl .mailmint-automation .condition .steps-settings-sidebar,
.wpfnl .mailmint-automation .steps-settings-sidebar {
    width: 380px;
    padding: 14px 15px;
  }
  .wpfnl .mailmint-automation .has-sidebar .automation-steps-wrapper {
    width: calc(100% - 404px);
  }
  .mailmint-automation .logical-decision-box {
    max-width: 345px;
  }
}
.wpfnl-mrm-email-template__wrapper {
  position: fixed;
  top: 32px;
  right: 0;
  background: rgba(0, 0, 0, 0.3215686275);
  z-index: 999;
  width: calc(100% - 160px);
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-mrm-email-template__wrapper .modal-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6f8fa;
  border-radius: 10px;
  z-index: 11;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wpfnl-mrm-email-template__wrapper .modal-loader .wpfnl-loader {
  display: block;
  width: 40px;
  height: 40px;
}

.folded .wpfnl-mrm-email-template__wrapper {
  width: calc(100% - 36px);
}

.wpfnl-mrm-email-builder__modal {
  width: 100%;
  height: 100%;
  background: #fff;
}

.wpfnl-mrm-email-template__modal {
  padding: 40px;
  width: 100%;
  height: 100%;
  max-height: 905px;
}
.wpfnl-mrm-email-template__modal .wpfnl-mrm-email-template__inner {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.wpfnl-mrm-email-template__modal .template-modal-overflow {
  background: #f6f8fa;
  border-radius: 10px;
  position: relative;
  padding: 40px 80px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.wpfnl-mrm-email-template__modal .template-modal-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.wpfnl-mrm-email-template__modal .template-modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #2d3149;
}
.wpfnl-mrm-email-template__modal .template-modal-header .template-filter {
  display: flex;
  align-items: center;
  gap: 28px;
}
.wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item {
  font-weight: 400;
  font-size: 15px;
  color: #9398a5;
  cursor: pointer;
  padding: 4px 0;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  border: none;
  line-height: 1;
}
.wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6E42D3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item.active {
  color: #6E42D3;
}
.wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item.active:before {
  opacity: 1;
  visibility: visible;
}
.wpfnl-mrm-email-template__modal .cross-icon {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #ffffff;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
}
.wpfnl-mrm-email-template__modal .mintmrm-template-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-left: -40px;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template {
  width: calc(25% - 40px);
  margin-left: 40px;
  margin-top: 40px;
  position: relative;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .mintmrm-single-remote-template {
  border-radius: 10px;
  cursor: default;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .mintmrm-single-remote-template .template-image-wrapper {
  background-color: #fff;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23A1A1B6FF' stroke-width='4' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .template-info .title {
  opacity: 0;
  visibility: hidden;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .btn-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
  box-shadow: 0px 10px 16px rgba(189, 193, 200, 0.5019607843);
  font-size: 15px;
  padding: 12px 15px;
  border: none;
  z-index: 9;
  height: auto;
  line-height: 1;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon {
  width: calc(75% - 40px);
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon .coming-soon-inner {
  width: 100%;
  height: calc(100% - 35px);
  min-height: 120px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon h2 {
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  color: #2d3149;
  cursor: text;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmrm-single-remote-wrapper {
  position: relative;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmail-delete-email-template {
  border: none;
  padding: 5px;
  margin-top: 10px;
  background: transparent;
  color: #d63638;
  text-decoration: underline;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmrm-single-remote-template {
  position: relative;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .template-image-wrapper {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .template-image-wrapper:before {
  content: "";
  display: block;
  padding-top: calc(100% + 20px);
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .hoverlay {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .hoverlay .mintmrm-btn {
  padding: 11px 18px;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template.importing .hoverlay, .wpfnl-mrm-email-template__modal .mintmrm-single-template:hover .hoverlay {
  opacity: 1;
  visibility: visible;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .template-img {
  width: 100%;
  height: 350px;
  border-radius: 10px 10px 0 0;
  object-fit: contain;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .template-info {
  margin-top: 16px;
}
.wpfnl-mrm-email-template__modal .mintmrm-single-template .template-info .title {
  margin-bottom: 0;
  text-align: center;
  display: block;
  color: #2d3149;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
}

.mintmrm-delete-alert-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px;
  width: calc(100% - 160px);
  height: 100%;
  background: rgba(16, 5, 46, 0.3);
  z-index: 999;
  display: none;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.mintmrm-delete-alert-wrapper.show-modal {
  display: flex;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 514px;
  animation: mintmrm-bounce 0.3s;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header {
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  padding: 24px;
  position: relative;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .delete-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .delete-title svg path {
  fill: #ec5956;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header p {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  color: #9398a5;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon {
  height: 40px;
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: -12px;
  right: -12px;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon svg path {
  fill: #686f7f;
}

.mintmrm-delete-alert-wrapper .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #e65555;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mintmrm-delete-alert-wrapper .icon svg {
  width: 18px;
  height: 18px;
}

.mintmrm-delete-alert-wrapper .icon svg path {
  stroke: #e65555;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #E9EAEE;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li {
  margin: 0 6px;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li:last-child {
  margin-right: 0;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li .cancel {
  background-color: transparent;
  border: 1px solid #e4e6eb;
  color: #2d3149;
}

.mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li .cancel:hover {
  background-color: rgba(0, 0, 0, 0.031372549);
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation {
  max-width: 530px;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header {
  background-color: transparent;
  border-bottom-color: #ebedf0;
  position: relative;
  padding: 25px 30px 25px 30px;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon {
  height: 46px;
  width: 46px;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 100px;
  border: none;
  position: absolute;
  right: -14px;
  top: -15px;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body {
  display: block;
  padding: 5px 30px 30px;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body .form-group label {
  margin-bottom: 7px;
  color: #2d3149;
  font-weight: 600;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body .form-group input[type=email] {
  font-size: 14px;
  min-height: 48px;
  color: #6a707c;
  border-color: #E9EAEE;
  width: 100%;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn li {
  margin: 0;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-btn {
  display: inline-block;
  border: none;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  min-width: 130px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2px;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: #6E42D3;
  border: 1px solid transparent;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-btn.outline {
  border-color: #6E42D3;
  color: #6E42D3;
  background-color: transparent;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .cancel {
  margin-right: 14px;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .alert-message p {
  color: #09af09;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .alert-message.mintmrm-error p {
  color: #eb1010;
}

.mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-loader {
  display: inline-block;
  position: relative;
  top: 2px;
}

.mintmrm-loader {
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 13px;
  height: 13px;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  margin-left: 4px;
}

.mintmrm-loader.show {
  display: block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.folded .mintmrm-delete-alert-wrapper {
  width: calc(100% - 36px);
}

.wpfnl-order-bump__template .template-preview-wrapper .description p {
  margin-bottom: 10px;
}
.wpfnl-order-bump__template .template-preview-wrapper .description p:last-child {
  margin-bottom: 0;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ul {
  list-style: disc;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ol,
.wpfnl-order-bump__template .template-preview-wrapper .description ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ol:last-child,
.wpfnl-order-bump__template .template-preview-wrapper .description ul:last-child {
  margin-bottom: 0;
}

.wpfnl-order-bump__template-style1 {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  border: 1px solid #E5E8F3;
}
.wpfnl-order-bump__template-style1 .preview-tag {
  background: #6E42D3;
  border-radius: 0px 3px 3px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 9px;
  position: absolute;
  top: -11px;
  left: -8px;
}
.wpfnl-order-bump__template-style1 .preview-tag:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #28027F;
  border-left: 8px solid transparent;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
  width: calc(100% - 160px);
  padding-left: 20px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 9px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
  margin-top: 10px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price span {
  font-size: 13px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price ins {
  text-decoration: none;
}
.wpfnl-order-bump__template-style1 .offer-checkbox {
  background-color: #6E42D3;
  padding: 11px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #d9d9d9;
  padding-left: 26px;
  margin: 0;
  border: none;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  width: 15px;
  height: 15px;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 6px;
  width: 7px;
  height: 3px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}

.wpfnl-order-bump__template-style2 {
  border-radius: 10px;
  position: relative;
  margin: 0 0 20px;
  background-color: #ffffff;
}
.wpfnl-order-bump__template-style2 .preview-tag {
  background: #6E42D3;
  border-radius: 0px 3px 3px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 9px;
  position: absolute;
  top: -11px;
  left: -8px;
}
.wpfnl-order-bump__template-style2 .preview-tag:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #28027F;
  border-left: 8px solid transparent;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper {
  padding: 20px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border: 1px dashed #6E42D3;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 9px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
@keyframes moveArrow {
  0%, 100% {
    transform: translateX(-8px);
    opacity: 1;
  }
  50%, 90% {
    transform: translateX(15px);
    opacity: 0;
  }
  99% {
    transform: translateX(-8px);
    opacity: 0;
  }
}
.wpfnl-order-bump__template-style2 .offer-checkbox {
  background-color: #6E42D3;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border: 1px dashed #6e42d3;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
  display: inherit;
  line-height: normal;
  position: relative;
  top: 1px;
  margin-right: 10px;
  animation: moveArrow 1s linear infinite;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox {
  line-height: normal;
  display: inherit;
  width: calc(100% - 130px);
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  color: #d9d9d9;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  border: none;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:before {
  top: 0;
  border: none;
  width: 14px;
  height: 14px;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
  left: 2px;
  top: 4px;
  width: 7px;
  height: 3px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price span {
  font-size: 12px;
  color: #EE8134;
  font-weight: 500;
  line-height: normal;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price ins {
  text-decoration: none;
}

.wpfnl-order-bump__template-style3 {
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper {
  padding: 20px 15px;
  border: 1px solid #6E42D3;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-content {
  width: 100%;
  margin-top: 12px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
  color: #EE8134;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price del {
  color: #7A8B9A;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price ins {
  text-decoration: none;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-title {
  font-weight: 500;
  margin: 0 0 9px 0;
  font-size: 16px;
  line-height: 1.3;
  color: #363B4E;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style3 .offer-checkbox {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox {
  line-height: normal;
  display: inherit;
  width: calc(100% - 60px);
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 600;
  color: #363B4E;
  padding-left: 28px;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:before {
  top: -1px;
  border: none;
  width: 18px;
  height: 18px;
  background-color: #c0c0c3;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 6px;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .product-price del {
  margin-right: 2px;
}

.wpfnl-order-bump__template-style4 {
  background-color: #f7f7f7;
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
  width: 70px;
  height: 70px;
  background-color: #F2F2F8;
  border-radius: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 5px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
  width: calc(100% - 340px);
  padding-left: 14px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #363B4E;
  margin: 0 0 7px 0;
  max-width: 206px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating {
  color: #363B4E;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating {
  float: none;
  width: 86px;
  height: 15px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating::before {
  content: "s s s s s";
  font-size: 13px;
  line-height: 1.2;
  color: #EE8134;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating span::before {
  content: "S S S S S";
  font-size: 13px;
  line-height: 1.2;
  color: #EE8134;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
  line-height: 1;
  padding-left: 20px;
  width: 110px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price span {
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style4 .offer-checkbox {
  margin-left: auto;
  max-width: 160px;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:before,
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:after {
  display: none;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label {
  border: 1px solid #6E42D3;
  color: #6E42D3;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #6E42D3;
}

@media only screen and (max-width: 575px) {
  .wpfnl-order-bump__template-style4 .template-preview-wrapper {
    padding: 15px;
    display: block;
  }
  .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
    width: auto;
    height: auto;
    background-image: none !important;
  }
  .wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
    display: block;
    margin-bottom: 16px;
  }
  .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
    width: 100%;
    padding-left: 0;
  }
  .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
    max-width: 100%;
  }
  .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
    padding-left: 0;
    margin: 12px 0;
    width: 100%;
  }
  .wpfnl-order-bump__template-style4 .offer-checkbox {
    margin-left: 0;
    max-width: inherit;
  }
}
.wpfnl-order-bump__template-style5 {
  background-color: transparent;
  border: 2px dashed #6E42D3;
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
  padding: 20px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper {
  display: flex;
  flex-flow: row-reverse;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
  width: 100px;
  height: 100px;
  background-color: #F2F2F8;
  border-radius: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 5px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
  width: calc(100% - 100px);
  padding-right: 14px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #363B4E;
  margin: 0 0 7px 0;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating {
  color: #363B4E;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating {
  float: none;
  width: 86px;
  height: 15px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating::before {
  content: "s s s s s";
  font-size: 13px;
  line-height: 1.2;
  color: #EE8134;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating span::before {
  content: "S S S S S";
  font-size: 13px;
  line-height: 1.2;
  color: #EE8134;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 5px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price span {
  font-size: 16px;
  line-height: 15px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style5 .offer-checkbox {
  line-height: 1.2;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox {
  display: block;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label {
  display: block;
  color: #6E42D3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 50px;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:before {
  left: inherit;
  right: 0;
  top: -3px;
  width: 43px;
  height: 20px;
  border-radius: 30px;
  border-color: #6E42D3;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 26px;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  transform: none;
  border-bottom: none;
  border-left: none;
  background-color: #6E42D3;
  opacity: 1;
  visibility: visible;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::after {
  background-color: #fff;
  right: 4px;
}

@media only screen and (max-width: 575px) {
  .wpfnl-order-bump__template-style5 .template-preview-wrapper {
    display: block;
  }
  .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
    width: auto;
    height: auto;
    background-image: none !important;
  }
  .wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
    display: block;
    margin-bottom: 16px;
  }
  .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
    width: 100%;
    padding-left: 0;
  }
  .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
    max-width: 100%;
  }
  .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
    padding-left: 0;
    margin: 12px 0;
    width: 100%;
  }
  .wpfnl-order-bump__template-style5 .offer-checkbox {
    margin-left: 0;
    max-width: inherit;
  }
}
.wpfnl-order-bump__template-style6 {
  background-color: #f7f7f7;
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
  width: calc(100% - 140px);
  padding-right: 20px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
  width: 140px;
  text-align: right;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price span {
  font-size: 15px;
  line-height: 15px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style6 .offer-checkbox {
  margin-bottom: 15px;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox {
  display: block;
  line-height: 1;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #363B4E;
  padding: 0 0 0 26px;
  margin: 0;
  border: 0;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  background: #fff;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 6px;
  width: 10px;
  height: 6px;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #6E42D3;
  border-color: #6E42D3;
}

@media only screen and (max-width: 575px) {
  .wpfnl-order-bump__template-style6 .template-preview-wrapper {
    padding: 15px;
    display: block;
  }
  .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
    width: 100%;
    padding-right: 0;
  }
  .wpfnl-order-bump__template-style6 .offer-checkbox {
    margin-bottom: 10px;
  }
}
.wpfnl-order-bump__template-style7 {
  position: relative;
  margin-bottom: 20px;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper {
  background: #5a26d1;
  border-radius: 10px;
  padding: 15px 15px;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
  width: calc(100% - 50px);
  padding-right: 15px;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .template-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description li,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description strong,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description span,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description p,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:after, .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:before {
  display: none;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg {
  transition: all 0.3s ease;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg path {
  stroke: #ffffff;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox input[type=checkbox]:checked + label svg {
  transform: rotate(45deg);
}

.wpfnl-order-bump__template-style8 {
  position: relative;
  margin-bottom: 20px;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper {
  padding: 15px 15px;
  border: 2px dashed #6E42D3;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style8 .offer-checkbox {
  background-color: #6E42D3;
  padding: 8px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border: none;
  margin-bottom: 15px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
  display: inherit;
  line-height: normal;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox {
  line-height: normal;
  display: inherit;
  width: calc(100% - 130px);
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  color: #d9d9d9;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:before {
  top: 2px;
  border: none;
  width: 12px;
  height: 12px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
  left: 2px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price span {
  font-size: 12px;
  line-height: 14px;
  color: #EE8134;
  font-weight: 500;
  line-height: normal;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price ins {
  text-decoration: none;
  background: transparent;
}

.wpfnl-order-bump__template-style9 {
  background-color: #ffffff;
  border: 1px solid #E5E8F3;
  border-radius: 12px;
  position: relative;
  margin: 20px 0;
}
.wpfnl-order-bump__template-style9 > .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 0;
  background: #ffd921;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
  width: calc(100% - 160px);
  padding-left: 20px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  margin-left: auto;
  margin-top: 10px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price span {
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style9 .description-wrapper {
  background: #f7f7f7;
  padding: 12px 20px;
  margin: 0;
}
.wpfnl-order-bump__template-style9 .description-wrapper .description li,
.wpfnl-order-bump__template-style9 .description-wrapper .description strong,
.wpfnl-order-bump__template-style9 .description-wrapper .description span,
.wpfnl-order-bump__template-style9 .description-wrapper .description p,
.wpfnl-order-bump__template-style9 .description-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style9 .offer-checkbox {
  background-color: #6E42D3;
  padding: 12px 20px 12px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
  text-align: center;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox {
  display: block;
  line-height: 1;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #d9d9d9;
  padding: 0 0 0 26px;
  margin: 0;
  border: 0;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  border: none;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
  left: 3px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}

@media only screen and (max-width: 460px) {
  .wpfnl-order-bump__template-style9 .template-preview-wrapper {
    padding: 15px;
    display: block;
  }
  .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
    width: auto;
    height: auto;
    background-image: none !important;
  }
  .wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
    display: block;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
    width: 100%;
    padding-left: 0;
  }
  .wpfnl-order-bump__template-style9 .offer-checkbox {
    padding: 9px 15px 13px;
  }
}
.wpfnl-order-bump__template-style10 {
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
  background-color: #f7f7f7;
  border: 1px solid #E5E8F3;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper {
  padding: 20px 15px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin: 0;
  width: calc(100% - 60px);
  padding-right: 15px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
  line-height: 1;
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price {
  display: inline-block;
  color: #EE8134;
  margin-left: auto;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price span {
  color: #EE8134;
  font-weight: 700;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description strong,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style10 .offer-checkbox {
  display: block;
  width: 60px;
  text-align: right;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox {
  line-height: 1;
  display: block;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 700;
  color: #6E42D3;
  font-size: 16px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:after,
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:before {
  display: none;
}

.wpfnl-order-bump__template-style11 {
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #6E42D3;
}
.wpfnl-order-bump__template-style11 .oderbump-loader {
  border-radius: 5px;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper {
  padding: 20px 15px;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
  display: inline-block;
  color: #EE8134;
  margin-left: auto;
  width: 120px;
  text-align: right;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price span {
  color: #EE8134;
  font-weight: 700;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price ins {
  text-decoration: none;
  background: transparent;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style11 .offer-checkbox {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  width: calc(100% - 120px);
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox {
  display: block;
  line-height: 1;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #363B4E;
  padding: 0 0 0 26px;
  margin: 0;
  border: 0;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  border-color: #6E42D3;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 6px;
  width: 10px;
  height: 6px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

@media only screen and (max-width: 460px) {
  .wpfnl-order-bump__template-style11 .template-preview-wrapper {
    padding: 15px;
    display: block;
  }
  .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-img {
    width: auto;
    height: auto;
    background-image: none !important;
  }
  .wpfnl-order-bump__template-style11 .template-preview-wrapper .for-mobile {
    display: block;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-content {
    width: 100%;
    padding-left: 0;
  }
  .wpfnl-order-bump__template-style11 .offer-checkbox {
    padding: 9px 15px 13px;
  }
}
.wpfnl-order-bump__template-style12 {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  border: 1px solid #E5E8F3;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  margin: 0 16px 6px 0;
  float: left;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content {
  clear: right;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content::after {
  content: "";
  display: block;
  clear: both;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 0;
  margin-left: 5px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  width: 100%;
  margin-top: 8px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #EE8134;
  margin-top: 5px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price span {
  font-size: 13px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price ins {
  text-decoration: none;
}
.wpfnl-order-bump__template-style12 .offer-checkbox {
  background-color: #6E42D3;
  padding: 11px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #d9d9d9;
  padding-left: 26px;
  margin: 0;
  border: none;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  width: 15px;
  height: 15px;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 6px;
  width: 7px;
  height: 3px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}

.wpfnl-order-bump__template-style13 {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  border: 2px dashed #E5E8F3;
  padding: 20px;
}
.wpfnl-order-bump__template-style13 .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #6E42D3;
  margin-bottom: 20px;
  text-align: center;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
  width: calc(100% - 160px);
  padding-left: 20px;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 9px;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
}
.wpfnl-order-bump__template-style13 .product-price {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #EE8134;
  margin-left: 5px;
}
.wpfnl-order-bump__template-style13 .product-price span {
  font-size: 15px;
  color: #EE8134;
  font-weight: 500;
}
.wpfnl-order-bump__template-style13 .product-price ins {
  text-decoration: none;
}
.wpfnl-order-bump__template-style13 .offer-checkbox {
  background-color: #6E42D3;
  padding: 11px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #d9d9d9;
  padding-left: 26px;
  margin: 0;
  border: none;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:before {
  top: 1px;
  width: 15px;
  height: 15px;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 6px;
  width: 7px;
  height: 3px;
  border-bottom-color: #6E42D3;
  border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #ffffff;
}

.wpfnl-order-bump__template-style14 {
  border-radius: 10px;
  position: relative;
  margin: 0 0 20px;
  background-color: #ffffff;
  border: 1px solid #6E42D3;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper {
  padding: 20px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-img {
  width: 150px;
  height: 150px;
  background-color: #F2F2F8;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .for-mobile {
  display: none;
  border-radius: 10px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363B4E;
  margin-bottom: 9px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6E42D3;
  margin-bottom: 14px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description {
  font-size: 13px;
  line-height: 20px;
  color: #7A8B9A;
  margin: 0;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #EE8134;
  margin-left: auto;
  text-align: right;
  margin-top: 15px;
  display: block;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price span {
  font-size: 12px;
  color: #EE8134;
  font-weight: 500;
  line-height: normal;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price ins {
  text-decoration: none;
}
.wpfnl-order-bump__template-style14 .offer-checkbox {
  padding: 12px 15px 9px;
  border-radius: 7px 7px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border-bottom: 1px solid #6e42d3;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox {
  line-height: normal;
  display: inherit;
  width: calc(100% - 130px);
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
  font-weight: 500;
  color: #363B4E;
  padding: 0 0 0 26px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  border: none;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:before {
  border: none;
  width: 18px;
  height: 18px;
  background-color: #cacacb;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  top: 2px;
}

.wpfnl-modal-wrapper .product-search {
  border: 1px solid #6E42D3;
  background: #f6f4fb;
  border-radius: 10px;
  height: 40px;
  width: 250px;
  position: relative;
  margin-left: 10px;
  display: flex;
}
.wpfnl-modal-wrapper .product-search .wpfnl-product-search {
  display: none;
}
.wpfnl-modal-wrapper .product-search .search-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.wpfnl-modal-wrapper .product-search .search-icon path,
.wpfnl-modal-wrapper .product-search .search-icon circle {
  stroke: #716395;
}
.wpfnl-modal-wrapper .product-search .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.wpfnl-modal-wrapper .product-search .single-product {
  display: flex;
  position: relative;
}
.wpfnl-modal-wrapper .product-search .single-product svg {
  position: absolute;
  left: 10px;
  top: 10px;
}
.wpfnl-modal-wrapper .product-search .select2-selection__rendered {
  padding: 10px 10px 10px 35px;
  width: 100%;
  border-radius: 10px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  color: #716395;
}
.wpfnl-modal-wrapper .product-search .select2-selection__placeholder {
  color: #716395;
}
.wpfnl-modal-wrapper .product-search .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  height: auto;
}
.wpfnl-modal-wrapper .product-search .select2-selection__clear {
  padding: 0 3px;
  cursor: pointer;
}
.wpfnl-modal-wrapper .product-search .select2-container.select2-container--default.select2-container--open {
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 2;
}
.wpfnl-modal-wrapper .product-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper {
  max-width: 540px;
  max-height: 250px;
  padding: 0;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-close .wpfnl-modal-close-btn {
  top: -10px;
  right: -10px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper {
  padding: 24px 30px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .title {
  color: #363B4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper p {
  color: #2D3149;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search {
  margin: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DFE1E6;
  background: transparent;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .search-icon circle,
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .search-icon path {
  stroke: #A7A8B3;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7A8B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-right: auto;
  padding-top: 3px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  padding-top: 8px;
  padding-left: 35px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 10px;
  align-items: center;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  margin-top: 3px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper {
  border-top: 1px solid #DFE1E6;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 30px;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button {
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button.outline {
  background: transparent;
  color: #3C3F47;
  border-radius: 10px;
  border: 1px solid #DFE1E6;
  min-width: auto;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button.outline:hover {
  background: #6E42D3;
  color: #FFF;
  border-color: transparent;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button .wpfnl-loader {
  position: static;
  width: 15px;
  height: 15px;
  background: transparent;
}

.updated, .notice {
  display: none !important;
}

#wpcontent {
  background: #F6F5FA;
}

.wpfnl-pro-vs-free-page-wrapper {
  text-align: center;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-heading {
  margin: 40px 0 13px;
  color: #363B4E;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-sub-heading {
  color: #141618;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  margin: 0;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper {
  width: 85%;
  margin: 40px auto 0;
  max-width: 1480px;
  position: relative;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper::after {
  content: "";
  background: #FCF4FF;
  width: 16.6666666667%;
  height: 99.7%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #EEE4F2;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
  filter: drop-shadow(-8px 0px 20px rgba(67, 19, 107, 0.15));
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-head-cell,
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .table-col {
  position: relative;
  z-index: 1;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-head-cell:last-child,
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .table-col:last-child {
  z-index: 3;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper p {
  margin: 0;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header {
  background: #FCF4FF;
  padding: 0;
  border-radius: 20px 20px 0 0;
  margin: 0;
  width: 100%;
  border: 1px solid #EEE4F2;
  border-bottom: none;
  position: sticky;
  z-index: 10;
  top: 44px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .col-feature p {
  color: #363B4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 24px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.plan p {
  color: #141618;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.price p {
  color: #A69FB5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.price p strong {
  color: #363B4E;
  font-size: 26px;
  font-weight: 500;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free p {
  color: #363B4E;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .wpfn-btn-upgrade {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 12px;
  background: #6E42D3;
  padding: 11px 36px;
  cursor: pointer;
  display: inline-block;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell {
  padding-top: 24px;
  padding-bottom: 3px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:first-child {
  border-radius: 20px 0 0 0;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:last-child {
  border-radius: 0 20px 0 0;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:last-child::before {
  content: "Most Popular";
  position: absolute;
  background: linear-gradient(90deg, #6F3FD7 0%, #DA5AD4 100%);
  padding: 8px 10px;
  font-size: 10px;
  color: #FFF;
  border-radius: 8px;
  line-height: 1;
  z-index: 9;
  transform: translate(-50%, -150%);
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:last-child .wpfnl-pvf-head-cell {
  padding-bottom: 24px;
  border-bottom: 1px solid #EEE4F2;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .wpfnl-pvf-head-cell {
  background: #FCF4FF;
  padding: 6px 0;
  border-right: 1px solid transparent;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .wpfnl-pvf-head-cell:last-child {
  border-right: none;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header.is-sticky:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100px;
  background: #F6F5FA;
  right: -10%;
  top: -20px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header::after {
  content: "";
  background: #FCF4FF;
  width: 16.6666666667%;
  height: 99.7%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #EEE4F2;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
  filter: drop-shadow(-8px 0px 20px rgba(67, 19, 107, 0.15));
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-row {
  align-items: center;
  align-items: stretch;
  max-width: 100%;
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content {
  border: 1px solid #EEE4F2;
  width: 100%;
  border-radius: 0 0 20px 20px;
  border-top: none;
  border-bottom: none;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row {
  background: #FFF;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child {
  border-bottom: none;
  border-radius: 0 0 20px 20px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child .table-col.col-feature {
  border-radius: 0 0 0 20px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child .table-col.col-large {
  border-radius: 0 0 20px 0;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row p {
  color: #3F4654;
  font-size: 14px;
  text-align: left;
  padding: 0 40px;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .col-feature p {
  padding: 0 24px;
  color: #141618;
  font-weight: 500;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .table-col {
  border-right: 1px solid #EEE4F2;
  padding: 20px 0;
  background: #FFF;
  border-bottom: 1px solid #EEE4F2;
  display: flex;
  align-items: center;
}
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .table-col:last-child {
  border-right: none;
  border-bottom: 1px solid #EEE4F2;
}

@media only screen and (max-width: 1199px) {
  .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-row {
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  }
  .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row p {
    padding: 0 20px;
  }
  .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free p {
    font-size: 14px;
    gap: 5px;
  }
  .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .wpfn-btn-upgrade {
    font-size: 12px;
    padding: 11px 20px;
  }
  .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper::after,
.wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header::after {
    width: 20%;
  }
}
.wpfnl-copy-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #2B0C45;
  box-shadow: 0px 10px 20px 0px rgba(176, 174, 186, 0.6);
  max-width: 670px;
  margin: auto;
  padding: 16px 20px;
  position: absolute;
  width: 100%;
  border: none;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.wpfnl-copy-notice .wpfnl-notice-body-text {
  display: flex;
  gap: 10px;
}
.wpfnl-copy-notice .wpfnl-notice-body-text .wpfnl-notice-icon svg path {
  fill: #FFF;
}
.wpfnl-copy-notice .wpfnl-notice-body-text .wpfnl-notice-text {
  color: #FFF;
}
.wpfnl-copy-notice .wpfnl-button-wrapper button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.wpfnl-copy-notice .wpfnl-button-wrapper button.wpfnl-notice-undo {
  color: #EC813F;
  margin-right: 26px;
}

.wpfnl .wpfnl-btn.view-analytics-stat {
  background-color: transparent;
  border: 1px solid #EBEDF0;
  padding: 8px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  text-transform: capitalize;
}
.wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #2D3149;
  font-weight: 500;
}
.wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher label {
  width: 30px;
  height: 18px;
}
.wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher label::after {
  width: 12px;
  height: 12px;
  top: 2px;
}
.wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher input[type=checkbox]:checked + label::after {
  left: -14px;
}
.wpfnl .automation-step-name .step-stats {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 16px;
  margin-top: 15px;
}
.wpfnl .automation-step-name .step-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: calc(100% + 48px);
  height: 1px;
  background: #F2F2F2;
}
.wpfnl .automation-step-name .step-stats .single-stats {
  border: 1px solid #F2F2F2;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2D3149;
  min-width: 62px;
  text-align: center;
  padding: 6px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.wpfnl .automation-step-name .step-stats .single-stats.converion-rate {
  color: #12B76A;
}
.wpfnl .view-analytics-btn {
  background-color: transparent;
  border: 1px solid #EBEDF0;
  padding: 9px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.wpfnl .view-analytics-btn:hover {
  background: #6E42D3;
  color: #FFF;
}
.wpfnl .view-analytics-btn:hover svg path {
  fill: #FFF;
}
.wpfnl .wpfnl-automation-reports-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #f0f0f1;
  top: 32px;
  z-index: 999;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header {
  width: 90%;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-left .back-to-flow {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #A4A8B5;
  text-transform: capitalize;
  margin-bottom: 7px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-left .back-to-flow h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #2d3149;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right {
  display: flex;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox {
  position: relative;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button {
  position: relative;
  border: 1px solid #dee1e8;
  border-radius: 6px;
  padding: 10px 31px 10px 12px;
  background-color: transparent;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #2d3149;
  width: 105px;
  text-transform: capitalize;
  cursor: pointer;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button::before {
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #a4a8b5;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  transition: all 0.3s ease;
  height: 6px;
  right: 17px;
  top: calc(50% - 3px);
  width: 6px;
  cursor: pointer;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button.show::before {
  transform: rotate(225deg) translateY(-50%);
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown {
  top: 40px;
  width: 130px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li {
  padding: 10px 15px;
  cursor: pointer;
  color: #1d2327;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:first-child {
  border-radius: 10px 10px 0 0;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:last-child {
  border-radius: 0 0 10px 10px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:hover {
  background-color: #f6f8fa;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown.show {
  visibility: visible;
  opacity: 1;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown::after {
  content: none;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-refresh-btn {
  background: transparent;
  border: 1px solid #dee1e8;
  margin-right: 12px;
  margin-left: 0;
  border-radius: 6px;
  height: 36px;
  width: 36px;
  padding: 1px 0 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-refresh-btn.rotate svg {
  animation: spin 0.7s linear infinite;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body {
  width: 90%;
  max-width: 1180px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
  border-radius: 10px;
  padding: 24px 24px 32px;
  position: relative;
  margin-top: 30px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .box-header {
  margin-bottom: 15px;
  grid-column: span 3;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .box-header .header-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #2d3149;
  text-transform: capitalize;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report {
  border: 1px solid #E9EAEE;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report {
  width: calc(100% - 44px);
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report .report-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #9398A5;
  text-transform: capitalize;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #2D3149;
  margin-top: 5px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .icon {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E4E6EB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
  border-radius: 10px;
  padding: 24px 24px 32px;
  position: relative;
  margin-top: 20px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .header-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #2d3149;
  text-transform: capitalize;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #9398a5;
  position: relative;
  display: flex;
  align-items: center;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #02c4fb;
  display: inline-block;
  border-radius: 50px;
  margin-right: 10px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span.opened {
  margin-right: 30px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span.opened::before {
  background: #573BFF;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .performance-wrapper {
  position: relative;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label {
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  display: block;
  position: relative;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 7px;
  width: calc(100% - 50px);
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label span {
  width: 33px;
  display: block;
  text-align: right;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper {
  height: 266px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 15px 3px 60px;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly {
  gap: 0px;
  padding: 10px 15px 3px 45px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .single-bar {
  width: 8px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .single-performance:before {
  left: -4px;
  width: calc(100% + 4px);
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .bar-title {
  font-size: 10px;
  transform: rotate(-55deg) translate(-10px, -10px);
  transform-origin: left;
  bottom: -32px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  position: relative;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: calc(100% + 10px);
  height: 100%;
  z-index: 0;
  background: #F6F8FA;
  border-right: 2px dashed #E4E7EC;
  border-left: 2px dashed #E4E7EC;
  opacity: 0;
  visibility: hidden;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover:before {
  opacity: 1;
  visibility: visible;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar {
  width: 30px;
  height: 100%;
  display: flex;
  gap: 3px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item {
  width: 50%;
  display: block;
  margin-top: auto;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.open {
  background-color: #573BFF;
  border-radius: 6px 6px 0 0;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.clicked {
  background-color: #02C4FB;
  border-radius: 6px 6px 0 0;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.send {
  background-color: #12B76A;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-title {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip {
  background: #FFFFFF;
  border: 1px solid #F0F1F4;
  box-shadow: 0px 2px 15px rgba(22, 28, 32, 0.0784313725);
  border-radius: 4px;
  padding: 15px;
  width: 180px;
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg);
  margin-left: -6px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item {
  font-size: 12px;
  line-height: 1;
  color: #9398A5;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 17px;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item:last-child {
  margin-bottom: 0;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #12B76A;
  border-radius: 100%;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item small {
  margin-left: 7px;
  display: inline-block;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.open:before {
  background: #573BFF;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.open small {
  color: #12B76A;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.click:before {
  background: #02C4FB;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.click small {
  color: #F7900A;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.email small {
  color: #02C4FB;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item-value {
  color: #2D3149;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar {
  z-index: 1;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar .bar-tooltip {
  opacity: 1;
  visibility: visible;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar .bar-title {
  opacity: 1;
  visibility: visible;
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:last-child .bar-tooltip {
  left: inherit;
  right: -34px;
  transform: translateX(0);
}
.wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:last-child .bar-tooltip:before {
  left: inherit;
  right: 42px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shimmer-line {
  height: 20px;
  margin-top: 20px;
  background: #777;
}

.shimmer-line-br {
  border-radius: 8px;
}

.shimmer-line-full {
  width: 100%;
}

.shimmer-line-80 {
  width: 80%;
}

.shimmer-line-60 {
  width: 60%;
}

.shimmer-line-40 {
  width: 40%;
}

.shimmer-line-20 {
  width: 20%;
}

.shimmer-line-10 {
  width: 10%;
}

.shimmer-circle {
  background: #777;
  border-radius: 50%;
}

.shimmer-circle-lg {
  height: 129px;
  width: 129px;
}

.shimmer-circle-md {
  height: 65px;
  width: 65px;
}

.shimmer-circle-sm {
  height: 33px;
  width: 33px;
}

.shimmer-circle-x-sm {
  height: 17px;
  width: 17px;
}

.shimmer-wrapper, .shimmer-wrapper-center {
  width: 100%;
  height: 100%;
  padding: 10px;
  animation: shimmer-full-view 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shimmer-wrapper-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@keyframes shimmer-full-view {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer-animation {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.shimmer-animate {
  animation: shimmer-animation 4s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

.wpfnl-comparison-chart-wrapper {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
  padding: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-loader {
  display: flex;
  margin: 150px auto;
  padding: 40px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-chart-title {
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  margin-bottom: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled .wpfnl-overlay {
  width: 99.5%;
  padding: 0;
  left: -1px;
  border-radius: 0;
  bottom: -1px;
  top: unset;
  border: 1px solid rgba(238, 240, 243, 0.8);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
  margin: 0;
  color: #2D3149;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.44px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
  border-radius: 100px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  min-width: 40px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-decrease {
  background: rgba(236, 89, 86, 0.1);
  color: #EC5956;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-increase {
  background: rgba(18, 183, 106, 0.1);
  color: #12B76A;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  background: #E4E6EB;
  right: 0;
  top: 30%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid rgba(238, 240, 243, 0.8);
  background: #FCFCFF;
  border-bottom: 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.no-after::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab:last-child::after {
  content: none;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid rgba(241, 240, 245, 0.8);
  background: #FCFCFF;
  padding: 24px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container {
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps {
  position: absolute;
  top: 3px;
  left: 0;
  height: 292px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step {
  color: #9398A5;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 7px;
  width: calc(100% - 50px);
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step span {
  width: 33px;
  display: block;
  text-align: right;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container {
  height: 292px;
  padding: 10px 0px 9px 60px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar {
  width: 70%;
  height: 94%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 6px;
  bottom: 0px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
  height: 100%;
  width: 1px;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMSAxOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMkQzMTQ5IiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0uMjUuMjVoLjV2MTk4LjVoLS41eiIvPjwvc3ZnPg==");
  left: 38%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover::before {
  content: "";
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover .wpfnl-comparison-bar-tooltip {
  display: block;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
  display: none;
  border-radius: 8px;
  background: #10052E;
  box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
  padding: 15px 14px;
  width: 160px;
  z-index: 99;
  position: absolute;
  transform: translateX(-50%);
  left: 45%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip::before {
  content: "";
  background: #10052E;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
  left: 45%;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
  color: #CDCFD6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: 0;
  display: flex;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data b,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data b {
  color: #FFF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6E42D3;
  display: inline-block;
  margin-right: 5px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .wpfnl-value-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
  margin-top: 8px;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
  background: #EAE1FF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-bar-label {
  font-size: 12px;
  line-height: 1.2;
  color: #9398A5;
  position: absolute;
  bottom: -35px;
  left: 40%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar {
  width: 35%;
  display: block;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-to-bar {
  background-color: #EAE1FF;
}
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-with-bar {
  background-color: #6E42D3;
}

@media only screen and (max-width: 1600px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
    left: 40%;
    width: 94px;
    padding: 10px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
    font-size: 10px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
    width: 6px;
    height: 6px;
    margin-right: 3px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip b {
    display: block;
    margin-top: 2px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper {
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1399px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
    padding: 10px 15px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
    font-size: 18px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
    min-width: 40px;
    padding: 4px 5px;
    font-size: 9px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage svg {
    width: 12px;
    height: 12px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
    font-size: 12px;
  }
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
    left: 42%;
  }
}
@media only screen and (max-width: 960px) {
  .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
    flex-wrap: wrap;
  }
}
.wpfnl-datepicker {
  position: relative;
  min-width: 350px;
}
.wpfnl-datepicker input {
  cursor: default;
  margin: 0.5em;
  border-radius: 4px;
  background: inherit;
  border-radius: 8px;
  color: #2D3149;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  border: 1px solid #F1F0F5;
  padding: 9px 12px;
  width: 45%;
}
.wpfnl-datepicker input.single-date {
  width: 100%;
  margin-left: -1px;
}
.wpfnl-datepicker .multi-input {
  display: flex;
  align-items: center;
}
.wpfnl-datepicker .multi-input span {
  margin: 0 0.5em;
}
.wpfnl-datepicker .calendar {
  background: white;
  padding: 1em;
}
.wpfnl-datepicker .calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.wpfnl-datepicker .calendar .calendar-header .pre-month,
.wpfnl-datepicker .calendar .calendar-header .next-month {
  border-radius: 8px;
  border: 1px solid #F1F0F5;
  padding: 8px 15px;
}
.wpfnl-datepicker .calendar .calendar-header .month-name {
  color: #2D3149;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.wpfnl-datepicker .calendar .calendar-header button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}
.wpfnl-datepicker .calendar .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5em;
}
.wpfnl-datepicker .calendar .calendar-grid .calendar-day {
  color: #9398A5;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  cursor: default;
}
.wpfnl-datepicker .calendar .calendar-grid .calendar-day:hover {
  background: none !important;
}
.wpfnl-datepicker .calendar .calendar-grid div {
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 4px;
  color: #2D3149;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.667;
}
.wpfnl-datepicker .calendar .calendar-grid div.empty {
  background: none;
  cursor: default;
}
.wpfnl-datepicker .calendar .calendar-grid div.selected, .wpfnl-datepicker .calendar .calendar-grid div.start-date, .wpfnl-datepicker .calendar .calendar-grid div.end-date {
  background: #6E42D3;
  color: white;
}
.wpfnl-datepicker .calendar .calendar-grid div.in-range {
  background: #e5daff;
}
.wpfnl-datepicker .calendar .calendar-grid div.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wpfnl-datepicker .calendar .calendar-grid div.disabled:hover {
  background: none !important;
}
.wpfnl-datepicker .calendar .calendar-grid div:hover:not(.empty) {
  background: #f0f0f0;
}

.wpfnl-pro-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 999999;
}
.wpfnl-pro-modal-overlay svg {
  position: relative !important;
  overflow: auto !important;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper {
  background: #F6F5FA;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 573px;
  position: relative;
  box-shadow: 0px 14px 14px #A7A4AF;
  animation: wpfnl-bounce 0.3s;
  -webkit-animation: wpfnl-bounce 0.3s;
  -moz-animation: wpfnl-bounce 0.3s;
  -ms-animation: wpfnl-bounce 0.3s;
  -o-animation: wpfnl-bounce 0.3s;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-close .wpfnl-pro-modal-close-btn {
  position: absolute;
  right: -14px;
  top: -14px;
  background: #ffffff;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content {
  display: flex;
  flex-direction: column;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header {
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header::before {
  text-align: center;
  content: "Premium";
  position: absolute;
  top: 30px;
  left: -40px;
  background-color: #4CBB17;
  padding: 7px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.13;
  color: #FFFFFF;
  width: 150px;
  transform: rotate(-47.19deg);
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header .wpfnl-pro-heading {
  color: #2D3149;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header .wpfnl-pro-sub-heading {
  color: #9398A5;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 6px;
  width: 80%;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body {
  margin-top: 30px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-modal-body_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 50px;
  max-width: 93%;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features {
  width: 45%;
  padding-left: 20px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features li span {
  color: #363B4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.14px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer {
  padding: 20px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container {
  background: #ffffff;
  border-radius: 10px;
  max-width: 100%;
  padding: 20px 15px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 10px 0px;
  position: relative;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type {
  text-align: left;
  width: 42%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type strong {
  color: #2D3149;
  font-size: 20px;
  font-weight: 500;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type span {
  color: #9398A5;
  font-size: 12px;
  font-weight: 400;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price {
  flex-grow: 1;
  padding: 10px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price strong {
  color: #2D3149;
  font-size: 20px;
  font-weight: 500;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price span {
  color: #9398A5;
  font-size: 12px;
  font-weight: 400;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type, .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price, .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn {
  background: transparent;
  border: 1px solid #E8E6EE;
  border-radius: 10px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn {
  width: 10%;
  padding: 16px 0px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn svg {
  transition: all 0.3s ease;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .btn-rotate svg {
  transform: rotate(180deg);
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container {
  position: absolute;
  display: none;
  width: 56%;
  top: 92%;
  right: 0;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
  border: 1px solid #F6F5FA;
  box-shadow: 0px 10px 20px rgba(226, 220, 237, 0.4);
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li {
  padding: 10px;
  cursor: pointer;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li strong {
  color: #2D3149;
  font-size: 14px;
  font-weight: 500;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li span {
  color: #9398A5;
  font-size: 12px;
  font-weight: 400;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li:hover {
  background: #F6F5FA;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li:not(:last-child) {
  border-bottom: 1px solid #E8E6EE;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container.show-dropdown {
  display: block;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .cancel {
  color: #2D3149;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  background: none;
  padding: 0;
  height: auto;
  min-width: unset;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .confirmed {
  border-radius: 10px;
  background: #6E42D3;
  box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  min-height: 40px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .confirmed span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 6px;
  font-size: 13px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text strong {
  color: #2D3149;
  font-size: 14px;
  font-weight: 500;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text span {
  color: #9398A5;
  font-size: 12px;
  font-weight: 400;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text svg {
  margin-top: -2px;
}
.wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text svg path {
  fill: #4CBB17;
}

/* Standard syntax */
@keyframes wpfnl-bounce {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/* Webkit (Safari, older versions of Chrome, etc.) */
@-webkit-keyframes wpfnl-bounce {
  0% {
    -webkit-transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* Mozilla (Firefox) */
@-moz-keyframes wpfnl-bounce {
  0% {
    -moz-transform: scale(0.7);
  }
  45% {
    -moz-transform: scale(1.05);
  }
  80% {
    -moz-transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(1);
  }
}
/* Microsoft (Internet Explorer) */
@-ms-keyframes wpfnl-bounce {
  0% {
    -ms-transform: scale(0.7);
  }
  45% {
    -ms-transform: scale(1.05);
  }
  80% {
    -ms-transform: scale(0.95);
  }
  100% {
    -ms-transform: scale(1);
  }
}
/* Opera */
@-o-keyframes wpfnl-bounce {
  0% {
    -o-transform: scale(0.7);
  }
  45% {
    -o-transform: scale(1.05);
  }
  80% {
    -o-transform: scale(0.95);
  }
  100% {
    -o-transform: scale(1);
  }
}
#wpfnl-toaster-wrapper {
  display: none;
  /* -------Warn notification alert toast------------ */
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast {
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 9999;
  -webkit-animation: quick-toastify-fadeinout 3s linear forwards;
  animation: quick-toastify-fadeinout 3s ease-in-out forwards;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container {
  background: #ffffff;
  border: 1px solid #039855;
  box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 15px;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-successfull-icon,
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
  height: 26px;
  width: 26px;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container p {
  padding: 0 60px 0 13px;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon svg path {
  fill: #686f7f;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon:hover {
  background: #e4e6eb;
}
#wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-successful-notification.quick-toastify-hide {
  display: none;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast {
  position: fixed;
  top: 120px;
  right: 30px;
  z-index: 9999;
  -webkit-animation: quick-toastify-fadeinout 3s linear forwards;
  animation: quick-toastify-fadeinout 3s ease-in-out forwards;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container {
  background: #ffffff;
  border: 1px solid #ec0707;
  box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 15px;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-successfull-icon,
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
  height: 26px;
  width: 26px;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container p {
  padding: 0 60px 0 13px;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon svg path {
  fill: #686f7f;
}
#wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon:hover {
  background: #e4e6eb;
}
@-webkit-keyframes quick-toastify-fadeinout {
  0% {
    opacity: 0;
    top: 80px;
  }
  20%, 80% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@keyframes quick-toastify-fadeinout {
  0% {
    opacity: 0;
    top: 80px;
  }
  20%, 80% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}

body.rtl .wpfnl-checkbox label {
  padding-right: 29px;
  padding-left: 0;
}
body.rtl .wpfnl-checkbox label:before {
  left: inherit;
  right: 0;
}
body.rtl .wpfnl-checkbox label:after {
  left: inherit;
  right: 5px;
}
body.rtl .wpfnl-radiobtn label {
  padding-right: 29px;
  padding-left: 0;
}
body.rtl .wpfnl-radiobtn label::before {
  content: "";
  position: absolute;
  left: inherit;
  right: 0;
}
body.rtl .wpfnl-radiobtn label::after {
  right: 5px;
  left: inherit;
}
body.rtl .wpfnl-delete-alert-wrapper {
  right: inherit;
  left: 0;
}
body.rtl .delete-alert-new-ui .icon {
  right: inherit;
  left: -12px;
}
body.rtl .delete-alert-new-ui .wpfnl-delete-confirm-body p {
  text-align: right;
}
body.rtl .wpfnl-loader {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl ul.wpfnl-dropdown {
  left: 0;
  right: inherit;
}
body.rtl ul.wpfnl-dropdown:after {
  left: 21px;
  right: inherit;
}
body.rtl ul.wpfnl-dropdown li a svg {
  margin-left: 6px;
  margin-right: 0;
}
body.rtl .wpfnl-field-wrapper > label {
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .wpfnl-custom-selectbox .selectbox-selected-value {
  text-align: right;
}
body.rtl .wpfnl-custom-selectbox .selectbox-selected-value:before {
  left: 15px;
  right: inherit;
}
body.rtl .wpfnl-custom-selectbox .selectbox-selected-value {
  padding: 13px 12px 13px 33px;
}
body.rtl .wpfnl-custom-selectbox .list-title {
  right: -8px;
  left: inherit;
}

body.rtl .template-library-modal {
  left: inherit;
  right: 160px;
}
body.rtl .template-library-modal .funnel-templates-header .back-form-modal {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .template-library-modal .funnel-templates-header .back-form-modal svg {
  left: 1px;
  transform: rotate(180deg);
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close svg {
  transform: rotate(180deg);
}
body.rtl .template-library-modal .funnel-templates-header .template-type-filter {
  margin-left: 0;
  margin-right: auto;
  background-position-x: 13px;
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter,
body.rtl .template-library-modal .funnel-templates-header .pro-free__filter {
  margin-left: 0 !important;
  margin-right: auto;
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:first-child,
body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li:first-child {
  border-radius: 0 50px 50px 0;
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:last-child,
body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li:last-child {
  border-radius: 50px 0 0 50px;
}
body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li svg,
body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li svg {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .template-library-modal .funnel-templates-sidebar .category-filter-wrapper {
  padding-right: 0;
  padding-left: 8px;
}
body.rtl .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice svg,
body.rtl .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default svg {
  margin-right: 0;
  margin-left: 2px;
}
body.rtl .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close,
body.rtl .step-template-showcase-modal .create-step-name-modal .modal-header .close,
body.rtl .template-library-modal .wpfnl-create-funnel__templates-wrapper .create-funnel-name-modal .modal-header .close {
  right: inherit;
  left: -11px;
}

body.rtl.folded .template-library-modal {
  right: 36px;
  width: calc(100% - 36px);
}

body.rtl.wp-funnels_page_edit_funnel #wpcontent {
  padding-right: 0;
}
body.rtl .steps-page__header {
  padding-right: 24px;
  padding-left: 12px;
}
body.rtl .steps-page__header-left .wpfnl-logo a {
  border-left: 1px solid #E5E8F3;
  border-right: 0;
}
body.rtl .steps-page__header-left .back-link {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .steps-page__header-left .back-link svg {
  transform: rotate(180deg);
}
body.rtl .steps-page__header-left .add-step-condtion-area li > button svg {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .steps-page__header-left .add-step-condtion-area li > button.add-new-step svg {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .steps-page__header-center .steps-page__fnl-name .fnl-name-btn {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .steps-page__header-right {
  margin-left: 0;
  margin-right: auto;
}
body.rtl .steps-page__header-right .enable-gbf {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .steps-page__header-right .enable-gbf,
body.rtl .steps-page__header-right .funnel-stats {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  border-left: 1px solid #E5E8F3;
  margin-left: 5px;
  padding-left: 20px;
}
body.rtl .steps-page__header-right .enable-gbf .title,
body.rtl .steps-page__header-right .funnel-stats .title {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .steps-page__header-right .dropdown-option {
  margin-left: 0;
  margin-right: 6px;
}
body.rtl .steps-page__header-right .dropdown-option ul.wpfnl-dropdown {
  right: inherit;
  left: -4px;
}
body.rtl .steps-page__header-right ul.wpfnl-dropdown:after {
  left: 11px;
  right: inherit;
}
body.rtl .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a svg {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .funnel-window .wpfnl-canvas-zoom-control {
  left: inherit;
  right: 20px;
}
body.rtl .funnel-window .wpfnl-canvas-helper {
  right: inherit;
  left: 20px;
}
body.rtl .funnel-window .wpfnl-canvas-helper .help-resource {
  right: inherit;
  left: 0;
}
body.rtl .funnel-window .wpfnl-canvas-helper .help-resource:before {
  bottom: -7px;
  right: inherit;
}
body.rtl .wpfnl-drawing-window .drawflow .drawflow-node .inputs .input {
  left: -20px;
  right: inherit;
}
body.rtl .reconfigure-condition-modal .wpfnl-delete-confirm-body {
  text-align: right;
}

body.rtl .wpfnl-step-settings-drawer {
  right: inherit;
  left: -190px;
}
body.rtl .wpfnl-step-settings-drawer.show-drawer {
  right: inherit;
  left: 0;
}
body.rtl .wpfnl-step-settings-drawer .drawer-header .drawer-title {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-flow: row wrap;
}
body.rtl .steps-settings .steps-settings__tab-nav li a svg {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .step-settings__single-tab-content.product .product-head .product-search {
  margin-left: 0;
  margin-right: 0;
}
body.rtl .step-settings__single-tab-content .product-head .wpfnl-tooltip,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .wpfnl-tooltip {
  margin-left: 10px;
  margin-right: auto;
}
body.rtl .step-settings__single-tab-content .product-head .add-product-btn,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
  margin-left: 0;
  margin-right: 15px;
}
body.rtl .step-settings__single-tab-content .product-head .title,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .title {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .step-settings__single-tab-content .accordion-footer,
body.rtl .step-settings__single-tab-content .accordion-head,
body.rtl .checkout-product-setting-tab__content-wrapper .accordion-footer,
body.rtl .checkout-product-setting-tab__content-wrapper .accordion-head {
  padding: 20px 60px 20px 25px;
}
body.rtl .step-settings__single-tab-content .product-single__accordion-head,
body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
  padding: 25px 60px 25px 25px;
}
body.rtl .step-settings__single-tab-content .accordion-footer .total-price,
body.rtl .step-settings__single-tab-content .product-single__accordion-head .total-price,
body.rtl .step-settings__single-tab-content .accordion-head .total-price,
body.rtl .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price,
body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price,
body.rtl .checkout-product-setting-tab__content-wrapper .accordion-head .total-price {
  text-align: left;
}
body.rtl .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title,
body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title {
  padding-left: 0;
  padding-right: 19px;
}
body.rtl .step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit {
  margin-left: 0;
  margin-right: 6px;
}
body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .icon {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title {
  display: inline-flex;
  gap: 3px;
}
body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .action-area button {
  margin: 0 6px 0 0;
}
body.rtl .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
  margin-right: 0;
  margin-left: 25px;
}
body.rtl .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label .color-picker {
  right: inherit;
  left: 10px;
}
body.rtl .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
  padding-left: 0;
  padding-right: 26px;
}
body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 4px;
}
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 20px 0 0;
}
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow svg {
  transform: rotate(180deg);
}
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
  margin-right: 0;
  margin-left: 10px;
  animation: moveArrowRtl 1s linear infinite;
}
body.rtl .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 3px;
}
body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
  padding-left: 0;
  padding-right: 28px;
}
body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 4px;
  width: 9px;
  height: 5px;
}
body.rtl .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
  padding-left: 0;
  padding-right: 14px;
}
body.rtl .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
  padding-left: 10px;
  padding-right: 10px;
}
body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label {
  padding-left: 50px;
  padding-right: 0;
}
body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:before {
  left: 0;
  right: inherit;
}
body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:after {
  left: 4px;
  right: inherit;
}
body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::after {
  right: inherit;
  left: 26px;
}
body.rtl .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
  padding-right: 0;
  padding-left: 14px;
}
body.rtl .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 26px 0 0;
}
body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 4px;
  width: 9px;
  height: 5px;
}
body.rtl .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
  padding-right: 0;
  padding-left: 15px;
}
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 20px 0 0;
}
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
  left: inherit;
  right: 2px;
  top: 5px;
  width: 6px;
  height: 3px;
}
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow svg {
  transform: rotate(180deg);
}
body.rtl .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 26px 0 0;
}
body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
  right: 3px;
  left: inherit;
}
body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
  top: 2px;
  margin-left: 7px;
  margin-right: 0;
}
body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow svg {
  transform: rotate(-180deg);
}
body.rtl .wpfnl-order-bump__template-style10 .offer-checkbox {
  text-align: left;
}
body.rtl .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
  text-align: left;
}
body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 26px 0 0;
}
body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
  right: 4px;
  left: inherit;
}
body.rtl .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
  margin: 0 0 6px 16px;
  float: right;
}
body.rtl .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content {
  clear: left;
}
body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
  padding-right: 26px;
  padding-left: 0;
}
body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
  right: 4px;
  left: inherit;
}
body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
  padding-right: 26px;
  padding-left: 0;
}
body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
  right: 4px;
  left: inherit;
}
body.rtl .wpfnl-order-bump__template-style13 .product-price {
  margin-right: 5px;
  margin-left: 0;
}
body.rtl .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
  padding: 0 26px 0 0;
}
body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
  right: 3px;
  left: inherit;
}
body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn {
  margin-right: 20px;
  margin-left: 0;
}
body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav {
  padding: 23px 0 23px 20px;
}
body.rtl .edit-field-settings__single-tab-content .checkout-field-header {
  padding: 20px 65px 20px 20px;
}
body.rtl .edit-field-settings__single-tab-content .checkout__single-field {
  padding: 25px 65px 25px 20px;
}
body.rtl .edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
body.rtl .edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
  right: 20px;
  left: inherit;
}
body.rtl .wpfnl-step-settings-drawer.edit-field-drawer.show-edit-field-drawer {
  right: inherit;
  left: 0;
}
body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-checkbox label {
  padding-right: 33px;
  padding-left: 0;
}
body.rtl .step-settings__single-tab-content .product-head .product-search,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search {
  margin-left: 0;
  margin-right: auto;
}
body.rtl .step-settings__single-tab-content .product-head .product-search .select2-selection__rendered,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search .select2-selection__rendered {
  padding: 10px 35px 10px 10px;
}
body.rtl .step-settings__single-tab-content .product-head .product-search .search-icon,
body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search .search-icon {
  left: inherit;
  right: 10px;
}
body.rtl .steps-settings .settings-content__footer .btn-default .wpfnl-loader {
  margin-left: 0;
  margin-right: 6px;
}
@keyframes moveArrowRtl {
  0%, 100% {
    transform: translateX(8px);
    opacity: 1;
  }
  50%, 90% {
    transform: translateX(-15px);
    opacity: 0;
  }
  99% {
    transform: translateX(8px);
    opacity: 0;
  }
}

@media only screen and (max-width: 1199px) {
  body.rtl .step-settings__single-tab-content .product-single__accordion-head,
body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
    padding: 20px 50px 20px 20px;
  }
}
body.rtl .wpfnl-selectbox .selected-option {
  padding: 13px 14px 11px 30px;
}
body.rtl .wpfnl-selectbox .selected-option:before {
  left: 14px;
  right: inherit;
}
body.rtl .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
  padding: 14px 14px 12px 30px;
}
body.rtl .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
  transform: rotate(-180deg);
}

body.rtl .ab-testing-drawer .header-left .ab-testing-status {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .wpfnl-step-settings-drawer .drawer-header .wpfnl-drawer-close svg {
  transform: rotate(180deg);
}
body.rtl .ab-testing-drawer .header-right .more-options .options-dropdown {
  left: -10px;
  right: inherit;
}
body.rtl .ab-testing-drawer .traffic-distribution-modal {
  right: inherit;
  left: 0;
}
body.rtl .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .ab-testing-drawer .header-right .btn-default .wpfnl-loader {
  margin: 0;
}
body.rtl .ab-testing-stats .stats-wrapper thead th .col-inner-wrap {
  text-align: right;
}
body.rtl .ab-testing-drawer .ab-testing-winner-modal {
  right: inherit;
  left: 0;
}
body.rtl .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label {
  padding-right: 29px;
  padding-left: 0;
}
body.rtl .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label:after {
  right: 3px;
  left: inherit;
}
body.rtl .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown {
  left: inherit;
  right: 0;
}
body.rtl .ab-testing-drawer .single-ab-step .variation-type {
  right: 15px;
  left: inherit;
}
body.rtl .ab-testing-drawer .single-ab-step .ab-variation-delete {
  right: inherit;
  left: -8px;
}
body.rtl .ab-testing-drawer .add-step-wrapper .add-steps-options,
body.rtl .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options {
  right: calc(100% + 15px);
  left: inherit;
}
body.rtl .ab-testing-drawer .add-step-wrapper .add-steps-options {
  right: calc(100% + 15px);
  left: inherit;
}
body.rtl .ab-testing-drawer .ab-testing-confirmation-modal {
  right: 160px;
  left: inherit;
}
body.rtl .folded .ab-testing-drawer .ab-testing-confirmation-modal {
  right: 36px;
  left: inherit;
}
body.rtl .ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal {
  left: -13px;
  right: inherit;
}

body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search input[type=text] {
  padding-right: 34px;
  margin-left: 15px;
}
body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search svg {
  right: 14px;
  left: inherit;
}
body.rtl .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .link-icon {
  border-left: 1px solid #EEF0F3;
  border-right: 0;
}
body.rtl .webhook-settings-drawer .request-url input[type=text] {
  padding-right: 50px;
  padding-left: 15px;
}
body.rtl .webhook-settings-drawer .wpfnl-field-wrapper select {
  padding-left: 36px;
  padding-right: 15px;
  background-position-x: 15px;
}
body.rtl .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::after {
  right: 6px;
  left: inherit;
}
body.rtl .wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
  margin-right: 3px;
  margin-left: 0;
}
body.rtl .webhook-settings-drawer .feed-name .wpfnl-tooltip p {
  right: calc(100% + 8px);
  left: inherit;
}
body.rtl .webhook-settings-drawer .feed-name .wpfnl-tooltip p:before {
  right: -4px;
  left: inherit;
}
body.rtl .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button {
  margin-right: 2px;
  margin-left: 0;
}
body.rtl .delete-alert-new-ui .wpfnl-delete-confirm-body {
  padding: 26px 26px 26px 20px;
}

body.rtl .wpfnl-drawflow-window .wpfnl-analytics {
  right: inherit;
  left: 0px;
}
body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .backto-steps svg {
  transform: rotate(180deg);
}
body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right select {
  padding: 14px 20px 12px 40px;
  background-position-x: 15px;
}
body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
  right: 160px;
  left: inherit;
}
body.rtl.folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
  right: 36px;
  left: inherit;
}
body.rtl .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:before {
  margin-left: 8px;
  margin-right: 0;
}
body.rtl .wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
  padding: 10px 60px 9px 15px;
}
body.rtl .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label:before {
  right: 50px;
  left: inherit;
}
body.rtl .wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator {
  direction: ltr;
}

@media only screen and (max-width: 782px) {
  body.rtl.folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
    right: 0;
    left: inherit;
  }
}
body.rtl .wpfnl-dashboard__header .funnel-search {
  margin-left: 20px;
  margin-right: 0;
}
body.rtl .wpfnl-dashboard__header .funnel-search .search-group input {
  padding-right: 40px;
  padding-left: 0;
}
body.rtl .wpfnl-dashboard__header .funnel-search .search-group svg {
  right: 12px;
  left: inherit;
}
body.rtl .wpfnl-dashboard__header a.import-export {
  margin-left: 14px;
  margin-right: 0;
}
body.rtl .wpfnl-dashboard__header a.import-export.wpfnl-export-all-funnels {
  margin-left: 14px;
  margin-right: auto;
}
body.rtl .wpfnl-dashboard__header .add-new-funnel-btn svg {
  margin-left: 3px;
  margin-right: 0;
}
body.rtl .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
  right: 24px;
  left: inherit;
}
body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper {
  right: 60px;
  left: inherit;
}
body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler > svg {
  margin-right: 16px;
  margin-left: 0;
}
body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler:before {
  left: 27px;
  right: inherit;
}
body.rtl .funnel-list__wrapper .funnel__single-list.list-header {
  padding: 15px 60px 15px 24px;
}
body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name {
  padding-right: 45px;
  padding-left: 15px;
}
body.rtl .funnel-list__wrapper .funnel__single-list {
  padding: 14px 60px 14px 24px;
}
body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo {
  right: 0;
  left: inherit;
}
body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag svg {
  margin-left: 6px;
  margin-right: 0;
}
body.rtl .funnel-list__wrapper .funnel__single-list .list-action ul.more-actions {
  left: -22px;
  right: inherit;
}
body.rtl .wpfnl-pagination .nav-link.prev svg,
body.rtl .wpfnl-pagination .nav-link.next svg {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  body.rtl .funnel-list__wrapper .funnel__single-list.list-header {
    padding: 15px 45px 15px 15px;
  }
  body.rtl .funnel-list__wrapper .funnel__single-list {
    padding: 10px 45px 10px 15px;
  }
  body.rtl .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
    right: 15px;
  }
  body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name {
    padding-left: 10px;
  }
}
body.rtl .funnel-settings__header {
  padding: 28px 30px 27px 20px;
}
body.rtl .funnel-settings__header .helper-link li {
  margin-right: 35px;
  margin-left: 0;
}
body.rtl .funnel-settings__header .helper-link li:first-child {
  margin-right: 0;
}
body.rtl .wpfn-settings__nav .nav-li svg {
  margin-left: 6px;
  margin-right: 0;
}
body.rtl .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template span {
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title > svg,
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title > svg,
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title > svg {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a,
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a,
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields .wpfnl-checkbox {
  margin: 5px 0 5px 25px;
}

body.rtl .mailmint-automation .header-right .more-options .options-dropdown {
  left: -10px;
  right: inherit;
}
body.rtl .mailmint-automation .automation-single-step .delete-action {
  left: -10px;
  right: inherit;
}
body.rtl .wpfnl-custom-selectbox .selectbox-search input[type=search] {
  padding: 6px 36px 4px 15px;
}
body.rtl .wpfnl-custom-selectbox .selectbox-search .search-icon {
  right: 25px;
  left: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .submenu {
  right: 100%;
  left: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .angle-right {
  left: 9px;
  right: inherit;
  transform: rotate(90deg);
}
body.rtl .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__input {
  padding: 11px 32px 9px 20px;
}
body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
  left: 8px;
  right: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
  left: -4px;
  right: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
  left: -30px;
  right: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select {
  padding-left: 38px;
  padding-right: 15px;
  background-position-x: 15px;
}
body.rtl .mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater > hr {
  right: -15px;
  left: inherit;
}
body.rtl .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}
body.rtl .wpfnl-mrm-email-template__wrapper {
  left: 0;
  right: inherit;
}
body.rtl .wpfnl-mrm-email-template__modal .cross-icon {
  left: -20px;
  right: inherit;
}
body.rtl .mailmint-automation .logical-decision-box .single-decision.decision-yes {
  transform: translateX(calc(-50% + 1px));
}
body.rtl .mailmint-automation .logical-decision-box .single-decision.decision-no {
  transform: translateX(calc(50% - 1px));
}
body.rtl .mailmint-automation .logical-decision-box .logical-text {
  left: 25%;
  right: inherit;
}
body.rtl .mailmint-automation .logical-decision-box .logical-text.logical-no-text {
  right: 25%;
  left: inherit;
}

body.rtl .wpfnl-settings-drawer .fnl-settings-content .settings-title > svg {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper {
  padding-left: 30px;
  margin-right: 0;
}
body.rtl .wpfnl-settings-drawer .fnl-settings-content .settings-title a {
  margin-right: auto;
  margin-left: 0;
}

body.rtl .wpfnl-automation-window .automation-darwer {
  left: -190px;
  right: inherit;
}
body.rtl .wpfnl-automation-window .automation-darwer.show-drawer {
  left: 0;
  right: inherit;
}
body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper label {
  padding-left: 7px;
  padding-right: 0;
}
body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm {
  margin-right: 30px;
  margin-left: 0;
}
body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .wpfnl-drawer-close {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm .connect-crm-title {
  padding-left: 7px;
  padding-right: 0;
}

/*# sourceMappingURL=style.css.map */
