body{
  background-color: #130C1E;
}
.hidden {
  display: none !important;
}
.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{
  letter-spacing: 1px;
}
.main,
.radio-image-container {
  -webkit-overflow-scrolling: touch;
}
.error-message.ecchi-content-msg {
    text-align: center;
    padding-top: 10px;
}
.slick-arrow.slick-next,
.slick-arrow.slick-prev {
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  transition: none;
  z-index: 1;
}
.slick-arrow.slick-prev {
  background-image: url("/wp-content/uploads/2024/12/Slider-Arrow-1.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.slick-prev:hover {
  background-image: url("/wp-content/uploads/2024/12/Slider-Arrow-1.png");
}
.slick-arrow.slick-next {
  background-image: url("/wp-content/uploads/2024/12/Slider-Arrow.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.slick-next:hover {
  background-image: url("/wp-content/uploads/2024/12/Slider-Arrow.png");
}
.user-create.error-message p {
    color: gray;
}

.user-create.error-message p a {
    color: #ce2a42;
}
.error-message.waifu {
    text-align: center;
}
/* .step.disable {
    opacity: 0.4;
} */
.slide-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.checkbox-button,
.main,
.slick-slide,
.waiting-card {
  position: relative;
}
.multiple-items .select .list-item img {
  box-sizing: border-box;
}

div.multiple-items .list-item {
  margin: 30px 0 20px;
  height: 100%;
}

.multiple-items .slick-current.slick-active.slick-center {
  z-index: 4;
  transform: scale(1.1) translate(0) !important;
  position: relative;
}

.slider.multiple-items.slick-slider {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.slider.multiple-items.slick-slider .slick-list {
  width: 100%;
}
.multiple-items .slick-slide,
.multiple-items
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"],
.multiple-items
  .slick-slide
  + .slick-slide.slick-active
  + .slick-slide.slick-active {
  transform: scale(0.8, 0.8);
  transition: 0.4s ease-in-out;
}
.multiple-items
  .slick-current.slick-active.slick-center
  + .slick-slide.slick-active
  + .slick-slide.slick-active {
  transform: scale(0.5) translate(-100px);
}
hr {
  width: 10%;
  background-color: #716D78;
  margin: auto;
  height: 2px;
}
.form-step {
  display: none;
}


.list-item .img-text {
  display: block;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.list-item.slick-active.slick-center .img-text {
  opacity: 1;
  visibility: visible;
}


.checkbox-button.selected .checkmark,
.form-step.active,
.select img.selected-waifu-icon,
.slick-center .img-text,
.slick-center h4,
.slick-center p,
.step.active .fire-icon {
  display: block;
}
p.waifu-title.red {
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
p.waifu-sub-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-wrap: wrap;
}
.form-container h1,
h2.red {
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}
.slick-slide img.selected-waifu-icon {
  display: none;
  position: absolute;
  top: 8%;
  right: 10%;
  z-index: 2;
}
body .slick-slide.select img.selected-waifu-icon {
  display: block;
}
body {
  background-color: #130c1e;
}
.wf-cnt {
  margin-top: 65px;
  line-height: 1.2em;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 930px;
}
.form-container h1 {
  color: #fff;
  margin: 0;
}
.form-container {
  padding: 2rem;
  border-radius: 8px;
  display: block;
  margin: auto;
  width: 100%;
}
.red {
  color: #ce2a42;
}
.step-indicator div {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #716D78;
}
.step-indicator div.active {
  background-color: transparent;
  border: none;
}
.btn {
  background-color: #ce2a42;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 15px;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 30px;
  min-width: 157px;
  height: 51px;
}
.btn:hover {
  border: #f41132;
  background-color: #f41132;
}
.ac-waifu-screen .btn.next-step-btn,
.save-waifu-screen .btn.next-step-btn {
  margin-top: 34px;
}
.btn-secondary {
  background-color: #555;
}
.slider-nav {
  margin: 0 auto;
  width: 600px;
  text-align: center;
  display: flex;
  align-items: center;
}
p.note-sub {
  line-height: 29px;
  color: #959faa;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
p.note,
p.note-last {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
p.note {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
p.note-last {
  font-size: 28px;
  font-weight: 500;
}
form#multi-step-form {
  margin-bottom: 35px;
}
.promotional {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.promotional img.pro-img {
  height: 50px;
  object-fit: contain;
  width: auto;
}
.fifth-ftr {
  margin: 50px 0 0 !important;
}
.main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100vh;
}
.main ::-webkit-scrollbar {
  display: none;
}
.slider-nav img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.slider-nav h4,
.slider-nav p {
  display: none;
  text-align: center;
  margin: 10px 0;
}
.slick-center img {
  transform: scale(1) translate(10px);
  transition: 0.3s ease-in-out;
}
.wf-cnt h4 {
  color: #ce2a42;
  font-size: 18px;
  line-height: 1.2em;
}
.controls button,
.step {
  color: #fff;
  cursor: pointer;
}
.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  gap: 0;
  width: 100%;
}
.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, transform 0.3s;
}
.step.active {
  background-color: #007bff;
  transform: scale(1.2);
}
.controls button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #007bff;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.controls button:hover {
  background-color: #0056b3;
}
.third-slide {
  text-align: center;
  margin-bottom: 60px;
}
textarea.txtarea {
  background-color: unset;
  border-bottom: 1px solid #fff !important;
  border: none;
  color: #868686;
  font-size: 18px;
  margin: 30px auto;
  width: 70%;
  padding: 0;
  text-align: center;
  height: 70px !important;
}
.fourth-step .form-group {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #fff;
  margin: 40px auto;
  width: 80%;
  justify-content: center;
  align-items: center;
}
.fourth-step .form-group img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.fourth-step .form-group input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: 0;
  color: #bbb;
  font-size: 16px;
}
.fourth-step .form-group input::placeholder {
  color: #bbb;
}
.checkbox-container {
  display: flex;
  gap: 50px;
  height: 415px;
  justify-content: center;
  align-items: flex-end;
  margin: 50px 0;
}
#multi-step-form .checkbox-container .card::before {
  display: none;
}
.oppai-show-circule-img .select-waifu {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  inset: 0;
}
.oppai-show-circule-img {
  width: 280px !important;
  max-width: 280px !important;
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.oppai-show-circule-img::before {
  content: '';
  position: absolute;
  top: 54.4%;
  left: 49.6%;
  width: calc(100% + 24px);
  padding-top: 100%;
  border-radius: 50%;
  border: 12px solid #FF4147;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
  z-index: -1;
  background-color: #373142;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.oppai-show-circule .oppai-show-circule-img::before {
  opacity: 1;
  visibility: visible;
}
.checkbox-button {
  width: 190px;
  height: 50px;
  border-radius: 50px;
  background-color: #25144d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  left: 5px;
  margin-top: -30px;
  top: 0;
}
.priority-card,
.waiting-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 425px;
}
.priority-button,
.waiting-button {
  transition: background-color 0.3s;
  cursor: pointer;
}
span.wfu-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.checkbox-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-button .checkmark {
  position: absolute;
  top: -250px;
  right: -45px;
  display: none;
}
.checkbox-button .checkmark img {
    width: 100%;
}
.card{
  width: 100%;
}
.card,
.priority-list .rfg {
  display: flex;
}
.checkbox-button.selected {
  background-color: #1cbd43;
  color: #fff;
  border: 1px solid #fff;
}
.sub-title {
  margin: 25px 0;
  text-align: center;
}
label.checkbox-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.flex-container {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.journey-5 {
  margin: 20px 0;
}
.foot-bar {
  margin: 10px 0 0;
}
.waiting-card {
  background-color: #2f2b42;
  color: #fff;
  width: 300px;
  padding: 20px;
  border-radius: 21px;
  text-align: center;
}
.priority-title,
.waiting-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  padding-left: 15px;
}
.waiting-list {
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
}
.waiting-button {
  background-color: #201c2e;
  color: #959faa;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  border: 1px solid #acaaaa;
  border-radius: 50px;
  margin-top: 10px;
  position: absolute;
  z-index: 9999;
  left: 20px;
  bottom: 20px;
  width: 205px;
}
.waiting-button:hover {
  background-color: #15131f;
  color: #959faa;
  border-color: #15131f;
}
.emoji-priority,
.emoji-waiting {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 60px;
  z-index: 1;
}
.priority-card {
  background-color: #ce2a42;
  color: #fff;
  width: 300px;
  padding: 21px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.priority-badge {
  display: inline-block;
  background-color: #5b8a11;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px 5px 50px;
  border-radius: 30px;
  margin-bottom: 15px;
  position: absolute;
  left: 15px;
  top: -15px;
}
.priority-badge::before {
  content: url("/wp-content/uploads/2024/12/Fire-1.png");
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 26px;
}
.priority-list {
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 5px;
}
span.ln {
  padding-left: 8px;
}
.priority-list li {
  font-size: 16px;
  padding: 4px 0;
}
.priority-button {
  background-color: #fff;
  color: #e44c4c;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  right: 80px;
  z-index: 9999;
  width: 200px;
}
.priority-button:hover {
  background-color: #15131f;
  color: #fff;
}
.emoji-priority img,
.emoji-waiting img {
  max-width: 138px;
}
img{
  max-width: unset;
}
img.icon-p {
  width: 25px;
  height: 25px;
  margin-top: 0;
}
img.img-1,
img.img-3 {
  position: absolute !important;
  left: 0;
  height: auto;
}
img.img-2,
img.img-4,
img.img-5 {
  position: absolute !important;
  right: 0;
  height: auto;
}
.img-1,
.img-2,
.img-3,
.img-4,
.img-5,
.img-6,
.img-7 {
  display: none;
  z-index: -10;
}
.fire-icon,
.foot-bar .stop,
.step.active .num {
  display: none;
}
.fire-icon {
  max-width: 36px;
  width: 100%;
}
textarea.txtarea:focus {
  background: 0 0;
  color: #fff;
}
span.num {
  color: #716D78;
  font-size: 12px;
}
.journey-5 p {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 160px;
}

.radio-image-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
  max-width: 100%;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.radio-image-wrapper {
  position: relative;
  flex: 0 0 250px;
  scroll-snap-align: center;
}
.radio-image-wrapper input[type="radio"] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.radio-image-content {
  border: 3px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.radio-image-wrapper input[type="radio"]:checked + .radio-image-content {
  border-color: #007bff;
}
.radio-image-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.radio-image-content .wf-cnt {
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.next-button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.error-message {
  display: none;
}
.error-message, .error-message-phone {
  text-align: left;
  color: #ce2a42;
  margin-top: 6px;
  font-size: 13px;
  margin-bottom: 0;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
ul#iti-0__country-listbox {
  z-index: 9;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
#multi-step-form .form-container {
  width: 90%;
  margin: -10px auto 0 auto;
}
.error-message-dob {
  text-align: center;
}
.checkbox-label.ecchi-content-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opp-hide-wifu {
  overflow: hidden !important;
}
.checkbox-label.ecchi-content-checkbox label {
  padding-left: 5px;
  cursor: pointer;
}
.error-message.ecchi-content-msg p {
  padding-bottom: 15px;
}
.error-message.ecchi-content-msg {
  display: block;
  padding-bottom: 0;
  margin: 0 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #130c1e inset !important;
  -webkit-text-fill-color: white !important;
}
label.checkbox-label.ecchi-content-checkbox input {
  margin-bottom: 15px !important;
}
.form-container.fourth-step {
  padding-bottom: 0 !important;
}

.field-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}
.field-wrapper input[type="text"]:focus, .field-wrapper input[type="email"]:focus, .field-wrapper input[type="url"]:focus, .field-wrapper input[type="password"]:focus, 
.field-wrapper input[type="search"]:focus, .field-wrapper input[type="number"]:focus, .field-wrapper input[type="tel"]:focus, .field-wrapper input[type="range"]:focus, 
.field-wrapper input[type="date"]:focus, .field-wrapper input[type="month"]:focus, .field-wrapper input[type="week"]:focus, .field-wrapper input[type="time"]:focus, 
.field-wrapper input[type="datetime"]:focus, .field-wrapper input[type="datetime-local"]:focus, .field-wrapper input[type="color"]:focus, .field-wrapper select:focus, .field-wrapper textarea:focus,
.field-wrapper input:focus {
  background-color: transparent;
  color: #fff;
  border-color: #1CBD43;
}
.field-wrapper input[type="text"], .field-wrapper input[type="email"], .field-wrapper input[type="url"], .field-wrapper input[type="password"], 
.field-wrapper input[type="search"], .field-wrapper input[type="number"], .field-wrapper input[type="tel"], .field-wrapper input[type="range"], 
.field-wrapper input[type="date"], .field-wrapper input[type="month"], .field-wrapper input[type="week"], .field-wrapper input[type="time"], 
.field-wrapper input[type="datetime"], .field-wrapper input[type="datetime-local"], .field-wrapper input[type="color"], .field-wrapper select, .field-wrapper textarea,
.field-wrapper input {
  height: 62px;
  border-radius: 5px;
  border-color: #4B5157;
  background-color: transparent;
  color: #fff;
  padding: 10px 17px;
    font-size: 14px;
}
.field-wrapper .validation-error input {
  border-color: #ce2a42;
}
.field-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
.field-group .input-field {
  width: 100%;
  max-width: calc(50% - 8px);
}
.field-wrapper input[type="checkbox"] {
  appearance: none;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  margin-right: 18px;
}
.field-wrapper input[type="checkbox"]::before {
  width: 22px;
  height: 22px;
  margin: 0;
  transform: translate(-50%,-50%);
  background-color: transparent;
  border-color: #fff;
}
.field-wrapper input[type="checkbox"]:checked::before {
  background: #1CBD43;
  border-color: #fff;
}
.field-wrapper input[type="checkbox"]::after {
  content: '';
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-image: url("/wp-content/uploads/2025/07/white-check.png");
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}
.field-wrapper input[type="checkbox"]:checked::after {
  opacity: 1;
  visibility: visible;
}


.waifu-avatar-img {
  max-width: 347px;
  margin-inline: auto;
  width: 100%;
}
.waifu-avatar-img .img-wrap {
  width: 100%;
  position: relative;
  padding-top: 73.876%;
}
.waifu-avatar-img .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tag-line {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.field-wrapper .checkbox-field {
  margin-top: 8px;
}
.btn-has-doodle .btn {
  position: relative;
}
.btn-has-doodle .btn::after {
  content: '';
  position: absolute;
  width: 104px;
  height: 85px;
  background-image: url("/wp-content/uploads/2025/07/free-packes.svg");
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-card-section {
  max-width: 343px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.form-card-section .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  max-width: 100%;
  align-items: center;
}
.form-card-section .inner-card {
  border-radius: 200px;
  background-color: #381D67;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 2px;
  padding-right: 64px;
  position: relative;
}
.form-card-section .inner-card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background-image: url("/wp-content/uploads/2025/07/green-circle-checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.form-card-section .card:nth-child(2n) .inner-card {
  background-color: #5217BA;
}
.form-card-section .inner-card .card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: rgba(0,0,0,0.3);
  overflow: visible;
}
.form-card-section .inner-card .card-avatar img {
  min-width: 100%;
  height: calc(100% + 12px);
  object-fit: contain;
  width: 100%;
  object-position: bottom;
  border-radius: 0 0 100px 100px;
}
.form-card-section .inner-card .card-avatar-info {
  width: 100%;
  max-width: calc(100% - 72px - 16px);
  padding-block: 8px;
}
.card-avatar-info p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.pixel-preview {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: initial;
  row-gap: 10px;
  margin-bottom: 24px;
  margin-inline: -5px;
}
.pixel-preview .pixel-img-wrapper {
  padding-inline: 5px;
  width: 100%;
  max-width: 33.33%;
  margin-inline: 0;
}
.pixel-img-wrapper .img-wrap {
  width: 100%;
  border-radius: 14px;
  border: 3px solid #CE2A42;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.pixel-img-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instructions-wrapper {
  margin-top: 24px;
  max-width: 100%;
  margin-inline: auto;
}
.instructions-head {
  margin-bottom: 18px;
}
.instructions-head .instructions {
  text-align: center;
  color: #CE2A42;
  font-size: 18px;
  font-weight: 600;
}
.instructions-wrapper .steps-box {
  padding: 23px 18px;
  border-radius: 21px;
  background-color: #381D67;
  width: 100%;
}
.steps-box .steps-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 8px;
}
.steps-box .step-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 19px;
  margin-bottom: 30px;
}
.steps-box .step-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  text-align: center;
}
.steps-box .step-item p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.steps-box .step-item .img-wrapper {
  width: 100%;
}
.steps-box .step-item .img-wrapper img {
  width: 100%;
  height: auto;
}
.card-footer h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
    line-height: 100%;
}
.list-item .img-wrap {
  width: 100%;
  position: relative;
  padding-top: 131%;
}
.list-item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.promotional img.pro-img.pro-img.rating-text-img {
  max-width: 156px;
  height: 61px;
}

