*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-mf-wrap-design-main {
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: var(--question);
  background-color: var(--fbg);
  line-height: 1.6;
  letter-spacing: 0.2px;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}

.drp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
}
.intl-drp .language-dropdown {
  position: relative !important;
  left: 2px;
}

.drp-location {
  max-width: 750px;
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
}

.drp-location .col {
  padding-left: 0;
  padding-right: 0;
}

.drp-location .form-group {
  margin: 0;
}

.intl-drp .language-dropdown svg.worldColor path {
  fill: var(--text);
}

.language-dropdown .sv-content .inputBox::-webkit-input-placeholder {
  color: var(--answerT) !important;
}
.language-dropdown .inputBox {
  color: var(--text) !important;
}

.language-dropdown .indicator-icon {
  color: var(--text) !important;
}

#custom-mf-wrap-wc .no-Logo-Container {
  padding-top: 35px;
}

#custom-mf-wrap-wc .no-logo-with-step {
  padding-top: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--inactive);
  margin-bottom: 15px;
}

#custom-mf-wrap-wc .no-logo-with-step .Logo-Container {
  align-self: center;
}

.Logo-Container {
  padding-top: 0px;
}

.Logo-Container {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main {
    font-size: 16px;
  }
  .intl-drp .language-dropdown {
    position: static !important;
  }
  .drp {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
  }
  .no-Logo-Container {
    padding-top: 30px;
  }
}

.custom-mf-wrap-design-main.overflow {
  overflow: hidden;
}

.custom-mf-wrap-design-main ul,
.custom-mf-wrap-design-main ol {
  padding: 0;
}

.custom-mf-wrap-design-main a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-mf-wrap-design-main a,
.custom-mf-wrap-design-main a:hover,
.custom-mf-wrap-design-main a:active,
.custom-mf-wrap-design-main a:focus {
  text-decoration: none;
}

.custom-mf-wrap-design-main button {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button:focus {
  border-color: var(--buttonT);
}

.custom-mf-wrap-design-main {
  max-width: 100vw;
  padding: 0.1px 0;
}

.custom-mf-wrap-design-main h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 58px;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

.custom-mf-wrap-design-main h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.custom-mf-wrap-design-main h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.custom-mf-wrap-design-main h1,
.custom-mf-wrap-design-main h2,
.custom-mf-wrap-design-main h3,
.custom-mf-wrap-design-main h4,
.custom-mf-wrap-design-main h5 {
  margin: 0;
}

.custom-mf-wrap-design-main p {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main p {
    font-size: 14px;
    line-height: 22px;
  }
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .container {
    max-width: 100%;
  }
}

.custom-mf-wrap-design-main h2 {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main h2 {
    font-size: 24px;
  }
}

.custom-mf-wrap-design-main img,
.custom-mf-wrap-design-main video {
  max-width: 100%;
  vertical-align: middle;
}

.custom-mf-wrap-design-main button:disabled {
  cursor: not-allowed;
}

.container {
  max-width: 1320px;
}

@media (max-width: 990px) {
  .container {
    max-width: 100%;
  }
}

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

.link {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gap-24 {
  gap: 12px;
}

@media (max-width: 767px) {
  .gap-24 {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .col-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 767px) {
  .flex-1-desktop {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

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

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

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-2 {
  width: 16.5%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.5%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58%;
}

.col-8 {
  width: 66.67%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3%;
}

.col-12 {
  width: 100%;
}

.col {
  padding: 0 15px;
  position: relative;
}

#custom-mf-wrap-wc .row .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .col {
    width: 100%;
  }
}

.col-md {
  padding: 0 15px;
}

@media (max-width: 990px) {
  .col-md {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-mobile {
    display: block !important;
  }
}

.bold {
  font-weight: 700;
}

.gap-15 {
  gap: 15px;
}

.full-width {
  width: 100%;
}

@media (max-width: 767px) {
  .full-width-mobile {
    width: 100%;
  }
}

.form-container,
.top-bar-container {
  max-width: 600px;
  /* padding: 0 15px; */
  margin: 0 auto;
  width: 100%;
}

.top-bar-container {
  display: flex;
  justify-content: flex-end;
}

.drp {
  height: auto;
}

.mb-24 {
  margin-bottom: 24px;
}

.no-pseudo::after,
.no-pseudo::before {
  display: none !important;
}

.button-unstyled {
  background-color: transparent;
  border: none;
  padding: 0;
}

.form-hero {
  padding: 60px 0 0;
}

.form-hero .hero-content {
  text-align: center;
}

.form-hero .hero-content h1 {
  margin-bottom: 8px;
  color: var(--text);
  font-family: var(--heading);
}

.form-hero .hero-content p {
  color: var(--text);
  font-family: var(--heading);
}

.form-hero .hero-content img {
  max-width: 300px;
}

.form-hero .hero-content-image {
  /* margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  display: flex;
  justify-content: flex-start; */

  border-radius: 50%;
  overflow: hidden;
}

.form-hero .hero-content-image img {
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .form-hero .hero-content img {
    max-width: 180px;
  }
}

.form-main {
  position: relative;
  z-index: 9;
  margin: 40px 0;
}

.form-main .form-wrapper {
  background-color: var(--fbg);
  /* padding: 40px 25px; */
  /* -webkit-box-shadow: 0 4px 4px rgba(87, 100, 126, 0.21);
  box-shadow: 0 4px 4px rgba(87, 100, 126, 0.21); */
  /* margin-top: 30px; */
}

@media (max-width: 767px) {
  .form-main .form-wrapper {
    padding: 20px 0 0;
    border-radius: 15px;
  }
}

.step-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--question);
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 50px;
}

.step-count.step-design-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-count.step-design-2 .current-slide {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
}

@media (max-width: 767px) {
  .step-count {
    font-size: 16px;
    font-weight: 600;
  }

  .step-count.step-design-2 .current-slide {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
  }
}

/* .form-group {
  position: relative;
  margin: 0 0 30px 0;
}
.form-group .input-label {
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 1;
  background: #fff;
  min-width: 160px;
}

.input-wrapper  {
  min-height: 56px;
} */

.form-group {
  position: relative;
  margin: 0 0 12px 0;
}

.form-group .input-label {
  color: var(--question);
  min-width: 160px;
  transition: all 0.2s ease;
  padding: 0 4px;
  pointer-events: none;
}
.form-group .input-label.label-is-animated {
  background: var(--bg1);
}

.form-group .input-label.label-is-animated {
  color: var(--question);
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 1;
  background: var(--answerB);
  min-width: 160px;
  transition: all 0.2s ease;
  padding: 0 4px;
  pointer-events: none;
}

.form-group:focus-within .input-label.label-is-animated,
.form-group .input-label.input-has-content.label-is-animated {
  top: 6px;
  left: 8px;
  font-size: 12px;
  line-height: 16px;
  background: var(--answerB);
}

.form-group .input-box.label-is-animated {

  width: 100%;
  color: var(--answerT);
  padding: 24px 12px 10px;
  border: 1px solid var(--inactive);
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color 0.2s ease;
}

.form-group .input-label.label-is-animated-phone {
  background: var(--bg1);
}

.form-group .input-label.label-is-animated-phone {
  color: var(--question);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 1;
  background: var(--answerB);
  min-width: 160px;
  transition: all 0.2s ease;
  padding: 0 4px;
  pointer-events: none;
}

.form-group:focus-within .input-label.label-is-animated-phone,
.form-group .input-label.input-has-content.label-is-animated-phone {
  top: 6px;
  left: 8px;
  font-size: 12px;
  line-height: 16px;
  background: var(--answerB);
}

.form-group .input-box.label-is-animated-phone {
  width: 100%;
  color: var(--answerT);
  padding: 24px 12px 10px;
  border: 1px solid var(--inactive);
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color 0.2s ease;
}

.form-group .is-chat-form .sv-control  {
  height: 55px !important;
}

.form-group .input-box {
  height: 55px;
  border-radius: 4px;
  box-shadow: 0 .17647rem .29412rem #0000000d;
}

/* .radio-label, .checkbox-label {
  justify-content: center;
} */

.radio-label:hover,
.checkbox-label:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), 
    var(--buttonB) !important;
  background-blend-mode: multiply; 
}

