.itinerary-viewer-mode #itinerary-cont {
  display: grid;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  margin-top: 24px;
  grid-template-columns: 72% 25%;
  justify-content: space-between;
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list {
  background: white;
  padding: 20px;
  padding-right: 5px;
  border-radius: 8px;
  height: fit-content;
  max-height: 400px;
  display: none;
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list .itineraries-list-cont {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  height: 320px;
  margin-top: 20px;
}

.itineraries-list .itineraries-list-cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.itineraries-list .itineraries-list-cont::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.itineraries-list .itineraries-list-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e7e7e7;
}

.itinerary-viewer-mode #itinerary-cont .itineraries-list h2 {
  color: #7f8a89;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list .itinerary-card {
  border: 1px solid var(--light-support-divider, #ebecef);
  padding: 12px 16px;
  text-transform: capitalize;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list .itinerary-card.selected {
  border: 1px solid var(--tealBorder);
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list .title {
  margin: 0;
  color: var(--light-text-primary, #0f232f);
  font-size: 16px;
  font-weight: 600;
}
.itinerary-viewer-mode .cover-image {
  height: 200px;
  width: 100%;
}
.itinerary-viewer-mode .cover-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.itinerary-viewer-mode #itinerary-cont .itineraries-list .itinerary-card .circuit {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
}

.itinerary-viewer-mode .title-and-avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  background: white;
}
.itinerary-viewer-mode .title-and-avatar .profile-pic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) {
  display: flex;
  align-items: end;
  font-size: 30px;
  font-weight: 700;
  gap: 5px;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) img {
  width: 150px;
  object-fit: cover;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) span {
  color: #027274;
}

