:root {
  --oil-green: #43A5A1;
  --font-regular: "halyard-display", sans-serif;
}

body {
  background-color: white !important;
}

.align-icons {
  margin-right: 10px;
}

.header {
  display: none;
}

.container {
  height: auto;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  font-size: 15px;
  background: #5FA186;
  color: #fff;
  font-weight: var(--medium-font-weight);
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  border: none;
}
.button:hover {
  background-color: #42876D;
}

.sidepanel.ask {
  display: none;
}

.btn-success, .btn-white {
  cursor: pointer;
}

.justify-end {
  justify-content: flex-end;
}

.mt-0 {
  margin-top: 0 !important;
}

.update-step-element img {
  filter: none;
}

.topbar {
  right: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  background-color: #181c25;
  width: 100%;
  position: fixed;
  top: 0;
  font-weight: 300;
  padding: 0px;
  font-size: 13px;
  border-bottom: 1px solid #494c54;
}

.journey-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  color: #64676d;
  font-weight: var(--regular-font-weight);
  padding: 3px 10px;
  opacity: 1;
  font-size: 13px;
}
.journey-title strong {
  font-weight: var(--bold-font-weight) !important;
  margin-right: 0.25rem;
}

strong {
  font-family: inherit;
}

a {
  font-family: inherit;
  color: #5C5C5C;
}

a:hover {
  color: #999999;
}

h1 strong {
  font-family: inherit;
}

#sortable::before {
  display: block;
  content: " ";
  height: 32px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 38px;
  margin-top: -12px;
  z-index: 3;
}

.sidebar-settings {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
  z-index: 11;
  background-color: #fff;
  border-left: 1px solid #e3e6ed;
  padding: 40px 0 0 0;
  transition: all 300ms ease 0s;
}
.sidebar-settings.slider-open {
  right: 0;
}

.slider-open-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.slider-open-overlay.open {
  display: block;
}

.journey-sidebar {
  width: 300px;
  height: 100vh;
  z-index: 8;
  background-color: #fff;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  padding-top: 80px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.journey-sidebar.preview {
  padding-top: 40px;
  overflow-x: hidden;
}
.journey-sidebar img.nav-logo {
  padding: 0 30px 30px 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .journey-sidebar {
    transform: translate3d(-100%, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .journey-sidebar.open {
    transform: translate3d(0, 0, 0);
    z-index: 15;
  }
}

.button.white .ico.ico-show {
  font-size: 1.5rem;
  margin: 0 -.1rem;
}

.omega {
  margin-bottom: 0;
}

.tipbox-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FDFEFE;
  color: #43A5A1;
  font-size: 0.92rem;
  padding: 0.5rem 0.7rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #94CCC9;
}
.tipbox-info .ico, .tipbox-info .icon {
  line-height: 0;
  margin-right: 10px;
}

.form-textbox {
  font-size: 1.1em;
  padding: 8px;
  margin-bottom: 10px;
  width: 98%;
  border: 2px solid #D9DCE1;
  color: #181c25;
  background-color: white;
  font-weight: 300;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.form-textbox:hover {
  border: 2px solid #7a92a5;
}
.form-textbox:focus {
  border: 2px solid #3899ec;
}
.form-textbox.input-error, .form-textbox.input-error:focus, .form-textbox.input-error:focus {
  border: 1px solid #eb5463 !important;
}

select.form-textbox{
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  padding: 10px 35px 10px 10px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}

.redirect-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.redirect-link-wrapper .redirect-link--input-wrapper {
  position: relative;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.redirect-link-wrapper .redirect-url-success-msg {
  color: #308654;
}
.redirect-link-wrapper .button.green {
  height: 42px;
}

.redirect-url-error-msg {
  color: var(--button-red);
}

.redirect-popup-header {
  padding: 2rem;
  border: 1px solid;
  background: #f2f2f2;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #757575;
  font-weight: 300;
  font-style: italic;
}

.content-wrapper {
  display: flex;
  padding: 0;
}
.content-wrapper .small-container:not(:first-child) {
  margin: 1.5rem auto;
}
.content-wrapper .block {
  opacity: 1;
  transform: translateY(0);
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}
.content-wrapper .block.hide {
  opacity: 0;
  transform: translateY(10px);
}
.content-wrapper .body-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-left: 300px;
  overflow: auto;
}
.content-wrapper .body-wrapper.preview {
  margin-top: 0;
}
.content-wrapper .body-wrapper .section-wrapper > div {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.content-wrapper .body-wrapper .form-textbox {
  width: 100%;
  border: 1px solid #d9dce1;
}
.content-wrapper .body-wrapper .form-textbox:focus {
  border: 1px solid #494c54;
}
.content-wrapper .body-wrapper .add-form-title {
  margin-right: 20px;
}
.content-wrapper .body-wrapper .btn-journey-form-submit {
  background-color: #5FA186;
  border-radius: var(--button-radius);
}

.content-wrapper .body-wrapper .journey-step-element {
  padding-top: 5rem;
  max-width: calc(800px + 2rem);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-wrapper .body-wrapper .journey-step-element #add-options-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .content-wrapper .body-wrapper {
    margin-left: 0;
  }
}
.content-wrapper .body-wrapper > .container {
  padding-bottom: 2rem;
  overflow: auto;
}
.content-wrapper .body-wrapper h2.section-title {
  margin-bottom: 1rem;
  text-align: center;
}
.content-wrapper #add-options-wrapper {
  margin-top: 30px;
  opacity: 1;
  transform: scale(1);
  transition: all 400ms ease-in-out;
}
.content-wrapper #add-options-wrapper.hide {
  opacity: 0;
  transform: scale(0);
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}
.content-wrapper #add-options-wrapper h1 {
  font-size: 20px;
  font-weight: var(--regular-font-weight);
  letter-spacing: var(--letter-spacing);
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.padding0 {
  padding: 0;
}