/* .radio-label .outer-border,
.checkbox-label .outer-border {
  display: none;
} */

.input-with-dropdown {
  border-radius: 4px !important;
}



.subtext {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #414854;
}

.button-row {
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--buttonT);
  border: var(--buttonB);
  background-color: var(--buttonB);
  display: inline-block;
  min-width: 160px;
  padding: 14px 10px;
  min-width: auto;
  letter-spacing: unset;
  font-weight: 700;
  width: 100%;
  border: 2px solid var(--buttonB);
}

.prev-step-btn {
  font-size: 16px;
  border: none !important;
  padding: 0;
}
.next-step-btn {
  font-size: 16px;
  border: none !important;
}
.submit-btn {
  font-size: 16px;
}
.button-row {
  flex-direction: column-reverse;
}
.submit-button {
  flex-direction: column-reverse;
}

.button:hover {
  border: 2px solid var(--buttonB);
  background-color: var(--buttonB);
  color: var(--buttonT);
  opacity: 0.8;
}
.resendtimmer:hover {
  border: 2px solid var(--buttonB);
  background-color: var(--buttonB);
  color: var(--buttonT);
  opacity: 1;
  /* background: yellow; */
}

.button.button-border {
  /* border: 2px solid var(--inactive); */
  border: 2px solid var(--buttonB);
  color: var(--buttonB);
  font-weight: 400;
  background-color: transparent;
}

.button.button-border:hover {
  border: 2px solid var(--buttonB);
  color: var(--buttonB);
}

@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 22px;
  }
}

.input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--question);
  margin-bottom: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--label);
}

@media (max-width: 767px) {
  .input-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.input-box {
  width: 100%;
  background-color: var(--answerB);
  border: 1px solid var(--inactive);
  padding: 8px 10px;
  border-radius: 6px;
  resize: vertical;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.input-box.small-input {
  padding: 4px 10px;
  height: 35px;
}

.input-box:focus {
  /* border-color: var(--active); */
  border: 1px solid var(--buttonB) !important;
  /* -webkit-box-shadow: 0 0 0 3px var(--focus);
  box-shadow: 0 0 0 3px var(--focus); */
}

.phone-input-field {
  padding-left: 8px !important;
  padding-top: 16px !important;
  margin-left: 4px;
  transition: border-color 0.2s ease;
}

.phone-input-field:focus {
  border: none !important;
}

.input-box:focus ~ .input-bottom-helper {
  opacity: 1;
  visibility: visible;
}

.input-box::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--answerTplaceHolder);
}

.input-box:-ms-input-placeholder {
  font-size: 14px;
  color: var(--answerTplaceHolder);
}

.input-box::-ms-input-placeholder {
  font-size: 14px;
  color: var(--answerTplaceHolder);
}

