.account-selection {
  border-radius: 0;
  display: flex;
  max-width: 633px;
  flex-direction: column;
  align-items: center;
}

.option-item {
  display: flex;
  flex-direction: column;
  width: 136px;
  align-items: center;
}

.option-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 88px;
  align-self: center;
}

.option-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-block-end: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.journey-section {
  width: 600px !important;
  /* min-height: 611px !important; */
  /* overflow: hidden; */
  justify-content: space-between;
  /* margin-top: -100px !important; */
}

.account-actions button {
  font-size: 14px;
}

.journey-container {
  display: flex;
  height: fit-content;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.journey-name-fields {
  align-self: stretch;
  letter-spacing: 1.28px;
  line-height: 2;
  flex-wrap: unset;
}

.account-creation form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.account-creation form .fields {
  display: flex;
}

.email-fields {
  display: flex;
  width: 100%;
  align-items: start;
}

.password-important-sect {
  display: flex;
}

.account-title {
  color: #c63093;
  /* font-size: 36px; */
  font-weight: 500;
  text-align: center;

  z-index: 10;
}

.address-card {
  border-radius: 20px;
  background-color: #f6edf3;
  width: 100%;
  /* max-width: 370px; */
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.28px;
  line-height: 25px;
  padding: 24px 20px;
}

.navigation-links {
  /* align-self: stretch; */
  display: flex;
  /* flex-direction: column; */
  font-size: 20px;
  margin-top: 38px;
  gap: 19px;
  color: #c63093;
  letter-spacing: 1.28px;
  line-height: 2;
  flex-wrap: wrap;
  text-align: center;
}

.navigation-links a {
  text-decoration: underline !important;
}

.class-form-padding {
  padding: 0.5rem 1rem;
}

.note-title {
  font-size: 16px;
  font-weight: bolder;
}

.note-content {
  font-size: 16px;
}

.social-text {
  align-self: stretch;
  flex-grow: 1;
  font-size: unset !important;
}

.b-radius-20 {
  border-radius: 20px;
}

.h-75 {
  height: 46px !important;
}

.order-title {
  color: #c63093;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.profile-name-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.size-display {
  border-radius: 20px;
  /* background-color: #f6edf3; */
  padding: 20px 20px;
}

.bd-text-logo {
  width: 32px;
  vertical-align: baseline;
}

.journey-title {
  color: #c63093;
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font: 700 30px Josefin Sans, sans-serif;
}

.image-container {
  border-radius: 40px;
  background-color: #fdf8dc;
  align-self: center;
  display: flex;
  /* margin-top: 20px; */
  width: 600px;
  /* height: 400px; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 104px 80px; */
  border: 1px solid #000;
  overflow: hidden;
}

/* video wrapper */
.video-wrapper {
  position: relative;
  width: inherit;
  height: inherit; /* Full fixed height */
  overflow: hidden;
  background: #000; /* Optional: background behind image */
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally if needed */
}

.video-thumbnail {
  max-height: unset;
  height: inherit !important;
  width: inherit; /* Maintain aspect ratio */
  display: block;
  cursor: pointer;
  max-width: unset !important;
  scale: 1.2;
}

.journey-video {
  width: 450px;
  height: auto; /* Full fixed height */
  object-fit: cover;
  display: block;
}
.m-unset {
  margin-top: unset;
}

.sizing-sidekick-title {
  color: #c63093;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  align-self: center;
}

.sizing-sidekick-title-header {
  font-size: 52px;
}

.perfect-fit-title {
  color: #c63093;
  text-align: center;
  align-self: center;
  width: 100%;
  font: 700 28px "Josefin Sans", sans-serif;
}
/* styles for mobile */
@media (max-width: 767px) {
  .option-item {
    width: 136px;
  }
  .option-icon {
    width: 56px;
  }
  .option-text {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 16px;
  }
  .separator-icon {
    width: 10px;
  }
  .journey-container {
    width: 100%;
  }
  .journey-container p {
    font-size: 16px;
  }
  .journey-section {
    width: 100% !important;
  }
  .form-nav-button {
    font-size: 14px !important;
  }
  .button-container button {
    /* width: 114px; */
    font-size: 13px;
    /* padding: 10px 4px; */
  }

  .prg-order-sizing {
    width: 11%;
  }

  .prg-find-perfect {
    width: 53%;
  }

  .prg-final {
    width: 91%;
  }

  .journey-input-acc-create {
    width: 100%;
  }

  .action-button {
    padding: 8px 8px;
  }

  .journey-title {
    margin-top: 8px;
  }

  .email-fields {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 0px;
    flex-direction: column;
  }

  .journey-name-fields {
    flex-direction: column;
    gap: 0px;
  }

  .journey-progress-bar {
    height: 4px;
  }

  .password-important-sect {
    display: flex;
    flex-direction: column;
    /* margin-top: 10px; */
    gap: 0px;
  }
  .account-title {
    font-size: 24px;
  }

  .gap-14 {
    gap: 0px;
  }

  .flex-col {
    flex-direction: column;
  }

  .text-width-100 {
    width: 100%;
  }

  .address-details p {
    font-size: 16px;
    letter-spacing: 0;
  }

  .order-title {
    font-size: 28px;
  }

  .sizing-sidekick-title {
    font-size: 22px;
  }

  .sizing-sidekick-title-header {
    font-size: 44px;
  }

  .video-wrapper {
    width: fit-content;
    height: inherit;
  }

  .video-thumbnail {
    width: 100%;
  }

  .image-container {
    background-color: #fdf8dc;
    align-self: center;
    display: flex;
    /* margin-top: 20px; */
    width: auto;
    /* height: 180px; */
    max-width: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 104px 80px; */
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 36px;
  }
}

/* styles for tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .option-item {
    width: 125px;
  }

  .gap-14 {
    gap: 14px;
  }
  .option-icon {
    width: 88px;
  }
  .option-text {
    font-size: 12px;
    font-weight: 700;
  }
  .prg-order-sizing {
    width: 15%;
  }
  .prg-find-perfect {
    width: 51%;
  }

  .prg-final {
    width: 87%;
  }

  .separator-icon {
    width: 14px;
  }
  .journey-container {
    width: 100%;
  }
  .journey-container p {
    font-size: 20px;
  }
  .journey-progress-bar {
    height: 8px;
  }
  .action-button {
    padding: 8px 8px;
  }
  .email-fields {
    width: unset;
  }
  .journey-name-fields {
    align-self: unset;
  }

  .email-fields {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 0px;
    flex-direction: column;
  }

  .journey-name-fields {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }

  .journey-input-acc-create {
    width: 100%;
  }

  .password-important-sect {
    display: flex;
    flex-direction: column;
    /* margin-top: 10px; */
    gap: 0px;
  }

  .width-800 {
    width: fit-content;
  }

  .width-745 {
    width: fit-content;
  }

  .width-900 {
    width: fit-content;
  }

  .text-width-100 {
    width: 100%;
  }

  .image-container {
    background-color: #fdf8dc;
    align-self: center;
    display: flex;
    /* margin-top: 20px; */
    width: 720px;
    max-width: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 104px 80px; */
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 57px;
  }

  .video-thumbnail {
    border-radius: 53px;
  }
}

