<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../forms/default-forms.css");
@import url("../forms/accessibility-dropdown.css");

html[data-scroll-comp="register-interest-page"] {
  scroll-padding-top: 90px;
}

.dropdown-item[disabled] {
  pointer-events: none;
  color: var(--inactive-content);
}

 .section.register-interest-page-container .dropdown-placeholder.default {
   color: var(--inactive-content);
 }

.register-interest-page {
  --selected-item-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);

  &amp;.consent-management-enabled {
    .step-content.step1 {
      .form__reg {
        max-height: 410px;
        overflow-y: auto;
      }
    }
  }
}

.register-interest-page .container {
  padding-top: 40px;
  padding-bottom: 16px;
}

.register-your-interest_overlay-wrapper{
  position: relative;
}

.first-name .validation-text {
  position: absolute;
  bottom: 12px;
}
.dealership-form-fields .form-dropdown {
  border-bottom: 1px solid var(--bars-unselected);
}

.section.register-interest-page-container .dropdown-placeholder {
  cursor: pointer;
  padding: 4px 10px;
  background: none;
  width: 100%;
  text-align: left;
  border: none;
  /* border-bottom: 1px solid var(--bars-unselected); */
  font-size: 14px;
  font-weight: var(--fw-500);
  z-index: 1;
  position: relative;
  color: var(--primary-black);
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--bars-unselected);
  background-color: var(--tertiary-white);
  max-height: 200px;
  overflow-y: auto;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: var(--hover-gray-arena);
}

.section.register-interest-page-container .bg-image {
  position: absolute;
  inset: 0;
  display: none;
}

.section.register-interest-page-container .bg-image img {
  height: 110%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  display: none;
}

.section.register-interest-page-container .form-dropdown-label {
  display: none;
}