.input-box::placeholder {
  font-size: 14px;
  color: var(--answerTplaceHolder);
}

@media (max-width: 767px) {
  .input-box::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input-box:-ms-input-placeholder {
    font-size: 14px;
  }

  .input-box::-ms-input-placeholder {
    font-size: 14px;
  }

  .input-box::placeholder {
    font-size: 14px;
  }
}

.input-box::-moz-placeholder {
  font-size: 14px;
  color: var(--answerTplaceHolder);
  opacity: 1;
}

@media (max-width: 767px) {
  .input-box::-moz-placeholder {
    font-size: 14px;
  }
}

.input-box.error {
  border: 1.5px solid var(--error);
}

.input-box.error + .error-message {
  display: block;
  opacity: 1;
  visibility: visible;
}

.input-bottom-helper {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--question);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin: 0px;
  line-height: 0px;
}

.custom-mf-wrap-design-main textarea {
  height: 120px;
}

.custom-mf-wrap-design-main input,
.custom-mf-wrap-design-main select,
.custom-mf-wrap-design-main textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--answerT);
}

.custom-mf-wrap-design-main input:-webkit-autofill,
.custom-mf-wrap-design-main input:-webkit-autofill:focus,
.custom-mf-wrap-design-main input:-webkit-autofill,
.custom-mf-wrap-design-main input:-webkit-autofill:focus,
.custom-mf-wrap-design-main input:-webkit-autofill,
.custom-mf-wrap-design-main input:-webkit-autofill:focus,
.custom-mf-wrap-design-main select:-webkit-autofill,
.custom-mf-wrap-design-main select:-webkit-autofill:focus,
.custom-mf-wrap-design-main select:-webkit-autofill,
.custom-mf-wrap-design-main select:-webkit-autofill:focus,
.custom-mf-wrap-design-main select:-webkit-autofill,
.custom-mf-wrap-design-main select:-webkit-autofill:focus,
.custom-mf-wrap-design-main textarea:-webkit-autofill,
.custom-mf-wrap-design-main textarea:-webkit-autofill:focus,
.custom-mf-wrap-design-main textarea:-webkit-autofill,
.custom-mf-wrap-design-main textarea:-webkit-autofill:focus,
.custom-mf-wrap-design-main textarea:-webkit-autofill,
.custom-mf-wrap-design-main textarea:-webkit-autofill:focus {
  background-color: var(--answerB) !important;
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
  -webkit-box-shadow: 0 0 0 500px var(--answerB) inset !important;
  box-shadow: 0 0 0 500px var(--answerB) inset !important;
  -webkit-text-fill-color: var(--answerT) !important;
}

@media (max-width: 767px) {
  .custom-mf-wrap-design-main input,
  .custom-mf-wrap-design-main select,
  .custom-mf-wrap-design-main textarea {
    font-size: 16px;
  }

  .custom-mf-wrap-design-main input:focus,
  .custom-mf-wrap-design-main select:focus,
  .custom-mf-wrap-design-main textarea:focus {
    font-size: 16px;
  }
}

.custom-mf-wrap-design-main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/chevron-down.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}