/* styles for desktops */
@media (min-width: 1024px) {
  .width-800 {
    width: 800px;
  }

  .width-745 {
    width: 745px;
  }

  .width-900 {
    width: 900px;
  }

  .option-item {
    width: 136px;
  }

  .option-icon {
    width: 88px;
  }
  .option-text {
    font-size: 14px !important;
    font-weight: 700;
  }
  .prg-order-sizing {
    width: 15%;
  }

  .prg-find-perfect {
    width: 50%;
  }

  .prg-final {
    width: 85%;
  }

  .separator-icon {
    width: 16px;
  }
  .journey-container {
    width: 1000px;
  }
  .journey-container p {
    font-size: 24px;
  }
  .journey-progress-bar {
    height: 8px;
  }
  .action-button {
    padding: 8px 8px;
  }
  .journey-name-fields {
    flex-direction: row;
    gap: 16px;
  }

  .email-fields {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 14px;
  }

  .journey-input-acc-create {
    width: 50%;
  }

  .password-important-sect {
    display: flex;
    flex-direction: row;
    /* margin-top: 10px; */
    gap: 14px;
  }

  .account-title {
    font-size: 36px;
  }

  .gap-14 {
    gap: 14px;
  }

  .flex-col {
    flex-direction: row;
  }

  .text-width-100 {
    width: 100%;
  }

  .address-details p {
    font-size: 16px;
    letter-spacing: 0;
  }

  .order-title {
    font-size: 32px;
  }
}

