@import url("https://fonts.googleapis.com/css2?family=Figtree&family=Anton:wght@200;300;400;500;600;700;800;900;1000&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
body {
  background: #f6f8fb !important;
  font-family: "Figtree", sans-serif !important;
  margin: 0;
}
:root {
  --shadowSize: 10px;
  --shadowColor: grey;
  --tealThemeLight: #edfafb;
  --tealThemeDark: #027274;
  --tealBorder: #9fdedf;
  --orangeThemeLight: #fff6f1;
  --orangeThemeDark: #eb7623;
  --goldThemeLight: #fff4d3;
  --goldThemeDark: #d09e08;
}

/*    Bottom Bar     */
#bottom-bar {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  background: #fff;
  border: 2px solid #f6f6f6;
  z-index: 1200;
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid var(--Neutral-Divider, #f2f4f7);
  background: var(--Neutral-White, #fff);
  box-shadow: 0px -2px 6px 0px rgba(208, 213, 221, 0.5);
}
#bottom-bar > a {
  padding: 8px 5px;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #757c8d;
  text-decoration: none;
  z-index: 10000;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#bottom-bar > a > div:nth-child(1) {
  font-size: 18px;
}
#bottom-bar > a > div:nth-child(2) {
  font-size: 12px;
}
#bottom-bar > .active {
  color: #5b41f5;
}
#bottom-bar > .active > div:nth-child(1) {
  background: #cbf1f2;
  padding: 0px 18px;
  border-radius: 16px;
}
#bottom-bar > .active > div:nth-child(1) span {
  padding: 0;
  margin: 0;
}
/*    End Bottom Bar     */

/* Grouped All Deals List */
.all-deals-container .instructions-title > h3 {
  color: #32303f;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.all-deals-container .instructions-title > p {
  color: var(--Light-Text-1, #6d7486);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.2px;
  width: 334px;
  /* padding-bottom:8px; */
  margin: 0;
}
.all-deals-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f2f2f2;
}
.all-deals-container > div {
  background: white;
  padding: 15px;
}
.all-deals-container > div > h1 {
  color: var(--Light-Text-Secondary, #757c8d);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.all-deals-container > div > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all-deals-container .deal-card {
  border: 1px solid #cbf1f2;
  box-shadow: 0px 2px 0px #cbf1f2;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.all-deals-container button.view-all-deals {
  background: var(--tealThemeLight);
  border: none;
  box-sizing: border-box;
  color: var(--tealThemeDark);
  font-weight: 500;
  padding: 8px;
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
}
.all-deals-container .deal-card > .upper {
  display: flex;
  justify-content: start;
  gap: 10px;
}
.all-deals-container .deal-card > .upper > * {
  /*     border:1px solid red; */
}
.all-deals-container .deal-card > .upper > div {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.all-deals-container .deal-card > .upper img {
  height: 84px;
  width: 56px;
  object-fit: cover;
  border-radius: 8px;
}
.all-deals-container .deal-card > .upper h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
.all-deals-container .deal-card > .upper p {
  font-size: 15px;
  color: #888888;
  margin: 0;
}
.all-deals-container .deal-card > .upper p > span {
  text-transform: capitalize;
}
.all-deals-container .deal-card .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-deals-container .deal-card .lower > div:nth-child(1) span {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px 6px;
  border-radius: 8px;
}
.all-deals-container .deal-card .lower > div:nth-child(2) {
  text-align: right;
  line-height: 0;
}
.all-deals-container .deal-card .lower > div:nth-child(2) p {
  color: #7b8a8a;
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 10px;
}
.all-deals-container .deal-card .lower > div:nth-child(2) h2 {
  color: var(--tealThemeDark);
  font-weight: 800;
  margin: 0;
  font-size: 26px;
}
/* End Grouped All Deals List */

#deal-preview-sheet .header {
  display: flex;
  justify-content: space-between;
  color: #888888;
  padding: 10px;
}
#deal-preview-sheet .header > p {
  margin: 0;
}
#deal-preview-sheet .carousel img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#deal-preview-sheet .carousel .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
#deal-preview-sheet .swiper-horizontal > .swiper-pagination-bullets,
#deal-preview-sheet .swiper-pagination-bullets.swiper-pagination-horizontal,
#deal-preview-sheet .swiper-pagination-custom,
#deal-preview-sheet .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 16px) !important;
}
#deal-preview-sheet .body {
  background: white;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  padding: 16px;
}
#deal-preview-sheet .body > h1 {
  font-size: 18px;
  font-weight: 500;
}
#deal-preview-sheet .body > p {
  text-transform: lowercase;
  color: var(--tealThemeDark);
}
#deal-preview-sheet .body > .pricing {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: baseline;
}
#deal-preview-sheet .body > .pricing .sale-price {
  color: var(--tealThemeDark);
  font-size: 26px;
  font-weight: 800;
}
#deal-preview-sheet .body > .pricing .public-price {
  color: #888888;
  font-size: 14px;
  font-weight: 200;
  text-decoration: line-through;
}
#deal-preview-sheet .body > .pricing .discount {
  color: var(--tealThemeDark);
  font-size: 14px;
  font-weight: 200;
}