.card-btn-wrapper .btn {
  width: auto;
}

.cards-icon-wrapper {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-icon-content:not(.inactive):hover {
  background-color: var(--black);
  border: 1px solid var(--black);
  color: white;
}
.card-icon-content.update-step-element:not(.inactive):hover img {
  filter: brightness(100);
}
.card-icon-content.inactive, .card-icon-content.inactive:hover {
  background-color: white;
  color: #7a92a5;
  border: 1px solid #edeef1;
}
.card-icon-content.inactive img, .card-icon-content.inactive .icon, .card-icon-content.inactive span, .card-icon-content.inactive:hover img, .card-icon-content.inactive:hover .icon, .card-icon-content.inactive:hover span {
  opacity: 0.5;
  cursor: default;
}
.card-icon-content.card-template-form i {
  color: #ed5373;
  background-color: rgba(237, 83, 115, 0.1);
  padding: 8px;
  border-radius: 100px;
}
.card-icon-content .ico {
  font-size: 27px;
  line-height: 0;
}
.card-icon-content span {
  font-weight: var(--regular-font-weight);
  font-size: 12px;
  margin-top: 10px;
}
.card-icon-content .numb-icon {
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  margin-top: 3px;
}

.step-doc-signed {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  padding: 8px 0 8px 32px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.step-doc-signed .step-numb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 100px;
  z-index: 4;
  margin-right: 6px;
  position: relative;
}
.step-doc-signed .ico-check {
  font-size: 8px;
  margin-top: 2px;
}

.step-wrapper, .step-wrapper.uk-flex.uk-flex-middle, .step-wrapper.uk-flex {
  font-size: 14px;
  color: #555;
  padding-right: 10px;
  height: 40px;
  transition: all 0.2s ease;
}
.step-wrapper .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle .step-wrapper-before, .step-wrapper.uk-flex .step-wrapper-before {
  position: absolute;
  height: 40px;
  width: calc(100% + 10px);
  top: 0;
  left: 0;
  right: 0;
  margin-right: -20px;
  z-index: -1;
  opacity: 0.1;
  visibility: hidden;
}
.step-wrapper.active .step-wrapper-before, .step-wrapper.active:hover .step-wrapper-before, .step-wrapper.current .step-wrapper-before, .step-wrapper.current:hover .step-wrapper-before, .step-wrapper:hover .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle.active .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle.active:hover .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle.current .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle.current:hover .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle:hover .step-wrapper-before, .step-wrapper.uk-flex.active .step-wrapper-before, .step-wrapper.uk-flex.active:hover .step-wrapper-before, .step-wrapper.uk-flex.current .step-wrapper-before, .step-wrapper.uk-flex.current:hover .step-wrapper-before, .step-wrapper.uk-flex:hover .step-wrapper-before {
  visibility: visible;
  opacity: 0.1;
}
.step-wrapper:hover .step-wrapper-before, .step-wrapper.uk-flex.uk-flex-middle:hover .step-wrapper-before, .step-wrapper.uk-flex:hover .step-wrapper-before {
  opacity: 0.05;
}
.step-wrapper.completed .step-numb::after, .step-wrapper.uk-flex.uk-flex-middle.completed .step-numb::after, .step-wrapper.uk-flex.completed .step-numb::after {
  display: none;
}
.step-wrapper.completed .step-numb .ico-check, .step-wrapper.uk-flex.uk-flex-middle.completed .step-numb .ico-check, .step-wrapper.uk-flex.completed .step-numb .ico-check {
  display: block;
  font-size: 8px;
  margin-top: 2px;
}
.step-wrapper .icon-menu, .step-wrapper .icon-settings, .step-wrapper.uk-flex.uk-flex-middle .icon-menu, .step-wrapper.uk-flex.uk-flex-middle .icon-settings, .step-wrapper.uk-flex .icon-menu, .step-wrapper.uk-flex .icon-settings {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 0;
  margin-left: 10px;
}
.step-wrapper:hover, .step-wrapper.uk-flex.uk-flex-middle:hover, .step-wrapper.uk-flex:hover {
  /*background-color: #f7f8fa;*/
}
.step-wrapper:hover .icon-menu, .step-wrapper:hover .icon-settings, .step-wrapper.uk-flex.uk-flex-middle:hover .icon-menu, .step-wrapper.uk-flex.uk-flex-middle:hover .icon-settings, .step-wrapper.uk-flex:hover .icon-menu, .step-wrapper.uk-flex:hover .icon-settings {
  visibility: visible;
}
.step-wrapper::after, .step-wrapper.uk-flex.uk-flex-middle::after, .step-wrapper.uk-flex::after {
  display: block;
  content: " ";
  height: calc(100% - 40px);
  width: 1px;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 38px;
  margin-top: 16px;
  z-index: 3;
}
.step-wrapper .step-numb, .step-wrapper.uk-flex.uk-flex-middle .step-numb, .step-wrapper.uk-flex .step-numb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 100px;
  background: #fff;
  z-index: 4;
  margin-right: 6px;
  position: relative;
}
.step-wrapper .step-numb .ico-check, .step-wrapper.uk-flex.uk-flex-middle .step-numb .ico-check, .step-wrapper.uk-flex .step-numb .ico-check {
  display: none;
}
.step-wrapper .step-numb::after, .step-wrapper.uk-flex.uk-flex-middle .step-numb::after, .step-wrapper.uk-flex .step-numb::after {
  content: " ";
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.step-wrapper .step-description, .step-wrapper.uk-flex.uk-flex-middle .step-description, .step-wrapper.uk-flex .step-description {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  padding: 8px 0 8px 32px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.step-wrapper .step-description .step-name, .step-wrapper.uk-flex.uk-flex-middle .step-description .step-name, .step-wrapper.uk-flex .step-description .step-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 180px;
}

.add-step-button {
  position: absolute;
  left: calc(50% - 15px);
  margin-top: 50px;
}

.payment-tabs {
  display: flex;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e1e8ed;
}
.payment-tabs .tab {
  font-size: 14px;
  font-weight: var(--medium-font-weight);
  background-color: #f9fafb;
  padding: 1rem;
  text-transform: uppercase;
  color: #566877;
  border: 1px solid #e1e8ed;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-left: 0.5rem;
  opacity: 1;
  transition: all 0.2s ease;
}
.payment-tabs .tab:hover {
  background-color: #f4f7f9;
}
.payment-tabs .tab.active {
  background-color: #e1e8ed;
}
.payment-tabs .payment-tab-info {
  margin-top: 1.5rem;
}
.payment-tabs .payment-currency {
  font-size: 2rem;
  margin-right: 0.25rem;
}

.payment-preview-wrapper {
  padding-bottom: 2rem;
}

form.custom-form {
  position: relative;
  z-index: 8;
}
form.custom-form .radio-button-wrapper {
  display: flex;
  align-items: center;
}
form.custom-form .radio-button-wrapper:first-child {
  margin-right: 1rem;
}
form.custom-form .radio-button-wrapper input[type=radio]:checked + label {
  border: none;
}
form.custom-form .radio-button-wrapper input[type=radio] {
  min-height: auto;
  width: auto;
}
form.custom-form .radio-button-wrapper label {
  margin-bottom: 0;
  margin-left: 0.25rem;
}
form.custom-form input.custom-form-submit-button.button {
  width: auto;
  float: right;
  font-weight: var(--medium-font-weight);
  font-size: 0.9rem;
}
form.custom-form input.custom-form-submit-button.button.blue {
  padding: 10px 20px 10px 20px;
  background-color: #01a3ef;
  color: white;
  border: 1px solid #01a3ef;
  transition: all 250ms ease-in-out;
}
form.custom-form input.custom-form-submit-button.button.blue:hover {
  background: #0195da;
  border: 1px solid #0195da;
}

.journey-text-content {
  outline: none;
  box-shadow: none;
  min-height: 6.5rem;
  padding: 1rem;
}
.journey-text-content.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: #555555;
  font-size: 24px;
  line-height: 1.3;
  margin-left: 16px;
  margin-right: 16px;
  opacity: 1;
}
.journey-text-content.removePlaceholder.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  content: "";
}
.journey-text-content.bookacall-text-content {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 32px;
}
.journey-text-content.payment-text-content {
  min-height: 16rem;
}

