/*
font-family: "Ping Hebrew Light";
font-family: "Ping Hebrew Regular";
font-family: "Ping Hebrew Bold";
font-family: "Ping Hebrew Black";




 */

:root {
  --light-trqz: rgba(213, 239, 238, 1);
  --trqz: #70d9cc;
  --blue: rgba(12, 131, 201, 1);
  --purple: #819ae1;
  --olive: #d9e3d6;
  --neon: #e0fc52;
  --green: #79ca9f;
}



html {
  font-size: 10px;
}

body {
  text-align: center;
  direction: rtl;
  font-family: "Ping Hebrew";
  font-style: Normal;
  font-weight: 400;
  color: black;
  font-size: 2.2rem;
  height: 100vh;
  height: 100dvh;



}

.a11y-toolbar {
  display: none !important;
}

input,
textarea,
button {
  font-family: "Ping Hebrew";
}

.dob-sizer {
  overflow: hidden;
}

#wizard-container {
  overflow-x: hidden;
  /* FIX: allow vertical scroll so step-6 content is reachable on tall mobile screens */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 70rem;
}

.wbr,
.wbl {
  flex-grow: 1;
  opacity: 0;
  height: 100%;
  position: relative;
  transition: .3s all;
  z-index: 99999;
}

.show-dog .wbr,
.show-dog .wbl {
  opacity: 1;
}

.otp-step-2 label {
  text-align: center;
  width: 100%;
}

.pet-rear {
  flex: 0 0 15rem;
  height: 43.6rem;
  position: relative;
}

.dog-rear {
  width: 100%;
  height: 100%;
  background: url("../img/step-2-dog-back.svg");
  background-size: 15rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.cat-rear {
  width: 100%;
  height: 100%;
  background: url("../img/step-2-dog-back.svg");
  background-size: 15rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.dog-front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/step-2-dog-front-2.svg");
  background-size: 20.4rem;
  display: none;
}

.legs {

  position: absolute;
  bottom: -11rem;
  width: 41rem;
  left: -9.8rem;

}

.cat-front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/step-2-cat-front-2.svg");
  background-size: 20.4rem;
  display: none;
}

.dog-parts {
  animation-fill-mode: forwards;
  position: absolute;
  bottom: 7rem;
  transition: 1s all;
}

.dog .dog-rear,
.dog .dog-front {
  display: block;
}

.cat .cat-rear,
.cat .cat-front {
  display: block;
}

.wbl .dog-parts {
  right: -15rem;



}

.wbr .dog-parts {
  right: -41rem;


}

.play-dog .wbl .dog-parts {
  animation: left-dog .7s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.play-dog .wbr .dog-parts {
  animation: right-dog .85s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.gs,
#cls-mobile-breed-list {
  display: none;
}

@keyframes left-dog {
  0% {
    width: 41rem;
  }

  100% {
    width: calc(100% + 37rem);
  }
}

@keyframes right-dog {
  0% {
    width: 41rem;
  }

  100% {
    width: calc(100% + 54.5rem);
  }
}


.pet-front {
  flex: 0 0 20.4rem;
  height: 43.6rem;
  position: relative;
}

.dog-body {
  flex-grow: 1;
  height: 43.6rem;

}

.body-cube {
  height: 13.1rem;
  background-color: var(--trqz);
  margin-top: 18.5rem;
}

.stage-1-splide {
  width: 95rem;
  margin: auto;
  height: 100%;
}

.stage-1-splide .splide__track {
  height: 100%;
}

.step.is-prev,
.step {
  opacity: 0;
  transition: .2s all;

}

.step.is-active {
  opacity: 1;
  transition: 1s all;
  transition-delay: .2s;
}

.logo-con img {
  width: 11.4rem;
}

header {
  height: 13.3rem;
  background-color: white;
}

#wizard-container {
  padding: 0 5.6rem 7.6rem 5.6rem;
  box-sizing: border-box;
  max-height: calc(100vh - 13.3rem);
  max-height: calc(100dvh - 13.3rem);
  height: 100%;
}

.wizard-wrapper {
  width: 100%;
  border-radius: 40px;

  background-color: var(--light-trqz);
  box-sizing: border-box;

  height: 100%;
}

.stage {
  height: 100%;
}

.last-stage-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo-con {
  align-items: center;
  display: flex;
  justify-content: center;
}

#close-wizard {
  width: 3.4rem;
  height: 3.4rem;
  background: url("../img/icon_navigation_X.svg") transparent no-repeat center;
  background-size: 3.4rem;
  border: none;
  cursor: pointer;
  transition: .3s all;
}

#close-wizard:hover {
  transform: rotate(180deg);
}

#last-stage {
  width: 3.4rem;
  height: 3.4rem;
  background: url("../img/icon_navigation_arrow.svg") transparent no-repeat center;
  background-size: 3.4rem;
  border: none;
  cursor: pointer;
  transition: .3s all;
}

#last-stage.hide {
  opacity: 0;
  pointer-events: none;
}

