@import url("https://fonts.googleapis.com/css2?family=Figtree: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 {
  font-family: "Figtree", "Inter", sans-serif;
  background: #eeeeee;
  padding-bottom: 0 !important;
}
/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background: transparent;
  padding: 8px 0;
  z-index: 120;
  background-color: #fff;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul li a.user-icon img {
  height: 4x0px;
  width: 40px;
  border-radius: 10%;
  object-fit: cover;
  object-position: center;
}
header ul li a logo-img img {
  max-height: 70px !important;
}
.main-wrapper header ul li .google-auth-button {
  padding: 10px;
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  border-radius: 5px;
  font-size: 16px;
}

/* **** End Header **** */

/* **** Self Preview Block **** */

#self-preview {
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 70px;
  z-index: 100;
  font-weight: 500;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#self-preview > div {
  text-align: center;
  background: var(--goldThemeLight);
  color: var(--goldThemeDark);
  padding: 5px 20px;
  border: 1px solid var(--goldThemeDark);
  border-radius: 10px;
  display: flex;
  gap: 8px;
}
#profile-loader {
  display: none;
}
#profile-loader > div {
  text-align: center;
  background: var(--goldThemeLight);
  color: var(--goldThemeDark);
  padding: 5px 20px;
  border: 1px solid var(--goldThemeDark);
  border-radius: 10px;
  gap: 8px;
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  display: flex;
}
#self-preview .desktop {
  display: none;
}

.ask-me {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  border-top: 3px solid var(--tealBorder);
  border-radius: 10px 10px 0 0;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 30px;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}
.ask-me > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.ask-me span:nth-child(2) {
  color: black;
  font-weight: 500;
}
.ask-me button {
  background: var(--tealThemeDark);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}
/* **** End Self Preview Block **** */

#content-container {
  display: flex;
  flex-direction: column;
}
.dropdown-avatar {
  padding: 10px 5px !important;
  position: relative;
  z-index: 1000 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dropdown-avatar > li {
  padding: 0 10px;
  display: flex;
  gap: 5px;
  font-weight: 400;
  color: #32303f;
  align-items: center;
  font-size: 16px;
}
/* **** services **** */
.services-block {
  padding: 30px 0 20px;
  position: relative;
  border-bottom: 2px solid var(--tealBorder);
  margin-bottom: 15px;
  background: white;
  border-radius: 0 0 10px 10px;
}

.services-block .container {
  position: relative;
  display: flex;
}
.services-block .container > div:nth-child(2) {
  width: 100%;
}

.services-block .more-vertical {
  position: absolute;
  right: 15px;
  top: 15px;
}
#user-data {
  padding: 0;
}
#user-data .name {
  display: flex;
}
#user-data .name h2 {
  padding: 0;
  margin: 0;
}
#user-data a {
  margin-left: 10px;
}
.services-block h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0 0 20px;
  /* padding-bottom: 20px; */
}
.services-block .user-block {
  margin: 8px 0 5px;
  position: relative;
  width: 100%;
  color: #7f8a89;
  font-weight: 400;
}
.services-block .user-block > div {
  padding: 0;
  display: grid;
  margin-bottom: 5px;
  grid-template-columns: 20px auto;
  gap: 5px;
}
.services-block .user-block span {
  font-size: 14px;
  line-height: 22px;
}
.services-block .user-img svg.defs,
.view-all-deals svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.services-block .user-img .squircle-image--wrapper img,
.view-all-deals img {
  clip-path: url(#squircle);
}
.services-block .user-dt {
  display: flex;
  align-items: center;
}

.services-block .user-dt img {
  max-width: 100%;
  margin-right: 5px;
}

.services-block .user-block .user-dt img {
  max-width: 100%;
  margin-right: 5px;
}

.services-block .user-block .user-dt h3 {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}
.services-block .user-block .user-dt h3 span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}
.services-block .user-block .user-dt .follower-count {
  font-size: 8px;
}
.services-block .askme-share-buttons {
  display: none;
  justify-content: space-evenly;
  margin-top: 15px;
}
.services-block .askme-share-buttons.without-follow {
  grid-template-columns: 45% 45%;
}
.services-block .askme-share-buttons.follow-advisor {
  grid-template-columns: 35% 35% 18%;
}
.services-block .askme-share-buttons button {
  border: none;
  padding: 10px 5px;
  width: 100%;
  border-radius: 5px;
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  font-weight: 600;
  font-size: 16px;
}
.services-block .askme-share-buttons .following {
  background: var(--tealThemeDark);
  color: white;
}
.services-block .badges-cont {
  margin: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap; /* prevent wrapping */
  overflow-x: auto; /* enable horizontal scrolling */
}
.services-block .badges-cont > div {
  color: #505555;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
  gap: 5px;
  align-items: center;
  flex: 0 0 auto;
}
.services-block .badges-cont::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.services-block .badges-cont::-webkit-scrollbar-thumb {
  background: transparent;
}
.services-block .badges-cont > div > span {
  display: block;
  width: auto;
}
.services-block .badges-cont > div img {
  height: 24px;
  object-fit: cover;
}