#items-wrapper > .block {
  opacity: 0;
  transform: scale(0);
  transition: all 400ms ease-in-out;
}
#items-wrapper > .block.visible {
  opacity: 1;
  transform: scale(1);
  margin-top: 1.5rem;
}

#button-add-options.btn-circle-plus {
  opacity: 0;
  transform: scale(0) rotate(45deg);
  height: 0;
  padding: 0;
  border-width: 0;
  margin: 0;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}
#button-add-options.btn-circle-plus.visible {
  opacity: 1;
  transform: scale(1);
  height: 32px;
  border-width: 1px;
  padding: 0.45rem;
  margin: 1rem auto 0;
}

#button-close-options.btn-circle-plus {
  margin: 1rem auto 0;
}
#button-close-options.btn-circle-plus .ico.ico-plus {
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out;
}
#button-close-options.btn-circle-plus.open .ico.ico-plus {
  transform: rotate(45deg);
}

.btn-next {
  background-color: #ED5373;
  width: auto;
  display: flex;
  align-items: center;
  transition: all 200ms ease-in-out;
}
.btn-next:hover {
  opacity: 0.9;
}
.btn-next i {
  line-height: 0;
  margin-left: 4px;
  font-size: 12px;
}

.ribbon-wrapper-preview {
  width: 185px;
  height: 188px;
  overflow: hidden;
  position: fixed;
  top: -3px;
  right: -3px;
  z-index: 8;
}
@media (max-width: 768px) {
  .ribbon-wrapper-preview {
    display: none;
  }
}