.password.input-field .form-group {
  position: relative;
}
.input-field .toggle-password {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.toggle-password:not(.show-password) .hide_box {
  display: none;
}
.toggle-password.show-password .show_box {
  display: none;
}
.input-field .toggle-password > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.password.input-field input[type="password"] {
  padding-right: 56px;
}
.form-step.active #forth-loader {
  position: fixed;
  z-index: 99;
  max-width: 100%;
}






/* START TUTORIAL PAGE DESIGN CODE */
.tutorial-page {
  padding-block: 60px;
}
.tutorial-page div.form-step {
  min-height: auto;
}
/* END TUTORIAL PAGE DESIGN CODE */






/* START RESPONSIVE DESIGN CODE */
@media (max-width: 1024px) {
  .slider-nav img {
    width: 90%;
  }
  .slick-center img {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .slick-slide img.selected-waifu-icon {
    top: 5%;
    right: 5%;
    width: 54px;
  }
}

@media (max-width: 768px) {
  .emoji-priority,
  .emoji-waiting {
    right: auto;
    left: -25px;
  }
  .slider.multiple-items {
    display: none;
  }
  .main {
    height: auto;
  }
  button.btn.next-step-btn.jrny-first {
    margin-top: 0;
  }
  img.selected-waifu-icon {
    right: 15%;
  }
  button#place_order {
    width: 60% !important;
  }
  .journey-5 p {
    margin: 0;
  }
  .form-container {
    /* padding: 0; */
    width: 100%;
  }
  .form-container h1,
  h2.red {
    font-size: 25px;
    line-height: 28px;
  }
  p.note,
  p.note-last {
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .slider-nav img {
    width: 100%;
  }
  .slider-nav {
    margin: 0 auto;
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .step-indicator {
    margin: 30px auto;
    gap: 0;
    width: 100%;
  }
  hr {
    width: 3.8%;
  }
  p.note {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
  }
  p.note-last {
    font-size: 19px;
    font-weight: 600;
  }
  p.note-sub {
    line-height: 25px;
    color: #959faa;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
  }
  .flex-container {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .checkbox-container {
    display: flex;
    gap: 24px;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
  }
  .card {
    max-width: 45%;
    position: relative;
  }
  .oppai-show-circule-img {
    width: 180px !important;
    max-width: 180px !important;
  }
  .oppai-show-circule-img::before {
    width: calc(100% + 10px);
    border: 5px solid #FF4147;
  }
  .checkbox-button {
    width: 100%;
    height: 50px;
    padding-inline: 26px;
    margin-top: -15px;
    z-index: 1;
    position: unset;
  }
  .checkbox-button .checkmark {
    position: absolute;
    top: 0;
    right: 10%;
    display: none;
    max-width: 40px;
  }
  
  .foot-bar {
    margin: 10px 0 0;
  }
  .btn {
    margin-top: 30px;
  }
  .third-slide {
    margin-bottom: 20px;
  }
  .fifth-ftr {
    padding-top: 40px;
  }
  .fourth-step .form-group {
    margin: 30px auto;
    width: 100%;
  }
  .priority-card {
    height: 400px;
    width: 315px;
    padding: 50px 15px;
  }
  .waiting-card {
    width: 315px;
    height: 305px;
  }
  .emoji-priority {
    bottom: -20px;
  }
  .waiting-button {
    left: 40px;
    bottom: 50px;
  }
  .priority-button {
    right: 75px;
    bottom: 50px;
  }
  .priority-badge {
    padding: 15px 20px 15px 35px;
    width: 90%;
    letter-spacing: 3px;
  }
  .priority-badge::before {
    left: 15px;
    bottom: 5px;
  }
  .emoji-priority img,
  .emoji-waiting img {
    max-width: 131px;
  }
  .form-step.active {
    display: flex;
  }
  .form-step {
    max-width: 100%;
    min-height: 100dvh;
    flex-direction: column;
  }
  .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    z-index: 999999;
  }
  textarea.txtarea {
    height: 100px !important;
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
  img.img-6 {
    position: absolute;
    right: -55px;
    top: 0;
    z-index: 1;
    height: 100%;
  }
  img.img-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 55%;
    z-index: -8;
  }
  div.multiple-items .list-item {
    height: 100%;
    margin-top: 0;
  }
  p.waifu-title.red {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
  }
  p.waifu-sub-title {
    font-size: 12px;
    text-wrap: wrap;
  }
  .list-item .img-wrap {
    width: 100%;
    position: relative;
    margin-inline: auto;
  }
  body .slick-center img.opp-ai-img-select {
    transform: scale(1) translate(-50%);
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
    .form-container {
      padding: 0;
    }
    .form-card-section,
    .field-wrapper {
        margin-block: 24px 34px;
    }
    .pixel-preview {
        margin-top: 24px;
    }
    .instructions-wrapper {
        margin-bottom: 34px;
    }
    .tutorial-page .instructions-wrapper {
        margin-bottom: 0px;
    }
    .promotional {
      gap: 14px;
    }
    .promotional img.pro-img {
      height: 36px;
      max-width: 94px;
    }
    .multiple-items .slick-current.slick-active.slick-center {
      transform: scale(1) translate(0) !important;
    }
    .slick-slide img.selected-waifu-icon {
      right: 15%;
      width: 48px;
    }
    div.multiple-items .list-item {
      padding-inline: 52px;
    }
    .ac-waifu-screen .btn.next-step-btn, .save-waifu-screen .btn.next-step-btn {
      margin-top: 0;
    }
    .promotional img.pro-img.pro-img.rating-text-img {
      max-width: 100%;
      width: 100%;
    }
}

@media screen and (max-width: 450px) {
  .oppai-show-circule-img {
    width: 150px !important;
    max-width: 150px !important;
  }
}
@media screen and (max-width: 375px) {
    .btn-has-doodle .btn::after {
        width: 84px;
        height: 70px;
        right: -70px;
    }
    .field-group .input-field {
        max-width: 100%;
    }
    .form-card-section .inner-card {
      padding-right: 56px;
    }
    .form-card-section .inner-card .card-avatar-info {
        max-width: calc(100% - 60px - 12px);
    }
    .card-avatar-info p br {
      display: none;
    }
    .form-card-section .inner-card .card-avatar {
      width: 60px;
      height: 60px;
    }
    .card-avatar-info p {
      font-size: 12px;
    }
    .form-card-section .inner-card::after {
      width: 32px;
      height: 32px;
    }
    .oppai-show-circule-img {
        width: 120px !important;
        max-width: 120px !important;
    }
}
/* END RESPONSIVE DESIGN CODE */