/* **** End services **** */
#content-container .right-container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.left-container .applied-filter-cont {
  background: white;
  margin-bottom: 20px;
  padding: 10px;
  color: var(--tealThemeDark);
}
.left-container .applied-filter-cont button {
  background: var(--tealThemeLight);
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--tealThemeLight);
  background: var(--tealThemeDark);
  font-weight: 500;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
/* **** get inspired Deals **** */
.get-inspired,
.content-guide-cont {
  background: white;
  margin-top: 0px;
  padding: 20px;
}
.get-inspired h2,
.content-guide-cont h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--Gray-80, #1e293b);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.14px;
  margin-bottom: 16px;
}
.get-inspired .hash-tags,
.content-guide-cont .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.get-inspired .deal-cards-container,
.content-guide-cont .content-guide-list {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  gap: 10px;
  padding-bottom: 4px;
}
.get-inspired .deal-cards-container > .deal-card,
.content-guide-cont .content-guide-list > .deal-card {
  min-width: 270px;
  width: 270px;
  height: 264px;
  position: relative;
}
.get-inspired .deal-cards-container .deal-card img,
.content-guide-cont .content-guide-list .deal-card img {
  filter: brightness(85%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  position: absolute;
}
.get-inspired .deal-cards-container .deal-card .text,
.content-guide-cont .content-guide-list .deal-card .text {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  bottom: 8px;
  left: 5px;
  right: 5px;
  border-radius: 5px;
  padding: 5px;
  color: #222b2c;
  font-weight: 500;
}
.get-inspired .deal-cards-container .deal-card .text .icon,
.content-guide-cont .content-guide-list .deal-card .text .icon {
  position: absolute;
  top: -30px;
  background: rgb(80, 85, 85, 0.6);
  backdrop-filter: blur(2.87179px);
  color: white;
  font-size: 22px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
/* **** End get-inspired **** */

.view-all-deals {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: var(--tealBorder);
  border-radius: 8px;
  padding: 15px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: 95%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.view-all-deals p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.view-all-deals a {
  background: var(--tealThemeDark);
  color: var(--tealThemeLight);
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
}
.view-all-deals img {
  height: 64px;
  width: 64px;
  object-fit: cover;
}
.left-container .view-all-deals {
  display: none !important;
}

/* **** Crafted Deal **** */
.crafted-deal {
  background: white;
  padding: 20px;
}
.dark-teal {
  color: var(--tealThemeDark);
}
.dark-grey {
  color: #303e3f;
  font-weight: light;
}
.crafted-deal > h2 {
  font-size: 20px;
  font-weight: 400;
}
.crafted-deal > .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.crafted-deal > .deal-card {
  transition: 0.5s ease-in-out;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}

.crafted-deal > .deal-card img {
  position: relative;
  /*     width:100%; */
  height: 300px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.crafted-deal > .deal-card > div:nth-child(2) {
  border: 1px solid var(--tealBorder);
  border-bottom: 3px solid var(--tealBorder);
  border-radius: 10px;
  margin-left: -10px;
  z-index: 1;
  padding: 20px;
  padding-left: 30px;
}
.crafted-deal > .deal-card h4 {
  font-size: 16px;
  font-weight: 500;
}
.crafted-deal > .deal-card h4 .validity {
  font-size: 12px;
  color: #7f8a89;
}
.crafted-deal > .deal-card .hash-tags {
  font-size: 12px;
  color: #7f8a89;
  width: 70%;
  letter-spacing: 0.5px;
}
.crafted-deal > .deal-card h2 {
  font-size: 18px;
  margin: 10px 0px;
  font-weight: 400;
  color: #32303f;
}
.crafted-deal > .deal-card button {
  border: none;
  background: var(--tealThemeDark);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .crafted-deal > .deal-card {
    grid-template-columns: 30% 70%;
  }
}
/* **** End Crafted Deal **** */

/* **** Destination Deals **** */
.destination-deals {
  background: white;
  margin-top: 20px;
  padding: 20px;
}
.destination-deals h2 {
  font-size: 20px;
  font-weight: 400;
}
.destination-deals .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.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: 120px !important;
  height: 130px;
  position: relative;
}
.destination-deals .deal-cards-container .deal-card img {
  filter: brightness(85%);
  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;
  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 **** */

/* **** Adviser Deals **** */
.adviser-deals {
  background: white;
  padding: 24px 12px 24px 24px;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  margin-bottom: 32px;
}
.adviser-deals h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--Gray-80, #1e293b);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.14px;
  margin-bottom: 16px;
}
.adviser-deals .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}

.adviser-deals .deal-cards-container {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}
.adviser-deals .deal-cards-container::-webkit-scrollbar,
.content-guide-cont .content-guide-list::-webkit-scrollbar {
  height: 6px;
}
.adviser-deals .deal-cards-container::-webkit-scrollbar-track,
.content-guide-cont .content-guide-list::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
}
.adviser-deals .deal-cards-container::-webkit-scrollbar-thumb,
.content-guide-cont .content-guide-list::-webkit-scrollbar-thumb {
  background: #ebecef;
  border-radius: 6px;
}
.adviser-deals .deal-card {
  transition: 0.5s ease-in-out;
  position: relative;
  min-width: 270px;
  width: 270px;
}
.adviser-deals #hotel-deals .deal-card {
  width: 340px;
}
.adviser-deals .deal-card > a > div:nth-child(1) img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.adviser-deals .deal-card > a > div:nth-child(1) {
  height: 150px;
  width: 100%;
}
.adviser-deals .deal-card .expiry {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--goldThemeLight);
  color: var(--goldThemeDark);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.adviser-deals .deal-card > a > div:nth-child(2) {
  padding: 15px 10px;
  border: 1px solid var(--tealBorder);
  border-bottom: 4px solid var(--tealBorder);
  border-top: 0px solid;
  border-radius: 0 0 10px 10px;
}
.adviser-deals .deal-card > a > div:nth-child(2) h3 {
  color: #32303f;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.adviser-deals .deal-card > a > div:nth-child(2) p {
  color: #596565;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.adviser-deals .deal-card > a > div:nth-child(2) > div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: end;
}
.adviser-deals .deal-card > a > div:nth-child(2) > div > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  text-direction: right;
  flex-direction: column;
  align-items: end;
}
.adviser-deals .deal-card > a > div:nth-child(2) .market-price {
  text-decoration: line-through;
  color: #7f8a89;
  text-align: right;
}
.adviser-deals .deal-card > a > div:nth-child(2) > div > div:nth-child(2) .dark-teal {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
}
.adviser-deals .deal-card .destination-tagline span {
  color: var(--tealThemeDark);
}