.background__image {
  position: absolute;
  width: 100%;
  height: 130%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.section.register-interest-page-container .sec-heading {
  display: flex;
  gap: 7px;
}

.section.register-interest-page-container .register-interest-form__subtitle {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: .75rem;
  font-style: normal;
  font-weight: var(--fw-300);
  line-height: 1rem;
  margin-top: 16px;
  margin-bottom: 48px;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

}

.section.register-interest-page-container .signin-text {
  display: none;
  /* hiding the sign in functionality as per new requirement on 07/03/25, this can reverted to include the functionality later */
  color: #575A5E;
  font-family: var(--body-font-arena);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 1.125rem;
}

.register-interest-form__heading p.signin-text span {
  font-weight: var(--fw-500);
  color: var(--primary-blue-700);
}

.section.register-interest-page-container .variant-img {
  width: 100%;
  height: 161px;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.section.register-interest-page-container .variant-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.section.register-interest-page-container .sec-heading #backButton {
  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.background__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-interest-page-wrapper .bookTestDrive__title {
  padding-bottom: 1.5rem;
}

.register-interest-page-wrapper .sec-heading * {
  color: var(--secondary-black);
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: var(--fw-700);
  margin: 0;
  position: relative;
  z-index: 1;
}

.stepper-container .stepper {
  display: flex;
  gap: 11px;
  border-bottom: 1px solid #CCC;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}

.vehicle-form .right-section {
  position: relative;
}

.vehicle-form .left-section {
  position: relative;
}

.stepper-container .stepper .step {
  color: var(--tertiary-black);
  text-align: center;
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 10px;
  transition: transform 0.3s ease;
  flex-grow: 1;
  margin: 0;

  @media (width &gt;=1024px) {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.stepper-container .stepper .step.completed {
  color: var(--primary-toast-arena-green);
  font-weight: var(--fw-400);
}

.stepper-container .stepper .step.selected {
  color: #171C8F;
  border-bottom: 2px solid #171C8F;
  font-weight: var(--fw-700);
}

.stepper-container .step-content {
  display: none;
  font-size: 18px;
  width: 100%;
  position: relative;

  .dealer-error {
    display: flex;
    background: var(--secondary-red);
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    margin-bottom: 8px;
    z-index: 2;
    color: var(--red-shade-2);
    font-size: .75rem;
    font-weight: var(--fw-400);
    line-height: 1rem;
    justify-content: space-between;
    top:2px;
    @media (width&gt;=1024px) {
      padding: 11px 24px;
      color: var(--accent-colours-vibrant-sections-4);
      font-size: 0.875rem;
      line-height: 20px;
      top: -10px;
    }
    &amp;.hidden{
      display: none;
    }
    strong {
      font-size: 12px;
      color: var(--red-shade-2);
      font-style: normal;
      font-weight: var(--fw-600);
      line-height: 16px;

      @media (width &gt;=1024px) {
        font-size: 16px;
        line-height: 20px;
        color: var(--primary-red);
      }
    }

    * {
      margin: 0;
      font-family: var(--body-font-arena);
      color: var(--accent-colours-vibrant-sections-4);
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;

      @media (width &gt;=1024px) {
        font-size: 14px;
        line-height: 20px;
      }
    }

    .error-icons::after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      cursor: pointer;

      @media (width&gt;=1024px) {
        width: 24px;
        height: 24px;
      }
    }
  .error-msg-btns {
    display: flex;
    .refresh {
      margin-left: auto;
      margin-right: 12px;

      @media (width&gt;=1024px) {
        margin-right: 24px;
      }

      &amp;::after {
        background: url("/icons/refresh.png") no-repeat center;
      }
    }

    .close::after {
      background: url("/icons/close-error.svg") no-repeat center;
    }
    }
  }

  #communication-mode-label {
    &amp;:before, &amp;:after{
      display: none;
    }
    all: unset;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
  }

  .form-checkbox-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    color: var(--secondary-main);
    cursor: pointer;

    &amp;.text-bold {
      color: var(--tertiary-black);
      font-weight: var(--fw-500);
    }

    input {
      width: 16px;
      height: 16px;
      accent-color: var(--primary-main);
      left: 0;
      top: 0;
      margin: 0;
    }

    &amp;:before,
    &amp;:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
    }

    &amp;:before {
      height: 16px;
      width: 16px;
      border: 2px solid var(--dark-color);
      background-color: transparent;
    }

    &amp;:has(input[type='checkbox']:checked) {
      &amp;:after {
        opacity: 1;
      }

      &amp;:before {
        background: var(--primary-blue-700);
      }
    }
  }

  .ryi-consent-form {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;

    p, label {
      color: var(--tertiary-deep-Grey);
      margin: 0;
      font-size: var(--body-font-size-xxxs);
      font-family: var(--font-primary-nexa);
      font-weight: var(--fw-400);
      line-height: 18px;
      word-wrap: break-word;

      &amp;.text-bold {
        color: var(--tertiary-black);
        font-weight: var(--fw-500);
      }
    }

    .ryi-consent-section {
      display: flex;
      align-items: start;
      flex-direction: column;

      .ryi-consent-content {
        padding-left: 24px;
      }

      input {
        width: 16px;
        height: 16px;
        accent-color: var(--primary-main);
        margin: 0;
        opacity: 0;
        position: relative;
      }

      .ryi-consent-content {
        .consent-description {
          margin-top: 8px;
        }
      }

      .consent-purposes {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;

        .consent-purpose {
          display: flex;
          gap: 8px;
        }
      }

      a:any-link {
        color: var(--primary-main);
        font-weight: 500;
        text-decoration: none;
      }

      &amp;.consent-notes {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .cta-button {
        font-family: var(--font-primary-nexa);
        color: var(--primary-main);
        font-size: var(--body-font-size-xxxs);
        font-weight: 500;
        text-decoration: none;
        background-color: transparent;
        border: 0;
        padding: 0;
      }

      &amp;.optional {
        display: none;
      }

      .cta-button {
        cursor: pointer;
      }
    }

    &amp;.expanded {
      .ryi-consent-section.optional {
        display: flex;
      }

      .consent-showmore {
        display: none;
      }

      .consent-showless {
        display: block;
      }
    }
  }
}

.section.register-interest-page-container .car-details {
  padding-top: 55px;
}

.step-content.active {
  display: block;
}

.stepper-container .content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.car-details .model-fields {
  display: grid;
  row-gap: 24px;
}

.register-interest-page .stepper-container .controls {
  display: flex;
  justify-content: end;
  gap: 12px;
  position: relative;
  z-index: 4;
  flex: 1;
}

.register-interest-page .stepper-container .controls button {
  width: 50%;
  font-weight: 400;
}

.stepper-container .controls .button {
  cursor: pointer;
}

.stepper-container .controls .button[disabled] {
  cursor: not-allowed;
  background-color: var(--dark-color);
  color: var(--inactive-content);
}

/* css for step 3 : Select Date And Time */
.steper-content-row {
  display: flex;
  flex-direction: column;
}

.column-hide-xs {
  display: none;
}


.book-td-card {
  padding: 16px 8px;
  background-color: #F5F5F5;
  position: relative;
}

.card-calendar {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.card-calendar .datepicker {
  background-color: #fff;
  border: 1px solid #E4E4E4;
  padding: .875rem;
}

.card-calendar .datepicker-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.card-calendar .month {
  color: #1D1D1D;
  font-family: var(--body-font-arena);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  padding-bottom: 1rem;
  @media (width &gt;=1024px) {
    font-size: 0.75rem;
  }
}

.card-calendar .day,
.card-calendar .date {
  height: 40px;
  align-items: center;
}

.card-calendar .day {
  font-size: .875rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.card-calendar .date {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s linear;
}

.card-calendar .date:hover {
  background-color: #f5f5f5;
}

.card-calendar .date:focus {
  outline: 0;
  color: var(--c-theme-primary);
  border: 2px solid var(--c-theme-primary-accent);
}

.card-calendar .faded {
  color: #939393;
  pointer-events: none;
  cursor: none;
}

.card-calendar .current-day {
  background-color: #171C8F !important;
  color: #fff !important;
  cursor: pointer;
}

.card-calendar .timeslot-picker {
  border: 1px solid #E4E4E4;
  background: #FFF;
}

.card-calendar .timeslot-picker .title-block {
  padding: 24px 24px 16px;
  position: relative;
}

.card-calendar .timeslot-picker .title-block::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
  ;
}

.card-calendar .timeslot-picker .pre-title {
  color: #767879;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.card-calendar .timeslot-picker .pre-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.card-calendar .time-slots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-calendar .time-slots .time-slot {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.card-calendar .time-slots .time-slot:hover {
  background: #F5F5F5;
}

.card-calendar .time-slots .time-slot.active {
  background: var(--Gradients-Accent-Section-Bg-1, linear-gradient(228deg, rgba(23, 29, 155, 0.10) 31.52%, rgba(255, 98, 0, 0.10) 111.9%)) !important;
}

.card-calendar .time-slots .time-slot .icon {
  height: 24px;
  width: 24px;
}

.card-calendar .time-slots .time-slot.morning .icon {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"&gt;&lt;path d="M11 5V1H13V5H11ZM17.65 7.75L16.275 6.375L19.075 3.5L20.475 4.925L17.65 7.75ZM19 13V11H23V13H19ZM11 23V19H13V23H11ZM6.35 7.7L3.5 4.925L4.925 3.525L7.75 6.35L6.35 7.7ZM19.05 20.5L16.275 17.625L17.625 16.275L20.475 19.025L19.05 20.5ZM1 13V11H5V13H1ZM4.925 20.5L3.525 19.075L6.325 16.275L7.05 16.95L7.775 17.65L4.925 20.5ZM12 18C10.3333 18 8.91667 17.4167 7.75 16.25C6.58333 15.0833 6 13.6667 6 12C6 10.3333 6.58333 8.91667 7.75 7.75C8.91667 6.58333 10.3333 6 12 6C13.6667 6 15.0833 6.58333 16.25 7.75C17.4167 8.91667 18 10.3333 18 12C18 13.6667 17.4167 15.0833 16.25 16.25C15.0833 17.4167 13.6667 18 12 18ZM12 16C13.1 16 14.0417 15.6083 14.825 14.825C15.6083 14.0417 16 13.1 16 12C16 10.9 15.6083 9.95833 14.825 9.175C14.0417 8.39167 13.1 8 12 8C10.9 8 9.95833 8.39167 9.175 9.175C8.39167 9.95833 8 10.9 8 12C8 13.1 8.39167 14.0417 9.175 14.825C9.95833 15.6083 10.9 16 12 16Z" fill="%23F0B529"/&gt;&lt;/svg&gt;');
}

.card-calendar .time-slots .time-slot.noon .icon {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"&gt;&lt;path d="M2.25098 21.9598V20.4598H21.751V21.9598H2.25098ZM11.251 9.32531V6.63281H12.751V9.32531H11.251ZM7.42598 16.2098H16.576C16.1926 15.3098 15.5911 14.5848 14.7712 14.0348C13.9514 13.4848 13.028 13.2098 12.001 13.2098C10.974 13.2098 10.0506 13.4848 9.23073 14.0348C8.41089 14.5848 7.80931 15.3098 7.42598 16.2098ZM5.55873 17.7098C5.67406 16.0098 6.34839 14.5848 7.58173 13.4348C8.81506 12.2848 10.2881 11.7098 12.001 11.7098C13.7138 11.7098 15.1869 12.2848 16.4202 13.4348C17.6536 14.5848 18.3279 16.0098 18.4432 17.7098H5.55873Z" fill="%231A4993"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M11.2531 9.30516V5.85375L9.53655 7.56118L8.48926 6.51388L12.0031 3L15.337 6.33382L14.2892 7.3816L12.7531 5.85375V9.30516H11.2531Z" fill="%23F0B529"/&gt;&lt;rect width="1.50781" height="2.73728" transform="matrix(0.760431 -0.649419 -0.649419 -0.760431 6.77832 12.0625)" fill="%23F0B529"/&gt;&lt;rect width="1.50781" height="2.73728" transform="matrix(0.436934 -0.899494 -0.899494 -0.436934 4.46191 15.5547)" fill="%23F0B529"/&gt;&lt;rect x="17.1494" y="12.0625" width="1.50781" height="2.73728" transform="rotate(-139.502 17.1494 12.0625)" fill="%23F0B529"/&gt;&lt;rect x="19.4658" y="15.5547" width="1.50781" height="2.73728" transform="rotate(-115.908 19.4658 15.5547)" fill="%23F0B529"/&gt;&lt;/svg&gt;');
}

.card-calendar .time-slots .time-slot.evening .icon {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"&gt;&lt;path d="M0.250977 18.9598V17.4598H19.751V18.9598H0.250977ZM10.001 4.5L9.25098 3.63281H10.751L10.501 5L10.001 4.5ZM5.42598 13.2098H14.576C14.1926 12.3098 13.5911 11.5848 12.7712 11.0348C11.9514 10.4848 11.028 10.2098 10.001 10.2098C8.97398 10.2098 8.05056 10.4848 7.23073 11.0348C6.41089 11.5848 5.80931 12.3098 5.42598 13.2098ZM3.55873 14.7098C3.67406 13.0098 4.34839 11.5848 5.58173 10.4348C6.81506 9.28481 8.28814 8.70981 10.001 8.70981C11.7138 8.70981 13.1869 9.28481 14.4202 10.4348C15.6536 11.5848 16.3279 13.0098 16.4432 14.7098H3.55873Z" fill="%231A4993"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M10.5721 1.50172e-05L10.5721 3.45142L12.2886 1.744L13.3359 2.7913L9.82206 6.30518L6.48824 2.97135L7.53602 1.92358L9.07206 3.45142L9.07206 1.4886e-05L10.5721 1.50172e-05Z" fill="%231A4993"/&gt;&lt;rect width="1.50781" height="2.73728" transform="matrix(0.760431 -0.649419 -0.649419 -0.760431 4.77832 9.0625)" fill="%231A4993"/&gt;&lt;rect width="1.50781" height="2.73728" transform="matrix(0.436934 -0.899494 -0.899494 -0.436934 2.46191 12.5547)" fill="%231A4993"/&gt;&lt;rect x="15.1494" y="9.0625" width="1.50781" height="2.73728" transform="rotate(-139.502 15.1494 9.0625)" fill="%231A4993"/&gt;&lt;rect x="17.4658" y="12.5547" width="1.50781" height="2.73728" transform="rotate(-115.908 17.4658 12.5547)" fill="%231A4993"/&gt;&lt;/svg&gt;');
}

.card-calendar .time-slots .time-slot p {
  color: #1D1D1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.card-calendar .time-slots .time-slot span {
  color: #000;
  font-family: var(--body-font-arena);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.125rem;
  @media (width &gt;=1024px) {
    font-size: 0.75rem;
  }
}

/* Css End for Step 3 */

/* MObile CSS start for select vehicle */

.vehicle-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vehicle-form .car__image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle-form .car__image img {
  max-width: 100%;
  height: auto;
}

.vehicle-form .select-vehicle-title {
  color: var(--Neutrals-Headings, #1D1D1D);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--body-font-arena);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 24px;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

.register-interest-page-container .form-dropdown-select,
.register-interest-page-container input {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.25rem;
    border: none;
    border-bottom: 1px solid var(--inactive-content);
    margin-bottom: 1.5rem;
    color: var(--tertiary-black);
    font-family: var(--body-font-arena);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: 1.125rem;
    background: none;
    height: 29px;
}

.suggested-places-btd {
  flex-grow: 1;
  width: auto;
  margin-bottom: 0;
}

.register-interest-page-container .form-dropdown-select option:first-child {
  color: var(--inactive-content);
}

.register-interest-page-container .form-dropdown-select {
  cursor: pointer;
}

.register-interest-page-container .form-dropdown-select option {
  color: var(--tertiary-black);
}

.vehicle-form select:focus-visible {
  outline: none;
}

.ctrl-edit-btn {
  position: absolute;
  border: none;
  border-radius: none;
  background-color: transparent;
  color: var(--primary-blue-700);
  font-family: var(--body-font-arena);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1.25rem;
  z-index: 1;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
  text-decoration: none;
  padding-right: 20px;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

.ctrl-edit-btn::after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"&gt;&lt;path d="M3.68226 12.6663H4.56649L11.7416 5.84201L10.8574 5.00101L3.68226 11.8253V12.6663ZM2.63086 13.6663V11.41L11.8765 2.62017C11.9825 2.52862 12.0995 2.4579 12.2275 2.40801C12.3557 2.35801 12.49 2.33301 12.6305 2.33301C12.7711 2.33301 12.9072 2.35673 13.0388 2.40417C13.1706 2.45162 13.2873 2.52706 13.3888 2.63051L14.2448 3.45484C14.3536 3.5514 14.4311 3.66251 14.4773 3.78817C14.5236 3.91384 14.5467 4.03951 14.5467 4.16517C14.5467 4.29929 14.5227 4.42723 14.4745 4.54901C14.4264 4.6709 14.3498 4.78223 14.2448 4.88301L5.00317 13.6663H2.63086ZM11.2918 5.42884L10.8574 5.00101L11.7416 5.84201L11.2918 5.42884Z" fill="%23171C8F"/&gt;&lt;/svg&gt;');
}

.book-td-card.d-flex {
  display: flex;
}

.book-td-card .selected-car-details p,
.book-td-card .selected-car-dealer p {
  color: var(--tertiary-black);
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.875rem;
  margin-top: 0;
  margin-bottom: 8px;
}

.book-td-card .selected-car-dealer {
  display: flex;
  align-items: start;
  position: relative;
  padding-bottom: 16px;
  gap: 8%;
  justify-content: space-between;
}

.book-td-card .selected-car-dealer .distance-km {
  color: var(--ternary-black);
  font-family: var(--body-font-arena);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1.125rem;
  margin: 0;
  white-space: nowrap;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

.book-td-card .selected-car-dealer::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
}

.book-td-card .selected-car-details span {
  display: inline-block;
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: .75rem;
  font-style: normal;
  font-weight: var(--fw-300);
  line-height: 17px;
  white-space: nowrap;
}

.book-td-card .selected-car-details .selected-car-type {
  display: flex;
  gap: 4px;
  align-items: center;
}

.book-td-card .selected-car-details span.divider {
  width: 1px;
  height: 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 51.5%, rgba(0, 0, 0, 0.00) 100%);
}

.book-td-card .selected-dealer-address {
  padding-right: 18%;
}

/* overview css */

#step1 .steper-cards h4 {
  margin-top: 24px;
}

#step1 .book-td-card {
  padding: 1rem;
}

#step1 .book-td-card .selected-car-details p,
#step1 .book-td-card .selected-car-dealer p {
  font-family: var(--body-font-arena);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 1.125rem;
  margin: 0;
}

#step1 .book-td-card .selected-car-details .selected-car-type {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

#step1 .book-td-card .selected-car-details span {
  display: inline-block;
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: .75rem;
  font-style: normal;
  font-weight: var(--fw-300);
  line-height: 1.0625rem;
}

