#selectTel {
  height: 48px;
  color: white;
}

.collapse-icon.rotated {
  transform: rotate(0deg);
}
.join-ride-submit-btn {
  color: white !important;
}
.cmp-create-ride-container {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width:1200px) {
  .cmp-create-ride-container {
    padding-bottom: 100px;
  }
}

.join-ride-close-login-modal {
  display: none;
}

.cmp-create-a-ride--form-box {
  padding-top: 80px;
}

.cmp-create-ride-header {
  margin-bottom: 32px;
}

.cmp-create-ride-title {
  font-weight: 500;
  color: #ffffff;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 48px;
  margin-bottom: 16px;
  letter-spacing: 2%;
  text-align: start;
}

.cmp-create-ride-date {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: start;
}

.cmp-create-ride-content-card {
  background: #181818;
  padding: 40px;
}

.cmp-create-ride-section-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2%;
  color: #fff;
}

.cmp-create-ride-document-item {
  margin-bottom: 32px;
}

.cmp-create-ride-document-item:last-child {
  margin-bottom: 0;
}

.cmp-create-ride-document-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.dotted-line {
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #373737,
    #373737 10px,
    /* Dash width */ transparent 10px,
    transparent 20px /* Space between dashes */
  );
  margin: 24px 0;
}

.cmp-create-ride-document-description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  position: relative;
  padding-left: 24px;
  /* margin-bottom: 16px; */
  color: #a6a6a6;
}
.form-actions {
  z-index: 999;
}
.form-action-container {
  max-width: 80%;
}

.cmp-create-ride-document-description::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23A6A6A6' d='M12.47 6.47a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06l3.72-3.72H6a.75.75 0 0 1 0-1.5h10.19l-3.72-3.72a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  height: 20px;
  width: 20px;
  color: #666;
  font-weight: bold;
}

.cmp-create-ride-document-description + .cmp-create-ride-document-description {
  margin-top: 8px;
}

/* Multiple descriptions under one title */
.cmp-create-ride-multi-description {
  margin-bottom: 8px;
}

.cmp-create-ride-multi-description:last-child {
  margin-bottom: 0;
}

/* Popup Modal Styles */
#mapModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#mapModalContent {
  width: 100%;
  background: #282828;
  left: 50%;
  max-width: 640px;
  position: absolute;
  top: 50%;
  padding: 24px;
  transform: translate(-50%, -50%);
}

.map-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.map-modal-header h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.48px;
  font-weight: 600;
  font-family: GuardianSansXCond semibold;
}

.map-modal-header .closeBtn {
  position: relative;
  inset: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#mapModal #map {
  position: relative;
  width: 100%;
  height: 310px;
}
.detail-item-icon {
  background: #181818;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.5px solid #a7a7a7;
}

#map {
  width: 100%;
  height: 100%;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.input-error {
  border: 1px solid #da291c !important;
}
.cmp-create-a-ride--form-box {
  width: 100%;
}

.form-textarea {
  height: 200px;
  background-color: #282828;
  font-family: "Montserrat", sans-serif;
  padding: 20px;
  border: solid 1px #474747;
}
.file-upload {
  border: 2px dashed #404040;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
  background: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  transition: border-color 0.3s ease;
}
.add-point-btn {
  width: fit-content;
  background-color: transparent;
  color: #da291c;
  font-family: "Montserrat", sans-serif;
  border: none;
  text-align: start;
  font-weight: 700;
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
}
.file-upload:hover {
  border-color: #da291c;
}

.file-upload-text {
  color: #888888;
  font-size: 14px;
}

.file-upload-button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-family: Montserrat;
  background-color: transparent;
  margin-top: 10px;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.add-point-btn {
  font-weight: 700;
}
.file-upload-container {
  padding: 20px;
  background: #282828;
  height: 200px;
  width: 98%;
}
.form-group .img-desc-text{
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  padding-top: 5px;
}
.form-container {
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
}

