.rl-clear:after {
  content: "";
  display: block;
  clear: both;
}
.rl_i_editor-main-container * {
  box-sizing: border-box;
  line-height: 1.1;
  letter-spacing: 1px;
}
.rl_i_editor-main-container input:focus,
.rl_i_editor-main-container textarea:focus {
  outline: none;
  border-color: gainsboro;
  box-shadow: none;
}
.rl_i_editor-main-container {
  min-width: 300px;
  position: relative;
  height: 600px;
  width: 25%;
}
/*popup export section*/
.wppb-export-sub {
  background-color: #6747e6;
  color: white;
  margin: 10px 0 0 10px;
  border: none;
  padding: 4px 11px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
.wppb-export-sub:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
/*popup export section*/
.rl_i_editor-inner-wrap {
  height: 100%;
  position: relative;
  box-shadow: 0px 5px 10px 0px #d0eaf5;
}
.rl_i_editor-inner-wrap.sticky {
  position: fixed;
  min-width: 310px;
  height: 600px;
  top: 32px;
}
.rl_i_editor-wrap-in {
  position: relative;
  height: 100%;
}
.rl_i_editor-header {
  background: #dedede;
  height: 50px;
  position: relative;
  color: #6647e6;
  font-weight: 500;
}
.rl_i_editor-header-area {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rl_i_editor-content {
  background-color: white;
  position: absolute;
  width: 100%;
  height: calc(100% - 103px);
}
.rl_i_editor-content-area {
  height: 100%;
  overflow: scroll;
  color: #616161;
  font-weight: 500;
}
.rl_i_editor-content-area label {
  cursor: default;
}
.rl_i_editor-content-area select {
  color: #9a9a9a;
  border-color: #dcdcdc;
}
.rl_i_editor-content-area select[data-editor-input] {
  width: 60px;
}
select[data-global-input="close-option"],
.lead-form-bulider-select select {
  width: 100%;
  padding: 5px 11px;
  margin-top: 5px;
}
.rl_i_editor-footer {
  background: #777777;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53px;
}
.rl_i_editor-footer-area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rl_i_editor-element-Toggle {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 10px 0;
}
.rl_i_editor-element-Toggle .bottomCarret {
  transition: 0.2s all linear;
}
.rl_i_editor-element-Toggle.rl-active .bottomCarret {
  transform: rotate(90deg);
}
.rl_i_editor-element-add-item-list {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rl_i_editor-element-add-item-list > li {
  float: left;
  margin: 8px 8px;
}
.rl_i_editor-element-add-item-list > li > span,
.wppb-popup-custom span.ui-draggable.ui-draggable-dragging {
  text-align: center;
  background: #edf7fb;
  display: block;
  color: #775de4 !important;
  padding: 7px 0px;
  font-size: 12px !important;
  width: 70px;
  height: 60px;
  border: 2px solid #edf7fb;
  border-radius: 4px;
}
.rl_i_editor-element-add-item-list > li > span.form {
  font-size: 10px !important;
}
.rl_i_editor-element-add-item-list > li > span.lock {
  position: relative;
  opacity: 0.7;
}
.rl_i_editor-element-add-item-list > li > span.lock:before {
  content: "\f160";
  font-family: dashicons;
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  color: #e4530c;
}
.rl_i_editor-element-add-item-list > li > span:hover,
.wppb-popup-custom span.ui-draggable.ui-draggable-dragging:hover {
  border-color: #a7e7ff;
}
.wppb-popup-custom span.ui-draggable.ui-draggable-dragging {
  height: 60px !important;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 1px;
}
.rl_i_editor-element-add-item-list > li > span > .text-icon,
.wppb-popup-custom span.ui-draggable.ui-draggable-dragging .text-icon {
  display: block;
  font-style: normal;
  margin-bottom: 4px;
  font-size: 20px !important;
  text-align: center;
  width: auto;
  height: auto;
}
.rl_i_editor-element-add-item-list > li > span:hover {
  cursor: move;
}
.rl_i_editor-item-content {
  display: none;
}
.rl_i_editor-main-container .rl_i_editor-item-content-header > nav {
  background-color: #efefef;
}
.rl_i_editor-main-container .rl_i_editor-item-content-header > nav > span {
  width: 50%;
  float: left;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  position: relative;
  background: #c6e1ed8c;
}
.rl_i_editor-main-container
  .rl_i_editor-item-content-header
  > nav
  > span.active_ {
  background-color: #d2f1fd;
  color: #6547e6;
}
.rl_i_editor-item-content-i {
  display: none;
}
.rl_i_editor-item-content-i.active,
.rl_i_editor-item-content-i.active_ {
  display: block;
}
.wppb-prebuilt-popup-json div[data-tab-group]:not(.active) {
  display: none;
}
.rl_i_editor-item-content-items {
  padding: 5px 10px 10px;
  /*margin-bottom: 8px;*/
}
.rl_i_editor-item-content-items.title_ {
  margin-bottom: 0;
}
.rl_i_editor-item-content-items.block__ {
  display: flex;
  flex-direction: column;
}
.rl_i_editor-item-content-items > label {
  font-size: 12px;
  cursor: default;
}
.rl_i_editor-item-content-items.block__ > label {
  padding: 6px 0;
}
.rl_i_editor-item-content-items.inline__ {
  display: flex;
  align-items: center;
}
.rl_i_editor-item-content-items > textarea {
  background-color: inherit;
  min-height: 74px;
  color: inherit;
  padding: 7px 5px;
  border-color: #d8d8d8;
}
.rl_i_editor-item-content-items img {
  max-width: 100%;
}
.rl-i-choose-image-wrap {
  height: 160px;
  margin: 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
.rl-i-choose-image-inside-wrap {
  background: #cecece4d;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all linear;
  opacity: 0;
}
.rl-i-choose-image-inside-wrap .iconPlus {
  background-color: #dedede;
  width: 28px;
  line-height: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 1px;
  letter-spacing: 0;
  transition: 0.3s all linear;
}
.rl-i-choose-image-inside-wrap:hover {
  opacity: 1;
}
.rl-i-choose-image-inside-wrap:hover .iconPlus {
  transform: rotate(90deg);
}
.background-image-setting .rl_i_editor-item-content-items {
  padding: 0;
}
.background-image-setting select {
  width: 60px;
}
.background-image-setting-position {
  padding: 8px;
  width: 70%;
  margin: auto;
  border-radius: 3px;
}
.background-image-setting-position:after {
  content: "";
  display: block;
  clear: both;
}
.background-image-setting-position > div {
  float: left;
  width: 33.33%;
  border: 1px solid #94909014;
  box-sizing: border-box;
}
.background-image-setting-position > div > input {
  display: none;
}
.background-image-setting-position > div > input:checked ~ label {
  background-color: #dad8d8;
}
.background-image-setting-position > div > label {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.background-image-setting-position > div > label > span {
  text-align: center;
  line-height: 35px;
  display: block;
  height: auto;
  width: auto;
  font-size: 17px;
}
.background-image-setting-position > div > label > span.rotat-45 {
  transform: rotate(-45deg);
}
.background-image-setting-position > div > label > span.rotat45 {
  transform: rotate(45deg);
}

.rl_i_editor-anchor-input {
  position: relative;
}
.rl_i_editor-anchor-setting {
  margin: 10px 0;
  background: #efefef;
  display: none;
}
.rl_i_editor-anchor-input > input {
  width: 100%;
  padding-right: 39px;
  background-color: inherit;
  color: #adadad;
  border-color: gainsboro;
}
.rl_i_editor-anchor-input > label {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  padding: 5px;
  width: 35px;
  font-size: 18px;
  cursor: pointer;
}
.rl_i_editor-anchor-setting .rl_i_editor-item-content-items {
  padding: 5px 10px 5px 10px;
}
.rl_i_editor-item-content-items.inline__ > label {
  flex: 2;
}
.rl_i_editor-item-content-items.inline__ > div {
  flex: 0;
}
.rl_i_editor-item-content-items.inline__ > div.rl_text-alignment {
  flex: 6;
}
.rl_i_editor-item-content-items.inline__ > div.data-range-output > input {
  width: 60px;
  border: 1px solid #dcdcdc;
  color: inherit;
}
.rl_size_select_box select {
  background-color: inherit;
  color: inherit;
  width: 100%;
}
.text-alignment-choice {
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.text-alignment-choice li {
  margin: 0;
  flex: 1;
}
.text-alignment-choice li:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.text-alignment-choice input {
  display: none;
}
.text-alignment-choice li:first-child > label {
  border-radius: 4px 0 0 4px;
}
.text-alignment-choice li:last-child > label {
  border-radius: 0 4px 4px 0;
}
.text-alignment-choice label {
  display: block;
  width: 100%;
  padding: 3px 0px;
  height: auto;
  cursor: pointer;
}
.text-alignment-choice input:checked ~ label {
  background-color: #d8d8d8;
}
.text-alignment-choice input:checked ~ label:before {
  color: white;
}
label.color-output {
  display: block;
  height: 30px;
  width: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}
.rl_i_editor-item-content-items.inline__ .rl_i_range-font-size {
  flex: 2;
}
.rl_i_editor-item-content-items.inline__ .rl_i_range-font-size.range_ {
  margin-top: -3px;
}
.rl_i_editor-item-content-items.inline__
  .rl_i_range-font-size
  label
  > span.dashicons-desktop {
  height: auto;
  width: auto;
  font-size: 17px;
}
.rl_i_editor-item-content-items.inline__ input[type="range"] {
  width: 96%;
  -webkit-appearance: none;
  background: #dcdcdc;
  height: 3px;
  border-radius: 9px;
}
.rl_i_editor-item-content-items.inline__
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #9b9b9b;
  cursor: pointer;
}
.rl_i_editor-item-content-items.inline__
  input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0px 0px 4px 8px #9be4ff33;
}
label[data-range-output] {
  width: 35px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 7px 0;
  border: 1px solid #7e8993;
  border-radius: 6px;
}
.ul-inputs-margin-padding {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  width: 100%;
  color: #b1b1b1;
  margin: 0;
}
.ul-inputs-text {
  width: 100%;
}
.close-btn-container .ul-inputs-margin-padding,
.close-btn-container .ul-inputs-text {
  width: 100%;
}
.ul-inputs-margin-padding li,
.ul-inputs-text li {
  float: left;
  width: 20%;
  margin: 0;
  text-align: center;
  font-size: 9px;
  color: #bdbdbd;
}
.ul-inputs-margin-padding li:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.ul-inputs-margin-padding input[type="number"] {
  display: block;
  width: 100%;
  background-color: inherit;
  color: inherit;
  border: none;
}
.margin-padding-origin input {
  display: none;
}
.margin-padding-origin label {
  display: block;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.margin-padding-origin input:checked ~ label {
  background: #d8d8d8;
  border-radius: 0 4px 4px 0;
}
.margin-padding-origin input:checked ~ label > span {
  color: white;
}
.rl_i_editor-item-content-items.content-border > div {
  display: flex;
  margin: 6px 0;
}
.rl_i_editor-item-content-items.content-border > div select {
  width: 60px;
}
.rl_i_editor-item-content-items.content-border > div > label {
  height: 33px;
  border-radius: 4px;
  display: block;
  flex: 2;
}
.rl_i_editor-item-content-items.content-border > div > div {
  flex: 0;
}
.rl_i_editor-item-content-items.content-border > div .color-output {
  display: block;
  height: 30px;
  width: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}
.rl_i_editor-item-content-items.content-border > div > div > input {
  width: 58px;
  border: 1px solid #dcdcdc;
  color: inherit;
}
.param-title {
  text-align: center;
  margin-left: 2px;
}
.rl_i_editor-header-title {
  padding: 10px;
  border-bottom: 1px solid #bde6f5;
  background: #f1f9fc;
}
.rl_i_editor-header-title > label {
  font-size: 12px;
  color: #6647e6;
}
.rl_i_editor-footer-area > button {
  background-color: #0ca935;
  border: none;
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 19px;
}
.rl-popup-delete-opt > div {
  display: flex;
  align-items: center;
}
.rl-popup-delete-opt > div > div {
  flex: 1;
}
.rl-sub-title {
  color: #949494 !important;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
}
.popup-delete-wrap > button {
  background-color: red;
  display: block;
  margin: 0 10px;
  padding: 5px 16px;
  color: white;
  border: none;
  border-radius: 4px;
}
.rl_i_editor-footer-area > button.Business_popup_deleteAddon {
  background-color: red;
}
.rl-two-column-width > div {
  display: flex;
  margin-top: 11px;
}
.rl-two-column-width > div > label {
  width: 120px;
  margin-right: 19px;
}
.rl-two-column-width > div > input {
  width: 120px;
  margin-right: 19px;
  border-color: gainsboro;
  color: inherit;
}
.wppb-lead-form-styling {
  display: none;
  padding-bottom: 20px;
}
.lead-form-bulider-select select {
  width: 100%;
  padding: 5px 11px;
}
/*check box*/
.wppb-popup-checkbox > input {
  display: none;
}
.wppb-popup-checkbox > input + label {
  width: 42px;
  height: 22px;
  background-color: #dcdada;
  display: block;
  position: relative;
  border-radius: 11px;
  transition: 0.3s transform cubic-bezier(0.54, 1.18, 1, 1.01);
  cursor: pointer;
}
.wppb-popup-checkbox > input.business_disabled + label {
  pointer-events: none;
  opacity: 0.4;
}
.wppb-popup-checkbox > input + label:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-color: #fff;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  transform: translate(20%, -51%);
  transition: 0.3s all cubic-bezier(0.54, 1.18, 1, 1.01);
}
.wppb-popup-checkbox > input:checked + label {
  background-color: #6747e6;
}
.wppb-popup-checkbox > input.wppb_popup_setting_active + label {
  background-color: #e62525;
}
.wppb-popup-checkbox > input.wppb_popup_setting_active:checked + label {
  background-color: #47e68e;
}
.wppb-popup-checkbox > input:checked + label:before {
  transform: translate(148%, -51%);
}
.wppb-popup-checkbox-container {
  display: flex;
  align-items: center;
  margin: 0.4rem 0rem;
}
.wppb-popup-checkbox-container > .wppb-popup-checkbox-title {
  flex: 2;
}
.wppb-popup-checkbox-container > .wppb-popup-checkbox {
  flex: 0;
}
.global-overlay-image {
  display: none;
}
.wppb-opt-page-opt .wppb-popup-checkbox-container > .wppb-popup-checkbox-title {
  flex: 1;
}
#lf-business-popup {
  width: fit-content;
  padding: 6px 12px;
  border: 1px dashed;
  color: #d87777;
  box-shadow: 0px 0px 1px 1px #d0cccc;
}
input[name="global-popup-name"] {
  margin: 10px;
  width: 83%;
  border: 1px solid #dcdcdc;
  color: #b1afaf;
}
.add-lead-form-plugin {
  margin: 51px auto;
  display: block;
  background: #6747e6;
  color: white;
  text-decoration: none;
  padding: 12px 12px;
  width: fit-content;
  border-radius: 3px;
}
.add-lead-form-plugin:hover {
  color: white;
}
/*ui drag drop style*/
.ui-state-highlight {
  display: block;
  height: 40px;
  border: 1px dotted #6747e6;
  background-color: #eae3a2;
}
.rl_i_editor-item-content-items.content-border,
.global-overlay-image,
.global-wrapper-height-custom-auto,
.lead-form-heading-section {
  background-color: rgb(246, 253, 255);
}
@keyframes placeHolderBorder {
  0% {
  }
  100% {
    border-bottom: 15px solid #6747e6;
  }
}
.rl-mail-chip-api {
  padding: 10px;
}
.rl-mail-chip-api textarea {
  display: block;
  width: 100%;
  border: 1px solid gainsboro;
  margin: 0 0 10px 0;
  height: 70px;
  padding: 10px 7px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
  color: #7d7c7c;
}