#step1 .book-td-card .selected-car-dealer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  padding-bottom: 16px;
  gap: 8%;
}

#step1 .book-td-card .selected-car-dealer .distance-km {
  color: var(--ternary-black);
  font-family: var(--body-font-arena);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1.125rem;
  margin: 0;
  white-space: nowrap;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

#step1 .book-td-card .selected-dealer-address * {
  color: var(--secondary-black);
  font-family: var(--body-font-arena);
  font-size: 0.75;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1rem;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#step1 .book-td-card .selected-date-time {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 0;
}

#step1 .book-td-card .selected-date-time .selected-date {
  padding-right: 0;
}

#step1 .book-td-card .selected-date-time .selected-time {
  padding-left: 0;
}

#step1 .book-td-card .selected-date-time .selected-date::after {
  display: none;
}

#step1 .book-td-card .selected-date-time span {
  color: #939393;
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.25rem;
  display: inline-block;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#step1 .book-td-card .selected-date-time p {
  margin: 0;
  color: var(--tertiary-black);
  font-family: var(--body-font-family);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.125rem;
  padding-top: 4px;
  @media (width &gt;=1024px) {
    font-size: 0.75rem;
  }
}

#step1 .selected-car-image {
  width: 100%;
}

#step1 .selected-car-image img {
  width: 100%;
}