.cls-wizard-con {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-25 {
  flex: 0 0 25%;
}

.logo-con {
  flex-grow: 1;
}

.header-content {
  padding: 0 5.6rem;
  box-sizing: border-box;
  height: 100%;
}

p {

  margin: 0;

}

h1,
h2,
h3 {

  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: 5rem;
  margin: 0;
}

.pet-sex {
  margin: 5.4rem 0;
}

.step {
  /* border-bottom: 1px solid black;*/
  padding: 50px 0;
  display: flex;
  flex-direction: column;

  align-items: center;
}

.bulk-stage-1 {
  position: relative;
  z-index: 199;
}

.bulk-stage-1-step-2 .go-on {
  margin-top: 7.6rem;
}

.breed-results {
  position: relative;
  max-height: 200px;
  overflow: auto;

  width: 100%;
  left: 0;
  background: white;
  box-sizing: border-box;
  padding: 0 2.8rem;
  min-height: 6rem;


}

.breed-results.load {
  background: url("../img/loader.svg") no-repeat center;
  background-size: 3rem;
}

.breed-results-con {
  width: 100%;
  max-height: 20rem;
  position: absolute;
  padding-left: .5rem;
  box-sizing: border-box;
  outline: 1px solid black;
  border-radius: 0 0 35px;
  overflow: hidden;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  top: 4rem;
}

.vetek select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem;
}

.bulk-stage-1-step-4 .vetek select {
  padding-bottom: 0;
  padding-top: 0;
}

.breed-results-con.show {
  opacity: 1;
  visibility: visible;

}

input[name="breed"] {
  width: 100%;
  padding: 0;
  background: url("../img/icon_search.svg") no-repeat center left !important;
  background-size: 2rem !important;
}

.populated input[name="breed"] {
  background: none !important;
}

.breed-results button,
.breed-results div {
  width: 100%;
  background: none;
  box-sizing: border-box;
  border: none;
  box-sizing: border-box;
  padding: 0 1.5rem;
  text-align: right;
  height: 4.5rem;
  transition: .3s all;
  cursor: pointer;
  font-size: 2rem;
  color: black;

}


.breed-results button:hover {
  background-color: #D9E3D6;
}

.bulk-stage-1-step-3 .go-on {
  margin-top: 2rem;
}

.breed-results li {
  background-color: white;
}

.breed-select {
  position: relative;
  width: 100%;
  margin: auto;
}

*[data-value="inactive"] {
  pointer-events: none;
}

ul {
  list-style: none;
}

input[type="radio"] {
  display: none;
}

.pet-type {
  column-gap: 3.4rem;
  margin: 3.3rem 0;
  font-size: 10px;
}

.pet-type label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.9em;
  height: 27.6em;
  background-color: white;

  font-weight: 900;
  flex-direction: column;
}

.pet-type label .text {
  font-size: 5em;
  line-height: 1;
  margin-top: .3rem;
}

.pet-type li:first-child label {
  border-radius: 0 13.5em 13.5em 0;
  color: var(--trqz);
}

.pet-type li:last-child label {
  border-radius: 13.5em 0 0 13.5em;
  color: var(--purple);
}

.pet-type .dog .icon {
  background: url("../img/dog_naked.svg") no-repeat center;
  background-size: 18.2em;
  width: 18.2em;
  height: 13.3em;
  display: block;
}

.pet-type .cat .icon {
  background: url("../img/cat_naked.svg") no-repeat center;
  background-size: 18.2em;
  width: 18.2em;
  height: 13.3em;
  display: block;
}

.pet-type .dog .dog-mitmutz-intro {
  position: absolute;
  width: 5em;
  left: 7em;
  top: 3.5em;
}

.pet-type .cat .cat-mitmutz-intro {
  left: 2em;
  position: absolute;
  width: 5em;
  top: 4em;
}

.pet-type .cat .cat-ear-prpl {
  width: 4em;
  position: absolute;
}

.pet-type .cat .cat-ear-prpl.re {
  right: 5.5em;
  top: 1.3em
}

.pet-type .cat .cat-ear-prpl.le {
  right: 9em;
  top: 1.3em;
}

.pet-type .cat .cat-tail-prpl {
  width: 7em;
  position: absolute;
  bottom: -0.5em;
}

.pet-type .dog .dog-tail-intro {
  width: 6.9em;
  height: auto;
  position: absolute;
  left: -2em;
  bottom: -.7em;
  transform: none;
  top: auto;
  right: auto;
}

label {
  cursor: pointer;
  transition: .3s all;
  overflow: hidden;
  position: relative;
}

.bulk-stage-1-step-1 .p1 {
  margin-top: 7rem;
}

.bulk-stage-1-step-1 .p2 {
  position: relative;
  display: inline-block;
  margin: 1.5rem auto 2.5rem;
  padding: 1.4rem 1.8rem;
  margin-left: 10px;
  background: #ffffff;
  border-radius: 0.6rem 1.2rem 1.2rem 1.2rem;
  text-align: right;
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
}