.separator-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  /* width: 16px; */
  /* margin: auto 0; */
  align-self: flex-start;
  margin-top: 8%;
}

.journey-progress-bar {
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  width: 542px;
  /* height: 18px; */
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #c63093;
}

@media (max-width: 991px) {
  .journey-progress-bar {
    max-width: 100%;
    padding-right: 20px;
  }
}

.progress-indicator {
  border-radius: 100px;
  background-color: #c63093;
  display: flex;
  /* width: 48px; */
  height: 18px;
}

.account-question {
  color: #c63093;
  text-align: center;
  margin-block-end: 0px;
  /* margin-top: 28px; */
  font: 500 24px Josefin Sans, sans-serif;
}

.account-actions {
  display: flex;
  /* margin-top: 37px; */
  width: 100%;
  max-width: 465px;
  gap: 10px;
  color: #fff;
  text-align: center;
  justify-content: center;
  font: 700 20px Josefin Sans, sans-serif;
}

.action-button {
  width: 13rem;
  border-radius: 40px;
  background-color: #c63093;
  line-height: 1;
  /* padding: 8px 8px; */
  color: white !important;
}

.action-button-text {
  font-size: 18px !important;
  font-weight: bolder;
}

.action-button-sub-text {
  font-size: 16px !important;
}

.login-button {
  padding: 13px 61px;
}

.navigation-buttons {
  display: flex;
  margin-top: 84px;
  width: 289px;
  max-width: 100%;
  gap: 7px;
  white-space: nowrap;
  font: 700 18px Josefin Sans, sans-serif;
}

.nav-button {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 29px;
  border: 1px solid #c63093;
}

.back-button {
  color: #c63093;
}

.exit-button {
  color: #000;
  text-align: center;
}

.assistance-link {
  color: #c63093;
  letter-spacing: 1.28px;
  text-align: center;
  z-index: 10;
  font: 400 16px/2 Josefin Sans, sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.test-css {
  background-color: #000;
}

.form-nav-button {
  border-radius: 40px;
  background-color: #fffcf9;
  font-size: 18px;

  font-weight: 700;
  white-space: nowrap;
  padding: 8px 36px 6px 36px;
  border: 1px solid #c63093;
}

.color-blk {
  color: #000;
}

.color-pink {
  background-color: #c63093;
  color: white;
}

.color-pink:focus,
.color-pink:active,
.color-pink:focus-visible {
  background-color: #c63093;
  color: white;
}

.text-color-pink {
  color: #c63093;
}

.mt-5rem {
  margin-top: 5rem;
}

.hide-form {
  display: none !important;
}

.show-form {
  display: flex;
}

.btn-wrap {
  padding-block: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.name-fields {
  display: flex;
  letter-spacing: 1.28px;
  line-height: 2;
  flex-wrap: unset !important;
  gap: 14px;
}

.journey-container button:hover {
  background-color: #626880 !important;
  border: 1px solid #626880;
}

.address-instruction {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  align-self: center;
  /* margin-top: 25px; */
}

.step {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.step-size {
  background-color: #fdf8dc;
  font-size: 20px;
  border: 1px solid #c63093 !important;
  text-align: center;
  border-radius: 20px;
  width: fit-content;
}

.profile-name-input {
  border: 1px solid #c63093 !important;
}

#page-12 .step-number {
  color: white !important;
  font-size: 2rem;
  /* line-height: 0; */
}

.step-circle {
  /* background-color: #c63093; */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  justify-content: space-evenly;
  color: #fff;
  text-align: center;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  padding: 16px 17px;
  background-repeat: no-repeat;
  background-size: cover;
  /* box-shadow: 4px -8px rgba(198, 48, 147, 0.2), -4px 8px rgba(198, 48, 147, 0.2); */
}

#page-12 .step-circle {
  height: 100px;
  width: 100px;
}

.step-circle-number {
  color: rgb(0, 0, 0) !important;
  font-size: 2rem;
}

#page-12 .step-label {
  color: #abb8c3 !important;
  font-size: 1rem;
  line-height: 0;
  margin-top: -6px;
}