#deal-preview-sheet .body > .pricing .onwards {
  color: var(--tealThemeDark);
  font-size: 14px;
  font-weight: 200;
}
#deal-preview-sheet .body > .cta-cont {
  display: grid;
  grid-template-columns: 60% 17% 17%;
  justify-content: space-between;
  margin-top: 10px;
}
#deal-preview-sheet .body > .cta-cont > button {
  border: none;
  padding: 9px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
}
#deal-preview-sheet .body > .cta-cont > button:nth-child(3),
#deal-preview-sheet .body > .cta-cont > button:nth-child(2) {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  font-size: 20px;
}
#deal-preview-sheet .body > .cta-cont > .showing-on-profile {
  background: var(--tealThemeDark);
  color: white;
}
#deal-preview-sheet .body > .cta-cont > .show-on-profile {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
}

/******** Sharing Card *********/
.phone-verification input.css-1o6z5ng {
  padding: 14px !important;
}
.sharing-options-wrapper .sharing-options-backdrop,
.phone-verification .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 1310;
  opacity: 1;
  pointer-events: all;
}
.sharing-options-wrapper .bottom-sheet {
  background: white;
  width: 100%;
  height: 450px;
  position: fixed;
  z-index: 1320;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  bottom: 0px;
  left: 0px;
}
.sharing-options-wrapper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.sharing-options-wrapper .heading p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.sharing-options-wrapper .sharing-options .copy-link {
  background: #fafaf7;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
}
.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) > div:nth-child(1) {
  text-transform: uppercase;
  color: #aab5b6;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) > div:nth-child(2) {
  color: #222b2c;
  font-weight: 400;
}
.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(2) {
  color: #027274 !important;
  font-size: 30px;
}
.sharing-options-wrapper .sharing-options .options {
  margin-top: 30px;
  max-height: 270px;
  overflow: auto;
}
.sharing-options-wrapper .sharing-options button > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sharing-options-wrapper #sharing-options .accordion-header button {
  background: #fafaf7;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}