.bulk-stage-1-step-1 .p2::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.3rem 1.3rem;
  border-color: transparent transparent transparent #ffffff;
}

input[type="radio"]:checked+.label-bg {
  background-color: var(--olive) !important;
}

.pet-type label:hover {
  background-color: #ffffff99 !important;
}

label:hover {
  background-color: #d9e3d650 !important;
}

.txt {
  position: relative;
  z-index: 1;
}

.step-6-fields .input-component.email {
  flex: 0 0 48rem;
}

.link {
  color: var(--blue);
  font-size: 21px;
  font-weight: 400;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: .3s all;
}

.input-component label {
  font-size: 2.4rem;
}

.link:hover {
  color: #00458a;
}

.last-otp.input-component {
  width: 25rem;
}

.last-otp.input-component input {
  padding-right: 2rem;
}

.input-component.text-align-center label,
.input-component.text-align-center input {
  text-align: center;
  display: block;
  width: 100%;
}


.step {

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.basic-radio-btn {
  display: flex;
  justify-content: center;
}

.step h2 {
  line-height: 1.1;
}

.decor-stage {
  pointer-events: none;
  overflow: hidden;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type='date'] {
  line-height: 2rem;
  background: none;
  border: none;

  box-sizing: border-box;
  border-bottom: 2px solid #000000;
  font-size: 2.4rem;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type='date']:focus {
  outline: none;
}

input:focus {
  border-color: rgba(121, 202, 159, 1);

}

input[type="tel"]:focus,
input[type="email"]:focus {
  /* direction: ltr;*/
}

input[type='date'] {
  padding-left: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.basic-radio-btn label {
  width: 14.4rem;
  height: 5.4rem;
  background-color: white;
  display: block;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}

.check-box-label:hover {
  background: none !important;
}

.go-on,
.go-to-home,
.basic-btn {
  background: #79ca9f;
  height: 5.5rem;
  width: 28.8rem;
  border-radius: 2.75rem;
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: .3s background;
  font-family: "Ping Hebrew";
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: auto;

}

.basic-btn-invert {
  background: none;
  height: 5.5rem;
  width: 28.8rem;
  border-radius: 2.75rem;
  color: #79ca9f;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: .3s background;
  font-family: "Ping Hebrew";
  border: 2px solid #79ca9f;

}

.basic-btn {
  min-width: 28.8rem;
  width: auto;
  padding: 0 3rem;
}

.go-on:hover,
.go-to-home:hover,
.basic-btn:hover {
  background: #6cb08c;
}

.basic-btn {
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-on:active,
.go-to-home:active {
  background: #76e1a9;
}


.basic-radio-btn li label {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.basic-radio-btn li:first-child label {
  border-radius: 0 2.7rem 2.7rem 0;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 1px solid #000000;

}

.basic-radio-btn li:last-child label {
  border-radius: 2.7rem 0 0 2.7rem;
  border-top: 2px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}

.input-component input {
  width: 100%;
  padding-left: 2rem;
  box-sizing: border-box;
}

.input-component {
  position: relative;

  width: 28.8rem;
  margin: auto;
}

.add-btn {
  font-size: 1.6rem;
}

.input-component label {
  position: absolute;
  pointer-events: none;
  opacity: .6;
}

button {
  color: black;
}

.extra-visits {
  margin-top: 2rem;
}

.dob-component .error-text {
  width: calc(100% + 15rem);
}

#pet_dob {
  direction: ltr;
}

.input-component label:hover {
  background: none !important;
}

.input-component.dob-component {

  width: 15rem;
}

.cal-ui-text-holder {


  margin: 5rem auto;
  align-items: baseline;
  position: relative;
}

.datepicker-input {
  border: none !important;
}

.input-component.dob-component {
  width: 22rem;
}

input[name="ui-date-picker"] {
  width: 3rem;
  height: 3rem;
  background: url("../img/icon_calender.svg") no-repeat center;
  background-size: 4rem;
  position: absolute;
  left: 2rem;
  bottom: 3px;
  font-size: 1.8rem !important;
  color: transparent;
}

.input-component.dob-component {
  margin: 0;
}

.input-component.dob-component input {
  text-align: right;
  padding-left: 0;
}

.duk {
  margin: 0 0 1.5rem 0;
}

.vetek select {
  border: none;
  border-bottom: 1px solid black;
  appearance: none;
  -webkit-appearance: none;
  width: 10.2rem;
  margin-left: 4.3rem;
  font-size: 2rem;
  background: url("../img/drop-down.svg") no-repeat center left;
  background-size: 1.5rem;

  height: 4rem;
}

.vetek select:last-child {
  margin-left: 0;
}

.estimated-fill {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estimated-fill h2 {
  margin: 0 0 2rem 0;
}

.estimated-fill p {
  margin: 0;
}

.estimated-fill .estimated-box {
  margin: 3rem 0 4rem 0;
}

#duk-btn-2 {
  margin: 2rem 0 0 0;
  cursor: pointer;
}

.estimated-box .error-text {
  margin-top: 1rem;
}

.weight-insert-toggle .splide__slide {
  opacity: 0;
  transition: .1s opacity;

}

.dob-sizer {
  padding-bottom: 5rem;
}

.calendar-fill,
.estimated-fill {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.weight-insert-toggle .go-on {
  align-self: center;
}

.dob .white-bg {
  padding-top: 0;
  padding-bottom: 0;
}

.weight-insert-toggle .splide__slide.is-active,
.otp-splide .splide__slide.is-active {
  opacity: 1;
  transition: .4s opacity;
  transition-delay: .2s;
}

.otp-splide .splide__slide {
  opacity: 0;
  transition: .1s opacity;
}

#duk-btn {
  border: none;
  background: none;
  color: #279be0;
  cursor: pointer;
}

.error input {
  border-color: #ff2c2c;

}

.dog-front .mitmutz {
  position: absolute;
  left: 5rem;
  top: 7rem;
}

.cat-front .mitmutz {
  position: absolute;
  left: 5rem;
  top: 7rem;
}

.mitmutz {
  position: absolute;
  width: 10rem;
}

.input-component.error {
  animation: no-no .5s;
}

@keyframes no-no {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-1rem);
  }

  40% {
    transform: translateX(.5rem);
  }

  60% {
    transform: translateX(-.3rem);
  }

  80% {
    transform: translateX(.2rem);
  }

  100% {
    transform: translateX(0);
  }

}

.delete-btn {
  position: absolute;
  width: 1.4rem;
  height: 3.5rem;
  background: transparent url("../img/X_1.svg") no-repeat center;
  background-size: contain;
  border: none;
  left: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  top: 0;
}

.delete-btn.hide {
  opacity: 0 !important;
  visibility: hidden !important;

}

.delete-btn.hide:focus {
  opacity: 1 !important;
  visibility: visible !important;
}

input[name="pet_weight"] {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.weight-component {
  margin: 11rem auto;
  width: 17rem;
}

.populated .delete-btn {
  opacity: 1;
  visibility: visible;
}

.error-text {
  text-align: right;
  font-size: 1.5rem;
  color: #ff2c2c;
  margin-top: .3rem;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  position: absolute;
  top: 30px;
}


.error .error-text {
  opacity: 1;
  visibility: visible;

}

.bulk-stage-1-step-end .basic-btn {
  width: 28rem;
  margin: 4rem auto;
}

.note .error-text {
  opacity: 1;
  visibility: visible;
  color: black;
}

.my-carousel-progress {
  background: white;
  position: absolute;
  top: 4rem;
  width: calc(100% - 12rem);
  left: 6rem;
  height: 1.1rem;
  border-radius: 5.5rem;
  overflow: hidden;
}

.pet-breed {
  margin: 4rem 0;
}

.my-carousel-progress-bar {
  background: var(--trqz);
  height: 100%;
  transition: width 400ms ease;
  width: 0;
}

.decor-stage {

  box-sizing: border-box;
}

.white-bg {

  height: 0;
  width: 0;

  top: 0;
  left: 0;
  transition: .3s all;
  padding: 6.4rem 25rem;
  position: relative;



}

.last-step .white-bg {
  padding: 4.4rem 12rem;
}

.white-bg-fill {
  background-color: white;
  border-radius: 0 20rem 20rem 20rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.phase-2 {
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}

.phase-2.show {
  opacity: 1;
  visibility: visible;
}

.no-del .delete-btn {
  display: none !important;
}

.step-6-fields {
  justify-content: space-between;
  width: 80rem;
  margin: 2rem auto 3rem auto;
}

.step-6-fields .input-component {
  flex: 0 0 22rem;
  margin: 0 2rem 3.6rem 2rem;



}

.step-6-fields {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.st6p {
  margin-top: 2rem;
  font-size: 2.8rem;
}

.white-bg.hide {
  opacity: 0;
}

.ribbon {
  width: 11.3rem;
  height: 19.3rem;
  background: url("../img/ribban.svg") no-repeat center;
  background-size: 11.3rem;
  position: absolute;
  left: -6.65rem;
  top: -3rem;
  z-index: 9;
  opacity: 0;
  transform: translateY(5rem);
  transition: .3s;
}

.certificate {
  width: 26.1rem;
  height: 24.4rem;
  background: url("../img/certificate.svg") no-repeat center;
  background-size: 26.1rem;
  position: absolute;
  right: -17rem;
  bottom: -3rem;
  opacity: 0;
  transform: translateY(5rem);
  transition: .3s;
}

.cat-habitat-list {
  display: inline-flex;
}

.show-rnc .ribbon,
.show-rnc .certificate {
  opacity: 1;
  transform: translateY(0);
}

.cat-habitat-list {
  margin: 4rem 0 0 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked+.label-bg {
  background-color: var(--olive) !important;
}

.custom-checkbox {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid black;
  border-radius: 20px;
  margin-left: 1rem;
  position: relative;

}

.igi-label {
  margin: 1rem 0 0 0;
}

.igi-label:hover {
  background: none !important;
}

input[type="checkbox"]:checked+.custom-checkbox:before {

  opacity: 1;

}

.custom-checkbox:before {
  content: '';
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  background: #79ca9f url("../img/vee.svg") no-repeat center;
  background-size: 1.1rem .8rem;
  border-radius: 20px;
  left: .3rem;
  top: .3rem;
  opacity: 0;
  transition: .3s all;
}

.habitat-notes {
  width: 100%;
  height: 17rem;
  position: relative;
  margin: 1.5rem 0;
}

.chh {
  width: min-content;
  margin: auto;
}

.gam-n-gam-bubble {
  width: 100%;
  height: 100%;
  background-color: rgba(153, 226, 217, 0.2);
  border-radius: 0 5.5rem 5.5rem 5.5rem;
  padding: 2.6rem 4.9rem;
  box-sizing: border-box;
  text-align: right;
  transition: .3s all;

  transform: scale(0);
  transform-origin: left top;



}

.error-text.error-msg-mandatory {
  margin: 0;
  font-weight: 700;
  color: #F24942;
  position: static;
}

.gam-n-gam-bubble.show {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gam-n-gam-bubble.error .custom-checkbox {
  border-color: #F24942;
}

.flags {
  width: 123.2rem;

  opacity: 0;
  position: absolute;
  left: -7.8rem;
  top: -2rem;


}

.bones-cake {
  width: 17.9rem;
  height: 24.2rem;

  background-size: 17.9rem;
  position: absolute;
  right: -12rem;
  bottom: 3rem;
  z-index: 9;
  opacity: 0;
  transform: translateY(5rem);
  transition: .3s;
}

.dog .bones-cake {
  background: url("../img/bone-cake.svg") no-repeat center;
  background-size: 17.9rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cat .bones-cake {
  background: url("../img/water-cake.svg") no-repeat center;
  background-size: 17.9rem;
}

.show-bd-decor .flags {
  opacity: 1;
  transform: scale(1);
}

.show-bd-decor .bones-cake {
  opacity: 1;
  transform: translateY(0);
}

.scale-holder {

  opacity: 0;
  transition: .3s all;
}

.show-scale .scale-holder {
  opacity: 1;
}


.scale-container {
  width: 140rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transform: translateY(1rem);
}

.scale-with-dog {
  width: 22.6rem;
  height: 29.1rem;

  background-size: 22.6rem;
  position: relative;
  transform: translateY(-1.7rem);
  transform-origin: top center;
  transition: .3s all;
  transform: rotate(-10deg);
  position: relative;
  top: -1.6rem;
  left: .5rem;
}

.cat .scale-with-dog .mitmutz {
  width: 6rem;
  top: 11rem;
  right: 4rem;
}

.dog .scale-with-dog .mitmutz {
  width: 7rem;
  top: 8rem;
  right: 6rem;
}

.dog .scale-with-dog {
  background: url("../img/scale_with_dog.svg") no-repeat center;
  background-size: 22.6rem;
}

.cat .scale-with-dog {
  background: url("../img/scale-with-cat.svg") no-repeat center;
  background-size: 22.6rem;
}

.scale-without-dog {
  width: 21.7rem;
  height: 27.6rem;
  background: url("../img/empty_scale.svg") no-repeat center;
  background-size: 21.7rem;
  position: relative;
  transform-origin: top center;
  transition: .3s all;
  transform: rotate(-10deg);

}

.scale-holder {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.scale-top {
  display: flex;
  transform-origin: top center;

  transition: .3s all;


}

.scale-top-angle {
  transform-origin: top center;
  transform: rotate(10deg);
}

.scale-pole {
  height: 2rem;
  background: var(--purple);
  flex-grow: 1;
  position: relative;
}

.scale-pole:before {
  height: 2rem;
  background: var(--purple);
  width: 11rem;
  position: absolute;
  content: '';
  display: block;

  top: 0;

  right: -11rem;

}

.scale-pole:after {
  height: 2rem;
  background: var(--purple);
  width: 11rem;
  position: absolute;
  content: '';
  display: block;
  left: -11rem;
  top: 0
}

.scale-base {
  width: 16.4rem;
  height: 21.6rem;
  background: url("../img/scale_base.svg") no-repeat center bottom;
  background-size: 16.4rem;
  margin: 0 auto;
}

.bulk-stage-1-step-5 h2 {
  max-width: 65rem;
}

.full-dog {
  z-index: 9;
  width: 37rem;
  height: 37.3rem;

  background-size: 37rem;
  position: absolute;
  left: -34rem;
  bottom: -12.8rem;
  opacity: 0;
  transform: translateY(5rem);
  transition: .3s all;
  pointer-events: none;
}

.dog .full-dog {
  background: url("../img/dog-full.svg") no-repeat center;
}

.dog .full-dog .mitmutz {
  transform: rotate(-28deg);
  right: 6rem;
  top: 4rem;
  width: 9rem;
}


.cat .full-dog {
  background: url("../img/cat-full.svg") no-repeat center;
  left: -30rem;
  width: 30.8rem;
  height: 28rem;
}

.l-heart-big {
  width: 22.4rem;
  height: 20.2rem;
  background: url("../img/l-heart-big.svg") no-repeat center;
  background-size: 22.4rem;
  position: absolute;
  top: -3rem;
  right: -12rem;
  opacity: 0;
  transform: scale(.5);
  transition: .3s all;
}

.l-heart-small {
  width: 7.7rem;
  height: 7rem;
  background: url("../img/l-heart-big.svg") no-repeat center;
  background-size: 7.7rem;
  position: absolute;
  bottom: 3rem;
  left: 30rem;
  z-index: 9;
  opacity: 0;
  transform: scale(.5);
  transition: .3s all;
}

.r-heart {
  width: 15.1rem;
  height: 14rem;
  background: url("../img/r-heart.svg") no-repeat center;
  background-size: 15.1rem;
  position: absolute;
  top: 4rem;
  opacity: 0;
  left: -11rem;
  transform: scale(.5);
  transition: .3s all;
}


.last-step .l-heart-big,
.last-step .l-heart-small,
.last-step .r-heart,
.last-step .full-dog {
  opacity: 1;
  transform: scaleX(1) translateY(0);
}

.the-banner {
  width: 128.4rem;
  height: 35.4rem;
  background: url("../img/price-banner.svg") no-repeat center;
  background-size: 128.4rem;
  margin: auto;
}

#verification-code {
  text-align: center;
}

.the-banner h1 {
  margin: 0;
  padding: 10rem 0 0 0;
}

.indication-bubble.name-bubble {

  position: absolute;
  min-width: 21.8rem;
  height: 20.1rem;
  padding: 0;
  background-color: var(--neon);
  border-radius: 10rem 10rem 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -17.1rem;
  left: 20.8rem;
  line-height: normal;
  transform-origin: bottom left;
  white-space: normal;
}

.name-bubble .pets-name-text {
  font-size: 4rem;
}

select:focus {
  outline: none;
  border-color: rgba(121, 202, 159, 1);
}

.indication-bubble {
  background-color: var(--neon);
  height: 6.6rem;
  padding: 0 2rem;
  margin-top: 2rem;
  line-height: 6.6rem;
  border-radius: 3.3rem 0 3.3rem 3.3rem;
  white-space: nowrap;
  transform: scale(0);
  transition: .3s all;

  transform-origin: top right;
  position: absolute;
}

.indication-bubble.show {
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bulk-stage-1-step-3 .indication-bubble {
  margin-top: 8rem;
}

.indication-bubble.show {
  transform: scale(1);
}

.form-label {}

.focused .form-label {
  transform: translateY(-2.2rem);
  font-size: .75em;
}

.cat-ear {
  width: 9rem;
  position: absolute;

}

.cat-ear.ear-1 {
  right: -1.6rem
}

.cat-ear.ear-2 {
  right: 5.6rem
}

.dog-tail {
  width: 8.9rem;
  height: 15.5rem;
  position: absolute;
  left: 7.7rem;
  top: 2rem;
  transform: scaleX(-1);
}

.cat-tail {
  width: 15rem;
  height: 23rem;
  left: 2.1rem;
  top: -3.2rem;
  position: absolute;
}

.candles {
  width: 24rem;
  position: absolute;
  left: -3rem;
  top: -2rem;
}

.habitat .white-bg {
  padding: 3.4rem 13rem;
}

.habitat-cat {
  width: 20.6rem;
  height: 19.3rem;
  background-image: url("../img/habitat_cat.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 13.8rem;
  position: absolute;
  bottom: 2.6rem;
  right: -10rem;
  z-index: 9;
  transform: scale(0);
  transition: .3s all;

  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.habitat-cat .mitmutz {
  width: 6rem;
  left: 1.6rem;
  top: 4rem;
}

.habitat-cat .cat-tail {

  width: 9rem;
  height: auto;
  right: -1.7rem;
  bottom: -.6rem;

  top: auto;
  left: auto;
}

.dashed {
  stroke-dasharray: 10;

}

.path,
.path2,
#path33 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;


}

.habitat-cat-line {
  width: 87.9rem;
  height: 49.8rem;
  position: absolute;
  right: 6.5rem;
  bottom: -4.4rem;
  opacity: 0;
}

.habitat-cat-line-2 {
  width: 43rem;
  height: 27.9rem;
  left: -16.8rem;
  position: absolute;
  top: 11rem;
  opacity: 0;
}

.habitat-cat-line-3-mask {
  width: 23rem;
  height: 27.9rem;
  position: absolute;
  left: -1px;
  top: 9.4rem;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;

}

.habitat svg {
  width: 100%;
  height: 100%;
}

.dog .scale-with-dog {
  background: url(../img/scale_with_dog.svg) no-repeat center;
  background-size: 22.6rem;
}


.habitat.terminated .habitat-cat-line-3-mask,
.habitat.terminated .habitat-cat-line-2 {
  opacity: 1;
}

.habitat-cat-line-3 {
  width: 43rem;
  height: 27.9rem;

  position: absolute;

  z-index: 111;

}

.habitat .path {
  stroke-dashoffset: 0;
  animation: dash 1s linear alternate;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}


.habitat #path33 {
  stroke-dashoffset: 0;
  animation: dash33 1.5s linear;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}

.habitat .habitat-cat-line {
  opacity: 1;
}

.habitat .habitat-cat,
.habitat .magnify-class {
  transform: scale(1);
}

.habitat .habitat-cat {
  transition-delay: .3s;
}

.magnify-class {
  width: 10.7rem;
  height: 10.7rem;
  position: absolute;
  left: -21.2rem;
  top: 1.5rem;
  background-image: url('../img/magnify_glass.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10.7rem;
  transform: scale(0);
  transition: .3s all;

  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.habitat .magnify-class {
  transition-delay: 1s;
}

@keyframes dash33 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -1000;
  }
}

.x-mag-con {
  height: 14.8rem;
  width: 14.5rem;
  margin: 2rem auto;
}

.x-mag {
  height: 14.8rem;
  width: 14.5rem;
  background: url("../img/x-mag.svg") no-repeat center;
  background-size: contain;
}

/*
.habitat.terminated .bulk-stage-1-step-2-a .process-ui  h2,
.habitat.terminated   .bulk-stage-1-step-2-a .process-ui .chh,
.habitat.terminated  .bulk-stage-1-step-2-a .process-ui .go-on-con
{
  transition: .3s all;
  transform:translateY(-5rem);
  opacity: 0;
  pointer-events: none;
}

.habitat.terminated  .bulk-stage-1-step-2-a .process-ui .chh {
  transition-delay: .1s;
}
.habitat.terminated  .bulk-stage-1-step-2-a .process-ui .go-on-con{
  transition-delay: .2s;
}
*/
.process-ui {
  transform: scale(1);
  transition: .3s all;
}

.stop-process {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: .3s all;
  transition-delay: .5s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.habitat.terminated .stop-process {
  pointer-events: all;
  transform: scale(1);
  opacity: 1;
}

.habitat.terminated .process-ui {

  transform: scale(0);
  pointer-events: none;
  opacity: 0;
}

.habitat.terminated .magnify-class {
  transform: scale(0);
  transition-timing-function: ease-in;
  transition-delay: 0s;
  transition: .2s all;

}

.path2 {
  stroke-dashoffset: 0;
}

.habitat.terminated .path2 {

  animation: dash2 .2s linear alternate;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}

@keyframes dash2 {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -1000;
  }
}

.dog .full-dog {
  background: url(../img/dog-full.svg) no-repeat center;
  background-size: contain;
}

.cat .full-dog {
  background: url(../img/cat-full.svg) no-repeat center;
  background-size: contain;
}

.cat .full-dog .mitmutz {
  transform: rotate(-28deg);
  right: 5rem;
  top: 3rem;
  width: 9rem;
  ;
}

.cat .full-dog {
  left: -10rem;
}


.id-componenet {
  margin: 5rem auto;
}

.otp .white-bg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pawn {
  width: 32rem;
  margin: auto;
}

.switched-mobile {
  margin-top: 3.6rem;
}

.pawn2,
.pawn3 {
  width: 32rem;
  margin: 0 auto 0 auto;

}

.pawn3 {
  left: 0;
  right: 0;
}

.pawn.hide,
.pawn2.hide {
  opacity: 0;
}

.otp-step-2 h2 {
  margin: 0 0 2rem 0;
}

.pawn-container {
  height: 15rem;
}

.pawn,
.pawn2 {
  right: 0;
  left: 0;
  margin: auto;
}

.dog-m.mitmutz {
  position: absolute;
  width: 7rem;
  right: 10rem;
  top: 5rem;
}


.cat-m.mitmutz {
  position: absolute;
  width: 7rem;
  left: 9rem;
  top: 6rem;
}

.bulk-stage-1-step-end h2 {
  max-width: 70rem;
}

.end-process-pets {
  position: relative;
  height: 19rem;
  width: 51rem;
  background: url(../img/cant_go_on_pets.svg) no-repeat center;
  background-size: 51rem;
  margin: 2rem auto;

}

#resend-code,
#resend-code-1 {
  cursor: pointer;
}


.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8) center no-repeat;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}

.loader.first-load {
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, .8) url("../img/loader.svg") center no-repeat;
}

.loader-animation {
  display: none;
}

.loader.show {
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, .8);
}

.loader.show .loader-animation {
  display: block;

}

.fields-con .input-component {
  margin-left: 1rem;
  margin-right: 1rem;
}


.bulk-stage-1 .bulk-stage-1-step-4 .splide__track {
  overflow: visible !important;
}

.estimated-fill {
  pointer-events: none;
}

.estimated-fill button,
.estimated-fill select {
  pointer-events: all;
}

.error-img {
  height: 24.142rem;
  width: 41.722rem;
  background: url("../img/big-error.svg") no-repeat center;
  background-size: contain;
}

.big-error {
  background-color: var(--light-trqz);
  z-index: 9999;
  transition: .3s all;
}

.big-error-frame {
  background-color: white;
  border-radius: 0 20rem 20rem 20rem;
  padding: 5rem 17rem;
  transform: scale(0);
  transition: .3s all;
  transition-delay: .3s;

}


label[fpr="pet_dob"] {
  font-size: 2.4rem;
}

.another-pet {
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999;
  transition: .3s all;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.another-pet.show {

  opacity: 1;
  visibility: visible;

}

#close-another-pet {
  position: absolute;
  border: none;
  left: 3rem;
  top: 3rem;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../img/icon_navigation_X.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;

}

.another-pet-img {
  height: 13.2rem;
  width: 18.2rem;
  background: url(../img/another-pet.svg) no-repeat center;
  background-size: contain;
  margin: auto;
  margin-bottom: 2rem;
}

.another-pet-frame h2 {
  max-width: 50rem;
  margin: 5rem auto 2rem;
}

.another-pet-frame {
  border-radius: 2rem;
  text-align: center;
  max-width: 75rem;
  width: 100%;
  background-color: white;
  padding: 5rem 8rem;
  box-sizing: border-box;
  position: relative;
}

.our-details {
  font-size: 2.4rem;
  font-weight: 700;
}

.pln {
  margin: 5rem 0 2rem;
}

.ek {
  font-weight: 700;
}

.big-error {
  opacity: 0;
  visibility: hidden;
}

.clinics .area-con {
  flex-grow: 1;
}

.clinic-autocolplete {
  margin: 0;
}

.big-error.show {
  opacity: 1;
  visibility: visible;
}

.big-error.show .big-error-frame {
  transform: scale(1);
}

.clinics-rsults-accrd {
  height: 0;
  overflow: hidden;
}

.exit {
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  position: fixed !important;
  z-index: 999999999999;
}

.exit-frame {
  border-radius: 2rem;
  transition: .3s all;
  transform: scale(0);
  transition-delay: .3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem;
  box-sizing: border-box;
}

.exit.show {
  opacity: 1;
  visibility: visible;
}

.exit.show .exit-frame {
  transform: scale(1);
}

.exit-frame h2 {
  font-size: 4rem;

  letter-spacing: 0.03em;

}

.exit-frame p {

  font-size: 2.4rem;
  font-weight: 700;

  letter-spacing: 0.03em;
  margin: 2rem auto;
  max-width: 45rem;


}

.exit-btns li {
  margin: 0 1rem;
}

.exit-img {
  width: 23.8rem;
  height: 23.2rem;
  background: url("../img/exit_img.svg") no-repeat center;
  background-size: contain;
}

/*
input[type="date"]::before{
  color: #ffffff;
  content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
  content: "" !important;
}

*/


.floating-label {
  position: relative;

}


.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

.datepicker-input {
  cursor: pointer;
  transition: .3s all;
}

.datepicker-input:hover {
  opacity: .7;
}

.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264AE;
}

.floating-label label {
  color: #999;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: .5rem;
  top: .5rem;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: -1.2rem;
  font-size: .75em;

}

select {
  color: black;
}

.floating-select:focus~label,
.floating-select:not([value='']):valid~label {
  top: -1.2rem;
  font-size: .75em;

}


/* active state */

.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* highlighter */

.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}


/* active state */


.floating-select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}