#page-12-size1-container {
  background-image: url("../images/step1.png");
}

#page-12-size2-container {
  background-image: url("../images/step2.png");
}

#page-12-size3-container {
  background-image: url("../images/step3.png");
}

#page-13 .button-container {
  gap: unset;
  justify-content: center;
}
#page-14 .button-container {
  gap: 7px;
  justify-content: center;
  width: 100%;
}

/* #page-14 .button-container .action-button {
  width: 50%;
} */

.journey-progress-bar {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.note-text {
  color: black;
  text-align: left;
  margin-block: 2rem;
  font-size: 24px;
  line-height: 34px;
}

.note-header {
  margin-bottom: 1rem;
}

.error-line .error {
  color: rgb(241, 61, 61);
  font-size: 14px;
  margin-top: 5px;
}

input.error,
select.error {
  font-size: inherit; /* or unset */
}

.error {
  color: #e74c3c;
  font-size: 14px;
}

label.error {
  margin-top: 4px;
}

.form-group input.error,
.form-group select.error {
  border: 1px solid #e74c3c; /* red border */
  background-color: #fdecea; /* light red background */
  color: grey;
}

.form-group select:invalid {
  color: gray;
}

.step-size:has(option[disabled]:checked) {
  color: gray;
}

/* Normal text when valid option selected */
.form-group select option {
  color: black;
}

/* .elementor-shortcode {
  zoom: 70%;
} */

#mpf-journey-results-table {
  width: 100% !important;
}

#mpf-journey-results-table thead th {
  background-color: #f1f1f1;
  padding: 10px;
}

#mpf-journey-results-table tbody td {
  padding: 10px;
}

.options-container {
  gap: 7px;
  display: flex;
  color: #000;
  text-align: center;
  letter-spacing: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  font: 400 16px/25px Josefin Sans, -apple-system, Roboto, Helvetica, sans-serif;
}

.profile-name-label {
  color: #000;
  line-height: 2;
  letter-spacing: 1.28px;
  margin-top: 16px;
  text-align: center;
}
.journey-assistance-link {
  font-weight: 600;
  letter-spacing: 1.28px;
  line-height: 2;
  text-align: center;
  font: 600 18px / 1 Roboto, sans-serif;
  display: block;
  align-self: center;
  margin-top: 10px;
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  color: #c63093 !important;
}

#goto-login {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

@media (max-width: 991px) {
  .options-container {
    max-width: 100%;
    margin-right: 5px;
    gap: 7px;
    justify-content: unset !important;
    flex-wrap: unset;
  }

  .step .step-number {
    font-size: 1rem !important;
  }

  /* .option-item {
    width: 25%;
  } */

  .profile-name-label {
    font-size: 1rem !important;
  }

  .journey-progress-bar {
    max-width: 100%;
    padding-right: 20px;
  }

  .account-actions {
    max-width: 100%;
  }

  .login-button {
    padding: 0 20px;
  }

  .navigation-buttons {
    margin-top: 40px;
    white-space: initial;
  }

  .nav-button {
    white-space: initial;
    padding: 0 20px;
  }
}