.input-with-dropdown {
  border: 1px solid var(--inactive);
  padding: 0 10px;
  background-color: var(--answerB);
  border-radius: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.input-with-dropdown:focus-within {
  border-color: var(--buttonB);
  /* -webkit-box-shadow: 0 0 0 3px var(--focus);
  box-shadow: 0 0 0 3px var(--focus); */
}

.input-with-dropdown:focus-within ~ .input-bottom-helper {
  opacity: 1;
  visibility: visible;
}

.input-with-dropdown input {
  border: none;
  width: 100%;
  padding: 8px 8px 8px 0px;
}

.input-with-dropdown select {
  width: 120px;
  background-color: transparent;
  border: none;
}

@media (max-width: 767px) {
  .input-with-dropdown {
    padding: 0 15px;
  }
}

.input-with-icon {
  position: relative;
}

.input-with-icon .icon-append {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-with-icon .icon-append + input {
  padding-right: 50px;
}

.input-with-icon .icon-prepend {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-with-icon .icon-prepend + input {
  padding-left: 50px;
}

.number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number-input button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-input input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  text-align: center;
}

.divider {
  width: 100%;
  border-top: 1px solid var(--inactive);
  margin: 30px 0;
}

.custom-radio input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.custom-radio label,
.custom-checkbox label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 34px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #414854;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-radio label .outer-border,
.custom-radio label .selected,
.custom-checkbox label .outer-border,
.custom-checkbox label .selected {
  width: 18px;
  height: 18px;
  border: 1px solid var(--inactive);
  background-color: var(--answerB);
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-radio label .selected,
.custom-checkbox label .selected {
  width: 8px;
  height: 8px;
  background-color: var(--buttonB);
  border: none;
  top: calc(50% - 4px);
  left: 4px;
  opacity: 0;
  -webkit-transform: translateY(calc(-50% + 4px));
  transform: translateY(calc(-50% + 4px));
  -webkit-transform-origin: center;
  transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .custom-radio label,
  .custom-checkbox label {
    font-size: 14px;
  }
}

.custom-radio input:checked + label .outer-border {
  border: 1px solid var(--buttonB);
}

.custom-checkbox input:checked + label .outer-border {
  border: 1px solid var(--buttonT);
}

.custom-radio.image-radio input:focus-visible + label,
.custom-checkbox.image-radio input:focus-visible + label,
.custom-radio input:focus-visible + label .outer-border,
.custom-checkbox input:focus-visible + label .outer-border,
.custom-radio.pill-radio input:focus-visible + label,
.custom-checkbox.pill-radio input:focus-visible + label {
  outline: 1.5px solid var(--focus);
  transition: none;
}

.custom-radio input:checked + label .selected,
.custom-checkbox input:checked + label .selected {
  opacity: 1;
}

.custom-radio input:checked + label .checkbox-check,
.custom-checkbox input:checked + label .checkbox-check {
  opacity: 1;
}

.custom-radio.pill-radio label,
.custom-checkbox.pill-radio label {
  padding: 10px 20px;
  border: 1px solid var(--inactive);
  border-radius: 4px;
  background: var(--answerB);
}

.custom-radio.pill-radio label:hover,
.custom-checkbox.pill-radio label :hover {
  background: var(--buttonB);
}

.custom-radio.pill-radio label .outer-border,
.custom-checkbox.pill-radio label .outer-border {
  left: auto;
  right: 16px;
  opacity: 0;
}

.custom-radio.pill-radio label .checkbox-check,
.custom-checkbox.pill-radio label .checkbox-check {
  left: auto;
  right: 24px;
}

.custom-radio.pill-radio input:checked + label,
.custom-checkbox.pill-radio input:checked + label {
  border: 1px solid var(--buttonB);
  background-color: var(--buttonB);
  color: var(--answerB);
}

.custom-radio.pill-radio input + label:hover,
.custom-checkbox.pill-radio input + label:hover {
  border: 1px solid var(--buttonB);
  background-color: var(--buttonB);
  color: var(--answerB);
}

.custom-radio.pill-radio input + label:hover svg path,
.custom-checkbox.pill-radio input + label:hover svg path {
  stroke: var(--answerB);
}

.custom-radio.image-radio label,
.custom-checkbox.image-radio label {
  padding: 0;
  width: 138px;
  border-radius: 4px;
  overflow: hidden;
}

.custom-radio.image-radio label .outer-border,
.custom-checkbox.image-radio label .outer-border {
  top: 10px;
  right: 10px;
  left: auto;
  -webkit-transform: none;
  transform: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio.image-radio label .checkbox-check,
.custom-checkbox.image-radio label .checkbox-check {
  top: 18px;
  right: 18px;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.custom-radio.image-radio .image-choice-wrapper,
.custom-checkbox.image-radio .image-choice-wrapper {
  width: 100%;
  height: 138px;
  overflow: hidden;
  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;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-radio.image-radio .image-choice-wrapper img,
.custom-checkbox.image-radio .image-choice-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-radio.image-radio .image-choice-label,
.custom-checkbox.image-radio .image-choice-label {
  text-align: left;
  width: 100%;
  padding: 10px 10px;
}

.custom-radio.image-radio .image-choice-label .image-heading,
.custom-checkbox.image-radio .image-choice-label .image-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #414854;
  margin-bottom: 5px;
}

.custom-radio.image-radio .image-choice-label .image-subhead,
.custom-checkbox.image-radio .image-choice-label .image-subhead {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a2a8b2;
}

.custom-radio.image-radio input:checked + label .image-choice-wrapper,
.custom-checkbox.image-radio input:checked + label .image-choice-wrapper {
  border: 2px solid var(--buttonB);
}

@media (max-width: 767px) {
  .custom-radio.image-radio,
  .custom-checkbox.image-radio {
    width: calc(50% - 12px);
  }

  .custom-radio.image-radio label,
  .custom-checkbox.image-radio label {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-radio.image-radio.mobile-image-radio-flex,
  .custom-checkbox.image-radio.mobile-image-radio-flex {
    width: 100%;
  }

  .custom-radio.image-radio.mobile-image-radio-flex label,
  .custom-checkbox.image-radio.mobile-image-radio-flex label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--inactive);
    border-radius: 4px;
    padding: 2px;
  }

  .custom-radio.image-radio.mobile-image-radio-flex label .image-choice-wrapper,
  .custom-checkbox.image-radio.mobile-image-radio-flex
    label
    .image-choice-wrapper {
    height: auto;
    width: 40%;
  }

  .custom-radio.image-radio.mobile-image-radio-flex label .image-choice-label,
  .custom-checkbox.image-radio.mobile-image-radio-flex
    label
    .image-choice-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }

  .custom-radio.image-radio.mobile-image-radio-flex .image-choice-wrapper,
  .custom-checkbox.image-radio.mobile-image-radio-flex .image-choice-wrapper {
    border: none !important;
  }

  .custom-radio.image-radio.mobile-image-radio-flex input:checked + label,
  .custom-checkbox.image-radio.mobile-image-radio-flex input:checked + label {
    border: 2px solid var(--buttonB);
  }
}

.custom-radio.box-with-icon label,
.custom-checkbox.box-with-icon label {
  gap: 10px;
  padding: 18px;
}

.custom-radio.box-with-icon svg,
.custom-radio.box-with-icon path,
.custom-checkbox.box-with-icon svg,
.custom-checkbox.box-with-icon path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* .custom-radio.box-with-icon input:checked+label,
.custom-checkbox.box-with-icon input:checked+label {
    color: var(--active)
} */

.custom-radio.box-with-icon input:checked + label svg path,
.custom-checkbox.box-with-icon input:checked + label svg path {
  stroke: #fff;
}

@media (max-width: 767px) {
  .custom-radio.box-with-icon svg,
  .custom-checkbox.box-with-icon svg {
    width: 25px;
    height: auto;
  }
}

.custom-checkbox label .outer-border {
  border-radius: 4px;
}

.custom-checkbox label .outer-border .selected svg {
  width: 18px;
  height: auto;
}

.custom-checkbox label .selected {
  background-color: transparent;
}

.custom-checkbox label .checkbox-check {
  position: absolute;
  left: 8px;
  line-height: 0;
  top: calc(50% - 4px);
  -webkit-transform: translateY(calc(-50% + 4px));
  transform: translateY(calc(-50% + 4px));
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-checkbox input:checked + label .outer-border {
  background-color: var(--buttonB);
}

.star-rating {
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .star-rating {
    gap: 8px;
  }
}

.star-rating input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.star-rating > input:checked ~ label svg path,
.star-rating > input:checked ~ label ~ label svg path {
  stroke: var(--buttonB);
  fill: var(--buttonB);
}

.star-rating .single-star {
  background-color: transparent;
  border: none;
  padding: 0;
}

.star-rating .single-star svg {
  fill: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 40px;
  height: auto;
}

.star-rating .single-star svg path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 767px) {
  .star-rating .single-star svg {
    width: 40px;
    height: auto;
  }
}

.star-rating .single-star:hover svg {
  /* fill: rgba(121, 107, 250, 0.1); */
  fill: var(--buttonB);
}

/* need to check where this css is applying */

.star-rating .single-star.active svg {
  fill: #796bfa;
}

.star-rating .single-star.active svg path {
  stroke: #796bfa;
}

.emoji-rating .single-emoji-rating {
  text-align: center;
}

.emoji-rating .single-emoji-rating input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.emoji-rating .single-emoji-rating p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #414854;
  text-align: center;
  margin: 10px 0 0 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.emoji-rating .single-emoji-rating label {
  cursor: pointer;
}

.emoji-rating .single-emoji-rating label svg {
  width: 60px;
  height: auto;
}

.emoji-rating .single-emoji-rating label svg,
.emoji-rating .single-emoji-rating label path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.emoji-rating .single-emoji-rating input:checked + label svg path.stroke {
  stroke: var(--buttonB);
}

.emoji-rating .single-emoji-rating input:checked + label svg path.fill {
  fill: var(--buttonB);
}

.emoji-rating .single-emoji-rating input:checked + label p {
  color: var(--buttonB);
}

.emoji-rating .single-emoji-rating input:hover + label svg path.stroke {
  stroke: var(--buttonB);
}

.emoji-rating .single-emoji-rating input:hover + label svg path.fill {
  fill: var(--buttonB);
}

.emoji-rating .single-emoji-rating input:hover + label p {
  color: var(--buttonB);
}

@media (max-width: 767px) {
  .emoji-rating .single-emoji-rating label svg {
    width: 35px;
  }

  .emoji-rating .single-emoji-rating label p {
    font-size: 12px;
    margin-top: 8px;
  }
}

.range-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: var(--buttonB);
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .range-slider {
    margin-bottom: 25px;
  }
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid var(--buttonB);
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 6px solid var(--buttonB);
  background: #fff;
  cursor: pointer;
}

.table-overflow {
  overflow: auto;
}

.table {
  width: 100%;
}

.table .input-box {
  min-width: 140px;
}

.table th {
  border-top: 1px solid var(--text);
}

.table th,
.table td {
  border-left: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #414854;
}

.table .bg-cell {
  background-color: var(--bg1);
  color: var(--answerT);
}

.table tr th:last-child,
.table tr td:last-child {
  border-right: none;
}

.table tr th:first-child {
  border: none;
}

.table tr th:nth-child(2) {
  border-top-left-radius: 8px;
}

.table tr th:last-child {
  border-top-right-radius: 8px;
  border-right: 1px solid var(--text);
}

.table tr td:last-child {
  border-right: 1px solid var(--text);
}

.upload-file-main {
  min-height: 230px;
  padding: 30px;
  border: 1px dashed var(--inactive);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-file-main p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #414854;
  margin: 10px 0 0;
  text-align: center;
}

.signature-box {
  border: 1px solid var(--buttonB);
}

.tooltip-main {
  background-color: transparent;
  border: none;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip-main svg {
  width: 20px;
  height: 20px;
  display: block;
}

.tooltip-content {
  position: absolute;
  background-color: #414854;
  color: #fff;
  min-width: 130px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  -webkit-transform: translateY(calc(-100% - 10px))
    translateX(calc(-50% + 10px));
  transform: translateY(calc(-100% - 10px)) translateX(calc(-50% + 10px));
  margin: 0 auto;
  max-width: 300px;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.tooltip-content:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #414854;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltip-content.show {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 767px) {
  .tooltip-content {
    max-width: 200px;
    font-size: 12px;
  }
}

.thank-you-main h1 {
  margin: 25px 0 10px;
}

.thank-you-main .thank-you-button {
  margin-top: 60px;
}

.custom-mf-wrap-design-main input[type="date"] {
  resize: none;
  font-size: 16px;
}

.custom-mf-wrap-design-main input[type="date"]::-webkit-datetime-edit-text {
  font-size: 16px;
}

.custom-mf-wrap-design-main
  input[type="date"]::-webkit-datetime-edit-month-field {
  font-size: 16px;
}

.custom-mf-wrap-design-main
  input[type="date"]::-webkit-datetime-edit-day-field {
  font-size: 16px;
}

.custom-mf-wrap-design-main input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.custom-mf-wrap-design-main
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.custom-mf-wrap-design-main
  input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}

.single-form-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: transparent;
  width: 100%;
}

@media (max-width: 767px) {
  .single-form-element {
    padding: 8px 0 0;
  }
}

.single-form-element.active {
  background-color: #f1f5ff;
}

/* dropdown svelte select  */
.form-group .custom-select {
  border: none !important;
  height: 44px !important;
  background-color: var(--answerB) !important;
  border: 1px solid var(--inactive) !important;
  border-radius: 6px !important;
  resize: vertical !important;
  -webkit-transition: 0.3s ease-out !important;
  transition: 0.3s ease-out !important;
}

.form-group .input-box-red-error .custom-select {
  border-color: var(--error) !important;
}

.form-group .custom-select:focus-within {
  border-color: var(--buttonB) !important;
  -webkit-box-shadow: 0 0 0 3px var(--focus) !important;
  box-shadow: 0 0 0 3px var(--focus) !important;
}

.form-input .simple-input,
.form-input .time-input-ampmValue {
  background-color: var(--answerB) !important;
  border-bottom: 1px solid var(--inactive) !important;
}

.form-input .simple-input:focus,
.form-input .time-input-ampmValue:focus-within {
  border-color: var(--buttonB) !important;
  /* -webkit-box-shadow: 0 8px 6px -6px var(--focus) !important;
    -moz-box-shadow: 0 8px 6px -6px var(--focus) !important;
    box-shadow: 0 8px 6px -6px var(--focus) !important; */
  -webkit-box-shadow: 0 3px 0 0px var(--focus) !important;
  box-shadow: 0 3px 0 0px var(--focus) !important;
}

/* number dropdown remove */
.custom-mf-wrap-design-main input[type="number"]::-webkit-inner-spin-button,
.custom-mf-wrap-design-main input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* new dropdwon */
.form-group .custom-select,
.svelecte.svelecte-control .sv-control {
  width: 100%;
  background-color: var(--answerB);
  border: 1px solid var(--inactive);
  padding: 8px 5px;
  border-radius: 6px;
  resize: vertical;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 42px;
  border-radius: 6px;
  resize: none;
}

.form-group .custom-select:focus-within,
.svelecte.svelecte-control .sv-control.is-active {
  border-color: var(--buttonB);
  /* -webkit-box-shadow: 0 0 0 3px var(--focus);
  box-shadow: 0 0 0 3px var(--focus); */
}

.input-with-dropdown .svelecte {
  flex: none !important;
}

.custom-select-phone .sv-control {
  border: none !important;
  padding: 0px !important;
}

/* 
.custom-select-phone .sv-content.sv-input-row {
  padding-left: 35px !important;
} */

/* .custom-select-phone .sv-dropdown-content {
  padding-left: 25px !important;
} */

.svelecte.svelecte-control.custom-select-phone .sv-control.is-active {
  border: none !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.svelecte.svelecte-control.svelecte-control-time .sv-control {
  height: 42px;
  padding: 0px;
  border: 1px solid var(--inactive);
}

.svelecte-control .sv-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--answerT);
}