/* animation */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}


/* width */
::-webkit-scrollbar {
  width: 6px;
  padding-left: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.duk,
#duk-btn-2 {
  transition: .3s all;
}

.duk.hide,
#duk-btn-2.hide {
  opacity: 0;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 768px) {
  .custom-checkbox {
    width: 8.3rem;
  }
}

/* ==========================================================================
   FIX: Mobile scroll for bulk-stage-1-step-6 (Galaxy S21 Ultra and similar)
   ========================================================================== */
@media (max-width: 1023px) {

  /* Allow only the long user form step (step-6) to scroll — not all steps */
  .bulk-stage-1-step-6.step.is-active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 13.3rem);
    max-height: calc(100dvh - 13.3rem);
    justify-content: flex-start;
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  /* OTP step must NOT get overflow/height constraints — iOS compositing strips the background */
  .bulk-stage-1-step-6-a.step.is-active {
    max-height: none;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }

  /* Step 6 specifically: stack fields in a single column so nothing overflows horizontally */
  .step-6-fields {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto 2rem auto;
  }

  .step-6-fields .input-component {
    flex: unset;
    width: 80%;
    margin: 0 0 3.6rem 0;
  }

  /* The email field had a fixed wide value — reset it on mobile */
  .step-6-fields .input-component.email {
    flex: unset;
    width: 80%;
  }

  /* Keep the slider track from clipping scrollable content */
  .stage-1-splide,
  .stage-1-splide .splide__track {
    height: auto;
    overflow: visible;
  }

  /* The wizard wrapper should not constrain height on mobile */
  .wizard-wrapper {
    height: auto;
    min-height: 100%;
  }

  .stage {
    height: auto;
  }
}