#step1 {
  h3, p {
   color: var(--tertiary-black);
   font-size: 1rem;
   font-style: normal;
   font-weight: var(--fw-700);
   line-height: 1.25rem;
   margin-bottom: 1.5rem;
   margin-top: 0;
 }

 .ryi-consent-form {
    p, label {
      color: var(--tertiary-deep-Grey);
      margin: 0;
      font-size: var(--body-font-size-xxxs);
      font-family: var(--font-primary-nexa);
      font-weight: var(--fw-400);
      line-height: 18px;
      word-wrap: break-word;

      &amp;.text-bold {
        color: var(--tertiary-black);
        font-weight: var(--fw-500);
      }
    }

    .consent-age {
      .consent-description {
        margin-top: var(--space-16px);
      }
    }
  }
}

#step1 h4 {
  color: var(--tertiary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--fw-700);
  line-height: 24px;
  margin-bottom: 1rem;
  margin-top: 0;
}

.selected-items .selected-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 0;
}

.selected-items .selected-row span {
  color: #939393;
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.25rem;
  display: inline-block;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

.selected-items .selected-row p {
  margin: 0;
  color: var(--tertiary-black);
  font-family: var(--body-font-family);
  font-size: .875rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.125rem;
  padding-top: 4px;
  @media (width &gt;=1024px) {
    font-size: 0.75rem;
  }
}



.dealership-form .select-dealer-title {
  color: var(--secondary-black);
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-700);
  line-height: 1.25rem;
  margin-top: 0;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
  }
}

.dealership-form .dealership-form-fields {
  background-color: var(--tertiary-white);
  padding: 16px 0;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.dealership-form .dealership-form-fields .form-field {
  flex-grow: 1;
}

.dealership-form .dealership-form-fields .form-field.form-input.pin-code {
  grid-column: 1/ span 2
}

.register-interest-page .dealership-form-fields .form-dropdown-label {
  display: none;
}

.register-interest-page .inner-detect-location__box_tab {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  bottom: 31px;
  cursor: pointer;
  @media (width &gt;=768px) {
    bottom: 4px;
  }
  @media (width &gt;=1024px) {
    bottom: 36px;
  }
}

.pin-code:has(.validation-text:empty) + .inner-detect-location__box_tab {
  bottom: 18px;
}

.register-interest-page .inner-detect-location__box_tab .detect-location__text {
  margin: 0;
  &amp;::before{
    top: -10px;
    position: absolute;

  @media (width &gt;=768px) {
    top: 8px;
  }

  @media (width &gt;=1024px) {
    top: -5px;
  }
  }
}

.dealership-form input {
  margin-bottom: 0;
}

.dealership-form .container__dealers {
  background-color: #f5f5f5;
  padding: 8px;
  padding-bottom: 0;
  padding-right: 4px;
}

.dealership-form .dealer__list__container {
  max-height: 190px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 4px;
}

.dealership-form .dealer__list__container .dealer__card {
  background-color: var(--tertiary-white);
  padding: 16px 12px;
  border: 1px solid #CCC;
  position: relative;
  cursor: pointer;
}

.dealership-form .dealer__list__container .dealer__card .dealership__top__info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  gap: 8px;
  padding-left: 30px;
}

.dealership-form .dealer__list__container .dealer__card .dealership__top__info::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
  transform: scaleY(0.2);
}

.dealership-form .dealership__top__info .dealer__name {
  color: var(--secondary-black);
  font-family: var(--body-font-arena);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.125rem;
  margin-top: 0;
  margin-bottom: 11px;
  height: 36px;
  @media (width &gt;=1024px) {
    font-size: 0.75rem;
  }
}