.sv-content .inputBox::placeholder {
  font-size: 14px !important;
  color: var(--answerTplaceHolder) !important;
}

.sv-item .sv-item-content {
  color: var(--answerT) !important;
}

.input-with-dropdown:focus-within .svelecte.svelecte-control .sv-control {
  background: transparent;
}

@media (max-width: 767px) {
  .form-group .custom-select,
  .svelecte.svelecte-control .sv-control {
    padding: 15px 0px !important;
  }

  .drp-location .form-group .custom-select,
  .svelecte.svelecte-control .sv-control {
    padding: 0px !important;
  }

  .input-with-dropdown,
  .svelecte-control-time .sv-control {
    padding: 0px !important;
  }

  .top-bar-container {
    flex-direction: column;
    align-items: center;
  }

  /* .Logo-Container {
    margin-right: 0;
  } */

  /* .custom-select-phone .sv-content.sv-input-row {
    padding-left: 5px !important;
  } */

  /* .custom-select-phone .sv-dropdown-content {
    padding-left: 2.5px !important;
  } */

  .custom-select-phone .sv-control {
    padding: 0px;
  }

  /* .input-with-dropdown input {
    padding: 0 10px 0 30px;
  } */

  .svelecte.svelecte-control-time .sv-control {
    padding: 5px !important;
  }

  .sv-content .inputBox::placeholder {
    font-size: 14px !important;
  }
}