.participant-detail-heading {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
}

.form-section {
  background: #181818;
  padding: 24px;
  margin-bottom: 40px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.create-a-heading {
  font-weight: 500;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 2%;
  text-align: start;
  padding-bottom: 40px;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.collapse-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  left: -10px;
  transform: rotate(180deg);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 16px;
  /* margin-bottom: 24px; */
}

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

.form-group.full-width {
  grid-column: 1 / -1;
}
.waypoint-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}

.form-textarea {
  color: white;
}
.delete-btn {
  background: transparent;
  color: white;
  border: none;
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 27px;
}
.participant-detail-heading {
  font-family: "Montserrat";
  color: #ffffff;
  margin-bottom: 0px !important;
  line-height: 24px;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Montserrat";
  margin-bottom: 8px;
  line-height: 21px;
}
#waypoints-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-input,
.form-select {
  border: 1px solid #474747;
  background: #282828;
  font-size: 14px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  height: 48px;
  font-family: "Montserrat";
  padding: 0px;
  padding-left: 16px;
  width: 98%;
}

input:-webkit-autofill,
input:-webkit-autofill {
  outline: none;
  color: white;
  background: #282828;
}
input:-internal-autofill-selected {
  background: #282828 !important;
  color: white !important;
}

.error-message-create-ride {
  position: absolute;
  bottom: -17px;
  font-size: 10px;
}
.form-group {
  position: relative;
}

.summary-card {
  background: #181818;

  padding: 24px;

  color: #fff;
  font-size: 14px;
}

.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  letter-spacing: 2%;
  vertical-align: middle;
}

.subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
  margin-bottom: 16px;
  color: #fff;
}

.description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #a6a6a6;
  margin-bottom: 24px;
}

.route-section {
  margin-bottom: 24px;
}

.route-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  margin-bottom: 0;
  white-space: nowrap;
}
.route-city {
  text-align: center;
}

.route-labels span {
  text-align: center;
  width: 80px;
}

.route-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
  padding: 0 8px;
}

.route-line {
  position: absolute;
  bottom: 33px;
  left: 50%;
  width: calc(100% - 70px);
  border-top: 2px dashed #555;
  z-index: 0;
  background: transparent;
  transform: translateX(-50%);
}

.route-point {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.route-point.origin {
  background: black;
}

.route-point.waypoint {
  background: black;
}

.route-point.destination {
  background: black;
  position: relative;
}

.route-cities {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 12px;
  color: #ccc;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.info-icon {
  position: relative;
  top: -2px;
}

.info-icon .info-text {
  position: absolute;
  left: -50%;
  top: 100%;
  z-index: 99;
  width: 250px;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  background: #4a4a4a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.info-icon .info-text::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #4a4a4a;
  transform: rotate(45deg);
}
.info-icon:hover .info-text {
  opacity: 1;
  visibility: visible;
}

.route-cities span {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content-section {
  display: flex;
  gap: 24px;
}

.image-section {
  flex-shrink: 0;
}

.trip-image {
  width: 100%;
  height: fit-content;
  border-radius: 8px;
  object-fit: cover;
}

.details-section {
  flex: 1;
}
.participantContainer--inner .card:nth-child(3) {
  margin-bottom: 0px;
}
.participantContainer--inner .card:nth-child(3) .divider {
  display: none;
}

.trip-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 24px;
}

.detail-item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.detail-icon {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  flex-shrink: 0;
}

.detail-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.detail-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  color: #a6a6a6;
  margin-bottom: 4px;
}

.detail-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: Montserrat;
  color: #fff;
}

.road-type {
  margin-bottom: 16px;
}

.view-map-btn {
  background: transparent;
  color: #da291c;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: start;
  margin-top: 14px;
  margin-bottom: 14px;
  align-items: center;
}
.participantContainer .title {
  font-weight: 700;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(60, 60, 60, 0.6);
  color: white;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
  color: white;
}