.dealership-form .dealership__top__info .dealer__distance {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1rem;
  margin: 0;
  width: 80px;
  text-align: end;
  @media (width &gt;=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.dealership-form .dealer__list__container .dealer__card .dealer__address {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1rem;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 30px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* radio button border style begins */


/* Add a focus effect when a radio button is selected */
.dealer__radio:checked+.dealership__top__info+.dealer__address::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--primary-blue-700);
}

/* radio button border style end */

.dealer__list__container::-webkit-scrollbar {
  width: 4px;
}

.dealer__list__container::-webkit-scrollbar-track {
  background: rgba(196, 196, 196, 0.20);
}

.dealer__list__container::-webkit-scrollbar-thumb {
  background: var(--primary-blue-700);
}

.stepper-container .step.completed {
  cursor: pointer;
}

.form-radio.transmission {
  display: flex;
  flex-direction: column;
}

.form-radio.transmission .form-radio-group-label {
  display: none;
}

.form-radio.transmission .custom-radio-container {
  display: flex;
  gap: 24px;
}

.form-radio.transmission .custom-radio-container .form-radio-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-radio.transmission .custom-radio-container .form-radio-item input {
  margin: 0;
}

.form-radio.transmission .custom-radio-container .form-radio-item .form-radio-label {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: .75rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1.25rem;
}

/* personal detail form style */

.personal-details-form__heading .signin-text {
  display: none;
}

.form__reg .form-input.form-field .form-data-label,
.form__reg .otp-container .form-data-label {
  display: none;
}

.form__reg .phone-verification {
  position: relative;
}

.form__reg #resend-otp-btn {
  position: absolute;
  bottom: 0;
  right: 0px;
  color: var(--primary-blue-700);
  font-family: var(--body-font-arena);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 1rem;
  border: none;
  border-radius: 0;
  padding: 0px;
  text-decoration: underline;
  background: transparent;
  top: 35px;
  cursor: pointer;
}

.form__reg .button[disabled] {
  cursor: not-allowed;
}

.form__reg .button {
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  margin-top: 24px;
}

.register-interest-page .otp-container {
  margin-top: 24px;

  &amp; .validation-text {
    font-family: var(--body-font-arena);
    color: var(--primary-red);
    font-style: normal;
  }
}

.form__reg .phone-verification .otp-container {
  position: static;
}

.form__reg .phone-verification .otp-container .validation-text {
  position: absolute;
  bottom: 6px;
  width: 130px;
}

.form__reg .form-dropdown .form-dropdown-label {
  display: none;
}

input::placeholder {
  color: var(--inactive-content) !important;
  opacity: 1;
  font-weight: 500;
}

input::-ms-input-placeholder {
  color: var(--inactive-content) !important;
}

.form__reg .form-dropdown-select,
.form__reg input {
  font-weight: var(--fw-600);
}

/* custom radio css */
/* Style for the radio button container */


.form-radio-item input[type="radio"] {
  display: none;
}

.form-radio-item input[type="radio"]+.form-radio-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.form-radio-item input[type="radio"]+.form-radio-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s ease;
}

.form-radio-item input[type="radio"]:checked+.form-radio-label::before {
  background-color: #fff;
  border-color: #ccc;
}

.form-radio-item input[type="radio"]:checked+.form-radio-label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: var(--primary-blue-700);
  border-width: 0 2px 2px 0;
}

.form-radio-item input[type="radio"]:disabled+.form-radio-label::before {
  background-color: #e0e0e0;
  border-color: #b0b0b0;
  cursor: not-allowed;
}

/* custom radio style for dealer radio button */
/* Style the radio input buttons */
.dealership-form .dealer__list__container .dealer__card .dealer__radio {
  position: absolute;
  left: 18px;
  width: 16px;
  height: 16px;
  display: none;
}

.dealer__card input:checked+.dealership__top__info::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: var(--primary-blue-700);
  transition: all 0.2s ease;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  box-shadow: var(--selected-item-shadow);
}

.dealer__radio+.dealership__top__info::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0px;
  top: 12px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.dealer__radio:checked+.dealership__top__info::before {
  border-color: #ccc;
  background-color: #fff;
}

/* Custom focus style for the radio input when selected */

/* Mobile CSS End for Select vehicle */


.otp-input-container {
  display: flex;
  gap: 1.69px;
}

.otp-digit {
  width: 2rem;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  color: #000;
  margin-bottom: 8px !important;
}

.otp-digit:focus {
  border-bottom-color: #37B200;
  /* Change underline color on focus */
}

.otp-digit.green {
  color: #37B200;
  border-bottom-color: #37B200;
}

.otp-digit.red {
  color: #F0373A;
  border-bottom-color: #F0373A;
  margin-bottom: 0px;
}

.form-input.mobileField.valid::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: var(--primary-toast-arena-green, #37b200);
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"&gt;&lt;path d="M7.95811 14.7113L3.5127 10.2659L4.40353 9.37484L7.95811 12.9294L15.596 5.2915L16.4869 6.18255L7.95811 14.7113Z" fill="white" /&gt;&lt;/svg&gt;');
  font-weight: normal;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mobileField {
  &amp; .validation-text {
    font-family: var(--body-font-arena);
    color: var(--primary-red);
    font-style: normal;
  }
}

#mobile {
  padding-right: 2.5em;
  margin-bottom: 0;
}

.register-interest-page-container input #mobile {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.feedback__form-btn.form__connect {
  padding-top: 32px;
}

.feedback__form-btn.form__connect .form-radio.form-field {
  display: flex;
  flex-wrap: wrap;
  column-gap: 29px;
  margin-bottom: 14px;
  @media (width &gt;=1024px) {
    column-gap: 0;
    justify-content: space-between;
  }

  @media (width &gt;=1366px) {
    column-gap: 29px;
    justify-content: start;
  }
}

.feedback__form-btn.form__connect .form-radio.form-field div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feedback__form-btn.form__connect .form-radio.form-field div label {
  color: var(--neutrals-headings);
  font-family: var(--body-font-arena);
  font-size: .75rem;
  font-style: normal;
  font-weight: var(--fw-300);
  line-height: 1.25rem;
}

.feedback__form-btn.form__connect .form-radio.form-field div input {
  margin: 0;
}

.feedback__form-btn.form__connect .form-checkbox-label {
  color: var(--primary-black);
  font-family: var(--body-font-arena);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.25rem;
  margin-bottom: 16px;
  width: 100%;
}

.register-interest-page .feedback__form-btn.form__connect .chk-agree {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.75rem;
  position: relative;
  z-index: 6;

  label {
    font-weight: 300;
  }
}

.register-interest-page .terms_conditions_link {
  position: relative;
  z-index: 6;
  cursor: pointer;
}

.register-interest-page .chk-agree a {
  color: var(--tertiary-black);
  font-weight: 600;
  line-height: normal;
}

.register-interest-page-container #modal #close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  border: 0;
  background-image: url('/icons/close.svg');
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--tertiary-white);
}

.register-interest-modal-body {
  background: var(--tertiary-white);
  padding: 1.25rem;
  min-width: 320px;
  width: 320px;
  text-align: center;
  box-shadow: 0 5px 0.9375rem rgba(0, 0, 0, 0.3);
  position: relative;
}

.register-interest-page-container .success-modal-heading::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/icons/register-popup-heading-icon.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 16px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;

  @media (width &gt;=1024px) {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }
}