/* Client CSS */
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}


.steps-slider .d1.item {
  display: none;
  opacity: 0;
}

.steps-slider .d1.item.slide-animation-right {
  transform: translateX(100%);
}

.steps-slider .d1.item.slide-animation-left {
  transform: translateX(-100%);
}

.steps-slider .d1.item.active.slide-animation-right {
  display: block;
  animation: slideInRight 0.3s ease-out forwards;
}

.steps-slider .d1.item.active.slide-animation-left {
  display: block;
  animation: slideInLeft 0.3s ease-out forwards;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.data-tip  {
  display: none !important;
}

/* new style  */

.input-box {
  border: 1px solid var(--inactive);
}

.form-hero {
  padding: 0px 0 10px;
}

.step-count {
  margin: 15px;
}

.form-main {
  margin: 0px;
}

.button:focus {
  border-color: var(--inactive);
}

.button.button-border:focus {
  border-color: var(--buttonB);
}

/* date and time placeholder check above .input-box::placeholder then add */
.simple-input::placeholder {
  font-size: 14px;
}

/* error css */
.input-box-red-error {
  border-color: var(--error);
  border-radius: 6px;
}

.form-input .simple-input-red-error {
  border-color: var(--error) !important;
}

.custom-radio label .input-box-red-error.outer-border,
.custom-checkbox label .input-box-red-error.outer-border {
  border-color: var(--error);
}

.custom-radio.pill-radio label.input-box-red-error,
.custom-checkbox.pill-radio label.input-box-red-error {
  border-color: var(--error);
}

.field-wrapper .legal-consent-content-div.input-box-red-error {
  border-color: var(--error);
}

.custom-radio.pill-radio.input-box-red-error label,
.custom-checkbox.pill-radio.input-box-red-error label {
  border-color: var(--error);
}

/* .custom-radio.image-radio input + label .image-choice-wrapper,
.custom-checkbox.image-radio input + label .image-choice-wrapper {
  border-color: var(--error);
} */
/* new css for Marathon Registration Form */

.step-count {
  opacity: 0;
}

.input-label {
  font-weight: 500;
}

.step-header {
  border-bottom: none !important;
  display: flex;
  flex-direction: column-reverse;
}

.step-header h2 {
  position: relative;
  padding: 10px 10px 12px;
  background-color: var(--descriptionBg) !important;
  font-weight: 700 !important;
  color: var(--descriptionText) !important;
  border-radius: 10px;
  font-size: 18px !important;
  line-height: 1.2 !important;
  display: flex;
  justify-content: center;
  margin: 8px 0 30px;
}

.step-header p {
  color: #757575;
  font-size: 12px !important;
  font-weight: 400;
  margin:0 !important;
  line-height: 1.2;
  width: 100%;
  display: flex;
  justify-content: center;
}


.step-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid var(--descriptionBg);
}