.sharing-options-wrapper #sharing-options > div {
  border: none;
  margin-bottom: 10px;
}
.sharing-options-wrapper #sharing-options > div > div {
  background: #fafaf7;
}
.sharing-options .accordion-body {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.sharing-options .accordion-body > div {
  display: flex;
  flex-direction: column;
}
.sharing-options .accordion-body img {
  height: 150px;
  width: 90px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 10px;
}
.sharing-options .accordion-body a,
.sharing-options .accordion-body button {
  border: none;
  background: #027274;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .sharing-options-wrapper {
    display: grid;
    place-items: center;
  }
  .sharing-options-wrapper .bottom-sheet {
    width: 450px;
    height: 450px;
    position: fixed;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/******** End Sharing Card *********/

/******** Feed styling *********/
.feeds-cont {
  width: 100%;
  max-width: 480px;
  margin: auto;
  margin-bottom: 60px;
  background: linear-gradient(180deg, #f3f5f9 0%, #efedff 7.56%, #f3f5f9 27.25%, #efeeff 51.72%, #f0edff 103.32%);
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feeds-cont > .top-header {
  padding: 32px 16px 0px;
}
.feeds-cont > .top-header h3 {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  margin-bottom: 4px;
}
.feeds-cont > .top-header p {
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
}
.feeds-cont .feed-card {
  background: white;
  padding: 20px 15px;
}
.feeds-cont .feed-card.deal {
  cursor: pointer;
}
.feeds-cont .feed-card > .avatar-title {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
.feeds-cont .feed-card > .avatar-title img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.feeds-cont .feed-card > .avatar-title p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.feeds-cont .feed-card > .avatar-title > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.feeds-cont .feed-card > .avatar-title > div h6 {
  color: #7b8a8a;
  font-size: 14px;
  font-weight: 200;
  margin: 0;
}

.feeds-cont .feed-card > p {
  color: rgb(82, 82, 82);
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin-top: 10px;
}

.feeds-cont .feed-card > .media-cont {
  display: flex;
  overflow: auto;
  gap: 20px;
}
.feeds-cont .feed-card > .media-cont {
  position: relative;
  height: 260px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #9fdedf;
  box-shadow: 0px 2px 0px #9fdedf;
  border-radius: 8px;
}
.feeds-cont .feed-card > .media-cont img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feeds-cont .feed-card > .media-cont > div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.feeds-cont .feed-card > .media-cont p.title {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 5px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
}
.feeds-cont .feed-card > .media-cont > div > div {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: white;
  line-height: 0.5;
}
.feeds-cont .feed-card > .media-cont > div > div .price {
  padding-left: 3px;
}
.feeds-cont .feed-card > .media-cont > div > div .location {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.feeds-cont .feed-card > .media-cont span {
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: capitalize;
}
.feeds-cont .feed-card.collection {
  padding: 0;
}
.feeds-cont .feed-card.collection > div {
  padding: 16px;
}
.feeds-cont .feed-card.collection > div > h1 {
  color: var(--light-text-primary, #0f232f);
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.feeds-cont .feed-card.collection > div > h3 {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
}
.feeds-cont .feed-card.collection .section {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--light-base-bg-1, #f6f8fb);
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}
.feeds-cont .feed-card.collection .carousel-cont {
  display: flex;
  gap: 8px;
  width: 100%;
  overflow: auto;
  margin-top: 12px;
}
.feeds-cont .feed-card.collection .carousel-cont::-webkit-scrollbar {
  width: 0;
}
.feeds-cont .feed-card.collection .carousel-cont > div {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 312px;
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: var(--light-base-bg-2, #fff);
  padding: 16px 12px;
  max-width: 440px;
}
.feeds-cont .feed-card.collection .carousel-cont > div > span.tag {
  border-radius: 6px 0px;
  background: var(--light-base-main, #5740e4);
  width: fit-content;
  padding: 6px 12px;
  color: var(--light-text-tertiary, #fff);
  font-size: 13px;
  font-weight: 600;
  position: absolute;
}
.feeds-cont .feed-card.collection .carousel-cont > div img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}
.feeds-cont .feed-card.collection .carousel-cont > div h1 {
  color: var(--light-text-primary, #0f232f);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feeds-cont .feed-card.collection .carousel-cont > div h3 {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feeds-cont .feed-card .carousel-cont > div.itinerary h3 {
  color: var(--Light-Text-Secondary, #757c8d);
  font-family: Figtree;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
}
.feeds-cont .feed-card.collection .carousel-cont > div .rating {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.feeds-cont .feed-card.collection .carousel-cont > div p {
  color: var(--light-text-secondary, #757c8d);
  font-size: 10px;
  font-weight: 500;
  margin: 0;
}
.feeds-cont .feed-card.collection .carousel-cont > div p > span {
  color: var(--light-text-primary, #0f232f);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.feeds-cont .feed-card.collection .footer {
  border-top: 1px solid #ebecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feeds-cont .feed-card.collection .footer > div:nth-child(1) {
  color: var(--light-text-secondary, #757c8d);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.feeds-cont .feed-card.collection .footer > div .share-cta {
  background: var(--light-base-secondary, #0f232f);
  border: none;
  border-radius: 6px;
  color: var(--light-base-bg-2, #fff);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 24px;
}
@media screen and (max-width: 600px) {
  .feeds-cont {
    padding: 15px 0px;
  }
}
.feeds-cont .feed-card.inspiration .published-at {
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
}
.feeds-cont .feed-card.inspiration .video-cover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.feeds-cont .feed-card.inspiration .video-cover.image img {
  height: unset;
}
.feeds-cont .feed-card.inspiration .video-cover {
  position: relative;
  margin-top: 16px;
}
.feeds-cont .feed-card.inspiration .video-cover video {
  display: none;
}
.feeds-cont .feed-card.inspiration .video-cover > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feeds-cont .feed-card.inspiration .content > h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feeds-cont .overlay-video-player {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1250;
  background: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
}
.feeds-cont .overlay-video-player > div {
  position: fixed;
  top: 10px;
  left: 10px;
}
.feeds-cont .reward-potential {
  margin: 16px 0 !important;
}
/******** End Feed styling *********/

/******** Hamburger menu styling *********/
#hamburger-menu {
  border-radius: 30px !important;
}
#hamburger-menu > * {
  margin: 10px 0;
}
#hamburger-menu .menu-item {
  padding: 12px 20px;
}
#hamburger-menu .menu-item:hover {
  background: var(--tealThemeLight);
}
#hamburger-menu h3 {
  margin: 0;
  padding: 0;
  color: #32303f;
  font-weight: 400;
  font-size: 16px;
}
#hamburger-menu .menu-item-copy {
  color: #7b8a8a;
  font-size: 13px;
  font-weight: 300;
}
#hamburger-menu .css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root {
  align-items: flex-start;
}
#hamburger-menu .css-6hp17o-MuiList-root-MuiMenu-list {
  max-width: 250px;
}
/******** End Hamburger menu styling *********/

/******** Basic info form *********/
.basic-info-form-cont,
.confirm-cont {
  position: fixed;
  width: 100%;
  background: white;
  bottom: 0;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1310;
  border-radius: 10px 10px 0 0;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  overflow: auto;
  background: white;
  padding: 10px;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%);
}
.basic-info-form-cont > * {
  width: 100%;
}
.react-tel-input .form-control {
  width: 100% !important;
  height: 55px !important;
  font-size: 16px !important;
}
#add-contact .react-tel-input .form-control {
  height: 40px !important;
  border-radius: 7px;
}
.basic-info-form-cont .header,
.modal-body > .header,
.confirm-cont > .header,
.inquiry-form-header {
  display: flex;
  justify-content: space-between;
  color: #7f7f8a;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.basic-info-form-cont .css-19j5or9,
.basic-info-form-cont .css-1twrztz-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root,
.basic-info-form-cont .css-utm9vu-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root,
.confirm-cont .css-1twrztz-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root,
.css-zzjnge,
.css-19j5or9 {
  background-color: var(--tealThemeDark) !important;
  height: 50px !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
}
.basic-info-form-cont .css-19j5or9:disabled,
.basic-info-form-cont .css-1twrztz-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root.Mui-disabled,
.basic-info-form-cont .css-utm9vu-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root:disabled,
.confirm-cont .css-1twrztz-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root:disabled,
.css-zzjnge:disabled,
.css-19j5or9:disabled {
  background-color: #e6e6e6 !important;
}
.basic-info-form-cont .follow-title {
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
  color: rgba(50, 48, 63, 0.8);
  font-weight: 500;
}
.confirm-cont input {
  pointer-events: none;
  background-color: #f0f0f0 !important;
}
.basic-info-form-cont .context-copy {
  font-size: 13px;
  color: #596565;
  font-weight: 500;
  text-align: center;
  margin-top: -5px;
}
.css-1x4vipr-MuiButtonBase-root-MuiToggleButton-root {
  text-transform: capitalize;
}
.css-1x4vipr-MuiButtonBase-root-MuiToggleButton-root.Mui-selected {
  color: var(--tealThemeDark);
  background: var(--tealThemeLight) !important;
  font-weight: 600;
}
.basic-info-form-cont .otp-cont .header > div {
  color: #101828;
  text-transform: capitalize;
  font-size: 20px;
}
.basic-info-form-cont .otp-input-cont {
  margin-bottom: 50px;
}
.basic-info-form-cont .otp-input-cont > div {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}
.basic-info-form-cont .otp-input-cont.error input {
  border-color: #e09a75;
  color: #7f8a89;
}
.basic-info-form-cont .otp-input-cont.error > p {
  color: #a14515;
  margin-top: 10px;
}
.basic-info-form-cont .otp-input-cont input {
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  width: 45px !important;
  height: 38px !important;
}
.basic-info-form-cont .otp-cont input:disabled {
  background: #d7d7d7;
  color: #7f8a89;
}
.basic-info-form-cont .otp-cont input::placeholder {
  color: #7f8a89;
}
.otp-sent-to {
  color: #7b8a8a;
  font-size: 13px;
}
.otp-sent-to > button {
  border: none;
  background: none;
  color: #2e7cf6;
}
.basic-info-form-cont .otp-cont .otp-expired {
  background: #ffeee5;
  border: 1px solid #f4d7c8;
  border-radius: 8px;
  padding: 10px;
  color: #a14515;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.basic-info-form-cont .otp-cont .resend-otp {
  margin-bottom: 50px;
}
.basic-info-form-cont .otp-cont .resend-otp button {
  background: none;
  border: none;
  color: #2e7cf6;
}
.basic-info-form-cont .otp-cont .resend-otp p {
  color: #7b8a8a;
}
.basic-info-form-cont .otp-cont .resend-otp p span {
  color: #a14515;
}
/******** End basic info form *********/

/******** Lead form *********/

.selected-price-card {
  margin: 10px 0px;
  cursor: pointer;
  display: grid;
  padding: 10px;
  border-radius: 5px;
  grid-template-columns: auto 70px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f2f2f2;
  color: rgba(50, 48, 63, 0.8);
}
.selected-price-card .pricing > div:nth-child(2) {
  font-size: 12px;
  color: #7f7f8a;
  text-decoration: line-through;
}
.selected-price-card > div:nth-child(1) {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
.selected-price-card h4 {
  font-size: 18px;
  margin: 0;
  font-weight: light;
}
.selected-price-card p {
  font-size: 12px;
  color: #7f7f8a;
  margin: 0;
}

.search-modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
}
.modal-header {
  border-bottom: none !important;
}
.search-results {
  padding: 10px 5px;
  max-height: 75vh;
  overflow: auto;
}
.search-results > div {
  padding: 10px 0px;
  border-bottom: 1px solid #ebebeb;
  color: grey;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-results > div > div:nth-child(1) {
  background: #f1f6fe;
  color: #1d64dd;
  padding: 3px 5px;
  border-radius: 5px;
}
.search-results > div em {
  color: black;
  font-style: normal;
  font-size: 20px;
}
.modal-body #no-result-found {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #7f8a89;
  border-bottom: none;
}
.modal-body #no-result-found em {
  font-size: 12px;
  color: #7f8a89;
  font-weight: 800;
}
#add-destination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.modal-body #add-destination > button {
  width: 90% !important;
  background: #027274;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
.basic-info {
  background: #06a9760d;
  border-radius: 10px;
  color: var(--tealThemeDark);
  padding: 10px;
}

.css-ueukts-MuiButtonBase-root-MuiToggleButton-root.Mui-selected {
  background: #fff !important;
  color: #071218 !important;
}
.css-ueukts-MuiButtonBase-root-MuiToggleButton-root {
  text-transform: capitalize;
  line-height: 1.5;
}

.calendar {
  margin-top: 20px !important;
}

.today-day {
  background: #fff;
  border: 1px solid #071218 !important;
}

.today-day::after {
  visibility: hidden; /* hide small border under the text */
}
.flexible-dates {
  margin: 30px auto;
}
.flexible-dates .months-picker p,
.flexible-dates .days-picker p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 16px;
  margin: 5px;
}
.flexible-dates .months-picker .months-grid,
.flexible-dates .days-picker .days-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.flexible-dates .months-picker .months-grid .active,
.flexible-dates .days-picker .days-grid .active {
  border: 1px solid #071218;
  color: #071218;
  background: #e1e1e1;
}
.flexible-dates .months-picker .months-grid div,
.flexible-dates .days-picker .days-grid div {
  background: white;
  color: #222b2c;
  padding: 10px;
  border: 1px solid#D7D7D7;
  border-radius: 5px;
  text-align: center;
}
.css-q5cu77.Mui-selected {
  background: #fff !important;
  border-color: #071218 !important;
  color: #071218 !important;
}
.flexible-dates .days-picker {
  margin-top: 20px;
}
.modal-body .date-selector-title {
  display: flex !important;
  align-items: center !important;
  line-height: 1.5;
}
.date-selector-title,
.toggle-cta-title {
  text-transform: none !important;
}
.apply-dates {
  width: 100% !important;
  margin-top: 20px;
  background: #0f232f;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
.how-many {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.counter-cont p {
  margin-top: 20px;
  margin-bottom: 3px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.counter-cont .kids-adults-flex {
  display: flex;
  gap: 20px;
}
.counter-cont .kids-adults-flex > div,
.counter-cont .rooms-count-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.counter-cont .css-1rwt2y5-MuiButtonBase-root-MuiButton-root,
.counter-cont .css-79xub {
  color: #071218 !important;
  border-color: #071218 !important;
  font-size: 14px;
}
.modal-body .submit {
  position: absolute;
  bottom: 30px;
  width: 84% !important;
  background: #027274;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
.modal-body .css-zun73v.Mui-checked,
.modal-body .css-zun73v.MuiCheckbox-indeterminate,
.modal-body .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
.modal-body .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: var(--tealThemeDark);
}
.modal-body .whatsapp-input {
  margin-bottom: 5px;
}
.modal-body .whatsapp-input p {
  margin: 5px 0;
}
.modal-body .submit-form {
  width: 100%;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px;
  background: #027274;
  border-radius: 6px;
  margin: 20px 0 10px;
}
.modal-body .submit-form:disabled {
  background: #d9d9d9;
  color: #acacac;
  cursor: not-allowed;
}
.modal-body .whatsapp-consent {
  color: #596565;
  font-size: 12px !important;
}
.how-long-copy {
  margin: 10px 0 5px;
}
/******** End Lead form *********/

/******** Form Submission Bottom Sheet *********/
.form-submission-loading-sheet .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 2010;
  pointer-events: unset;
}
.form-submission-loading-sheet .body {
  background: white;
  width: 100%;
  box-sizing: border-box;
  min-height: 260px;
  position: fixed;
  z-index: 2020;
  bottom: 0;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.form-submission-loading-sheet.show-modal .backdrop {
  opacity: 1;
  pointer-events: all;
}
.form-submission-loading-sheet.show-modal .body {
  display: block;
  bottom: 0px;
}

.form-submission-loading-sheet #loader-animation {
  width: 100px;
  margin: auto;
  pointer-events: none;
  margin-top: 50px;
}
.form-submission-loading-sheet #complete-animation {
  width: 80px;
  margin: auto;
  pointer-events: none;
  margin-top: 0;
}
.form-submission-loading-sheet .body > .loader-cont > h1 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.form-submission-loading-sheet .body > .completed-cont > h1 {
  font-size: 16px;
  text-align: center;
  color: #027274;
  margin-top: 10px;
}

.form-submission-loading-sheet .body > .completed-cont > p {
  font-size: 16px;
  text-align: center;
  color: #7b8a8a;
  line-height: 1.5;
  margin-top: 10px;
}
.follow-container > div:nth-child(1) {
  border-radius: 6px;
  background: rgba(6, 169, 118, 0.11);
  padding: 16px 12px;
  margin-bottom: 22px;
  position: relative;
}
.follow-container h1 {
  color: var(--light-text-primary, #071218);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px; /* 141.667% */
}
.follow-container > div:nth-child(1) span {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid rgba(6, 169, 118, 0.11);
  position: absolute;
  bottom: -12px;
  right: 20%;
}
.follow-container > .follow-CTAs {
  display: grid;
  width: 100%;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.follow-container > .follow-CTAs > button {
  border-radius: 6px;
  padding: 12px 16px;
  /* Web/Title-16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.08px;
  border: none;
}
.form-submission-loading-sheet .download-pdf {
  border-radius: 6px;
  border: 1px solid var(--Text-Divider, #e2e8f0);
  background: var(--Text-White, #fff);
  color: var(--Text-Heading, #0f172a);
  font-family: Figtree;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 12px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}
.follow-container > .follow-CTAs > button:nth-child(1) {
  color: var(--light-text-primary, #071218);
  border: 1px solid var(--light-support-divider, #ebecef);
  background: white;
}
.follow-container > .follow-CTAs > button:nth-child(2) {
  background: #027274;
  color: white;
  text-transform: capitalize;
  font-weight: 600;
}
.follow-container > .follow-CTAs > button:disabled {
  background: #eeeff1;
}
.follow-container > .follow-CTAs > button:disabled > div {
  color: #c4c0c0 !important;
}
.form-submission-loading-sheet .body > .completed-cont > button.ok-got-it {
  width: 100%;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px;
  background: #027274;
  border-radius: 6px;
}
.form-submission-loading-sheet .body .hide {
  display: none;
}
.form-submission-loading-sheet #error-animation {
  margin: auto;
  pointer-events: none;
  margin-top: 0;
}
.form-submission-loading-sheet .body > .error-cont > h1 {
  color: #a14515;
  font-size: 13px;
  text-align: center;
}
.form-submission-loading-sheet .body > .error-cont > button {
  border: none;
  width: 100%;
  background: none;
  color: #2e7cf6;
  font-size: 20px !important;
  margin-top: 20px;
  font-weight: 700;
}
.form-submission-loading-sheet.blocking-sheet .body {
  min-height: fit-content;
}
.form-submission-loading-sheet.blocking-sheet .body > .error-cont > h1 {
  font-size: 20px;
  color: black;
  font-weight: 200;
}
@media screen and (min-width: 1024px) {
  .form-submission-loading-sheet {
    display: grid;
    place-items: center;
  }
  .form-submission-loading-sheet .body {
    width: 450px;
    position: fixed;
    border-radius: 15px;
  }
  .form-submission-loading-sheet .body {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: fit-content;
  }
  .form-submission-loading-sheet.blocking-sheet .body {
    top: 50%;
  }
}
.form-submission-loading-sheet#payment .completed-cont > div > h1 {
  font-size: 22px;
  color: var(--tealThemeDark);
  text-align: center;
  margin-top: 10px;
}
.form-submission-loading-sheet#payment .completed-cont > div > p {
  font-size: 14px;
  color: #505555;
  text-align: center;
}

.form-submission-loading-sheet#payment .completed-cont .purchased-item-card {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
}

.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 10px;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .header > div:nth-child(1) {
  color: #505555;
  font-size: 14px;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .header > div:nth-child(2) {
  color: #7b8a8a;
  font-size: 14px;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .header > div:nth-child(2) span {
  color: var(--tealThemeDark);
  font-weight: 800;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .item-card {
  margin-top: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 25% 70%;
  height: 134px;
  justify-content: space-between;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .item-card h3 {
  font-size: 16px;
  color: #505555;
}
.form-submission-loading-sheet#payment .completed-cont .purchased-item-card .item-card p {
  color: #505555;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.form-submission-loading-sheet#payment .purchased-item-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.form-submission-loading-sheet#payment .CTAs {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.form-submission-loading-sheet#payment .CTAs > button:nth-child(1) {
  background: #e9fbf0;
  border: 1px solid #cbf1f2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  color: var(--tealThemeDark);
  font-weight: 700;
  font-size: 16px;
}

.form-submission-loading-sheet#payment .CTAs > button:nth-child(2) {
  background: #027274;
  border-radius: 6px;
  border: none;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.form-submission-loading-sheet#payment .error-cont .CTAs > button:nth-child(1) {
  background: #ebfcfd !important;
}
.form-submission-loading-sheet#payment .error-cont {
  text-align: center;
}
.form-submission-loading-sheet#payment .error-cont h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.form-submission-loading-sheet#payment .error-cont h3,
.form-submission-loading-sheet#payment .error-cont p {
  text-align: center;
  color: #505555;
  font-weight: 100;
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.5;
}

.form-submission-loading-sheet#payment .error-cont p {
  font-weight: 600;
  margin-bottom: 40px;
}

/******** End Form Submission Bottom Sheet *********/

/****** Inquiry Form *****/
.follow-title {
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(50, 48, 63, 0.8);
  font-weight: 500;
}
.css-1hwqkh2.Mui-selected {
  background-color: var(--tealThemeLight) !important;
  border: 1px solid var(--tealThemeDark) !important;
  color: var(--tealThemeDark) !important;
}
.media-upload-title {
  margin-bottom: 0px;
  color: rgba(50, 48, 63, 0.8);
  font-weight: 500;
}
.meta-media-cont {
  position: relative;
  width: fit-content;
  margin-top: 10px;
}
.meta-media-cont img {
  height: 73px;
  width: 73px;
  object-fit: cover;
  border-radius: 9px;
}
.meta-media-cont > span {
  position: absolute;
  right: -4px;
  top: -4px;
  background: black;
  height: 18px;
  width: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.image-upload {
  border-radius: 6px;
  border: none;
  background: var(--light-base-bg-1, #f6f8fb);
  padding: 10px;
  width: 164px;
  position: relative;
  display: grid;
  place-items: center;
  height: 70px;
  margin-top: 5px;
}
.image-upload label {
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 500;
}
.image-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.meta-media-cont {
  display: flex;
  gap: 16px;
}
.meta-media-cont .uploading {
  display: grid;
  place-items: center;
  background: #f6f8fb;
  border-radius: 8px;
  height: 73px !important;
  width: 73px !important;
}
.meta-media-cont > div {
  position: relative;
  height: 73px !important;
  width: 73px !important;
}
.meta-media-cont img,
.meta-media-cont video {
  height: 73px !important;
  width: 73px !important;
  object-fit: cover;
  border-radius: 9px;
}
.meta-media-cont > div > span {
  position: absolute;
  right: -4px;
  top: -4px;
  background: black;
  height: 18px;
  width: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
/****** End Inquiry Form *****/

/* **** Destination Deals **** */
.destination-deals {
  border-top: 15px solid #f2f2f2;
  border-bottom: 15px solid #f2f2f2;
  max-width: 480px;
  margin: auto;
  background: white;
  padding: 20px;
}
.destination-deals h2,
.travel-idea-cards-cont > h1 {
  font-size: 20px;
  font-weight: 400;
}
.destination-deals .hash-tags,
.travel-idea-cards-cont > .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.destination-deals .dark-teal,
.travel-idea-cards-cont .dark-teal {
  color: #027274;
}
.destination-deals .dark-grey {
  color: rgba(48, 62, 63, 0.8);
}
.destination-deals .deal-cards-container {
  width: 100%;
  overflow: scroll;
  display: flex;
  gap: 10px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.destination-deals .deal-cards-container::-webkit-scrollbar {
  display: none;
}
.destination-deals .deal-cards-container > .deal-card {
  min-width: 96px;
  height: 124px;
  position: relative;
}
.destination-deals .deal-cards-container .deal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  position: absolute;
}
.destination-deals .deal-cards-container .deal-card .text {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  bottom: 8px;
  color: black;
  left: 8px;
  border-radius: 10px;
  padding: 5px;
}
.destination-deals .deal-cards-container .deal-card .text > div:nth-child(2) {
  font-weight: bold;
}
/* **** End Destination Deals **** */

/* Curate and share modal  */
.curate-and-share {
  margin: 80px 0;
}

.curate-and-share > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  max-width: 480px;
  top: 0;
  z-index: 10;
}
.curate-and-share > div:nth-child(1) > div {
  gap: 0;
}
.curate-and-share > div:nth-child(1) h2 {
  font-size: 16px;
  color: #222b2c;
}
.curate-and-share > div:nth-child(1) h3 {
  color: #7b8a8a;
  font-size: 12px;
}
.curate-preview-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 80% 18%;
  justify-content: space-between;
}
.curate-preview-cta > button {
  background: none;
  border: none;
  padding: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
.curate-preview-cta > button:nth-child(1) {
  background: var(--tealThemeDark);
  color: white;
}
.curate-preview-cta > button:nth-child(2) {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
}
.curate-preview-cta > button:disabled {
  background-color: #d9d9d9;
  color: #a2a2a2;
  cursor: not-allowed;
}

/* End of Curate and share modal  */

.css-uwcd5u.SnackbarContainer-left {
  z-index: 3000;
  bottom: 70px !important;
}

/* Bottom Sheet Utiltiy Modal */
.bottom-sheet-modal .content {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 1320;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  bottom: 0px;
  left: 0px;
}
.bottom-sheet-modal .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 1310;
  opacity: 1;
  pointer-events: all;
}
.bottom-sheet-modal > .content > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 0;
}

.bottom-sheet-modal .content .header p {
  color: #7f8a89;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.bottom-sheet-modal > .content > .header span {
  display: flex;
  font-size: 20px !important;
}
.bottom-sheet-modal .content .body .options > div {
  margin: 0 8px;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--greyish-black-text-greyish-black-50, #505555);
  font-size: 15px;
  font-weight: 500;
}
.bottom-sheet-modal .content .body .options > div:nth-last-child(1) {
  border-bottom: none;
}
.linear-progress-loader {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.trust-marker {
  border-radius: 8px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: #fff;
  padding: 24px;
  margin-top: 21px;
  position: relative;
  overflow: hidden;
}
.trust-marker .shape {
  background: #fdb858;
  height: 63px;
  opacity: 0.1;
  width: 93px;
  position: absolute;
  right: -14px;
  top: -30px;
  transform: rotate(60deg);
  border-radius: 20px;
}
.trust-marker h1 {
  color: var(--light-text-primary, #0f232f);
  font-family: Figtree;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.trust-marker > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trust-marker > div > div {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 16px;
  align-items: center;
}
.trust-marker > div > div > span {
  background: #f4f6f8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.trust-marker > div > div p {
  margin: 0;
  color: var(--light-text-primary, #0f232f);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.trust-marker > div > div p b {
  font-weight: 600;
}
@media only screen and (max-width: 667px) {
  .trust-marker {
    display: none;
  }
}
.follow-widget {
  width: 90% !important;
  max-width: 1136px;
  margin: auto;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
}
.follow-widget > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.follow-widget > div > div > h3 {
  margin: 0;
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.follow-widget > div > div > p {
  margin: 0;
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 2px;
}
.follow-widget > div > div .logo {
  width: 60px;
  height: 18px;
  /* border:1px solid red; */
  border-radius: 0;
}
.follow-widget img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.follow-widget button {
  border-radius: 6px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: var(--Light-Base-BG2, #fff);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  height: 40px;
}
.follow-widget.navbarWrpr img {
  width: 100%;
}

.lead-form-cont {
  width: 100%;
  max-width: 480px;
  margin: auto;
  min-height: 100vh;
  background: #fff;
  padding: 0 16px;
}
.lead-form-cont .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: white;
}
.lead-form-cont .basic-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lead-form-cont .submit-form {
  width: 100%;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px;
  background: #027274;
  border-radius: 6px;
  margin: 20px 0 10px;
}