.register-interest-page-container .success-modal-heading {
  font-family: var(--body-font-arena);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  padding-bottom: 16px;
  border-bottom: 1.2px;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #C0C0C0 50%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
  border-bottom-style: double;
  margin: 0;
  margin-bottom: 16px;
}

.popup-model-p1,
.popup-model-p2 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}

.popup-model-p2 {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.0625rem;
  margin-top: 8px;
}

.register-interest-page-container #modal .form-button {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
}

.register-interest-page-container #modal button#details {
  display: flex;
  width: 7.875rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  background: none;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--primary-blue-700);
}

.dealership-form-header {
  color: var(--tertiary-black);
  font-family: var(--body-font-arena);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.register-interest-modal-body .popup-model-p2-div {
  display: flex;
  justify-content: center;
}

.register-interest-modal-body .popup-model-p2-div p {
  width: 100%;
}

/* custom checkbox style */
.feedback__form-btn .form-checkbox {
  display: none;
}

.feedback__form-btn .form-checkbox+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
}

.feedback__form-btn .form-checkbox+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8E8E8E;
  background-color: transparent;
  transition: all 0.3s ease;
}

.feedback__form-btn .form-checkbox:checked+label:before {
  background-color: var(--primary-blue-700);
  border: 1px solid #8E8E8E;
  content: '';
  color: white;
  height: 18px;
  width: 18px;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"&gt;&lt;path d="M6.36688 11.7692L2.81055 8.2129L3.52321 7.50007L6.36688 10.3437L12.4772 4.2334L13.1899 4.94623L6.36688 11.7692Z" fill="white"/&gt;&lt;/svg&gt;');
  background-position: center;
}

.stepper-container::-ms-input-placeholder {
  font-weight: var(--fw-400);
}

.register-interest-page {
  .car-details {
    .form-dropdown {
      position: relative;
      display: inline-block;
      border-bottom: 1px solid var(--bars-unselected);

      &amp;:has(.dropdown-select.disabled)::after{
        display: none;
      }
      .dropdown-select.disabled{
        pointer-events: none;
      }
      .dropdown-select.disabled .dropdown-placeholder{
        color: var(--bars-unselected)
      }
    }

    /* Hide the default select chevron */
    .form-dropdown select {
      appearance: none;
      /* Removes default dropdown */
      -webkit-appearance: none;
      /* For WebKit browsers (Chrome, Safari) */
      -moz-appearance: none;
      /* For Firefox */
      padding-right: 30px;
      /* Space for the custom chevron */
    }

    /* Position the custom SVG chevron */
    .form-dropdown::after {
      pointer-events: none;
      content: "";
      height: 24px;
      width: 24px;
      position: absolute;
      right: 0;
      bottom: 7px;
      z-index: 0;
      background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"&gt;&lt;path d="M12.0005 12.9462L16.6005 8.34619L17.6543 9.39994L12.0005 15.0537L6.3468 9.39994L7.40055 8.34619L12.0005 12.9462Z" fill="black"/&gt;&lt;/svg&gt;');
    }

    .preselected-model p {
      margin: 0;
      color: var(--inactive-content);
    }

    .preselected-model {
      cursor: default;
    }
  }
  .stepper-container .content:has(.step1.active) + .controls &gt; .next-btn {
    width:80px;
    @media (width&gt;=768px) {
      min-width:102px
    }
  }

  .content-bottom-section{
    display: flex;
    flex-direction: row;
    gap: 27px;
    justify-content: space-between;
    align-items: center;
  }

  .disclaimer-container {
    .disclaimer-text * {
      font-size: 10px;
      color: var(--inactive-content);
      font-family:var(--body-font-arena);
      font-style: italic;
      font-weight: 400;
      line-height: 14px;
      margin-block: 0;
    }
  }

  .stepper-container .controls {
    .button-width {
      width: 80px;
    }
  }

  .dealership-form-fields {
    margin-bottom: 0;
    .form-field {
      margin-bottom: 2rem;
      &amp;.pin-code {
        margin-bottom: 0;
      }
    }
    .dropdown-placeholder {
      position: relative;
      color: var(--primary-black);
      &amp;:before {
        content: "";
        height: 1.5rem;
        width: 1.5rem;
        position: absolute;
        right: 0;
        top: 0.438rem;
        background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"&gt;&lt;path d="M12.0005 12.9462L16.6005 8.34619L17.6543 9.39994L12.0005 15.0537L6.3468 9.39994L7.40055 8.34619L12.0005 12.9462Z" fill="black"/&gt;&lt;/svg&gt;');
      }
    }
    .dropdown-placeholder,
    input#pin-code {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25rem;
      padding: 0.625rem 0;
      height: auto;
      margin-bottom: 0;
    }
    ul {
      &amp;.active {
        display: block;
      }
      li {
        position: relative;
        padding-left: 2rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        &amp;:before {
          content: "";
          position: absolute;
          left: 8px;
          top: calc(50% - 1px);
          transform: translateY(-50%);
          border: 1px solid var(--dark-color, #ccc);
          height: 1rem;
          width: 1rem;
          box-shadow: var(--selected-item-shadow);
        }
      }
      li[data-selected="true"] {
        &amp;:before {
          background-color: var(--primary-blue-700);
        }
      }
      li[data-selected="true"][data-disabled="true"],
      [data-disabled="true"] {
        pointer-events: none;
        color: var(--inactive-content);
        &amp;:before {
          background-color: var(--inactive-content);
        }
      }
    }
  }
}