.form-select option {
  background: #2a2a2a;
  color: #ffffff;
}

.phone-input {
  display: flex;
  gap: 0px;
}

.form-group .phone-input .country-code {
  padding: 0;
  padding-left: 16px;
  width: auto;
  border-right: 0;
}
.form-group .phone-input .country-code-wrapper {
  width: 100px;
  height: 48px;
}
.form-group .phone-input .country-code-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #4f4f4f;
  transform: translateY(-50%);
}
.form-group .phone-input .form-input {
  padding-left: 116px !important;
}
.form-group .waypoint-item .waypoint-input-group .form-input {
  padding-right: 40px;
}
.form-group .waypoint-item .waypoint-input-group .delete-btn {
  right: 20px;
}
.city-input {
  position: relative;
}

.city-input .form-input {
  width: 97%;
}

.social-section {
  margin-top: 24px;
  margin-bottom: 32px;
}

.social-section.collapsed .form-content {
  display: none;
}

.optional-text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.disclaimer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.disclaimer-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  color: rgba(255, 255, 255, 0.8);
}

.privacy-link {
  color: #da291c;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-family: Montserrat;
}

.privacy-link:hover {
  text-decoration: underline;
}

.form-actions {
  position: fixed;
  bottom: 0;
  background: #181818;
  width: 100%;
  left: 0;
  gap: 20px;
  padding: 24px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}

.btn-secondary {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.726);
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 73px;
  text-align: center;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(
    112.38deg,
    hsla(0, 0%, 100%, 0.5) -120.84%,
    hsla(0, 0%, 100%, 0.1) 79.67%
  );
  border: none;
  border: none;
  color: #daaa00;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 9pt 50px;
  text-align: center;
  text-transform: uppercase;
}
.boxDialog {
  display: flex;
  gap: 10px;
  /* position: absolute; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: absolute;
  top: 28px;
  width: 96%;
}
.boxDialog h1 {
  font-weight: 500;
}
.form-actions.hidden {
  display: none;
}
@media (min-width: 1200px) {
  .cmp-create-a-ride--step-box {
    position: fixed;
    top: 150px;
    left: 100px;
  }
  .spacer-box {
    width: 190px;
  }
}
.progress-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.step-item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-right: 24px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}

.step-item.active .step-number {
  color: white;
  border: 4px solid #a7a7a7;
  background: #282828;
  font-family: "GuardianSansXCond Semibold";
  font-weight: 200;
}

.step-item.inactive .step-number {
  background: #4a4a4a;
  color: #999999;
  border: 4px solid #4a4a4a;
  font-family: "GuardianSansXCond Semibold";
  font-weight: 200;
}

.step-item.completed .step-number {
  color: #ffffff;
  position: relative;
  background: #282828;
}

.step-item.completed .step-number::before {
  content: " ";
  background-image: url("../../../../../content/dam/revamp/greentick.png");
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 56px;
  top: 0px;
}
.info-icon-box {
  display: flex;
  gap: 4px;
  justify-content: start;
  align-items: center;
}
.side-widget-info-icon {
  position: absolute;
  right: 25px;
  bottom: 7px;
  background: #282828;
}

.step-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: Montserrat;
  color: #ffffff;
  white-space: nowrap;
}

.step-item.inactive .step-text {
  color: #999999;
}

/* Connecting Lines */
.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 80px;
  width: 2px;
  height: 61px;
  background: #4a4a4a;
  z-index: 1;
}

.step-item.active:not(:last-child)::after {
  background: #ededed;
}

.step-item.completed:not(:last-child)::after {
  background: #ededed;
}

/* Dashed line for inactive steps */
.step-item.inactive:not(:last-child)::after {
  background: repeating-linear-gradient(
    to bottom,
    #4a4a4a 0px,
    #4a4a4a 8px,
    transparent 8px,
    transparent 16px
  );
}