.ribbon-wrapper-preview .ribbon-preview {
  font: bold 15px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 7px;
  width: 260px;
  background-color: #7B8290;
  color: #FFF;
  font-size: 0.75em;
}

.ribbon-preview:before {
  left: 0;
}

.ribbon-preview:before, .ribbon-preview:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: 0;
}

/* Nav */
.mobile-navbar {
  display: none;
  box-shadow: 0 4px 4px rgba(10, 44, 61, 0.08);
  background: #FFFFFF;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 16px;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 1;
}
.mobile-navbar .hamburger-menu {
  line-height: 0;
}
.mobile-navbar .hamburger-menu .icon, .mobile-navbar .hamburger-menu ico {
  line-height: 0;
}
@media (max-width: 768px) {
  .mobile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    z-index: 10;
  }
}
.mobile-navbar #js-open-sidebar {
  display: block;
  cursor: pointer;
}
.mobile-navbar .ico-mobile-hamburger {
  font-size: 22px;
}
.mobile-navbar .navbar-img-wrapper img {
  width: auto;
  max-height: 32px;
}
.mobile-navbar.journey-edit-navbar {
  justify-content: end;
  box-shadow: 0 0 0;
  top: 50px;
  overflow: hidden;
}

#block-insert-below,
#block-insert-above {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#block-insert-below.dark .horizontal-dotted-line,
#block-insert-above.dark .horizontal-dotted-line {
  border-color: #181c25;
}

#block-insert-below.dark .btn-cool-add,
#block-insert-above.dark .btn-cool-add {
  color: #e3e6ed;
  border-color: #181c25;
  background-color: #181c25;
}

#block-insert-below.light .horizontal-dotted-line,
#block-insert-above.light .horizontal-dotted-line {
  border-color: #e3e6ed;
}