.step-header-container {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}



.step-header-container span {
 display: none !important;
}

.step-header-no-logo {
  border: none;
}

.step-header-no-logo span {
  display: none;
}

/* .step-no-logo-lang {
  border-bottom: 1px solid var(--inactive);
} */

.step-no-logo-lang span {
  display: block;
}

/* date and time input  height */

.date-input input,
.time-input input {
  height: 42px;
  padding: 10px;
}
.date-input,
.time-input {
  padding: 0px;
}

.date-input {
  height: 42px;
  padding: 10px;
}

.step-header:empty {
  border: none;
}

.table tr .bg-cell.arabic:nth-child(2) {
  border-top-right-radius: 8px;
  border-right: 1px solid var(--inactive);
  border-top-left-radius: 0;
}

.table tr .bg-cell.arabic:last-child {
  border-top-right-radius: 0;
  border-right: 0px;
}

.table tr .bg-cell.row-arabic:last-child {
  border-top-right-radius: 0;
  border-right: 0px;
}

.tabel .bg-cell.row-arabic {
  border-top-right-radius: 1px solid var(--inactive);
}

.table tr .arabic:last-child {
  border-right: 0px;
}

td.bg-cell.row-arabic {
  border-right: 1px solid var(--inactive);
}

#custom-mf-wrap-wc .date-input-div input {
  width: 100%;
}

#custom-mf-wrap-wc .scale-container {
  padding: 0;
}

#custom-mf-wrap-wc .portal {
  left: 0;
}

#custom-mf-wrap-wc .rating-container {
  padding: 0;
}

#custom-mf-wrap-wc .rating-container .star-label-cfcbskbbbk svg {
  width: 35px;
  height: 35px;
}

#custom-mf-wrap-wc .rg-container {
  padding-top: 25px;
  padding-bottom: 5px;
  border-radius: 7px;
  margin: 0;
  margin-bottom: 10px;
  width: calc(var(--inputWidth) + 46px);
  max-width: 100%;
}

#custom-mf-wrap-wc .clear-button {
  background: var(--bg1);
}

#custom-mf-wrap-wc .lg-label p {
  margin-bottom: 0;
}

#custom-mf-wrap-wc .time-input .form-input {
  display: flex;
  flex-direction: column;
}

#custom-mf-wrap-wc .time-input .input-box {
  width: 100%;
}

#custom-mf-wrap-wc .field-width {
  /* width: var(--inputWidth); */
  width: 100%;
  max-width: 100%;
}

#custom-mf-wrap-wc .field-full-width {
  width: 100%;
  max-width: 100%;
}

#custom-mf-wrap-wc .sv-dropdown {
  transform: translateY(7px);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175) !important;
}

#custom-mf-wrap-wc .svelecte-control .sv-dd-item-active > .sv-item {
  background-color: #ececec !important;
}

#custom-mf-wrap-wc .repeater-group-action-btn-container,
#custom-mf-wrap-wc .repeater-action-add-more {
  max-width: 100%;
}

#custom-mf-wrap-wc .repeater-group-action-btn-container {
  width: calc(var(--inputWidth) + 46px);
  padding: 0;
}

#custom-mf-wrap-wc .repeater-action-add-more {
  width: var(--inputWidth);
  height: 0;
  position: relative;
  top: -20px;
  padding: 0;
  margin-bottom: 21px;
}

#custom-mf-wrap-wc .should-apply-background {
  top: -6px;
  margin-bottom: 36px;
}

#custom-mf-wrap-wc .rg-container .repeater-action-add-more {
  margin-bottom: 27px;
}

#custom-mf-wrap-wc .repeater-action-add-more .repeater-button,
#custom-mf-wrap-wc .repeater-group-action-btn-container .repeater-button {
  border: 1px solid var(--inactive);
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--buttonB);
  display: flex;
  align-items: center;
  gap: 5px;
}