@media (width&gt;=768px) {
  .section.register-interest-page-container .dropdown-placeholder {
    font-size: 14px;
  }

  .hide-lg {
    display: none;
  }

  .register-interest-page .container {
    padding-top: clamp(40px, 7vh, 40px);
    padding-bottom: clamp(40px, 7vh, 40px);
  }

  .section.register-interest-page-container .bg-image {
    position: absolute;
    inset: 0;
    display: block;
    z-index: -1;
  }

  .section.register-interest-page-container .bg-image::before {
    content: '';
    position: absolute;
    inset: 0;
    height: 110%;
    width: 100%;
    z-index: 1;
    background:
      linear-gradient(93deg, rgba(255, 255, 255, 0.00) 3.05%, rgba(255, 255, 255, 0.80) 60.11%, #FFF 105.22%),
      url('/icons/bg-360-desk.png') no-repeat center / cover;
  }

  .register-interest-form__heading.step-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .register-interest-page-wrapper .sec-heading *,
  #step1 h3,
  #step1 h4,
  #step1 p,
  .dealership-form-header {
    font-size: 1.125rem;
    line-height: 28px;
  }

  .section.register-interest-page-container .register-interest-form__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .register-interest-page .step-content#step1 .step-panel {
    display: flex;
    flex-direction: column;
  }

  .register-interest-page .step-content#step1 .step-panel .car-details {
    padding-top: 40px;
  }


  .register-interest-page .step-content#step2 .dealership-form .dealership-form-data-row-2 .no-dealer-found-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .register-interest-page .half-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .stepper-container .stepper {
    display: flex;
    gap: 80px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    scroll-behavior: smooth;
    /* Smooth scrolling */
    white-space: nowrap;
    /* Prevents wrapping */
  }

  .stepper-container .stepper .step {
    flex-grow: inherit;
    padding-bottom: 15px;
    font-size: .875rem;
    line-height: 140%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
  }

  .column-hide-xs {
    display: block;
  }

  .register-interest-page .stepper-container .controls {
    justify-content: end;
    gap: 1rem;
  }

  .register-interest-page .stepper-container .controls button {
    width: unset;
  }

  /* Desktop CSS start for select vehicle */

  .vehicle-form {
    display: flex;
    flex-direction: row;
  }

  .vehicle-form .left-section {
    width: 40%;
  }

  .vehicle-form .right-section {
    width: 60%;
  }

  .vehicle-form .car__image img {
    max-width: 100%;
    height: auto;
  }

  .vehicle-form .select-vehicle-title {
    color: var(--tertiary-black);
    font-family: var(--body-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .vehicle-form .form-dropdown-select {
    width: 90%;
  }

  /* Desktop CSS End for Select vehicle */
  .steper-content-row {
    flex-direction: row;
    gap: 1.2rem;
  }

  .steper-content-col {
    flex-grow: 1;
    flex-basis: min-content;
  }

  .steper-content-col.column-1 {
    width: 40%;
  }

  .steper-content-col.column-2 {
    width: 60%;
    display: grid;
    grid-template-rows: min-content;
  }

  .steper-content-col .steper-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 500px;
    overflow: auto;
    padding-right: 6px;
  }

  #step1 .steper-content-col .steper-cards {
    gap: 0;
    height: 100%;
    max-height: inherit;
    overflow: inherit;
  }

  #step1 .steper-content-col .steper-cards h4 {
    margin-top: 0;
  }

  #step1 .book-td-card {
    padding: 1rem;
    flex-direction: column;
    gap: 40px;
    height: 100%;
  }

  #step1 .selected-car {
    height: calc(100% - 52px) !important;
  }

  #step1 .book-td-card.selected-delear {
    margin-bottom: 24px;
  }

  #step1 .book-td-card .selected-car-details p {
    font-family: var(--body-font-family);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 1.75rem;
  }

  #step1 .book-td-card .selected-car-dealer p {
    color: var(--secondary-black);
    font-family: var(--body-font-family);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 1.75rem;
  }

  #step1 .book-td-card .selected-dealer-address * {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  #step1 .book-td-card .selected-dealer-address {
    padding-right: 20%;
  }

  #step1 .book-td-card .selected-date-time p {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  /* scrollbar */
  .steper-content-col .steper-cards::-webkit-scrollbar,
  .register-interest-page-container::-webkit-scrollbar {
    width: 4px;
  }

  .steper-content-col .steper-cards::-webkit-scrollbar-track,
  .register-interest-page-container::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  .steper-content-col .steper-cards::-webkit-scrollbar-thumb,
  .register-interest-page-container::-webkit-scrollbar-thumb {
    background: var(--primary-blue-700);
  }


  .book-td-card.card-calendar {
    padding: 1rem;
  }

  .book-td-card {
    padding: 24px;
  }

  .book-td-card.card-form {
    height: calc(100% - 52px);
    padding: 12px;
  }

  .book-td-card .selected-car-image {
    flex-grow: 1;
  }

  .book-td-card .selected-car-image img {
    width: 100%;
  }

  .book-td-card .selected-dealer-address * {
    color: var(--tertiary-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 16px;
  }

  .book-td-card .selected-date-time {
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .book-td-card .selected-date-time .selected-date {
    padding-right: 12px;
    padding-bottom: 20px;
    position: relative;
  }

  .book-td-card .selected-date-time .selected-date::after {
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
    ;
  }

  .book-td-card .selected-date-time .selected-time {
    padding-left: 12px;
    padding-bottom: 20px;
  }

  .book-td-card .selected-date-time span {
    color: #939393;
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 140%;
    display: inline-block;
    margin-bottom: 4px;
  }

  .book-td-card .selected-date-time p {
    margin: 0;
    color: var(--tertiary-black);
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: normal;
    padding-top: 4px;
  }

  .selected-items .selected-row {
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .selected-items .selected-row span {
    color: #939393;
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 140%;
    display: inline-block;
    margin-bottom: 4px;
  }

  .selected-items .selected-row p {
    margin: 0;
    color: var(--tertiary-black);
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: normal;
    padding-top: 4px;
  }

  .card-calendar {
    flex-direction: row;
  }

  .card-calendar .datepicker {
    padding: 1rem;
    width: 60%;
    display: flex;
    flex-direction: column;
  }

  .register-interest-page-container .stepper-container .content {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .card-calendar .datepicker-calendar {
    height: 100%;
  }

  .card-calendar .month {
    font-size: 1rem;
  }

  .card-calendar .day {
    font-size: 1rem;
  }

  .card-calendar .date {
    font-size: 1rem;
  }

  .card-calendar .timeslot-picker {
    width: 40%;
  }

  .dealership-form {
    display: flex;
    flex-direction: column;
  }

  .dealership-form .dealership-form-column-1 {
    width: 35%;
  }

  .dealership-form .dealership-form-column-2 {
    width: 65%;
    padding-left: 24px;
  }

  .register-interest-page .dealership-form .dealership-form-fields {
    background-color: inherit;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .dealership-form .select-dealer-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .register-interest-page .dealership-form .container__dealers {
    background-color: #f5f5f5;
    padding: 16px;
    padding-right: 12px;
  }

  .register-interest-page .dealership-form .dealer__list__container {
    max-height: 290px;
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 8px;
  }

  .dealership-form .dealer__list__container .dealer__card {
    flex: 0 0 50%;
    z-index: 5;
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .dealership-form .dealer__list__container .dealer__card .dealership__top__info {
    padding-left: 34px;
    flex: 1;
  }

  .dealership-form .dealership__top__info .dealer__name {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 15px;
    height: auto;
  }

  .dealership-form .dealer__list__container .dealer__card .dealer__address {
    font-size: .75rem;
    line-height: 1.25rem;
    margin-top: 8px;
    height: 46px;
  }

  /* personal detail form style */
  .personal-details-form__container {
    padding: 28px 0px;
  }

  .personal-details-form__container .half-width {
    width: 100%;
    display: flex;
    padding: 0;
    flex: 0 0 50%;
  }

  .personal-details-form__container .form-input.form-field,
  .personal-details-form__container .form-dropdown.form-field {
    width: 50%;
    padding: 0 12px;
  }

  .personal-details-form__container .phone-verification .otp-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .personal-details-form__container .phone-verification .otp-container .validation-text {
    position: absolute;
    bottom: 25px;
    width: 130px;
  }

  .personal-details-form__container .phone-verification .otp-button {
    right: auto;
    z-index: 2;
    cursor: pointer;
  }

  .form-radio.transmission .custom-radio-container .form-radio-item .form-radio-label {
    color: var(--tertiary-black);
    font-family: var(--body-font-arena);
    font-size: .875rem;
    font-style: normal;
    line-height: 1.25rem;
  }

  .personal-details-form__container #resend-otp-btn {
    position: absolute;
    bottom: 28px;
    right: 12px;
    color: var(--primary-blue-700);
    font-family: var(--body-font-arena);
    font-size: 10px;
    height: 12px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 18px;
    border: none;
    border-radius: 0;
    padding: 0;
    text-decoration: underline;
    background: transparent;
  }

  .personal-details-form__container #sendotp-btn {
    position: absolute;
    top: 0;
    right: auto;
    color: var(--primary-blue-700);
    font-family: var(--body-font-arena);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 18px;
    border: 1px solid var(--primary-blue-700);
    border-radius: 0;
    padding: 8px 16px;
  }

  /* Style the radio input buttons */
  .dealership-form .dealer__list__container .dealer__card .dealer__radio {
    display: none;
  }

  .dealer__card input:checked+.dealership__top__info::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: var(--primary-blue-700);
    transition: all 0.2s ease;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
  }

  .dealer__radio+.dealership__top__info::before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #ccc;
    position: absolute;
    left: 0px;
    top: 12px;
    transform: translateY(-50%);
    transition: all 0.2s ease;
  }

  .dealer__radio:checked+.dealership__top__info::before {
    border-color: #ccc;
    background-color: #fff;
  }

  .register-interest-page .stepper-container .step-content {
    position: relative;
  }

  .register-interest-page .feedback__form-btn.form__connect {
    position: relative;
    bottom: 0;
  }

  .feedback__form-btn.form__connect .form-radio.form-field {
    margin-bottom: 14px;
    flex-wrap: wrap;
  }

  .feedback__form-btn.form__connect .form-checkbox-label {
    font-size: 14px;
    font-weight: var(--fw-300);
    line-height: 1.25rem;
    margin-bottom: 23px;
  }

  .feedback__form-btn.form__connect .form-radio.form-field div label {
    font-size: 1rem;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  /* Custom focus style for the radio input when selected */

  .register-interest-page-container #modal #close-modal {
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
  }

  .register-interest-modal-body {
    min-width: 50rem;
  }

  .register-interest-page-container .success-modal-heading {
    font-size: 1.25rem;
    line-height: 24px;
  }

  .popup-model-p1 {
    font-size: 1rem;
  }

  .popup-model-p2 {
    font-size: 0.875rem;
  }

  .section.register-interest-page-container .signin-text {
    color: #575a5e;
    font-size: .8125rem;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: .9375rem;
    margin: 0;
  }

  .register-interest-form__heading p.signin-text span {
    font-weight: var(--fw-500);
  }

  .car-details .model-fields {
    display: grid;
  }

  .dealership-form-header {
    display: block;
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .register-interest-modal-body .popup-model-p2-div p {
    width: 400px;
  }

  /* custom checkbox style */
  .feedback__form-btn .form-checkbox+label {
    padding-left: 36px;
  }

  .feedback__form-btn .form-checkbox+label:before {
    width: 24px;
    height: 24px;
  }

  .feedback__form-btn .form-checkbox:checked+label:before {
    height: 24px;
    width: 24px;
    background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"&gt;&lt;path d="M9.54934 17.6538L4.21484 12.3193L5.28384 11.2501L9.54934 15.5156L18.7148 6.3501L19.7838 7.41935L9.54934 17.6538Z" fill="white"/&gt;&lt;/svg&gt;');
  }
}

@media (width &gt;=1024px) {
  .register-interest-page {
    .inner-detect-location__box_tab {
      bottom: 18px;
    }
  }

  .pin-code:has(.validation-text:empty) + .inner-detect-location__box_tab {
    bottom: 6px;
  }

  .register-interest-page .step-content#step1 .step-panel {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .register-interest-page .step-content#step1 .step-panel .car-details {
    padding-top: 0;
  }

  .car-details .model-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }

  .dealership-form {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .register-interest-page .feedback__form-btn.form__connect {
    position: absolute;
    bottom: 0;
  }

  .register-interest-page .step-content#step2 .dealership-form .dealership-form-data-row-2 {
    height: 320px;
  }

  .feedback__form-btn.form__connect .form-radio.form-field {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }

  .feedback__form-btn.form__connect .chk-agree {
    position: absolute;
    bottom: -60px;
    padding-right: 240px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    right: 0;
    left: 0;
    @media (width &gt;= 1366px) {
        bottom: -54px;
    }
  }

  .register-interest-page .container {
    max-width: 100%;
  }

  .register-interest-page-wrapper #step1 h3,
  #step1 h4, #step1 p,
  .dealership-form-header {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 36px;
  }

  .register-interest-page-wrapper .sec-heading * {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section.register-interest-page-container .signin-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .register-interest-page-container input {
    margin-bottom: 32px;
    font-size: 0.875rem;
  }
  .register-interest-page-container input:disabled {
    color: var(--bars-unselected);
  }

  .register-interest-page-container .form-dropdown-select {
    font-weight: 700;
    font-size: 0.875rem;
  }

  .register-interest-page-container .form__reg .button {
    margin-top: 32px;
  }

  .section.register-interest-page-container .variant-img {
    height: 292px;
    margin-top: 23px;
  }

  .feedback__form-btn.form__connect {
    padding-top: 27px;
  }

  .register-interest-page #step1 .disclaimer-container {
    .disclaimer-text * {
      font-size: 0.875rem;
      line-height: 1.125rem;
    }
  }

  .section.register-interest-page-container .register-interest-form__subtitle {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}


html.ryi-no-scroll {
  overflow: hidden;
}



.section.register-interest-page-container .image-loader {
  width: 20px;
  height: 20px;
  border: 4px solid #ccc;
  border-top-color: #1e88e5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  top: auto;
  position: absolute;

  @media (width &gt;=1024px) {
    top: 50%;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
</pre></body></html>