.flex-spc-str {
  justify-content: start;
}

.m-t32 {
  margin-top: 32px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-20-blk {
  margin-block: 20px;
}

.m-20-inl {
  margin-inline: 20px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.width-650 {
  width: 650px;
}

.align-self-center {
  align-self: center;
}

.m-t10-b0 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.f-30 {
  font-size: 30px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-16 {
  font-size: 16px !important;
}

.font-300 {
  font-weight: 300;
}

.font-500 {
  font-weight: 500;
}

.f-700 {
  font-weight: 700 !important;
}

.letter-spc-0 {
  letter-spacing: 0;
}

.clr-grey {
  color: rgb(75, 75, 75);
}

.m-0 {
  margin: 0px;
}

.btn-width {
  width: 115px;
}

.p-16-bl {
  padding-block: 16px;
}

@media (max-width: 767px) {
  .m-t32 {
    margin-top: 16px;
  }

  .m-t20 {
    margin-top: 10px;
  }

  .m-t40 {
    margin-top: 30px;
  }

  .m-t60 {
    margin-top: 50px;
  }

  .m-t100 {
    margin-top: 50px;
  }

  .m-b20 {
    margin-bottom: 16px;
  }

  .m-b40 {
    margin-bottom: 32px;
  }

  .m-t10-b0 {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .m-20-blk {
    margin-block: 10px;
  }

  .m-20-inl {
    margin-inline: 10px;
  }

  .f-30 {
    font-size: 24px !important;
  }

  .f-24 {
    font-size: 20px !important;
  }

  .f-20 {
    font-size: 16px !important;
  }

  .f-16 {
    font-size: 12px !important;
  }

  .width-400 {
    width: 300px;
  }

  .width-500 {
    width: 100%;
  }

  .width-745 {
    width: 100%;
  }

  .width-800 {
    width: 100%;
  }

  .width-900 {
    width: 900px;
  }

  .width-650 {
    width: 100%;
  }
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  /* font-family: Arial; */
  background-color: #fdf8dc !important;
  border: 1px solid #c63093 !important;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  width: 100px;
  content: "";
  top: 100px;
  right: 10px;
  width: 100px;
  height: 200px;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.default-text-field {
  color: black;
  background-color: #fdf8dc;
  border: 1px solid #c63093 !important;
  outline: none;
}

.default-text-field::placeholder {
  color: #7d7676;
}

.default-text-field:focus-visible {
  /* border: 2px solid #c63093 !important; */
  outline: none;
}

.default-btn-padding {
  padding: 8px 36px;
  line-height: 1.5;
  font-size: 18px;
}

.default-url {
  cursor: pointer;
}

.password-container {
  position: relative;
  /* width: 220px; */
}

.password-container input {
  width: 100%;
  padding: 8px 30px 8px 8px;
}

.password-container .toggle {
  position: absolute;
  right: 8px;
  top: 24px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
}

.eye-icon {
  width: 22px;
  margin-block: auto;
  margin-right: 8px;
  opacity: 0.6;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fdf8dc inset; /* set your desired background */
  -webkit-text-fill-color: black; /* text color */
  transition: background-color 5000s ease-in-out;
}

.btn-shop:hover {
  background-color: #626880 !important;
  border: 1px solid #626880;
}

.pg-congrats-btn-exit:hover {
  background-color: #626880 !important;
  border: 1px solid #626880;
  color: white !important;
}

.nav-link {
  color: #c63093 !important;
}

.social-media {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  margin-bottom: 36px;
  width: 277px;
  max-width: 100%;
  align-items: center;
  /* gap: 12px; */
  text-align: center;
  letter-spacing: 1.28px;
  /* line-height: 2; */
}

/* Margin block end 0 */
.m-b-e {
  margin-block-end: 0px;
}

.social-media-heading {
}

.social-media-body {
}