#block-insert-below.light .btn-cool-add,
#block-insert-above.light .btn-cool-add {
  color: #181c25;
  border-color: #e3e6ed;
  background-color: #e3e6ed;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.sweet_loader {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: ro;
  transform-origin: 50% 50%;
  transform: rotate(0) translate(0, 0);
}

@keyframes ro {
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}
.sidebar-page-trigger {
  cursor: pointer;
}

.sidebar-badge-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sidebar-badge-wrapper a {
  width: 150px;
}

.sidebar-inner {
  height: 100%;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}

.sidebar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.sidebar-panel {
  padding: 20px;
  position: relative;
  overflow: auto;
}

.sidebar-panel.notop {
  padding-top: 0;
}

.sidebar-buttons {
  padding: 10px 20px 10px 20px;
  position: absolute;
  bottom: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 1;
}

.accordion {
  cursor: pointer;
  transition: all 0.2s ease;
}

.accordion .icon-plus {
  transition: all 0.2s ease;
}

.accordion.active .icon-plus {
  transition: all 0.2s ease;
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  transition: max-height 0.3s ease-in-out;
}

.accordion-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.sidebar-close {
  font-size: 13px;
  padding: 10px 30px 10px 30px;
  background-color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* future proofing */
  -khtml-border-radius: 3px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e1e8ed;
  color: #7a92a5;
}

.sidebar-close:hover {
  opacity: 1;
  background-color: #e1e8ed;
  color: #7a92a5;
}

.sidebar-close:active {
  opacity: 0.3;
}

.sidebar-gallery-image {
  width: 85%;
  height: 95px;
  border: 2px solid #e1e8ed;
  margin: 5px 2% 2px 0;
  float: left;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.sidebar-gallery-image:hover {
  border: 2px solid #7a92a5;
}

.sidebar-gallery-image:active {
  border: 2px solid #3899ec;
}

.sidebar-gallery-image.active {
  border: 2px solid #3899ec;
}

.sidebar-preview-background-remove .icon-trash {
  margin-right: 5px;
}

.sidebar-preview-background-image {
  width: 98%;
  margin-bottom: 5px;
}

.sidebar-listitem-container {
  width: 100%;
  margin-bottom: 20px;
}

.sidebar-listitem {
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #e3e6ed;
}

.sidebar-listitem.listitem-bigimage, .sidebar-listitem.listitem-bigphoto {
  padding: 0;
}

.sidebar-listitem-title {
  font-weight: 500;
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  background-color: #e3e6ed;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar-listitem-title .icon {
  filter: brightness(0);
  margin-right: 10px;
}

.sidebar-listitem-title button {
  float: right;
}

.sidebar-listitem-description {
  font-weight: 300;
  color: #777;
  font-size: 13px;
  line-height: 1.1em;
  margin: 10px 0;
  display: block;
}

.sidebar-title {
  display: flex;
  align-items: center;
  background: #f0f4f7;
  width: auto;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7a92a5;
  transition: all 0.2s ease;
}
.sidebar-title .icon {
  margin-right: 10px;
}

.sidebar-title:hover {
  background: #e1e8ed;
}

.sidebar-title .icon-plus, .sidebar-title .icon-cross {
  display: inline-block;
  font-size: 13px;
}

.sidebar-label {
  font-size: 13px;
  color: #8badc9;
  opacity: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.sidebar-microcopy, .sidebar-microcopy > a {
  font-size: 12px;
  font-weight: 300;
  color: #7b8290;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.sidebar-action {
  cursor: pointer;
  color: #7a92a5;
  margin-top: 10px;
  font-weight: var(--regular-font-weight);
  transition: all 0.2s ease-in-out;
}
.sidebar-action:hover {
  color: #181c25;
}

.sidebar-settings .form-textbox {
  border-width: 2px;
}
.sidebar-settings .form-textbox:hover {
  border: 2px solid #7a92a5;
}
.sidebar-settings .form-textbox:focus {
  border: 2px solid #3899ec;
}

.container-normal {
  padding: 80px 0;
  width: 800px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.blockslate-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blockslate-wrapper .title {
  font-size: 1.7em;
  font-weight: var(--regular-font-weight);
  margin: 20px 0 20px 0;
}
.blockslate-wrapper img.icon {
  width: 50px;
}

#block-insert-above .addmenu-button.inserter,
#block-insert-below .addmenu-button.inserter {
  display: none;
}

.uk-notification {
  pointer-events: none;
}

.uk-notification-message.uk-notification-message-success {
  width: auto;
  margin-top: 55px;
  color: #FFF;
  background-color: #5FA186;
  text-align: center;
  float: right;
  border-radius: 50px;
  font-weight: var(--medium-font-weight);
  font-size: 1.1em;
  padding: 10px 30px;
}

.step-submit-button.btn {
  width: auto;
}
.btn-journey-form-submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#submit-button-wrapper {
  width: 100%;
  max-width: calc(800px + 2rem);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  position: relative;
  z-index: 10;
}

.submit-step-button-text {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.submit-step-button-text #btn-editable {
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px 20px 10px 20px;
  z-index: 2;
  background-color: #0a0a0a;
  border-radius: var(--button-radius);
}
.submit-step-button-text #btn-editable:hover {
  background-color: #333;
}
.submit-step-button-text #btn-editable input::placeholder {
  color: white;
}
.submit-step-button-text .icon-pencil {
  z-index: 0;
}
.submit-step-button-text .step-submit-button {
  background: transparent;
  border: none;
  color: white;
  min-width: 48px;
  padding: 0;
  z-index: 0;
  font-weight: 600;
}
.submit-step-button-text .step-submit-button::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.submit-step-button-text .step-submit-button:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.submit-step-button-text .step-submit-button::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/* Booking */
.booking-inputs-wrapper {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 550px;
  grid-gap: 1rem;
}