.advise-form h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 12px;
}
.advise-form form {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
  border-radius: 6px;
  padding: 12px;
  margin: auto;
  width: 100%;
}
.advise-form form h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 8px;
  padding-top: 5px;
}
.advise-form form .form-control {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 0 5px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
}
.advise-form form .form-question {
  font-weight: 400;
  font-size: 12px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 0 5px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
}
.advise-form form button {
  background: #eb7623;
  border-radius: 4px;
  min-width: 100px;
  padding: 7px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.advise-form form button img {
  max-width: 100%;
  margin-left: 6px;
}
.advise-form form button:hover {
  background: #000;
  color: white;
}
.no-deals {
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  padding: 50px 20px;
}
.no-deals > h1 {
  color: #32303f;
  font-size: 20px;
  margin: 0;
}
.no-deals > .copy {
  max-width: 400px;
  text-align: center;
  color: #7b8a8a;
  font-size: 15px;
}

.followers-wrp h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 14px;
}
.followers-box {
  margin: 0 0 30px;
}
.followers-box .box {
  background: #ffffff;
  box-shadow: 0px 1px 8px -2px rgba(16, 24, 40, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.followers-box .box .box-img {
  width: 32%;
  position: relative;
}
.followers-box .box .box-img h6 {
  position: absolute;
  left: 5px;
  top: 7px;
  background: #f1f5fe;
  border-radius: 21px;
  padding: 4px 6px;
  display: table;
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #457dee;
}
.followers-box .box .box-img span {
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.followers-box .box .box-img span i {
  padding-right: 5px;
}
.followers-box .box .box-img img {
  width: 100%;
  margin-right: 8px;
  border-radius: 6px 0 0 6px;
}
.followers-box .box .box-dt {
  width: 68%;
  position: relative;
  padding: 10px 8px;
}
.sharenetwork {
  position: absolute;
  right: 0;
  top: 0;
}
.followers-box .box .box-dt h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 7px;
}
.followers-box .box .box-dt h5 {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 11px;
  color: #000000;
}
.followers-box .box .box-dt span {
  font-weight: 600;
  font-size: 14px;
  color: #1091f4;
  margin-left: auto;
  margin-right: 0;
  display: table;
}
.followers-box .box .box-dt ul li {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #2d842d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #edfeed;
  padding: 3px 6px;
  width: fit-content;
  margin: 0 0 6px auto;
}
.followers-box .box .box-dt ul li:last-child {
  margin: 0 0 0 auto;
}
.followers-box .box .box-dt ul li img {
  max-width: 100%;
  margin-right: 4px;
}
.followers-box .box .box-dt ul li.orange-label {
  background: #fef6f1;
  color: #eb7623;
  padding: 7px 6px;
}
.followers-box .box .box-dt .star-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 12px;
}
.followers-box .box .box-dt .pricing {
  text-align: right;
}
.followers-box .box .box-dt .pricing span {
  display: inline;
}
.followers-box .box .box-dt .pricing > span:nth-child(2) {
  color: grey;
  text-decoration: line-through;
  font-size: 14px;
}
.followers-box .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.followers-box .description h6 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
.followers-box .description a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #eb7623;
  background: #fef6f1;
  border-radius: 4px;
  padding: 7px 8px;
}
.followers-box .description a img {
  max-width: 100%;
  margin-left: 5px;
}