/* Demo Controls */
.demo-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 10;
}

.demo-btn {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.demo-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.overlay-image {
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: 9;
}
.overlay {
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: 99;
  z-index: 9;
  background: #000000cf;
}
.demo-btn:active {
  transform: scale(0.95);
}

.cmp-create-a-ride--component-box {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: start;
  gap: 70px;
  padding-bottom: 90px;
}
.waypoint-error {
  color: #da291c;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: -37px;
}
#participant-details {
  position: relative;
}
.waypoint-error.hidden {
  display: none;
}
.participants-error {
  color: #da291c;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: -37px;
}
.participants-error.hidden {
  display: none;
}
.trip-image img {
  width: 224px;
  height: 183px;
  object-fit: fill;
}

.summary {
  max-width: 900px;
  margin: 40px auto;
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

.summary h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.summary h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.route-info p,
#waypointsContainer p {
  margin: 6px 0;
}

.details {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.details img {
  width: 300px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.details ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.map-link {
  color: #da291c;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.form-container {
  padding: 0px;
}

.route-section {
  position: relative;
  padding: 20px;
  color: #aaa;
}

.route-section .route-labels,
.route-section .route-cities,
.route-section .route-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.route-labels span {
  font-size: 12px;
  color: #999;
  font-family: "Montserrat";
}

.route-cities span {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Montserrat";
}

.route-cities span:nth-child(1) {
  font-size: 14px;
}
.route-cities span:last-child {
  font-size: 14px;
}
.route-visual {
  position: relative;
}

.route-point {
  width: 16px;
  height: 16px;
  background-color: #121212;
  border: 2px solid #da291c;
  border-radius: 50%;
  z-index: 1;
}

.route-point.origin {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid #da291c;
}

.route-point.destination {
  width: 26px;
  height: 33px;
  background: #181818;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23DA291C'%3E%3Cpath d='M10 6.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0'/%3E%3Cpath d='M7.193 15.162a18 18 0 0 1-2.666-2.283C3.1 11.386 1.5 9.145 1.5 6.5C1.5 3.245 4.141 0 8 0s6.5 3.245 6.5 6.5c0 2.645-1.6 4.886-3.027 6.379a18 18 0 0 1-2.666 2.283c-.263.183-.536.351-.807.523c-.27-.172-.544-.34-.807-.523M8 2C5.359 2 3.5 4.232 3.5 6.5c0 1.855 1.15 3.614 2.473 4.996A16 16 0 0 0 8 13.28a16 16 0 0 0 2.027-1.783C11.35 10.114 12.5 8.356 12.5 6.5C12.5 4.232 10.641 2 8 2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.participantContainer {
  max-width: 100%;
  margin: 0 auto;

  background: linear-gradient(89.82deg, #171716 38.11%, #101010 99.84%);
  padding: 24px;
  margin-top: 40px;
}
.participantContainer--inner {
  background: linear-gradient(89.82deg, #171716 38.11%, #101010 99.84%);
}

.card {
  margin-bottom: 16px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0;
}
.view-map-btn {
  position: relative;
  top: 14px;
}

.info-block {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  margin-bottom: 42px;
  margin-top: 24px;
}

.icon-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888888;
  margin-bottom: 4px;
  gap: 8px;
}
.participantContainer .title {
  font-size: 20px !important;
}

.info-value {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  word-break: break-word;
  display: flex;
  margin-top: 4px;
  position: relative;
  font-family: Montserrat;
  left: 32px;
  width: 80%;
  word-break: break-all;
  white-space: normal;
}

.info-value span {
  display: block;
}
.icon-label svg {
  width: 22px;
  height: 22px;
}

.divider {
  height: 1px;
  background-color: #2a2a2a;
  margin-top: 16px;
}

#step2-city-suggestions {
  display: none;
}

.recookies .overlay_for_cookies {
  z-index: 9999;
}
.cookie-banners--revamp {
  z-index: 99999 !important;
}
.view-map-btn.mobile {
  display: none;
}
.view-map-btn.desktop {
  display: flex;
}

.route-list {
  display: flex;
  justify-content: space-between;
}
.route-city-pointers {
  justify-content: start !important;
}

.route-list .route-item:first-child .route-city {
  text-align: start;
}
#zoomSlider {
  -webkit-appearance: none; /* Remove default styles */
  width: 100%;
  height: 6px;
  background: black; /* Red track */
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

/* Chrome, Safari, Edge */
#zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #da291c; /* Red thumb */
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
}

/* Firefox */
#zoomSlider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #da291c; /* Red thumb */
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
}

