.no-itinerary-found {
  background: white;
  padding: 20px 10px;
}
.no-itinerary-found > h1 {
  font-size: 20px !important;
}
.no-itinerary-found > p {
  font-size: 20px;
}
.itinerary-page-cont {
  background-color: #f6f8fb;
  min-height: 100vh;
}
.navbar-section {
  width: 100%;
  background-color: white;
  margin-bottom: 2px;
}
.title-and-avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.title-and-avatar .profile-pic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.title-and-avatar > div:nth-child(1) {
  display: flex;
  align-items: end;
  font-size: 30px;
  font-weight: 700;
  gap: 5px;
}
.title-and-avatar > div:nth-child(1) img {
  width: 150px;
}
.title-and-avatar > div:nth-child(1) span {
  color: #027274;
}

.itinerary-page-cont .header-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.itinerary-page-cont .header-section > div {
  background-color: white;
  width: 100%;
  padding: 10px 0;
}
.itinerary-page-cont .header-section > div:nth-child(2) {
  padding: 24px 0;
}
.itinerary-page-cont .header-section > div > div {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  /* margin-bottom:40px; */
}
.body-section {
  width: 90%;
  position: relative;
  max-width: 1100px;
  margin: auto;
}
.bundle-collection {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.itinerary-page-cont .editable-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.itinerary-page-cont .header-section .itinerary-title {
  display: flex;
  gap: 20px;
  align-items: center;
  /* padding: 10px 0; */
}
.itinerary-title input {
  border-radius: 6px;
  outline: none;
  border: 1px solid var(--light-support-divider, #ebecef);
  color: #505555;
  font-weight: 400;
  font-size: 500;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
}

.itinerary-title p {
  font-size: 12px;
  font-weight: 200;
  color: #7b8a8a;
  margin: 0;
  display: flex;
}
.itinerary-title p span {
  color: #222b2c;
  font-weight: 500;
}
.itinerary-page-cont .pax-details,
.itinerary-page-cont .editable-fields .desc-media {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.itinerary-page-cont .pax-details > div {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 160px;
  font-size: 15px !important;
}
.itinerary-page-cont .pax-details > div > div:nth-child(1) {
  font-weight: 400;
  color: #7b8a8a;
  display: flex;
  align-items: center;
  gap: 4px;
}
.itinerary-page-cont .pax-details > div > div:nth-child(2) {
  color: #222b2c;
  text-decoration: underline;
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.itinerary-page-cont .pax-details input {
  border: none;
  padding: 0;
  outline: none;
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 13px;
  font-weight: 500;
}
.itinerary-page-cont .editable-fields .desc-media {
  gap: 27px;
}
.itinerary-page-cont .editable-fields .desc-media > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.itinerary-page-cont .editable-fields .desc-media > div label {
  color: var(--light-text-secondary, #757c8d);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.itinerary-page-cont .editable-fields .desc-media .w-md-editor {
  width: 500px;
}
.itinerary-page-cont .editable-fields .desc-media .w-md-editor-fullscreen {
  width: unset;
}
.itinerary-page-cont .editable-fields .desc-media textarea {
  /* width:359px;
  height:73px;
  min-height:73px;
  max-height:73px;
  padding:10px 16px;
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #EBECEF);
  background: var(--light-base-bg-1, #F6F8FB);
  color: var(--light-text-primary, #0F232F);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; */
}
.desc-media textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.desc-media textarea::-webkit-scrollbar {
  width: 4px;
}
.desc-media textarea::-webkit-scrollbar-thumb {
  background-color: #d8dadf;
}

.itinerary-page-cont .editable-fields .desc-media .meta-media-cont {
  margin-top: 0px;
}
.itinerary-page-cont .editable-fields .desc-media .meta-media-cont img {
  width: 110px;
}
.inclusions {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: start;
  color: #505555;
}
.inclusions .icons {
  display: flex;
  gap: 16px;
}
.itinerary-page-cont .header-section .bottom-section {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  justify-content: space-between;
}
.itinerary-page-cont .header-section .bottom-section > div:nth-child(2) {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.itinerary-page-cont .header-section .publish,
.itinerary-page-cont .header-section .unpublish {
  border-radius: 6px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: var(--Light-Base-BG1, #f6f8fb);
  padding: 11px 0px;
  width: 230px;
  font-size: 16px;
  color: var(--Light-Text-Primary, #0f232f);
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize !important;
}
.itinerary-page-cont .header-section .publish-and-send {
  background: var(--tealThemeDark);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 0px;
  width: 140px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize !important;
}
.itinerary-page-cont .header-section .publish-and-send:disabled {
  background: #c9c9c9;
  height: 40px;
  width: 150px;
}
.timeline {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
.timeline .teal {
  color: #027274;
}
.timeline .grey {
  color: #7b8a8a;
}
.timeline .dark-grey {
  color: #505555;
}
.timeline > .header p {
  color: #32303f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.timeline > .content {
  height: 100%;
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 25px;
}
.timeline > .content > .left-border {
  position: relative;
}
.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 */
}
.timeline > .content > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.timeline .content > div:nth-child(2) {
  width: 100%;
}
.timeline .content .day-wise-plan > .header {
  background: white;
  border-radius: 0px 0px 8px 8px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 600;
  display: flex;
  gap: 5px;
  position: relative;
  text-transform: capitalize;
}
.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;
}
.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;
}
.timeline .content .day-wise-plan .slots-cont {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  justify-content: space-between;
  margin-top: 18px;
}
.timeline .content .day-wise-plan .slots-cont > div .header {
  padding: 4px 10px;
  margin-right: 22px;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  gap: 3px;
  align-items: center;
  text-transform: capitalize;
}
.timeline .content .day-wise-plan .slots-cont .morning > .header {
  background-color: #fef1f3;
  color: #ad1b2e;
}
.timeline .content .day-wise-plan .slots-cont .afternoon > .header {
  background-color: #fff9d9;
  color: #a68b05;
}
.timeline .content .day-wise-plan .slots-cont .evening > .header {
  background-color: #ebfcfd;
  color: #027274;
}
.timeline .content .day-wise-plan .slots-cont .slot {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.component-card-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.component-card-cont > div {
  position: relative;
}
.component-card-cont .menu-icon {
  position: absolute;
  right: 6px;
  top: 10px;
}
.component-card {
  border-radius: 8px;
  border: 1px solid #9fdedf;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #9fdedf;
  padding: 6px;
}
.component-card .header {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px !important;
  align-items: start !important;
}
.component-card .header .title {
  display: flex;
  justify-content: end;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px;
}
.component-card .header .title img {
  height: 18px !important;
  width: 18px !important;
}
.component-card .tags {
  display: flex;
  gap: 5px;
}
.component-card .tags > div {
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  text-transform: capitalize;
}
.component-card .tags > .teal {
  background-color: #dff5f1;
  color: #22906b;
}
.component-card .tags > .purple {
  background-color: #efeeff;
  color: #757c8d;
}
.component-card .content {
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.component-card .content img {
  width: 100%;
  height: 120px !important;
  border-radius: 4px;
  object-fit: cover;
}
.component-card .content .title {
  color: #505555;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.component-card .content p {
  color: #7b8a8a;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}
.component-card .content .caption,
.component-card .content .caption p {
  color: #7b8a8a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.show-less {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.component-card .content .caption span {
  color: #2e7cf6;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.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;
  width: fit-content !important;
  text-transform: capitalize;
}
.component-card .content .flight {
  display: flex;
  grid-template-columns: auto auto auto;
  text-transform: capitalize;
  gap: 10px;
  color: #027274;
  font-weight: 500;
}
.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;
}

.component-card .content .flight > div .horizontal-plane-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  background-color: white;
}
.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;
  margin-right: 24px;
}
.component-card.continues .continued-copy > div:nth-child(2) {
  color: #757c8d;
  text-transform: none;
}
.component-card.continues .continued-copy > div:nth-child(2) span {
  text-transform: capitalize;
}
.component-card.continues .content {
  padding: 5px;
  flex-direction: row !important;
}
.component-card.continues .content img {
  height: 41px !important;
  width: 56px !important;
}

.itinerary-page-cont .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%;
}
.city-list {
  width: 800px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}
.city-list > button {
  background-color: #027274;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 8px;
  border: none;
}
.city-list > div {
  padding: 10px 14px;
  display: flex;
  gap: 25px;
  justify-content: center;
  width: 100%;
}
.city-item {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #505555;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
}
.dot {
  width: 5px;
  height: 5px;
  background-color: #505555;
  border-radius: 50%;
}
.city-item:last-child .dot {
  display: none;
}
.search-results-loading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.requirements {
  margin-top: 20px !important;
}
.requirements > p {
  color: var(--light-text-primary, #0f232f);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}
.requirements .bundle-card-components-collection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.requirements .bundle-card-components-collection > div {
  padding: 16px;
  width: 304px;
  border-radius: 8px;
  border: 1px solid #9fdedf;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #9fdedf;
  cursor: pointer;
  box-sizing: content-box;
  position: relative;
}

.requirements .bundle-card-components-collection > div > span {
  position: absolute;
  right: 13px;
  top: 12px;
}
#bundle-component-menu ul {
  padding: 8px 0;
  background: #fff;
}
#bundle-component-menu li {
  background: white !important;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}
.requirements .bundle-card-components-collection .header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebecef;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.requirements .bundle-card-components-collection .header > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.requirements .bundle-card-components-collection .header .tag {
  padding: 4px;
  border-radius: 4px;
  background: #eee;
  color: #5f5959;
  font-size: 10px;
  font-weight: 500;
  width: fit-content;
  text-transform: capitalize;
}
.requirements .bundle-card-components-collection .header span {
  color: var(--light-text-primary, #0f232f);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}
.costing-params {
  padding-top: 10px;
}
.costing-params > p {
  margin: 0;
  color: var(--light-text-primary, #0f232f);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.bundle-card-options-collection {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bundle-card-options-collection > h2 {
  color: var(--light-text-primary, #0f232f);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.bundle-card-options-collection > div {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: #fff;
}
.bundle-card-options-collection > div .header {
  display: flex;
  gap: 10px;
}
.bundle-card-options-collection > div .header h2 {
  color: #32303f;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.bundle-card-options-collection > div .header p {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  margin-top: 4px;
}
.bundle-card-options-collection > div .header svg {
  margin-top: 5px;
}
.bundle-card-options-collection .options-cont {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 8px;
}
.bundle-card-options-collection .options-cont p {
  color: var(--light-text-primary, #0f232f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.bundle-card-options-collection .options-cont > div {
  padding: 32px 0;
  border-bottom: 1px solid #ebecef;
}
.bundle-card-options-collection .options-cont > div:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}
.bundle-card-options-collection .options-cont > div > h3 {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.bundle-card-options-collection .options-cont > div > div {
  border-radius: 8px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: var(--light-base-bg-2, #fff);
  display: grid;
  grid-template-columns: 80% 20%;
}
.bundle-card-options-collection .options-cont > div .content {
  padding: 32px 32px 32px 60px;
}
.bundle-card-options-collection .options-cont > div .costing {
  border-left: 1px solid #ebecef;
}

.bundle-card-options-collection .no-option {
  margin-top: 16px;
}
.bundle-card-options-collection .no-option > p {
  margin: 0;
  padding-top: 16px;
  color: var(--light-text-secondary, #757c8d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.requirements-cta {
  position: absolute;
  right: 0;
}

.requirements-cta > button {
  margin-top: 12px;
  border-radius: 6px;
  background: var(--light-base-secondary, #0f232f);
  border: none;
  padding: 9px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
#create-requirements-menu {
  margin-top: 5px;
}
#create-requirements-menu ul {
  width: 200px;
}
#create-requirements-menu li {
  color: var(--light-text-secondary, #757c8d);
  font-size: 14px;
  font-weight: 500;
}
.create-bundle-form-drawer {
  width: 80vw;
}
.create-bundle-form-drawer.move-component .body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.create-bundle-form-drawer.move-component .body > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.create-bundle-form-drawer.move-component .body > div label {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
.create-bundle-form-drawer.move-component .body > div select {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: white;
  padding: 14px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.create-bundle-form-drawer.move-component .body > div .dropdown-arrow {
  position: absolute;
  bottom: 16px;
  right: 12px;
}

.create-bundle-form-drawer.move-component .MuiOutlinedInput-notchedOutline {
  border: 1px solid var(--light-support-divider, #ebecef);
}
.MuiMultiSectionDigitalClock-root .Mui-selected {
  background: #0f232f !important;
}
.create-bundle-form-cont > .header > span {
  cursor: pointer;
}
.create-bundle-form-cont > .header {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 36px 0 0 36px;
}
.create-bundle-form-cont > .header > div > h1 {
  color: var(--light-text-primary, #0f232f);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.create-bundle-form-cont > .body > div:nth-child(1) > div {
  margin-top: 8px;
  display: flex;
  gap: 28px;
}
.create-bundle-form-cont > .body > div:nth-child(1) > div > button {
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.create-bundle-form-cont p {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 8px;
}
.create-bundle-form-cont .body {
  margin-top: 12px;
  padding-left: 36px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-right: 116px;
}
.create-bundle-form-cont .body::-webkit-scrollbar {
  display: none;
}

.create-bundle-form-cont .body h1 {
  color: var(--light-text-primary, #0f232f);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.create-bundle-form-cont .body .option-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-bundle-form-cont .body .option-title > div {
  padding: 5px;
  line-height: 0;
  border-radius: 5.793px;
  border: 0.966px solid var(--light-support-divider, #ebecef);
  background: var(--light-base-bg-2, #fff);
}
.create-bundle-form-cont .body .options-cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.create-bundle-form-cont .body .options-cont > div > .wmde-markdown,
.create-bundle-form-cont .body > div > .wmde-markdown {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  margin-top: 6px;
  padding: 16px;
  width: 100%;
  outline: none;
}
.create-bundle-form-cont .body .options-cont > button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
  background: var(--light-base-secondary, #0f232f);
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.create-bundle-form-cont .footer {
  background: white;
  bottom: 0;
  padding: 16px;
  border-top: 1px solid var(--light-support-divider, #ebecef);
  display: flex;
  width: 100%;
}
.create-bundle-form-cont .footer > div {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-right: 116px;
}
.create-bundle-form-cont .footer button {
  background: var(--tealThemeDark);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  display: flex;
  font-weight: 600;
  min-width: 160px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize !important;
}
.create-bundle-form-cont .footer button:disabled {
  background: #c9c9c9;
}
.create-bundle-form-cont .footer button:disabled > span {
  visibility: hidden;
}

.delete-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 64px;
}
.delete-popup > h3 {
  color: var(--light-text-primary, #0f232f);
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}
.delete-popup > p {
  color: var(--light-text-secondary, #757c8d);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.delete-popup > div {
  display: flex;
  gap: 8px;
}
.delete-popup > div > button:nth-child(1) {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: transparent;
  width: 132px;
  padding: 10px;
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}

.delete-popup > div > button:nth-child(2) {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: var(--light-support-red, #f64a4a);
  width: 132px;
  padding: 10px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}
#bundle-component-menu li {
  font-family: "Figtree", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#bundle-component-menu .MuiPopover-paper {
  width: 272px;
}

.create-bundle-form-cont .meta-input {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.create-bundle-form-cont .meta-input > div {
  display: flex;
  gap: 0px !important;
  flex-direction: column;
}
.create-bundle-form-cont .meta-input > div > p {
  margin: 0;
  margin-bottom: 6px;
}

.create-bundle-form-cont .meta-input > div > h5 {
  color: #757c8d;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
  margin-top: 8px;
}
.create-bundle-form-cont .meta-input input,
.create-bundle-form-cont .meta-input textarea {
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: var(--light-base-bg-1, #f6f8fb);

  padding: 10px;
  width: 100%;
  font-size: 14px;
  outline: none;
}
.w-md-editor-text-input {
  border: none !important;
  background: transparent !important;
}
.create-bundle-form-cont .meta-input input.error {
  border-color: #f64a4a;
}
.create-bundle-form-cont .meta-input p span,
.create-bundle-form-cont .meta-input > div > span {
  color: #f64a4a;
  font-size: 12px;
  margin: 4px 0;
}
.create-bundle-form-cont .meta-input input::placeholder,
.create-bundle-form-cont .meta-input textarea::placeholder {
  color: #a4aaba;
}
.create-bundle-form-cont .meta-input .image-upload {
  border-radius: 6px;
  border: none;
  background: var(--light-base-bg-1, #f6f8fb);
  margin-top: 12px;
  padding: 10px;
  width: 164px;
  position: relative;
  display: grid;
  place-items: center;
  height: 70px;
}
.create-bundle-form-cont .meta-input .image-upload label {
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 500;
}
.create-bundle-form-cont .meta-input .image-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.create-bundle-form-cont .meta-input .meta-media-cont {
  position: relative;
  width: fit-content;
  margin-top: 16px;
}
.create-bundle-form-cont .meta-input .meta-media-cont img {
  height: 73px;
  width: 73px;
  border-radius: 9px;
}
.create-bundle-form-cont .meta-input .meta-media-cont > span {
  position: absolute;
  right: -4px;
  top: -4px;
  background: black;
  height: 18px;
  width: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.section-cont {
  background: white;
  width: 100%;
  margin-top: 60px;
}
.section-cont > .add-new-section {
  padding: 32px 0 40px 0;
  padding-bottom: 120px;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section-cont .add-new-section h3 {
  color: var(--light-text-primary, #0f232f);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
}
.section-cont .add-new-section p {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
}
.section-cont .add-new-section > button {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: none;
  padding: 9px 12px;
  border-radius: 6px;
  background: var(--light-base-secondary, #0f232f);
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tabs-container {
  min-height: auto;
  margin-top: 32px;
}
.tabs-container.sticky > div {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}
.tabs-container.sticky,
.navbar-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  padding-bottom: 8px;
  z-index: 1000;
}
.tabs-container.sticky {
  top: 30px;
  padding-top: 8px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.tabs-container,
.tabs-container > div {
  overflow: visible !important;
}
.tabs-container#itinerary-product > div {
  width: 90%;
  margin: auto;
  max-width: 1136px;
}

.tabs-container .MuiTabs-indicator {
  bottom: -8px;
  height: 4px !important;
  border-radius: 7px 7px 0px 0px;
  background: var(--Light-Base-Secondary, #0f232f);
}

.tab-item {
  color: var(--Light-Text-Secondary, #757c8d);
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  border-radius: 6px;
  padding: 4px 12px !important;
  height: auto !important;
  min-height: auto;
  text-transform: capitalize;
}
.tab-item:hover {
  color: #0f232f;
}
.tab-item.Mui-selected {
  background: var(--Light-Base-Secondary, #0f232f) !important;
  color: var(--Light-Text-Tertiary, #fff);
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

@media only screen and (max-width: 1204px) {
  .create-bundle-form-cont .body,
  .create-bundle-form-cont .footer > div,
  .create-bundle-form-cont .footer > div {
    margin-right: 36px !important;
  }
}
@media only screen and (max-width: 667px) {
  .itinerary-page-cont .pax-details {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .itinerary-page-cont .header-section .itinerary-title {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .itinerary-page-cont .header-section .bottom-section {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .itinerary-page-cont .header-section .bottom-section > div:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }
  .itinerary-page-cont .pax-details {
    flex-direction: column;
    width: 100%;
  }
  .itinerary-page-cont .desc-media {
    flex-direction: column;
    gap: 10px;
  }
  .itinerary-page-cont .desc-media textarea {
    width: 100% !important;
  }
  .itinerary-page-cont .editable-fields .desc-media .w-md-editor {
    width: auto;
  }
  .itinerary-page-cont .pax-details > div {
    padding: 8px;
    font-size: 14px;
    width: 100% !important;
  }
  .timeline {
    width: 95% !important;
    padding: 20px 15px;
  }
  .timeline > .content {
    gap: 20px;
  }
  .timeline .content .day-wise-plan .slots-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .timeline .content .day-wise-plan .ellipsis {
    left: -30px;
  }
  .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;
  }

  .timeline .content .day-wise-plan .ellipsis {
    height: 20px;
    width: 20px;
  }
  .timeline > .content > .left-border::before {
    width: 1px;
  }
  .city-list {
    width: auto;
    margin: 10px;
    margin-bottom: 10px;
  }
  .city-list > div {
    overflow-y: auto;
    margin-left: 0px;
    padding-left: 200px;
  }
  .city-list .city-name {
    width: max-content;
  }
  .city-list > button {
    padding: 0px 20px;
  }

  .bundle-collection .bundle-card-options-collection h2 {
    margin-left: 5%;
  }
  .bundle-card-options-collection > div {
    padding: 16px;
    border-radius: 0;
    border: none;
  }
  .bundle-card-options-collection .options-cont > div > div {
    grid-template-columns: 100%;
  }
  .bundle-card-options-collection .options-cont > div .content {
    padding: 20px;
  }
  .bundle-card-options-collection .options-cont > div {
    padding: 26px 0;
  }
  .bundle-card-options-collection .options-cont > div > h3 {
    margin-bottom: 14px;
  }
  .requirements-cta > button > span > span {
    display: none;
  }
  .create-bundle-form-cont .footer button {
    width: 100%;
    margin-left: 0;
  }
  .create-bundle-form-cont > .body > div:nth-child(1) > div {
    gap: 10px;
  }
  .create-bundle-form-cont > .header,
  .create-bundle-form-cont > .body {
    padding: 20px;
    padding-top: 20px;
    gap: 20px;
    margin: 0;
  }
  .create-bundle-form-cont .footer > div {
    margin-right: 0;
  }
  .create-bundle-form-drawer {
    width: 100vw !important;
  }
  .delete-popup {
    padding: 32px;
  }
  .body-section {
    width: 100%;
  }
  .requirements-cta {
    right: 20px;
  }
  .requirements {
    width: 90%;
    margin: auto;
  }
  .create-bundle-form-cont .body,
  .create-bundle-form-cont .footer > div,
  .create-bundle-form-cont .footer > div {
    margin-right: 0 !important;
  }
  .section-cont > .add-new-section {
    flex-direction: column;
    align-items: start;
    padding-bottom: 90px;
  }
  .tabs-container.sticky {
    padding-top: 6px;
  }
}