/* **** followers-box **** */

/* **** gallery **** */
.gallery-wrp .nav-tabs {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin: 0 0 22px;
}
.gallery-wrp .nav-tabs::-webkit-scrollbar {
  display: none;
}
.gallery-wrp .nav-tabs .nav-link {
  padding: 18px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #424856;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
  width: max-content;
  position: relative;
}
.gallery-wrp .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background: #eb7623;
  border-radius: 42px;
  left: 50%;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery-wrp .nav-tabs .nav-link img {
  max-width: 100%;
  margin-right: 7px;
  filter: brightness(0.1) invert(0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery-wrp .nav-tabs .nav-link:hover {
  color: #eb7623;
}
.gallery-wrp .nav-tabs .nav-item.show .nav-link,
.gallery-wrp .nav-tabs .nav-link.active {
  color: #eb7623;
  font-weight: 600;
}
.gallery-wrp .nav-tabs .nav-link:hover img,
.gallery-wrp .nav-tabs .nav-item.show .nav-link img,
.gallery-wrp .nav-tabs .nav-link.active img {
  filter: unset;
}
.gallery-wrp .nav-tabs .nav-link:hover:before,
.gallery-wrp .nav-tabs .nav-item.show .nav-link:before,
.gallery-wrp .nav-tabs .nav-link.active:before {
  width: 100%;
  right: 0;
  left: 0;
}

.gallery-wrp .gallery-block {
  padding: 0 12px 12px;
}
.gallery-wrp .gallery-block .row {
  margin: 0 -5px;
}
.gallery-wrp .gallery-block .col-md-3.col-sm-6 {
  padding: 0 5px;
  width: 50%;
}
.gallery-wrp .gallery-block .gel-img a {
  display: block;
  margin: 0 0 10px;
}
.gallery-wrp .gallery-block .gel-img a img {
  max-width: 100%;
  width: 100%;
}
.gallery-wrp .gallery-block .view-btn {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #eb7623;
}
.gallery-wrp .gallery-block .view-btn i {
  margin-left: 10px;
}
/* **** End gallery **** */

/* **** modal **** */
.modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 22px;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body form {
  display: none;
}
.modal .modal-content .cls-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
}
.modal .modal-content .mdl-title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #565d6d;
  margin: 0 0 5px;
}
.modal .modal-content .mdl-title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #565d6d;
  margin: 0 0 18px;
}
.modal .modal-content form .form-group {
  margin: 0 0 12px;
}
.modal .modal-content form .hide {
  display: hidden;
}
.modal .modal-content #help-copy {
  color: #596565;
  text-align: center;
}
.modal .modal-content form .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 5px;
}
.modal .modal-content form .form-group .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #171a1f;
  padding: 8px 12px;
  box-shadow: none;
  outline: none;
  height: auto;
  border: 1px solid #9095a1;
  border-radius: 4px;
}
.modal .modal-content form .form-group .form-control::placeholder,
textarea::placeholder {
  color: #171a1f;
}
.modal .modal-content form .submit-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 0 12px;
  background: var(--tealThemeDark);
  border-radius: 6px;
  padding: 15px;
  width: 100%;
  border: none;
}
.modal .modal-content form .close-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #eb7623;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--tealThemeDark);
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  border: none;
  border: 1px solid var(--tealThemeDark);
}
.modal .modal-content input::placeholder {
  color: grey !important;
}
.modal .modal-content .question-input {
  height: 100px;
  width: 100%;
  padding: 10px;
}
/* **** End modal **** */