.cropper-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #181818;
  padding: 20px;
}
.close-button-cropper {
  display: flex;
  font-size: 30px;
  justify-content: end;
}
#cropBtn {
  padding: 21px;
}
.route-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column-reverse;
  position: relative;
  max-width: 12%;
}

.route-item.origin {
  align-items: start;
}
@media (max-width: 996px) {
  .route-item.origin {
    justify-content: space-between;
  }
}
.route-item.destination {
  align-items: end;
}
.route-label {
  font-weight: bold;
  display: block;
  font-family: "Montserrat Regular";
  font-size: 14px;
}
.route-city {
  font-family: "Montserrat";
  color: white;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.route-item.origin .route-city-pointers {
  align-items: flex-start;
}
.route-item.destination .route-city-pointers {
  align-items: flex-end;
  text-align: end;
}
.route-list .route-item:first-child .route-point {
  width: 27.4px;
  height: 27.4px;
  border-radius: 50%;
  border: 5.4px solid #da291c;
  margin-right: 10px;
  position: relative;
  background: #181818;
}
.route-list .route-item:first-child .route-city {
  font-size: 16px;
}
.route-city {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.route-item.destination .route-city {
  font-size: 16px;
}
.route-item.destination .route-label {
  font-size: 16px;
}
.route-item.origin .route-label {
  font-size: 16px;
}

.route-item.destination .route-point {
  width: 27.4px;
  height: 27.4px;
  border-radius: 50%;
  border: none;
  margin-right: 10px;
  background: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 12 12"><path fill="%23da291c" d="M6 .5A4.5 4.5 0 0 1 10.5 5c0 1.863-1.42 3.815-4.2 5.9a.5.5 0 0 1-.6 0C2.92 8.815 1.5 6.863 1.5 5A4.5 4.5 0 0 1 6 .5m0 1A3.5 3.5 0 0 0 2.5 5c0 1.355 1.059 2.918 3.224 4.653L6 9.871l.276-.218C8.441 7.918 9.5 6.355 9.5 5A3.5 3.5 0 0 0 6 1.5M6 4a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  flex-shrink: 0;
  background-color: #181818;
}
.route-item.destination .route-point::before {
  display: none;
}
.route-point {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 4px solid #da291c;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}
.route-point:before {
  content: " ";
  height: 3px;
  width: 3px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #da291c;
}

/* Dotted vertical line */
.route-point::after {
  display: none;
}
.route-city-pointers {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.waypoint .route-point {
  top: -5px;
}

.route-list:last-child .route-point::after {
  display: none;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 8px;
}

#selectTel {
  position: absolute;
}
#mobileNo {
  padding-left: 90px;
}
.file-upload-text {
  display: none;
}

.file-upload-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: white;
}

.image-preview {
  position: absolute;

  margin-top: 12px;
  width: 98%;
  height: 80%;
  top: 6%;

  overflow: hidden;
  border: 10px solid #282828;
  border-bottom: 0px;
}
.view-photo-box {
  display: flex;
  justify-self: center;
  align-items: center;
}
.delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-upload-button {
  z-index: 0;
}
.country-code-wrapper {
  position: absolute;
}
#participant-1-mobile-number {
  padding-left: 90px;
}
#participant-2-mobile-number {
  padding-left: 90px;
}
#participant-3-mobile-number {
  padding-left: 90px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal-content {
  background: #1c1c1c;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: white;
  z-index: 999;
  width: 30px;
  display: flex;
  cursor: pointer;
  background: #282828;
  justify-content: center;
  align-items: center;
}
.cropperbutton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-preview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.image-preview .delete-button {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  /* transform: translateX(-50%); */
  background: none;
  border: none;
  color: #da291c;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  background: #282828;
  z-index: 99;
  width: 100%;
  padding: 6px;
}