#custom-mf-wrap-wc .repeater-action-add-more .repeater-button svg,
#custom-mf-wrap-wc .repeater-group-action-btn-container .repeater-button svg {
  width: 14px;
  stroke-width: 3px;
  stroke: var(--buttonB);
}

.form-summary-container {
  padding-left: 15px;
  padding-right: 15px;
}

#custom-mf-wrap-wc .intl-drp .language-dropdown {
  top: 0;
  right: 0;
  left: 0;
}

#custom-mf-wrap-wc .step-header {
  padding-bottom: 0px;
}

#custom-mf-wrap-wc .indicator-container svg {
  fill: var(--answerT);
}

.star-cb-group:hover > input + label:hover > svg {
  stroke: var(--buttonB) !important;
}

.star-cb-group:hover > input + label:hover ~ label > svg,
.star-cb-group:hover > input + label:hover > svg {
  fill: var(--buttonB) !important;
}

#custom-mf-wrap-wc .single-choice .default-choice .radio-label,
#custom-mf-wrap-wc .multi-choice .default-choice .checkbox-label {
  width: 100%;
  height: 100%;
  padding: 9px 15px;
  border: 1px solid var(--buttonB);
  background-color:  var(--buttonB);
  border-radius: 4px;
  color: var(--buttonT)
}

#custom-mf-wrap-wc .single-choice .default-choice .radio-label .outer-border,
#custom-mf-wrap-wc .multi-choice .default-choice .checkbox-label .outer-border {
  left: 17px;
}

#custom-mf-wrap-wc .single-choice .default-choice input:checked + label,
#custom-mf-wrap-wc .multi-choice .default-choice input:checked + label {
  /* background-color: var(--answerT100); */
  border: 1px solid var(--buttonB);

  background: 
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), 
    var(--buttonB) !important;
  background-blend-mode: multiply; 
}

.progress-bar-container {
  margin: 20px;
}

.progress-bar {
  width: 100%;
  height: 16px;
  /* background-color: var(--inactiveLight); */
  background-color: #f5f5f5;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  /* margin-top: 20px; */
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
}

.progress-bar-show {
  opacity: 1;
}

.progress-bar::after {
  content: "";
  position: absolute;
  width: var(--progressbarstate);
  height: 100%;
  /* background-color: var(--active); */
  background-color: #cfd8dc;
  top: 0;
  transition: all 1s ease;
}

.progress-bar-box {
  border: 1px solid var(--inactive);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  height: 52px;
}

.progress-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #949a9d ; 
  font-size: 10px; 
  font-weight: bold;
  z-index: 100; 
}

.form-top-header {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  height: 52px;
  background: var(--buttonB);
}

#custom-mf-wrap-wc {
  height: 100%;
  overflow: hidden;
}

.scroll-container {
  padding: 24px;
  height: calc(100% - 25px);
  overflow: auto;
  scroll-behavior: smooth;
}

#custom-mf-wrap-wc .single-choice .image-radio label,
#custom-mf-wrap-wc .multi-choice .image-radio label {
  border: 1px solid var(--buttonB);
}

#custom-mf-wrap-wc
  .single-choice
  .image-radio
  input:checked
  + label
  .image-choice-label,
#custom-mf-wrap-wc
  .multi-choice
  .image-radio
  input:checked
  + label
  .image-choice-label {
  background: var(--answerT100);
  transition: 0.3s ease-out;
}

#custom-mf-wrap-wc .btn-control .loading,
#custom-mf-wrap-wc .submit-button .loading {
  width: 16px;
  height: 16px;
}

#custom-mf-wrap-wc .step-description-not-present {
  border-bottom: none;
}

.no-logo-no-lang {
  display: none;
}

#custom-mf-wrap-wc .no-logo-only-lang {
  padding-top: 5px;
}

.form-container-no-log-lang {
  margin-top: 15px;
}

/* #custom-mf-wrap-wc .hero-content-image img {
  max-height: 50px;
} */

#custom-mf-wrap-wc .address-split-section-wrapper {
  justify-content: space-between;
}

#custom-mf-wrap-wc .address-split-section-wrapper > div {
  width: 49%;
}

#custom-mf-wrap-wc .name-split-section-wrapper {
  gap: 10px;
}

.progress-bar-js-embed {
  max-width: unset;
}

.only-form-with-lang {
  margin-top: 60px;
}

#custom-mf-wrap-wc .calendly-widget {
  margin: unset;
}

#custom-mf-wrap-wc .preview-img {
  margin: unset;
  margin-bottom: 30px;
}

#custom-mf-wrap-wc[dir="rtl"] .Logo-Container {
  margin-left: auto;
  margin-right: unset;
}

.layout-element {
  width: 49%;
}

#custom-mf-wrap-wc .split-field-distorted {
  display: block;
}

#custom-mf-wrap-wc .address-split-section-wrapper.split-field-distorted > div {
  width: 100%;
}

#custom-mf-wrap-wc .api-action-btn {
  padding: 0 15px;
  line-height: 1;
  font-size: 16px;
}

#custom-mf-wrap-wc .split-fields {
  /* 'important' was added to overide another 'important' style */
  width: 100% !important;
  margin-bottom: 29px;
  margin-top: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

.add-other-input {
  border-radius: 4px;
}

@media (max-width: 767px) {
  #custom-mf-wrap-wc .address-split-section-wrapper > div {
    width: 100%;
  }
}