/******** Rate Card *********/
.bottom-sheet-wrapper .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: 250;
  pointer-events: none;
}
.bottom-sheet-wrapper .bottom-sheet {
  background: white;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.bottom-sheet-wrapper.show-modal .backdrop {
  opacity: 1;
  pointer-events: all;
}
.bottom-sheet-wrapper.show-modal .bottom-sheet {
  display: block;
  bottom: 0px;
}

.close {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin: -5px 10px 10px;
  cursor: pointer;
}
.close span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: red;
  transform: rotate(45deg);
}
.close span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: red;
  transform: rotate(90deg);
}
.bottom-sheet-wrapper .bottom-sheet .rate-card > p {
  color: #7f7f8a;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .location-tags {
  margin: 10px 0px 20px;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .location-tags > span {
  background: #eeeeee;
  font-size: 12px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 5px;
  padding: 5px;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card {
  margin: 20px 0px;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div,
.selected-price-card {
  margin: 10px 0px;
  cursor: pointer;
  background: var(--tealThemeLight);
  display: grid;
  padding: 10px;
  border-radius: 5px;
  grid-template-columns: auto 70px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--tealThemeDark);
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div > div:nth-child(2) {
  text-align: right;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div .pricing {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div .pricing span > div:nth-child(2),
.selected-price-card .pricing > div:nth-child(2) {
  font-size: 12px;
  color: #7f7f8a;
  text-decoration: line-through;
}
.price-card > div {
  display: none;
}
.selected-price-card {
  background: #f2f2f2 !important;
  color: rgba(50, 48, 63, 0.8) !important;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div > div:nth-child(1),
.selected-price-card > div:nth-child(1) {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div h4,
.selected-price-card h4 {
  font-size: 18px;
  margin: 0;
  font-weight: light;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .rate-card-buttons > div p,
.selected-price-card p {
  font-size: 12px;
  color: #7f7f8a;
  margin: 0;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card .bottom-sheet-tooltip {
  margin-top: -130px !important;
  position: absolute !important;
  width: 90% !important;
}
.bottom-sheet-wrapper .bottom-sheet .rate-card #tooltip:before {
  top: initial;
  bottom: -10px;
  transform: translate(50%, -50%) rotate(135deg);
}
/******** End Rate Card *********/

/******** Sharing Card *********/
.sharing-options-wrapper .sharing-options-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: 500;
  pointer-events: none;
}
.sharing-options-wrapper .bottom-sheet {
  background: white;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 600;
  /* overflow: hidden; */
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.sharing-options-wrapper.show-modal .sharing-options-backdrop {
  opacity: 1;
  pointer-events: all;
}
.sharing-options-wrapper.show-modal .bottom-sheet {
  display: block;
  bottom: 0px;
}
.sharing-options-wrapper .heading {
  display: flex;
  justify-content: space-between;
}
.sharing-options-wrapper .heading p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 20px;
  font-weight: 500;
}
.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;
  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 !important;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.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 #collapseInsta img,
.sharing-options #collapseFacebook img {
  filter: grayscale(100%);
}
.sharing-options #collapseInsta a,
.sharing-options #collapseFacebook a {
  background: rgb(127, 138, 137);
}
.sharing-options .accordion-body a {
  border: none;
  background: #027274;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none;
}
/******** End Sharing Card *********/

/******** Badges Bottom Sheet *********/
.badges-sheet-wrapper .badges-sheet-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: 500;
  pointer-events: none;
}
.badges-sheet-wrapper .bottom-sheet {
  background: white;
  display: block;
  bottom: -200%; /* Initially hidden */
  width: 100%;
  position: fixed;
  z-index: 1000;
  /* overflow: hidden; */
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.badges-sheet-wrapper .bottom-sheet h3 {
  font-size: 14px;
  color: #475467;
  font-weight: 400;
  margin: 5px 0 15px;
}
.badges-sheet-wrapper .bottom-sheet .creator-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  column-gap: 8px;
  box-sizing: border-box;
}
.badges-sheet-wrapper .bottom-sheet .creator-badges > div {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 7px;
  background: #f2f2f2;
  border-radius: 4px;
}
.badges-sheet-wrapper .bottom-sheet .creator-badges img {
  width: 30px;
}
.badges-sheet-wrapper .bottom-sheet .creator-badges p {
  margin: 0;
  color: #505555;
  font-weight: 500;
  font-size: 12px;
}
.badges-sheet-wrapper .bottom-sheet .creator-badges h2 {
  font-size: 16px;
  color: #505555;
  font-weight: 700;
}
.badges-sheet-wrapper.show-modal .badges-sheet-backdrop {
  opacity: 1;
  pointer-events: all;
}
.badges-sheet-wrapper.show-modal .bottom-sheet {
  display: block;
  bottom: 0px;
  top: 0;
}
.badges-sheet-wrapper .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.badges-sheet-wrapper .heading p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.main-wrapper .login-cta {
  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;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.inquiry-touchpoint-widget-react {
  background: #fafaff !important;
}
.gsy-trust-marker-footer .gsy-trust-marker {
  padding: 54px 0px !important;
  width: 90% !important;
  max-width: 1408px !important;
}
.gsy-trust-marker-footer .gsy-trust-marker .gsy-trust-marker-title {
  font-weight: 600 !important;
  line-height: 30px !important;
}

/******** End of Badges Bottom Sheet *********/

/* **** Responsive **** */
@media (min-width: 1801px) and (max-width: 3000px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
    margin: 0 0 10px;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 10px auto;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .gsy-trust-marker-footer .gsy-trust-marker {
    padding: 20px 0px 56px !important;
  }
  #content-container .right-container {
    gap: 12px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
}

@media (min-width: 448px) and (max-width: 575px) {
}

@media (max-width: 400px) {
  .advise-form form h4 {
    font-size: 12px;
  }
  .followers-box .box .box-img img {
    height: 120px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 1024px) {
  .adviser-deals h2,
  .content-guide-cont h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  #content-container .right-container {
    margin-top: 12px !important;
  }
  .adviser-deals {
    margin-bottom: 0px !important;
  }
  .content-guide-cont {
    margin-top: 0px !important;
  }
  .trust-marker-new .main-heading {
    text-align: left !important;
  }
  .trust-marker-new .main-grid {
    padding-left: 0 !important;
  }
  .inquiry-touch-point-widget {
    padding: 20px 16px 24px !important;
  }
  .inquiry-touch-point-widget h2 {
    line-height: normal !important;
    margin-top: 0px !important;
  }
  .inquiry-touch-point-widget > div > div {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 1024px) {
  .inquiry-touch-point-widget h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .ask-me {
    background: var(--tealThemeLight);
    color: var(--tealThemeDark);
    border-top: 3px solid var(--tealBorder);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 30px;
    position: fixed;
    width: initial;
    z-index: 100;
    left: 47%;
    /* transform:translateX(-50%); */
    bottom: 50px;
  }
  .ask-me span:nth-child(2) {
    color: black;
    font-weight: 500;
  }
  .ask-me button {
    background: var(--tealThemeDark);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
  }
  #self-preview .desktop {
    display: inline;
  }
  #content-container {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    margin-top: 20px;
    flex-direction: row;
    gap: 20px;
  }
  #content-container .left-container {
    width: 30%;
  }
  #content-container .right-container {
    width: 70%;
  }
  .adviser-deals {
    border-radius: 16px;
    border: 1px solid #eaecf5;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    margin-bottom: 0px;
  }
  #content-container .left-container > div,
  #content-container .right-container > div,
  .profile-and-bio > section {
    border-radius: 10px;
  }
  .destination-deals .deal-cards-container {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .destination-deals .deal-cards-container > .deal-card {
    min-height: 150px;
  }
  .crafted-deal > .deal-card .hash-tags {
    width: 100%;
  }
  .bottom-sheet-wrapper,
  .sharing-options-wrapper,
  .badges-sheet-wrapper {
    display: grid;
    place-items: center;
  }
  .bottom-sheet-wrapper .bottom-sheet,
  .sharing-options-wrapper .bottom-sheet,
  .badges-sheet-wrapper .bottom-sheet {
    width: 710px;
    position: fixed;
    border-radius: 15px;
  }
  .bottom-sheet-wrapper.show-modal .bottom-sheet,
  .badges-sheet-wrapper.show-modal .bottom-sheet {
    top: 0;
    border-radius: 0;
  }
  .sharing-options-wrapper.show-modal .bottom-sheet {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .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.show-modal .body {
    transform: translateY(-50%);
  }
  #content-container .right-container {
    margin-top: 0px;
  }

  .right-container .view-all-deals {
    display: none !important;
  }
  .left-container .view-all-deals {
    display: flex !important;
    width: 100%;
  }
}

.pricing-dates {
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  line-height: 18.5px;
  margin: 0;
  margin-bottom: 2px;
  width: 100%;
  text-align: right;
}