.itinerary-viewer-mode {
  background-color: #f6f8fb;
  min-height: 100vh;
}
.itinerary-viewer-mode .sections-list-cont {
  margin-top: 60px;
}
.itinerary-viewer-mode .navbar-section {
  width: 100%;
  background-color: white;
  margin-bottom: 2px;
}
.itinerary-viewer-mode .title-and-avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 5px 0px;
  width: 90%;
  max-width: 1400px;
}
.itinerary-viewer-mode .title-and-avatar .profile-pic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) {
  display: flex;
  align-items: end;
  font-size: 30px;
  font-weight: 700;
  gap: 5px;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) img {
  width: 150px;
  object-fit: cover;
}
.itinerary-viewer-mode .title-and-avatar > div:nth-child(1) span {
  color: #027274;
}
.itinerary-viewer-mode .itinerary-header {
  background: white;
  width: 100%;
}
.itinerary-viewer-mode .itinerary-header > div {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 20px 0;
}
.itinerary-viewer-mode .itinerary-header > div > p {
  color: #7b8a8a;
  font-size: 15px;
  font-weight: 200;
  margin: 0;
}
.itinerary-viewer-mode .itinerary-header > div > p > span {
  color: #32303f;
  font-weight: 500;
  font-size: 16px;
}
.itinerary-viewer-mode .itinerary-header > div > span {
  color: #7b8a8a;
  font-size: 12px;
  font-weight: 200;
  margin: 0;
}
.itinerary-viewer-mode .header-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background-color: white;
  padding: 32px;
  border-radius: 8px;
}
.itinerary-viewer-mode .header-section h3 {
  font-size: 20px;
  font-weight: 500;
  color: #505555;
  margin-bottom: 10px;
}
.itinerary-viewer-mode .header-section .circuit {
  color: #757c8d;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5px;
}
.itinerary-viewer-mode .header-section > div {
  width: 100%;
}
.itinerary-viewer-mode .header-section .itinerary-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.itinerary-viewer-mode .itinerary-title h3 {
  color: #505555;
  font-weight: 400;
  font-size: 500;
  font-size: 20px;
  margin: 0;
}
.itinerary-viewer-mode .itinerary-title p {
  font-size: 12px;
  font-weight: 200;
  color: #7b8a8a;
  margin: 0;
}
.itinerary-viewer-mode .itinerary-title p span {
  color: #222b2c;
  font-weight: 500;
}
.itinerary-viewer-mode .pax-details {
  display: flex;
  gap: 0px;
  width: 100%;
}
.itinerary-viewer-mode .pax-details > div {
  padding: 6px 0px;
  margin-right: 30px;
  display: flex;
  gap: 5px;
}
.itinerary-viewer-mode .pax-details > div > div:nth-child(1) {
  font-weight: 400;
  font-size: 15px;
  color: #7b8a8a;
}
.itinerary-viewer-mode .pax-details > div > div:nth-child(2) {
  color: #222b2c;
}
.itinerary-viewer-mode .itinerary-media img {
  margin-top: 20px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
.itinerary-viewer-mode .itinerary-media {
  position: relative;
}
.itinerary-viewer-mode .itinerary-media .more-media-cta {
  position: absolute;
  padding: 6px 12px;
  cursor: pointer;
  bottom: 16px;
  right: 16px;

  border-radius: 6px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: rgba(0, 0, 0, 0.6);
  color: var(--Light-Text-Tertiary, #fff);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.036px;
}

.itinerary-viewer-mode .itinerary-description {
  margin-top: 16px;
  color: var(--light-text-primary, #0f232f);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.itinerary-viewer-mode .itinerary-description .wmde-markdown {
  font-family: "Figtree", sans-serif !important;
}
.itinerary-viewer-mode .header-section .bottom-section {
  display: flex;
  align-items: center;
  gap: 50px;
}
.itinerary-viewer-mode .timeline {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.itinerary-viewer-mode .bundle-collection {
  width: 100% !important;
}
.itinerary-viewer-mode .bundle-collection > div {
  width: 100%;
  margin-top: 20px;
}
.itinerary-viewer-mode .timeline .teal {
  color: #027274;
}
.itinerary-viewer-mode .timeline .grey {
  color: #7b8a8a;
}
.itinerary-viewer-mode .timeline .dark-grey {
  color: #505555;
}
.itinerary-viewer-mode .timeline > .header p {
  color: #32303f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.itinerary-viewer-mode .timeline > .content {
  height: 100%;
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 25px;
}
.itinerary-viewer-mode .timeline > .content > .left-border {
  position: relative;
}
.itinerary-viewer-mode .timeline > .content > .left-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px; /* Adjust the width as needed */
  background: linear-gradient(0deg, #aab5b6 50%, transparent 50%, transparent);
  background-size: 1px 20px; /* Adjust the size to control the length of dashes and spaces */
}
.itinerary-viewer-mode .timeline > .content > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.itinerary-viewer-mode .timeline .content > div:nth-child(2) {
  width: 100%;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan > .header {
  background: white;
  border-radius: 0px 0px 8px 8px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
  display: flex;
  gap: 5px;
  position: relative;
  text-transform: capitalize;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .ellipsis {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #6db7b9;
  box-sizing: border-box;
  position: absolute;
  left: -37px;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .ellipsis::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6db7b9;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  box-sizing: border-box;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  justify-content: space-between;
  margin-top: 18px;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont > div .header {
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  gap: 3px;
  align-items: center;
  text-transform: capitalize;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont .morning > .header {
  background-color: #fef1f3;
  color: #ad1b2e;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont .afternoon > .header {
  background-color: #fff9d9;
  color: #a68b05;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont .evening > .header {
  background-color: #ebfcfd;
  color: #027274;
}
.itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont .slot {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.itinerary-viewer-mode .component-card-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itinerary-viewer-mode .component-card {
  border-radius: 8px;
  border: 1px solid #9fdedf;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #9fdedf;
  padding: 6px;
}
.itinerary-viewer-mode .component-card .header {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px !important;
  align-items: center;
}
.itinerary-viewer-mode .component-card .header .title {
  display: flex;
  justify-content: end;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px;
}
.itinerary-viewer-mode .component-card .header .title img {
  height: 18px !important;
  width: 18px !important;
  object-fit: cover;
}
.itinerary-viewer-mode .component-card .tags {
  display: flex;
  gap: 5px;
}
.itinerary-viewer-mode .component-card .tags > div {
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  text-transform: capitalize;
}
.itinerary-viewer-mode .component-card .tags > .teal {
  background-color: #dff5f1;
  color: #22906b;
}
.component-card .tags > .purple {
  background-color: #efeeff;
  color: #757c8d;
}
.itinerary-viewer-mode .component-card .content {
  padding: 4px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itinerary-viewer-mode .component-card .content img {
  width: 100%;
  height: 120px !important;
  border-radius: 4px;
  object-fit: cover;
}
.itinerary-viewer-mode .component-card .content .title {
  color: #505555;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.itinerary-viewer-mode .component-card .content p {
  color: #7b8a8a;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}
.itinerary-viewer-mode .component-card .content .caption,
.itinerary-viewer-mode .component-card .content .caption p {
  color: #7b8a8a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}
.itinerary-viewer-mode .component-card .show-less {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.view-less {
  color: #2e7cf6;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.itinerary-viewer-mode .component-card .content .tag {
  background-color: #eeeeee;
  color: #5f5959;
  display: flex;
  padding: 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  align-items: center;
  gap: 2px;
  text-transform: capitalize;
}
.itinerary-viewer-mode .component-card .content .flight {
  display: flex;
  grid-template-columns: auto auto auto;
  text-transform: capitalize;
  gap: 10px;
  color: #027274;
  font-weight: 500;
}
.itinerary-viewer-mode .component-card .content .flight > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.itinerary-viewer-mode .component-card .content .flight > div .horizontal-plane-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  background-color: white;
}
.itinerary-viewer-mode .component-card.continues .continued-copy {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: start;
  background: #efeeff !important;
  margin: 2px 5px;
  margin-bottom: 5px;
  font-size: 11px !important;
  border-radius: 6px !important;
  font-weight: 600;
  padding: 5px 10px !important;
}
.itinerary-viewer-mode .component-card.continues .continued-copy > div:nth-child(2) {
  color: #757c8d;
  text-transform: none;
}
.itinerary-viewer-mode .component-card.continues .continued-copy > div:nth-child(2) span {
  text-transform: capitalize;
}
.itinerary-viewer-mode .component-card.continues .content {
  padding: 5px;
  flex-direction: row !important;
}
.itinerary-viewer-mode .component-card.continues .content img {
  height: 41px !important;
  width: 56px !important;
}
.itinerary-viewer-mode .bottom-bar {
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0.75) 41.62%,
    rgba(217, 217, 217, 0.86) 100%
  );
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.itinerary-viewer-mode .city-list {
  width: 800px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}
.itinerary-viewer-mode .city-list > button {
  background-color: #027274;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 8px;
  border: none;
}
.itinerary-viewer-mode .city-list > div {
  padding: 10px 14px;
  display: flex;
  gap: 25px;
  justify-content: center;
  width: 100%;
}
.itinerary-viewer-mode .city-item {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #505555;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
}
.itinerary-viewer-mode .dot {
  width: 5px;
  height: 5px;
  background-color: #505555;
  border-radius: 50%;
}
.itinerary-viewer-mode .city-item:last-child .dot {
  display: none;
}

.customize-cta {
  margin-top: 12px;
  border-radius: 8px;
  background: var(--Light-Base-BG1, #f6f8fb);
  padding: 16px;
}
.customize-cta button {
  border-radius: 6px;
  background: var(--Light-Base-Secondary, #0f232f);
  color: var(--Light-Text-Tertiary, #fff);
  border: none;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  padding: 14px 16px;
  cursor: pointer;
  text-transform: capitalize;
  height: 40px;
}
.customize-cta button:hover {
  background: var(--Light-Base-Secondary, #0f232f);
  color: var(--Light-Text-Tertiary, #fff);
}
.customize-cta button .MuiLoadingButton-loadingIndicator {
  color: #fff !important;
}
.itinerary-viewer-mode .customize-cta {
  background: white;
}
.itinerary-viewer-mode.itinerary-as-product .customize-cta {
  background: var(--Light-Base-BG1, #f6f8fb);
}
.itinerary-viewer-mode.itinerary-as-product .bundle-collection {
  width: 90% !important;
  max-width: 1136px;
  margin: auto;
}
.create-bundle-form-cont .footer button.continue-without-id {
  /* width:auto; */
  background: transparent;
  color: var(--light-base-secondary, #0f232f);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-decoration-line: underline;
  width: 250px;
}
.itinerary-viewer-mode .share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--Light-Base-BG1, #ffffff);
  padding: 16px;
}
.itinerary-viewer-mode .share.mobile {
  padding: 16px 0 0 0;
}
.itinerary-viewer-mode .share > button {
  border-radius: 6px;
  background: #027274;
  color: var(--Light-Text-Tertiary, #fff);
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 10px 16px;
}
.itinerary-viewer-mode .share > button:nth-child(2) {
  background: transparent;
  border: 1px solid #027274;
  color: #027274;
}
.itinerary-viewer-mode .share.mobile {
  display: none;
}
.create-bundle-form-cont .footer button.cancel {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: transparent;
  color: var(--light-text-primary, #0f232f);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 8px;
}
.create-bundle-form-cont .footer button.customize {
  border-radius: 6px;
  background: var(--light-base-secondary, #0f232f);
  color: var(--light-text-tertiary, #fff);
  font-size: 12px;
  font-weight: 600;
}

/* Itinerary as Product */
.itinerary-viewer-mode.itinerary-as-product #is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--Light-Support-Divider, #ebecef);
}
.itinerary-viewer-mode.itinerary-as-product .pricing#is-sticky {
  border: none;
  right: 115px;
  left: auto;
  top: 74px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
  width: 320px;
  z-index: 1001;
  border-radius: 0px 0px 12px 12px;
  background: linear-gradient(0deg, #e6faf3 0%, #fff 89.58%);
}
.itinerary-viewer-mode.itinerary-as-product #itinerary-cont {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.itinerary-viewer-mode.itinerary-as-product .timeline {
  width: 90% !important;
  max-width: 1136px;
  margin: auto;
  padding: 20px 0;
}
.itinerary-viewer-mode.itinerary-as-product .product-details-section-comp {
  width: 100% !important;
  max-width: 1136px;
  margin: auto;
  padding: 20px 0;
}
.itinerary-viewer-mode.itinerary-as-product .notes-container {
  width: 100% !important;
  max-width: 1136px;
  margin: auto;
  padding: 20px 0;
}

.itinerary-viewer-mode.itinerary-as-product .header-section {
  padding: 0;
  padding-bottom: 24px;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .circuit {
  border-bottom: none;
  margin: 12px 0;
}

.itinerary-viewer-mode.itinerary-as-product .header-section > div {
  width: 90% !important;
  max-width: 1136px;
  margin: auto;
  display: grid;
  grid-template-columns: 67% 28%;
  justify-content: space-between;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message {
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  background: #eeebff;
  padding: 14px 16px;
  border-radius: 0px 0px 24px 24px;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message > div:nth-child(1) {
  position: relative;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message #loader-animation {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message #lottie {
  overflow: visible !important;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message h3 {
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 4px;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message p {
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}
.itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.itinerary-viewer-mode.itinerary-as-product .header-section h3 {
  color: var(--light-text-primary, #0f232f);
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
}

.itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing {
  margin-top: 8px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(180deg, #eeebff 0%, #f7f5ff 10.31%, #fff 47.3%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  border: 1px solid var(--light-support-divider, #ebecef);
}

.itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing h3 {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing h5 {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

.itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing button {
  border-radius: 8px;
  background: #027274;
  color: var(--light-text-tertiary, #fff);
  font-size: 14px;
  font-weight: 600;
  font-family: "Figtree";
  border: none;
  padding: 0px 20px;
  /* width:100%; */
  height: 56px;
  cursor: pointer;
}
.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .chat-with-us {
  cursor: pointer;
  padding: 12px 16px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: var(--greyish-white-backgrounds-lines-etc-greyish-white-00, #fff);
}

.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .chat-with-us .icon-container {
  background: linear-gradient(0deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
  padding: 0px 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .chat-with-us > div,
.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .submit-inquiry-cta > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .submit-inquiry-cta {
  cursor: pointer;
  padding: 12px 16px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: var(--greyish-white-backgrounds-lines-etc-greyish-white-00, #fff);
}

.itinerary-viewer-mode.itinerary-as-product .cta-container-desktop .submit-inquiry-cta .icon-container {
  background: #409fe4;
  color: #dff5f1;
  padding: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.itinerary-viewer-mode.itinerary-as-product .chat-with-us > div > span,
.itinerary-viewer-mode.itinerary-as-product .submit-inquiry-cta > div > span {
  color: var(--Light-Text-Primary, #0f232f);
  font-family: Figtree;
  font-size: 14px;
  font-weight: 500;
}
.itinerary-viewer-mode.itinerary-as-product .bundle-collection {
  width: 90% !important;
  max-width: 1136px;
  margin: auto;
}
.itinerary-viewer-mode.itinerary-as-product .reservation-info {
  cursor: pointer;
  padding: 13px 16px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #f3faf8;
}
.itinerary-viewer-mode.itinerary-as-product .reservation-info > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 2;
}
.itinerary-viewer-mode.itinerary-as-product .reservation-info span {
  font-size: 12px;
  font-weight: 500;
}
.itinerary-viewer-mode.itinerary-as-product .reservation-info p {
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  width: fit-content;
}

.itinerary-viewer-mode.itinerary-as-product .reservation-info .icon-container {
  border-radius: 100px;
  background-color: #ffffff;
  padding: 7px;
  display: flex;
  align-items: center;
}

/* .itinerary-viewer-mode.itinerary-as-product .submit-inquiry-cta
{
  width:100%;
  display:flex;
  justify-content:center;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px 16px 32px;
  position:fixed;
  z-index:200;
  bottom:32px;
} */

/* .itinerary-viewer-mode.itinerary-as-product  .submit-inquiry-cta > div
{
  width:90%;
  max-width:1136px;
  display:flex;
align-items:center;
  gap:10px;
  justify-content:end;
} */
/* .itinerary-viewer-mode.itinerary-as-product  .submit-inquiry-cta button
{
display:flex;
align-items:center;
gap:10px;
border-radius:22px;
background: #B23737;
border:none;
color: #FFF;
font-size: 14px;
font-weight: 500;
padding: 14px 16px;
} */
.itinerary-viewer-mode.itinerary-as-product .submit-inquiry-cta p {
  margin: 0;
}
.itinerary-viewer-mode.itinerary-as-product .cta-container {
  display: none;
}
@media only screen and (max-width: 667px) {
  .itinerary-viewer-mode .pax-details {
    flex-wrap: wrap;
  }
  .itinerary-viewer-mode.timeline {
    width: 95% !important;
    padding: 20px 15px;
  }
  .itinerary-viewer-mode .timeline > .content {
    gap: 20px;
  }
  .itinerary-viewer-mode .timeline .content .day-wise-plan .slots-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .itinerary-viewer-mode .timeline .content .day-wise-plan .ellipsis {
    left: -30px;
  }
  .itinerary-viewer-mode .timeline .content .ellipsis-stroke {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #6db7b9;
    background-color: #e7e7e7;
    box-sizing: border-box;
    position: absolute;
    left: -28px;
    top: 4px;
  }

  .itinerary-viewer-mode .timeline .content .day-wise-plan .ellipsis {
    height: 20px;
    width: 20px;
  }
  .itinerary-viewer-mode .timeline > .content > .left-border::before {
    width: 1px;
  }
  .itinerary-viewer-mode .city-list {
    width: auto;
    margin: 10px;
    margin-bottom: 10px;
  }
  .itinerary-viewer-mode .city-list > div {
    overflow-y: auto;
  }
  .itinerary-viewer-mode .city-list > button {
    padding: 0px 20px;
  }
  .itinerary-viewer-mode {
    padding-bottom: 20px;
  }
  .itinerary-viewer-mode .cover-image {
    height: 160px;
    width: 100%;
  }
  .itinerary-viewer-mode .cover-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .itinerary-viewer-mode #itinerary-cont {
    grid-template-columns: 100%;
  }
  .itinerary-viewer-mode .header-section {
    padding: 16px;
  }
  .itinerary-viewer-mode #itinerary-cont .itineraries-list {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-top: 20px;
    padding: 20px 14px;
  }
  .itinerary-viewer-mode #itinerary-cont .itineraries-list div > h2 {
    margin-bottom: 10px;
  }
  .itinerary-viewer-mode #itinerary-cont .itineraries-list .itineraries-list-cont {
    padding: 0px;
    flex-direction: row;
    height: auto;
    margin-top: 0px;
  }
  .itinerary-viewer-mode #itinerary-cont .itineraries-list .itinerary-card {
    min-width: 314px !important;
  }
  .itineraries-list .itineraries-list-cont::-webkit-scrollbar-track {
    display: none;
  }
  .itineraries-list .itineraries-list-cont::-webkit-scrollbar {
    display: none;
  }
  .itineraries-list .itineraries-list-cont::-webkit-scrollbar-thumb {
    display: none;
  }
  .customize-cta {
    display: none;
  }
  .itinerary-viewer-mode.itinerary-as-product .header-section > div {
    grid-template-columns: 100%;
  }
  .itinerary-viewer-mode.itinerary-as-product .header-section .advisor-message {
    width: calc(112%);
    margin-left: -6%;
    border-radius: 0;
  }

  .itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing {
    border-radius: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: white;
  }
  .itinerary-viewer-mode.itinerary-as-product .pricing#is-sticky {
    right: 0;
    left: 0;
    top: auto;
    width: 100%;
    background: white;
  }

  .itinerary-viewer-mode.itinerary-as-product .reservation-info {
    border-radius: 0;
    width: 100%;
    position: fixed;
    bottom: 88px;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.06);
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .itinerary-viewer-mode.itinerary-as-product {
    padding-bottom: 128px;
  }
  .itinerary-viewer-mode .share.desktop {
    display: none;
  }
  .itinerary-viewer-mode .share.mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .itinerary-viewer-mode .share {
    margin: 0;
  }
  .itinerary-viewer-mode.itinerary-as-product .pricing-cont .pricing button {
    width: auto;
    padding: 0px 20px;
  }
  .itinerary-viewer-mode .itinerary-media img {
    height: 200px;
  }
  .itinerary-viewer-mode .itinerary-media img {
    height: 200px;
  }
  /* .itinerary-viewer-mode.itinerary-as-product .submit-inquiry-cta{
      padding:0;
      bottom: 150px;
  } */
  .itinerary-viewer-mode.itinerary-as-product .cta-container {
    position: fixed;
    right: 0;
    bottom: 260px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    box-sizing: border-box;
  }
  .itinerary-viewer-mode.itinerary-as-product .cta-container-desktop {
    display: none;
  }
  .itinerary-viewer-mode.itinerary-as-product .cta-container .chat-with-us > button {
    all: unset;
    border-radius: 10px 0 0 10px;
    background: #52cb5f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    min-width: 56px;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
  }
  /* .itinerary-viewer-mode.itinerary-as-product .cta-container .chat-with-us> button[data-isOpen='true'] {
    width: 100%;
  } */
  .itinerary-viewer-mode.itinerary-as-product .cta-container .submit-inquiry-cta > button {
    all: unset;
    border-radius: 10px 0 0 10px;
    background: #409fe4;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    min-width: 56px;
    padding: 8px 16px;
    box-sizing: border-box;
  }
  .itinerary-viewer-mode.itinerary-as-product .cta-container p {
    margin: 0px;
    padding: 0px;
  }
  .itinerary-viewer-mode.itinerary-as-product .hidden {
    display: none;
    opacity: 0;
    transition: all 1s linear;
  }
  .itinerary-viewer-mode.itinerary-as-product .not-hidden {
    display: block;
    opacity: 1;
  }
  .itinerary-viewer-mode.itinerary-as-product .pricing-cont {
    border-radius: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: white;
  }
  .itinerary-viewer-mode.itinerary-as-product .reservation-info .icon-container {
    padding: 4px;
    svg {
      width: 14px;
      height: 14px;
    }
  }
}