.hidden {
  display: none;
}

.form-group {
  color: white;
  font-family: sans-serif;
  margin-bottom: 0px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.radio-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.radio-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.radio-wrapper input[type="radio"]:checked + .custom-radio {
  border-color: #d84527;
}

.radio-wrapper input[type="radio"]:checked + .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d84527;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hidden {
  display: none;
}
#preview-image {
  max-width: 100%;
}

/* Hide spinner for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinner for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1200px) {
  .summary-card {
    width: 100%;
  }

  .content-section {
    flex-direction: column;
  }

  .trip-details {
    grid-template-columns: 1fr;
  }
  .route-list .route-item:first-child .route-point {
    left: -17px;
  }

  .waypoint .route-point {
    position: absolute;
    left: -13px;
    top: 13px;
    width: 17px;
    height: 17px;
    border: 4px solid #da291c;
  }
  #waypoints-container {
    grid-template-columns: 1fr;
  }
  .summary-card {
    margin-left: 0px;
  }
  .route-section {
    position: relative;
    padding-left: 11px;
  }
  .route-item {
    position: relative;
    align-items: start;
    padding-left: 10px;
  }
  .route-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .cmp-create-ride-title {
    margin-top: 20px;
  }
  .participantContainer {
    margin-left: 0px;
  }
  .cmp-create-ride-title {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
  }
  .create-a-heading {
    padding-bottom: 0px;
  }
  .step-item {
    margin-bottom: 0px;
  }
  .create-a-heading {
    font-size: 24px;
  }
  .route-item {
    max-width: 100%;
  }
  .route-city {
    text-align: start;
  }
  .cmp-create-ride-date {
    font-size: 12px;
  }
  .route-item.origin {
    align-items: start;
  }
  .route-item.destination {
    align-items: start;
  }

  .cmp-create-ride-content-card {
    padding: 24px;
  }

  .cmp-create-ride-section-title {
    font-size: 24px;
    line-height: 28px;
  }
  .full-width {
    width: 100% !important;
  }
  .form-actions {
    align-items: center;
    width: 100%;
    padding: 0px;
    max-width: 100%;
    /* background: red; */
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
  .form-action-container {
    max-width: 100%;
  }

  .view-map-btn.mobile {
    display: flex;
  }
  .form-content.hidden {
    display: none;
  }
  .route-item.destination .route-point {
    left: -16px;
  }
  .route-cities span {
    width: 100% !important;
  }
  .trip-details {
    grid-template-columns: 1fr 1fr;
  }
  .view-map-btn.desktop {
    display: none;
  }
  .detail-label {
    font-size: 12px;
  }
  .detail-value {
    font-size: 14px;
  }
  .detail-icon {
    width: 12px;
    height: 12px;
    opacity: 1;
  }
  .detail-item-icon {
    background: #181818;
    height: 26px;
    width: 24px;
  }
  .row {
    flex-direction: column;
    gap: 0px;
  }
  .detail-item-icon {
    padding: 4px;
  }
  .info-block {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .icon-label {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .info-value {
    margin-top: 0px;
    width: 100%;
    font-size: 14px;
  }
  .route-item.origin {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: start;
  }
  .route-city-pointers {
    display: flex;
    margin-left: 10px;
    align-items: flex-start !important;
    flex-direction: column;
  }
  .route-city {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: white;
  }

  .route-item.destination .route-point {
    position: absolute;
    top: 0;
    left: -18px;
  }
  .route-point {
    position: absolute;
    left: -13px;
    top: 13px;
    width: 16px;
    height: 16px;
  }
  .collapse-icon {
    left: 0px;
  }
  .boxDialog {
    position: absolute;
    top: 16px;
    width: 92%;
  }

  #mapModalContent {
    background-color: #181818;
    margin: 10% auto;
    padding: 16px;
    width: 90%;
    height: 45%;
    padding-top: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .form-section {
    padding: 24px 20px;
  }
  .boxDialog {
    display: flex;
    gap: 10px;
    /* position: absolute; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-actions {
    flex-direction: row;
    align-items: center;
  }

  .btn {
    width: 50%;
    max-width: 100%;
    /* font-size: 13px; */
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trip-image img {
    width: 100%;
    object-fit: cover;
    height: 217px;
  }
  .route-line {
    display: block;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 300p;
    transform: none;
    border-left: 2px dashed #555;
    border-top: navajowhite;
    height: calc(100% - 90px);
    top: 25px;
    left: 6px;
  }
  .route-list .route-item:first-child .route-point {
    position: absolute;
    width: 26px;
    height: 25px;
    left: -17px;
    top: 0px;
  }
  /* Dotted vertical line */
  .route-point::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0; /* no width */
    height: 58px;
    border-left: 2px dotted #666; /* dotted line */
  }

  .route-list:last-child .route-point::after {
    display: none;
  }
  .route-item.destination .route-city-pointers .route-city {
    position: relative;
    display: block;
    overflow: visible;
  }
  .route-item.destination .route-city-pointers .route-city::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    left: -35px;
    top: -2;
    background: #181818;
    z-index: 99;
  }
  .cmp-create-a-ride--component-box {
    flex-direction: column;
    gap: 0px;
  }
  .step-item.completed .step-number::before {
    content: " ";
    background-image: url("../../../../../content/dam/revamp/greentick.png");
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -2px;
    top: -2px;
  }
  .form-container {
    width: 100%;
  }
  .cmp-create-a-ride--component-box {
    width: 100%;
    padding: 0 24px 40px;
  }

  .step-item:not(:last-child)::after {
    left: 60px;
    top: -46px;
    height: 117px;
    rotate: -90deg;
  }

  .progress-container {
    flex-direction: row;
  }
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-right: 20px;
  }

  .step-text {
    font-size: 18px;
  }

  .step-item {
    align-items: self-start;
    margin-bottom: 45px;
  }
  .step-item.completed::before {
    display: none;
  }

  .cmp-create-a-ride--step-box {
    width: 100%;
  }
  .step-item.active .step-number {
    border: 1px solid #ae8800;
    background-color: #ae8800;
  }
  .step-item.inactive .step-number {
    background: black;
    color: white;
    border: 1px solid #a7a7a7;
  }
  .step-text {
    font-size: 10px;
  }
  .step-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .step-item {
    flex-direction: column;
    gap: 4px;
  }
  .progress-container {
    justify-content: space-between;
    width: 100%;
  }

  .step-item:not(:last-child)::after {
    background: linear-gradient(
      180deg,
      #474747 36.8%,
      rgba(71, 71, 71, 0) 100%
    ) !important;
  }

  .cmp-create-a-ride--form-box {
    padding-top: 10px;
  }
  .cmp-create-ride-container {
    max-width: 100%;
    padding: 0 24px 40px;
  }
  .cmp-create-ride-title {
    font-size: 16px;
  }
  .cmp-create-ride-date {
    font-size: 12px;
  }
  .cmp-create-a-ride--step-box {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
  }

  .form-action-container {
    width: 100%;
  }
}