.bookacall-selector-wrapper,
.button-step-save-and-preview {
  position: relative;
  z-index: 2;
}

.bookacall-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bookacall-selector-wrapper .bookacall--input-wrapper {
  position: relative;
  flex-grow: 1;
  z-index: 2;
  margin-right: 0.5rem;
}

.bookacall-spinner {
  margin: auto;
  position: absolute;
  height: 80px;
  width: 100%;
  z-index: 0;
}

/* Form library */
.sidebar-formlibrary-wrapper {
  border: 1px solid #E1E8ED;
  border-radius: 4px;
  margin: 10px 0;
}
.sidebar-formlibrary-wrapper.current {
  border: 2px solid #5FA186;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-title {
  font-weight: var(--medium-font-weight);
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #e3e6ed;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-title .icon {
  filter: brightness(0);
  margin-right: 10px;
}
.sidebar-formlibrary-wrapper .sidebar-listitem {
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #e3e6ed;
}
.sidebar-formlibrary-wrapper .button.addme {
  padding: 7px 12px;
  font-size: 12px;
  margin: 0;
  float: right;
}
.sidebar-formlibrary-wrapper .add-button {
  background-color: #5FA186;
  color: white;
  font-size: 13px;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper {
  padding: 10px;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .form-name-wrapper {
  max-width: 230px;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .input-field {
  background-color: #f7f8fa;
  border: 1px solid #e1e8ed;
  font-size: 13px;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .input-field:last-child {
  margin-bottom: 0;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .input-field .icon, .sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .input-field .ico {
  margin-right: 10px;
  line-height: 0;
}
.sidebar-formlibrary-wrapper .sidebar-formlibrary-inputs-wrapper .input-field .label {
  color: #181C25;
  font-size: 13px;
}

/* Payment */
.padding40-thankyou {
  padding: 50px 100px 50px 50px;
}

.payment-panels {
  display: flex;
  align-items: center;
}

.padding40-payment {
  padding: 40px;
}

.panel-thankyou {
  width: 600px;
  background-color: #FFF;
  float: left;
  min-height: 500px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  -moz-box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1);
  -webkit-box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1);
}
.panel-thankyou .journey-text-content.mce-content-body {
  border: 2px solid #D9DCE1;
  border-radius: 4px;
}
.panel-thankyou .journey-text-content.mce-content-body:focus {
  border: 2px solid #3899ec;
}

.panel-payment {
  width: 450px;
  background-color: #21252f;
  float: left;
  margin-left: -50px;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
}
.panel-payment .microcopy {
  font-weight: 400;
  font-size: 1em;
  opacity: 0.7;
  line-height: 1.5em;
  color: #e3e6ed;
}

.panel-payment-error {
  width: 750px;
  background-color: #FFF;
  margin: 0 auto;
  text-align: center;
  font-weight: var(--regular-font-weight);
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333;
  -moz-box-shadow: 0px 2px 20px 5px #E9E9E9;
  -webkit-box-shadow: 0px 2px 20px 5px #E9E9E9;
  box-shadow: 0px 2px 20px 5px #E9E9E9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* future proofing */
  -khtml-border-radius: 2px;
  /* for old Konqueror browsers */
}

.panel-payment.paid {
  background: #5FA186;
}

.payment-thanks-pane {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.bp-badge {
  max-width: 150px;
  position: absolute;
  bottom: 1.5rem;
}

.payment-title {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  display: block;
}

.price {
  font-weight: 700;
  font-size: 4em;
  line-height: 1.5em;
}

.button-payment {
  width: 100%;
  color: #FFF;
  background-color: #5FA186;
  padding: 15px 0 15px 0;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-payment:hover {
  background-color: #42876D;
}

.button-payment:active {
  background-color: #396150;
}

.button-payment.grey {
  background-color: #7D8790;
}

.button-payment.grey:hover {
  background-color: #485059;
}

.button-payment img {
  width: 18px;
  margin-right: 5px;
  vertical-align: -3px;
}

.button-spinner {
  background-image: url("/proposal/img/spinner.gif");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 40px;
  margin-top: 10px;
}

.button-spinner-dark {
  background-image: url("/2/img/layout/spinner.gif");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 30px;
  margin-top: 10px;
}

.button-spinner-form {
  background-image: url("/proposal/img/spinner.gif");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: none;
  opacity: 0.8;
  pointer-events: none;
}

.button-spinner-form > button {
  pointer-events: none;
  visibility: hidden;
}

.paid-image {
  width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Media Queries */
/* iPhone */
@media screen and (max-width: 640px) and (max-width: 1136px) {
  body {
    margin: 10px;
  }

  .container {
    width: 100%;
  }

  .payment-panels {
    flex-direction: column;
  }

  .payment-thanks-pane {
    min-height: auto;
  }

  .panel-thankyou {
    width: 100%;
    min-height: 1px;
    margin: 0 auto;
  }

  .panel-payment {
    width: 100%;
    margin-left: 0px;
    margin-top: -3px;
    margin-bottom: 10px;
  }

  .padding40-thankyou {
    padding: 25px;
  }

  .padding40-payment {
    padding: 25px;
  }
}
.add-new-input-wrapper {
  margin-top: 0;
  margin-bottom: 25px;
}

#edit-form-wrapper {
  margin: 1rem 0;
}

#options-wrapper .microcopy {
  display: block;
  margin: 4px 0;
}

.calendly-iframe {
  min-height: 60vh;
}

.calendly-inline-widget {
  min-height: 75vh;
}

.calendly-iframe > iframe {
  height: 1000px;
}

img {
  max-width: 100%;
}

.sidebar-exclamation-mark {
  height: 13px;
  width: 13px;
  margin-left: 0.3rem;
  margin-top: 0.25rem;
}

.proceed-without-payment-wrapper {
  display: grid;
  align-items: center;
  height: 4rem;
  grid-template-columns: 6rem auto;
}

.cc-data-wrapper {
  height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.cc-data-wrapper.show {
  height: 15rem;
}

.validation-error {
  color: var(--button-red);
  font-size: 0.8rem;
}

.tooltip--triangle::after {
  line-height: 1.4;
}

.tooltip .tooltipText {
  display: none;
  width: fit-content;
  max-width: 130px;
  white-space: nowrap;
  text-align: center;
  border-radius: 2px;
  background-color: #151922;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1.5rem;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 55%;
  transform: translateX(-50%);
  font-weight:500;
}
.tooltip .tooltipText.tt-r {
  left: unset;
  right: 0;
  transform: translateX(0);
}
.tooltip:hover .tooltipText {
  display: block;
  transition-delay: 1s;
}

.cancel {
  border-radius: 4px;
  border: 1px solid #DFE2EA;
  background: #FFF;
  color: #000;
  min-height: 32px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: var(--medium-font-weight);
  width: fit-content;
}

.cancel:hover {
  border-color: #151922;
  color:#151922;
}

.cancel > span:not(.tooltipText) {
    margin-right: 8px;
    margin-left: 8px;
    height: 18px;
    display: flex;
    align-items: center;
}

.topbar {
  height: 40px;
  background-color: #181C25;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: var(--regular-font-weight);
  border-bottom: 1px solid #494c54;
}