:root {
  --primary-color: #73bd0b;
  --secondary-color: #73bd0b;
  --hover-color: #73bd0b;
  --main-bg-color: #f5f5f5;
  --primary-font: "Poppins", sans-serif;
}
.hl-app #form-builder {
  width: 100%;
  max-width: 950px !important;
  -webkit-box-shadow: 0 0 60px #30303025 !important;
  box-shadow: 0 0 60px #30303025 !important;
  position: relative !important;
  font-family: var(--primary-font) !important;
}
.hl_wrapper--inner {
  padding: 0 !important;
  margin: 0 auto !important;
}
section.hl_form-builder--main {
  padding: 0 !important;
  margin: 0 auto !important;
}
#form-builder section div.ghl-form-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
#form-builder form.ghl-survey-form {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 2 !important;
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.36);
}
.hl-app .option-radio label:after {
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
.ghl-survey-form div.ghl-footer-preview.ghl-footer,
.hl-app .ghl-footer,
form.ghl-survey-form div.ghl-footer {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background: var(--primary-color) !important;
}
.hl-app .ghl-button,
.hl-app .ghl-file-field input[type="button"],
.hl-app .ghl-next-button {
  background-color: rgba(255, 255, 255, 0) !important;
}
form div.ghl-button-bar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
  direction: rtl !important;
  text-align: center !important;
  width: 100% !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0 !important;
}
.ghl-survey-form button.ghl-mobile-back.ghl-back-button.ghl-button {
  float: none !important;
  margin: 0 auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  text-align: center !important;
  text-indent: 0 !important;
  border: 0 !important;
  border-radius: 1 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
}
.ghl-survey-form button.ghl-mobile-next.ghl-next-button.ghl-button {
  float: none !important;
  margin: 0 auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  text-align: center !important;
  text-indent: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
}
.hl-app .ghl-footer .ghl-btn-align {
  float: none !important;
  top: 0 !important;
}
.ghl-survey-form span.right-pointing-triangle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: flex-end !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  direction: ltr !important;
  height: 60px !important;
}
.ghl-survey-form span.left-pointing-triangle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  direction: ltr !important;
  height: 60px !important;
}
.ghl-survey-form button.ghl-mobile-next.ghl-next-button span::after {
  content: "\f101" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 20px !important;
  margin-left: 5px !important;
  font-weight: 900 !important;
  margin-top: 2px !important;
  -webkit-animation: shake-horizontal 15s infinite both;
  animation: shake-horizontal 15s infinite both;
}
.ghl-survey-form button.ghl-mobile-next.ghl-next-button span::before {
  content: "Next" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.ghl-survey-form button.ghl-mobile-back.ghl-back-button span::after {
  content: "Previous" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.ghl-survey-form button.ghl-mobile-back.ghl-back-button span::before {
  content: "\f100" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 20px !important;
  margin-right: 5px !important;
  font-weight: 900 !important;
  margin-top: 2px !important;
}
.ghl-survey-form div.ghl-btn-submit div {
  position: absolute !important;
  right: 15px !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
}
form.ghl-survey-form div.ghl-ques-wrap-less.ghl-question-set {
  margin: 0 auto !important;
  overflow: hidden !important;
  zoom: 0 !important;
  z-index: 10 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  zoom: 0 !important;
  z-index: 10 !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  padding: 0 !important;
}
.ghl-survey-form input#nextButton.ghl-next-button.ghl-button {
  float: none !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0) !important;
  font-size: 16px;
}
.hl-app .ghl-progress-bar {
  position: absolute !important;
  width: 200px !important;
  left: 50% !important;
  margin: 0 !important;
  clear: both !important;
  height: 30px !important;
  zoom: 1 !important;
  line-height: 20px !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
}
.vdpFloating .vdpInnerWrap {
  max-width: 100% !important;
}
.vdpOuterWrap.vdpFloating {
  position: relative !important;
  padding: 0 !important;
  z-index: 220;
}
.multiselect__content-wrapper {
  position: relative !important;
}
#_builder-form label:first-child {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.hl-app .ghl-progress-bar-text {
  color: var(--primary-color) !important;
  background-color: #fff !important;
  font-size: 18px !important;
  width: 25% !important;
  border-radius: 10px 0 0 10px;
  height: 30px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.hl-app .ghl-progress-bar-background {
  width: 75% !important;
  background-color: #dedede !important;
  border-left: 1px solid #fff;
  float: left;
  border-radius: 0 10px 10px 0;
}
.hl-app .ghl-progress-bar-inner {
  background-color: #fff !important;
  height: 30px !important;
  border-radius: 0;
  -webkit-transition: ease-in-out 0.5s !important;
  transition: ease-in-out 0.5s !important;
}
.hl-app .option label:after {
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
.hl-app input[type="email"],
.hl-app input[type="number"],
.hl-app input[type="password"],
.hl-app input[type="text"],
.hl-app textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff !important;
  border-radius: 1 !important;
  padding: 0.5rem 0.75rem;
  border: 1px solid #a9b3c6 !important;
  max-width: 100% !important;
}
.form-builder--item-input .multi_select_form input.multiselect__input {
  width: 0;
  border-radius: 1 !important;
  border: 1px solid #a9b3c6 !important;
  position: absolute;
  padding: 0;
}
.multiselect__tags-wrap {
  display: block !important;
}
div.multi_select_form.multiselect {
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #a9b3c6 !important;
  overflow: hidden !important;
  min-height: 48px !important;
}
.multiselect__tags {
  border-radius: 0 !important;
  border: 0 !important;
  background: #fff !important;
}
div.date-picker-custom-style.vdpComponent input {
  border: 0 !important;
}
div.vdpWithInput.date-picker-custom-style.date-picker-field-survey {
  border: 2px solid #dcdcdc !important;
  padding: 5px !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.multiOption {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.hl-app .option {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  position: relative !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 300px !important;
  flex: 1 0 300px !important;
  margin: 5px !important;
  border: 1px solid #a9b3c6 !important;
  background: #f7f7f7 !important;
}
.hl-app .option label:before {
  border-radius: 0 !important;
  border: 2px solid var(--primary-color) !important;
  top: 7px !important;
  left: 5px !important;
}
.hl-app .option label::after {
  border-radius: 0 !important;
  border: 2px solid var(--primary-color) !important;
  top: 7px !important;
  left: 5px !important;
}
.hl-app .multi_select_form .multiselect__select {
  top: 8px !important;
  z-index: 9 !important;
}
.multiselect__tag {
  color: #fff !important;
  background: var(--primary-color) !important;
  line-height: 30px !important;
}
.multiselect__tag-icon:after {
  content: "\D7" !important;
  color: #fff !important;
  font-size: 20px !important;
}
.multiselect__tag-icon:hover {
  content: "\D7" !important;
  color: #fff !important;
  font-size: 20px !important;
  background: var(--hover-color) !important;
}
.selectable .vdpCellContent {
  color: var(--primary-color);
  width: 38px !important;
  height: 38px !important;
}
.vdpCell.selected .vdpCellContent {
  color: #fff !important;
  background: var(--primary-color) !important;
}
.ghl-survey-form div.ghl-next-prev.ghl-btn-align:nth-child(1) {
  width: 50% !important;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  background: var(--primary-color);
  padding: 0 20px;
}
.ghl-survey-form div.ghl-next-prev.ghl-btn-align:nth-child(2) {
  width: 50% !important;
  height: 60px !important;
  background: var(--secondary-color);
  padding: 0 20px;
}
.hl-app .ghl-footer-wrap {
  width: 100% !important;
  padding: 0 !important;
  text-align: center !important;
  margin: 0 !important;
}
.hl-app .container-group-image .img-opt-title {
  background: var(--primary-color) !important;
}
.hl-app .ghl-question-set .ghl-question {
  padding: 1rem !important;
  background: #fff !important;
}
.ghl-survey-form div.ghl-next-prev.ghl-btn-align:hover:nth-child(1) {
  background: var(--hover-color) !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
.ghl-survey-form div.ghl-next-prev.ghl-btn-align:hover:nth-child(2) {
  background: var(--hover-color) !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
form.ghl-survey-form div.ghl-btn-submit.ghl-btn-align {
  padding: 0 20px !important;
}
.hl-app .ghl-progress-bar {
  display: none !important;
}
.progressbar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.progressbar-step {
  text-align: center;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.progressbar-step:after,
.progressbar-step:before {
  content: "";
  height: 0.1em;
  background-color: #9f9fa3;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.progressbar-step:first-child:after,
.progressbar-step:first-child:before {
  display: none;
}
.progressbar-step:after {
  background-color: var(--primary-color);
  width: 0%;
}
.progressbar-step.is-complete + .progressbar-step.is-complete:after,
.progressbar-step.is-complete + .progressbar-step.is-current:after {
  width: 100%;
}
.progressbar-icon {
  width: 0.1em;
  height: 0.1em;
  background-color: #9f9fa3;
  fill: #9f9fa3;
  border-radius: 50%;
  padding: 0.4em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.is-current .progressbar-icon,
.progressbar li:first-child .progressbar-icon {
  fill: var(--primary-color);
  background-color: var(--primary-color);
  padding: 5px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px solid #fff;
}
.progressbar-wrapper {
  font-size: 12px;
  margin: 0 auto;
}
.progressbar li:first-child .progressbar-icon,
.progressbar-step.is-current > svg {
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
}
/* Thank You massage */
form.ghl-survey-form div h3 {
  font-size: 1.75rem;
  text-align: center;
  padding: 2rem;
  color: #fff;
}
@media only screen and (max-width: 765px) {
  .hl-app .ghl-progress-bar {
    width: 150px !important;
  }
  .hl-app .ghl-progress-bar-text {
    font-size: 14px !important;
    width: 30% !important;
  }
  .hl-app .ghl-progress-bar-background {
    width: 70% !important;
  }
}
.hl-app .ghl-page-rotateSlideOutNext {
  display: none !important;
}
.hl-app .ghl-page-rotateSlideInNext {
  -webkit-animation: rotateSlideInNextCustom 1s ease both !important;
  animation: rotateSlideInNextCustom 1s ease both !important;
}
.hl-app .ghl-page-rotateSlideOutPrev {
  display: none !important;
}
.hl-app .ghl-page-rotateSlideInPrev {
  -webkit-animation: rotateSlideInPrevCustom 1s ease-out !important;
  animation: rotateSlideInPrevCustom 1s ease-out !important;
}
@-webkit-keyframes rotateSlideInNextCustom {
  0%,
  25% {
    position: relative;
    opacity: 0.5;
    -webkit-transform: translateZ(0) translateX(200%);
    transform: translateZ(0) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideInNextCustom {
  0%,
  25% {
    position: relative;
    opacity: 0.5;
    -webkit-transform: translateZ(0) translateX(200%);
    transform: translateZ(0) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes rotateSlideInPrevCustom {
  0%,
  25% {
    position: relative;
    opacity: 0.5;
    -webkit-transform: translateZ(0) translateX(-200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideInPrevCustom {
  0%,
  25% {
    position: relative;
    opacity: 0.5;
    -webkit-transform: translateZ(0) translateX(-200%);
    transform: translateZ(0) translateX(-200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
/*# sourceMappingURL=main.css.map */