* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', serif;
}

/* global  */
a {
  text-decoration: none;
}

.w-0 {
  width: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

ul {
  list-style: none;
}

.ad-cmnt-bookmark-btn {
  background: transparent;
  border: none;
}

/* feed-sponser-post-&-request start here  */
header {
  background: #1f458a;
  padding: 20px 120px;
}

.feed-header,
.post-upload-header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: top 0.3s ease-in-out; /* smooth animation */
}

.header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-location {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-location img {
  width: 34px;
}

.header-right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.header-right button {
  display: block;
}

.seach {
  flex-grow: 1;
}

.navSearch {
  position: relative;
}

.navSearch input {
  padding: 10px 10px 10px 25px;
  border: 1px solid #979797;
  background: #f1f5f9;
  border-radius: 10px;
  color: #222;
  font-size: 16px;
}

.navSearch input::placeholder {
  color: #5a5a5a;
}

.form-control:focus {
  border-color: #979797;
  background: #f1f5f9;
  box-shadow: none;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 24px;
}

.search-icon img {
  background-color: #f1f5f9;
  width: 24px;
}

.nav-btn {
  border: 1px solid #d4e0eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 4px 0 #0000000d;
  padding: 8px 10px;
}

.nav-btn img {
  width: 24px;
}

.active-btn,
.nav-btn:hover {
  border: 1px solid #4a17cb;
  background: #fff;
}

.profile-btn {
  border: none;
  width: 60px;
}

.nav-profile ul {
  border: none;
  width: 388px;
  padding: 0;
  position: absolute !important;
  inset: 0px 0px auto auto !important;
  margin: 0px !important;
  transform: translate(-120px, 97px) !important;
}

.profile-menu {
  border: none;
  padding: 0;
  width: 100%;
  background: #f1f5f9;
  margin-top: 20px;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px 0 #fff;
  border-radius: 10px;
}

.profile-menu li,
.nav-profile ul li {
  position: relative;
}

.profile-menu li:not(:last-child)::after,
.nav-profile ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
}

.profile-menu li a,
.nav-profile ul li a {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in-out 0.3s;
}

.profile-menu li a:hover,
.nav-profile ul li a:hover {
  background-color: #1f458a14;
}

.profile-single-left {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-grow: 1;
}

.profile-single-left img {
  width: 24px;
}

.profile-single-left span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.profile-single-right {
  width: 24px;
}

.dashboard {
  background: #F2F8FF;
  padding: 0;
}

#dashboard-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.profile-card {
  background: #f1f5f9;
  padding: 10px 24px;
  text-align: center;
  position: relative;
  display: block;
}

.profile-card h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px 2px;
}

.profile-card p,
.profile-usernamer {
  font-size: 12px;
  color: #222;
}

.profile-img {
  margin: 0 auto;
  max-width: 100px;
  border: 4px solid #f1f5f9;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0px 18px 0 #d2e8fd;
}

.profile-img {
  border-radius: 50%;
}

.edit-icon {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 5;
}

.edit-icon img {
  width: 16px;
}

.profile-link {
  position: absolute;
  right: 24px;
  top: 20px;
}

.profile-link img {
  width: 24px;
}

.profile-stats {
  display: flex;
  justify-content: space-between;
  background: #f1f5f9;
  padding: 12px;
  margin-top: 20px;
}

.left-stats-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.left-stats-box p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.left-stats-box h3 {
  height: 29px;
  width: 28px;
  background: #4a17cb;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 #00000040;
  cursor: pointer;
}

.right-stats-box {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  align-items: center;
}

.stats-info {
  display: flex;
  align-items: start;
  gap: 4px;
}

.stats-info img {
  width: 20px;
  cursor: pointer;
}

.connect-num {
  color: #4a17cb;
  font-size: 14px;
  width: 20px;
  height: 20px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 #00000040;
  cursor: pointer;
}

.text-blue {
  color: #4a17cb !important;
}

.btn-grp {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cs-btn {
  padding: 8px 10px;
  border-radius: 30px;
  border: 1px solid #4a17cb;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all ease-in-out 0.3s;
}

.cs-btn:hover {
  background: #e0ddf5;
}

.cs-btn img {
  width: 18px;
}

.cs-btn span {
  font-size: 12px;
  color: #4a17cb;
}

.btn-grp-bar {
  background: rgb(63, 117, 243);
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
  height: 2px;
}

.profile-bottom-links {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  justify-content: center;
}

.profile-bottom-links li a {
  font-size: 14px;
  color: #4a17cb;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.profile-bottom-links li a:hover {
  color: #954de1;
}

.pf-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-footer img {
  width: 83px;
}

.postAsOffcanvas-header {
  justify-content: space-between;
}

.pf-footer span {
  color: #4a17cb;
  font-weight: 500;
  font-size: 14px;
}

.posts-feed ul {
  /* gap: 14px; */
}
.posts-feed .nav.nav-pills {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}
.posts-feed ul li button {
  display: block;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 7px 16px;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  min-width: 105px;
}

.nav-pills .nav-link {
  color: #4a17cb;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.deals-num {
  position: absolute;
  right: -6px;
  top: -3px;
  color: white;
  font-size: 14px;
  width: 22px;
  height: 20px;
  background: #954de1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 #00000040;
}

.nav-pills .nav-link.active,
.posts-feed ul li button:hover {
  background: #f1f5f9;
  color: #4a17cb;
  font-size: 14px;
  font-weight: 600;
}

.post-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.post-card {
  padding: 16px;
	border-radius: 10px;
	background-color: #fff;
  position: relative;
}

.post-author {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 8px 0px 0;
}

.author-img {
  width: 90px;
  position: relative;
}

.mail-img {
  width: 100%;
  border-radius: 10px;
}

.mail-avatar {
  position: absolute;
  width: 70px;
  bottom: -25px;
  right: -25px;
}

.user-avatar {
  position: absolute;
  width: 40px;
  bottom: -16px;
  right: -16px;
}

.author-info {
  flex-grow: 1;
}

.author-info h3,
.author-info h3 a {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-info h3 img {
  max-width: 20px;
}

.author-loc {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.author-loc img {
  /* width: 18px; */
}

.author-loc span a {
  font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #676767 !important;
}
.author-loc {
  line-height: 9px;
}
.author-loc .post-time {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 400;
}

.post-title {
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 16px;
}

.post-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.post-img {
  margin-top: 20px;
  width: 100%;
  position: relative;
  background: #4e94d2;
  text-align: center;
}

.sidead-img {
  background: #649f64;
}

.ribbon {
  background: #1f458a;
  color: #f1f5f9;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  position: absolute;
  left: 6px;
  top: -2px;
}

.post-footer {
  position: relative;
}

.post-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0px;
  flex-wrap: wrap;
}

.post-tags span,
.post-tags a {
    box-shadow: 0px 4px 20px 0px #00000014;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 8px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8B8D90;
    text-decoration: none;
}

.post-interactions {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.post-actions-left {
  flex-grow: 1;
  display: flex;
  gap: 20px;
  align-items: center;
}

.interaction-item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.interaction-item img {
  width: 34px;
}

.interaction-item span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.btn-create-ad {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  color: #fff;
  padding: 5px 35px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  transition: all ease-in-out 0.3s;
}

.btn-create-ad:hover {
  background: linear-gradient(
    90deg,
    rgb(42, 6, 141) 0%,
    rgb(107, 45, 173) 100%
  );
}

.btn-bookmarkFill {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
}

.post-actions {
    width: 114px;
    position: absolute;
    right: 16px;
    top: 24px;
    z-index: 99;
    background-color: rgb(255 255 255 / 57%);
    backdrop-filter: blur(5px);
    border-radius: 8px 0px 0px 8px;
    padding: 4px 6px;
}

.action-item {
  cursor: pointer;
}

.action-item img {
  width: 24px;
}

.action-item-count {
  display: block;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.action-item button {
  box-shadow: none !important;
  border: none !important;
}

.action-item .dropdown-toggle::after {
  display: none;
}

.postplay {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 50px 50px 0;
  box-shadow: inset 0 4px 4px #00000040;
  position: absolute;
  bottom: 40px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.postplay img {
  max-width: 30px;
}

.dropdown ul {
  background: #fff;
  padding: 8px;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.dropdown ul li {
  padding: 0;
}

.dropdown ul li a {
  padding: 5px 16px;
  font-size: 14px;
  color: #222;
  border-radius: 10px;
}

.dropdown ul li p {
  padding: 5px 16px;
  font-size: 14px;
  color: #ff2828;
  border-radius: 10px;
}

.dropdown ul li a:active,
.dropdown ul li a:hover,
.dropdown ul li p:active,
.dropdown ul li p:hover {
  background: #ede8fa;
  color: #222222;
}

.ads-lists {
  display: grid;
  gap: 20px;
}

.ad-card {
  background: #f1f5f9;

  padding-bottom: 10px;
}

.ad-card-img {
  margin-bottom: 11px;

  padding: 20px 30px 0;
}

.ad-card-img img {
  width: 100%;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.text-reprt {
  color: #ff2828 !important;
}

.modal {
  z-index: 9999;
}

#notificationOffcanvas .modal-close,
#notificationOffcanvas .modal-close {
  border: none;
  background: #f1f5f9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#notificationOffcanvas {
  border: none;
  min-height: 80vh;
}

#notificationOffcanvas .offcanvas-header,
#connectionOffcanvas .offcanvas-header,
#contactOffcanvasLabel .offcanvas-header,
#contactOffcanvas .offcanvas-header,
#walletOffcanvas .offcanvas-header {
  justify-content: space-between;
  border-bottom: none;
  padding: 12px 30px;
}

#notificationOffcanvas .modal-close img,
#connectionOffcanvas .modal-close img,
#walletOffcanvas .modal-close img {
  width: 100%;
  background: white;
}

#notificationOffcanvas h5,
#connectionOffcanvas h5 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#notificationOffcanvas h5 span {
  color: #954de1;
  font-size: 16px;
}

#notificationOffcanvas .offcanvas-body,
#contactOffcanvas .offcanvas-body,
#connectionOffcanvas .offcanvas-body,
#walletOffcanvas .offcanvas-body {
  padding: 20px 30px;
}

.notification-bar {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
  margin: 0;
}

.service-search-bar {
  border: none;
  height: 0.5px;
  background: linear-gradient(90deg, #497cf404 0%, #497cf4 50%, #497cf404 100%);
  margin: 20px 0 0;
}

.notification-lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.notification-box {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 20px;
}

.unread-notification {
  width: 10px;
}

.notification-imgBox {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.notification-img {
  width: 70px;
}

.notification-content {
  flex-grow: 1;
}

.notification-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-content .read-title {
  font-weight: 500;
}

.notification-btns {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 16px;
  gap: 10px;
}

.notification-btns .accept-btn {
  border: 1px solid #4614ca;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 20px;
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  color: #fff;
}

.notification-btns .cancel-btn {
  border: 1px solid #4614ca;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 20px;
  background: transparent;
  color: #4614ca;
}

.notification-btns .accept-btn:hover,
.notification-btns .cancel-btn:hover {
  background: linear-gradient(
    90deg,
    rgb(47, 7, 158) 0%,
    rgb(112, 57, 172) 100%
  );
  color: #fff;
}

.notification-content p {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-top: 4px;
  width: 80%;
}

.notification-content .read-msg {
  font-weight: 400;
  color: #5a5a5a;
}

.notification-date {
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.notification-left {
  display: flex;
  align-items: center;
  gap: 2px;
}

.comments {
  padding: 0 30px;
}

.cmnt-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.cmnt-stats h2 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.relevant-btn {
  color: #4916cb;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: transparent;
}

.comment-list-boxes {
  padding-bottom: 40px;
}

.comment-box {
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px 0 #fff;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.cmnt-author-img {
  width: 60px;
}

.cmnt-author-details {
  flex-grow: 1;
}

.cmnt-author-details h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.cmnt-author-details p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.cmnt-action {
  flex-shrink: 0;
  text-align: end;
}

.cmnt-action p {
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic;
}

.cmnt-action img {
  width: 24px;
}

.cmnt-form {
  padding: 16px 0px 30px;
  display: flex;
  gap: 20px;
}

.cmnt-form input {
  border-radius: 10px;
  padding: 15px 30px;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  background: #f1f5f9;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.cmnt-form input::placeholder {
  color: #5a5a5a;
}

.cmnt-submit {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  color: #fff;
  padding: 14px 15px;
  border-radius: 10px;
  border: none;
  transition: all ease-in-out 0.3s;
}

.cmnt-submit:hover {
  background: linear-gradient(
    90deg,
    rgb(42, 6, 141) 0%,
    rgb(107, 45, 173) 100%
  );
}

.cmnt-submit img {
  width: 27px;
}

/* post Something_Select Community start  */
.back-arr {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc;
  cursor: pointer;
}

.back-arr img {
  width: 21px;
}

.header-left h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.header-step {
  flex-grow: 1;
}

.post-upload .steps {
  width: 450px;
}

.steps {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
}

.single-step {
  position: relative;
  z-index: 10;
}

.single-step h3 {
  height: 50px;

  width: 50px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;

  background: #f1f5f9;
}

.single-step h3 span {
  font-size: 18px;
  font-weight: 700;
  background: #f1f5f9;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 6px 0 #d7e4f0, -4px -4px 6px 0 #fff;
  color: #000;
}

.single-step p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.step-active {
}

.step-active h3 {
}

.step-active h3 span {
  background: #4916cb;
  color: #fff;
}

.step-active p {
  color: #4916cb;
  font-weight: 700;
}

.step-bar {
  height: 10px;
  width: 74%;
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  background: #f1f5f9;
}

.post-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.post-upload .step-bar {
  width: 60%;
}

.create-company-upload-pic .step-bar {
  width: 65%;
}

.postDetailsBody {
  background: #e3ebf4;
  min-height: calc(100vh - 117px);
  padding: 40px 20px;
}

.comunity-container {
  max-width: 906px;
  background: #f1f5f9;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px 0;
}

.comunity-title {
  max-width: 378px;
  margin: 0 auto;
  text-align: center;
}

.comunity-title h2 {
  color: #4a17cb;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.comunity-btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.comunity-btns button {
  border: none;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px #fff;
  padding: 18px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  width: 262px;
}

.comunity-btns button:hover,
#comunity-btn-active {
  background: #4916cb;
  color: #fff;
  font-weight: 600;
}

.comunity-search {
  padding: 30px 50px 20px;
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.comunity-search-input {
  flex-grow: 1;
  position: relative;
}

.comunity-search-input input {
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 18px 18px 18px 62px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.comunity-search-input input::placeholder {
  color: #7a7a7a;
}

.comunity-search-input img {
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.search-submit {
  width: 262px;
  border: 1px solid #4a17cb;
  border-radius: 10px;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px #fff;
  transition: all ease-in-out 0.3s;
}

.search-submit:hover {
  background: #4916cb;
  color: #fff;
}

.community-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.community-stats {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stat-item p {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.stat-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1f458a;
}

.stat-item-2 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stat-item-2 p {
  color: #1f458a;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.stat-item-2 h4 {
  color: #1f458a;
  font-size: 14px;
  font-weight: 600;
}

.btn-unselect-all {
  font-size: 12px;
  background: transparent;
  border: none;
  color: #f27021;
  font-weight: 600;
}

.btn-unselect-all:hover {
  color: #270875;
}

.comunity-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  max-height: 350px;
  overflow-y: auto;
  padding: 30px 50px;
}

.single-com-box {
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px #fff;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.checkbox-input {
  display: none;
}

.com-img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.com-img img {
  width: 100%;
  height: 151px;
  object-fit: cover;
  border-radius: 10px;
}

.com-body {
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.com-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding-top: 10px;
  display: block;
  transition: color 0.3s ease;
}

.com-text {
  display: block;
  font-size: 12px;
  color: #484848;
  padding-top: 2px;
  transition: color 0.3s ease;
}

.check-white {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.checkbox-input:checked + .com-img + .com-body .com-title,
.checkbox-input:checked + .com-img + .com-body .com-text {
  color: #fff;
}

.checkbox-input:checked + .com-img + .com-body .check-white {
  opacity: 1;
}

.checkbox-input:checked ~ .single-com-box {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
}

.private-check-wraper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.private-custom-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}

.private-custom-checkbox-text {
  font-size: 14px;
  color: #5a5a5a;
}

.tooltipBtn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.tooltipBtn img {
  width: 22px;
  height: 22px;
}

.addComunityOffcanvas-body {
  overflow: visible;
}

.tooltipBtn:hover::after {
  content: 'Access to private communities, by invitation, or admin permission.';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e5f0f9;
  color: #222222;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 10px;
  white-space: normal;
  width: 265px;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s;
}

.private-checkbox-input {
  display: none;
}

.private-checkbox-custom {
  height: 24px;
  width: 24px;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  background-color: #f1f5f9;
  border: 2px solid #f1f5f9;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: block;
}

.private-checkbox-input:checked + .private-checkbox-custom {
  background-color: #4916cb;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0),
    inset -2px -2px 4px rgba(255, 255, 255, 0);
  border-color: #4916cb;
  position: relative;
}

.private-checkbox-input:checked + .private-checkbox-custom::before {
  content: '\2713';
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.not-find {
  padding: 20px 0;
  text-align: center;
}

.not-find h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.not-find h3 a {
  color: #4a17cb;
  font-weight: 700;
}

.not-find h3 a:hover {
  color: #270875;
}

.svs-btns {
  max-width: 400px;
}

.saveBtn {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  padding: 16px 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  border: none;
  border-radius: 10px;
  gap: 8px;
}

.saveBtn:hover {
  background: linear-gradient(90deg, rgb(47, 7, 156) 0%, rgb(81, 19, 148) 100%);
}

.saveBtnTxt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.saveBtnImg {
  display: block;
  width: 13px;
}

/* post Something_Upload_Photo start  */
.step-progress {
  position: relative;
  width: 100%;
  height: 100%;
}

.step-progress::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #4a17cb;
}

.step-2::after {
  width: 50%;
}

.step-3::after {
  width: 100%;
}

.postUpload-container {
  max-width: 1000px;
  background: #f1f5f9;
  margin: 0 auto;
  padding: 50px 132px;
}

.postUpload-title h2 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.postUpload-title p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 342px;
  margin: 10px auto 30px;
}

.cancelbtn {
  border: none;
  background: transparent;
  color: #4614ca;
  font-weight: 700;
  margin-top: 30px;
  transition: all ease-in-out 0.3s;
}

.cancelbtn:hover {
  color: #110333;
}

/* post_Something_Enter_Details_1 */
.postdetails-form {
  max-width: 776px;
  margin: 30px auto 0;
}

.postdetails-form h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.postdetails-form form {
  margin-top: 30px;
}

.post-something-form-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.textarea-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.post-something-form-label {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.textarea-label {
  margin: 10px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.input-wrapper {
  position: relative;
}

.location-wraper .input-wrapper {
  flex-grow: 1;
}

.postdetails-form-bar {
  cursor: text;
  position: absolute;
  left: 64px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0d8f0;
  background: #c0d8f0;
  display: block;
  height: 40px;
  width: 2px;
}

.input-wrapper .input-icon {
  cursor: text;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.input-wrapper .input-icon img {
  width: 22px;
}

.input-wrapper .form-input {
  width: 100%;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 18px 18px 18px 92px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.textarea-wrapper .form-textarea {
  width: 100%;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 20px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  height: 100%;
}

.input-wrapper .form-input:focus-visible,
.textarea-wrapper .form-textarea:focus-visible,
.verification-input:focus-visible,
.description-input-wrapper input:focus-visible,
.description-input-wrapper textarea:focus-visible,
.description-input-wrapper select,
.dropdown-wraper select {
  outline: none;
}

.textarea-wrapper .form-textarea::placeholder,
.input-wrapper .form-input::placeholder {
  color: #7a7a7a;
}

.input-left {
  text-align: end;
  width: 130px;
}

.input-right {
  flex-grow: 1;
}

.location-wraper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.separator span {
  color: #747474;
  font-size: 12px;
  font-weight: 500;
}

.anywhere-button-wrapper {
  width: 135px;
}

.anywhere-button-wrapper button {
  border-radius: 10px;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px #fff;
  transition: all ease-in-out 0.3s;
  padding: 15px 20px;
  border: none;
  transition: all ease-in-out 0.3s;
}

.service-select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-select-title button {
  border-radius: 10px;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px #fff;
  transition: all ease-in-out 0.3s;
  padding: 12px 20px;
  border: none;
  transition: all ease-in-out 0.3s;
}

.anywhere-button-wrapper button:hover,
.service-select-title button:hover {
  color: #fff;
  background: #4a17cb;
}

.sell-btn-grp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}

.sell-btn-grp button,
.sell-btn-not-find button {
  color: #000;
  font-weight: 500;
  width: 100%;
}

.slect-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.slect-total h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.slect-total button {
  background: transparent;
  border: none;
  color: #4916cb;
  font-size: 16px;
  font-weight: 600;
}

.check-own-business {
  max-width: 760px;
  margin: 40px auto 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.check-own-business input {
  accent-color: #4916cb;
}

.checkOwn-title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.checkOwn-txt {
  display: block;
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic;
  margin-top: 2px;
}

.enter-business {
  display: block;
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic;
  margin-top: 2px;
  position: absolute;
  left: 4px;
  bottom: -26px;
}

.verify {
  max-width: 760px;
  margin: 20px auto 0;
}

.verify .post-something-form-group {
  max-width: 760px;
  margin: 20px auto 0;
}

.verify .post-something-form-group .input-left {
  flex-grow: 0;
}

.modal-header {
  justify-content: space-between;
  padding: 0 20px 0 40px;
  border: 0;
}

.modal-header h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.modal-header button {
  border: none;
  background: transparent;
}

.modal-header button img {
  width: 60px;
}

.postAs {
  padding: 0 20px 10px;
}

.postAs-bar {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
}

.postAs-body {
  padding-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.postAs-body-item {
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0eb, -6px -6px 12px 0 #fff;
  border-radius: 10px;
  padding: 10px 15px;
  width: 49%;
}

.postAs-body-item p {
  font-size: 12px;
  color: #747474;
  padding-top: 8px;
}

.postAs-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.postAs-option h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}

.postAs-option img {
  width: 12px;
  flex-shrink: 0;
}

/* register start here  */
.registration-section {
  background: #e3ebf4;
  position: relative;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.registration-header {
  position: absolute;
  top: 34px;
  left: 85px;
  z-index: 999;
}

.registration-logo {
  width: 204px;
  margin-bottom: 16px;
}

.registration-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 888;
}

.registration-info-section {
  width: 700px;
  text-align: center;
}

.registration-illustration {
  width: 450px;
  margin: 0 auto;
}

.registration-info-text {
  margin-top: 20px;
}

.registration-info-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.registration-info-description {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.registration-progress-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.registration-dot {
  height: 10px;
  width: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  display: block;
}

.registration-active {
  background: #7c3bda;
  height: 16px;
  width: 16px;
}

.registration-form-section {
  width: 487px;
  background: #f1f5f9;
  padding: 40px 50px;
}

.registration-form {
  margin-top: 40px;
}

.registration-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}

.registration-form-title h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #4a17cb;
  margin-bottom: 30px;
}

.registration-form .input-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.register-submit {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  padding: 16px 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  gap: 8px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.register-submit:hover {
  background: linear-gradient(90deg, rgb(47, 7, 156) 0%, rgb(81, 19, 148) 100%);
}

.agreement-section {
  margin-top: 20px;
  text-align: center;
}

.agreement-text {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
}

.agreement-text a {
  color: #4a17cb;
}

.alternate-registration {
  margin-top: 20px;
}

.alternate-text {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.social-icons a img {
  width: 24px;
}

/* email_Verification  */
.email-verification-input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 40px;
}

.verification-input::-webkit-inner-spin-button,
.verification-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinner for Firefox */
.verification-input[type='number'] {
  -moz-appearance: textfield;
}

.verification-input {
  width: 56px;
  height: 70px;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #f1f5f9;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.email-Verification-title {
  text-align: center;
}

.email-Verification-title h3 {
  color: #4a17cb;
  font-size: 32px;
  font-weight: 700;
}

.email-Verification-title p {
  color: #222222;
  font-size: 18px;
  margin-top: 10px;
}

.terms-condition {
  background: #e3ebf4;
  padding: 80px 0;
  min-height: calc(100vh - 100px);
}

.terms-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.terms-section {
  margin-top: 40px;
  padding-left: 2px;
}

.terms-heading {
  color: #000;
  font-weight: 700;
  font-size: 32px;
}

.terms-text {
  font-weight: 500;
  font-size: 24px;
  color: #212b27;
  margin-top: 16px;
}

.terms-nav {
  position: relative;
}

.back-arr-terms {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

#createComunityOffcanvas,
#notificationOffcanvas,
#postAsOffcanvas,
#createClaimOffcanvas,
#connectionOffcanvas,
#contactOffcanvas,
#createCompanyProfileView,
#walletOffcanvas {
  width: 582px;
}

.createComunityLabel h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.createComunityLabel p {
  color: #747474;
  font-size: 14px;
  margin-top: 10px;
}

.createComunityoffcanvas-header {
  gap: 16px;
  padding: 30px 40px 0px;
  align-items: center;
  justify-content: space-between;
}

.createComunityoffcanvas-header button {
  border: none;
  background: transparent;
}

.createComunityForm {
  padding: 0 20px;
}

.createComunityForm form {
  padding: 35px 60px 0;
}

.comunity-image-upload-wrapper {
  padding-bottom: 20px;
}

.comunity-image-upload-label {
  border: 1px dashed #5a5a5a;
  height: 200px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 20px;
}

.comunity-image-upload-preview {
  height: 120px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.comunity-image-upload-preview img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.uploadIconComunity {
  width: 24px;
}

.uploadTextcomunity {
  color: #4a17cb;
  font-size: 14px;
}

.remove-img {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  cursor: pointer;
}

.create-account-section p {
  color: #4a17cb;
  font-size: 18px;
  font-weight: 500;
}

.create-account-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4a17cb;
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
  padding-top: 4px;
}

.create-account-img {
  width: 12px;
}

.guest-login {
  margin-top: 20px;
}

.guest-login button {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4916cb;
  background: #fff;
  padding: 12px;
  color: #4a17cb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.guest-login-text {
  font-weight: 700;
  font-size: 16px;
}

.guest-login-img {
  width: 12px;
}

.guest-login button:hover {
  background: #4916cb3d;
}

.description-input-wrapper {
  margin-top: 20px;
}

.description-input-wrapper input,
.description-input-wrapper textarea {
  width: 100%;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 18px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.description-input-wrapper select {
  width: 100%;
  box-shadow: 4px 4px 6px 0 #d7e4f0, -4px -4px 6px 0 #fff;
  padding: 18px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/gridicons_dropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 10px;
}

.description-input-wrapper select option {
  background-color: #f1f5f9;
  color: #000;
  font-size: 14px;
  padding: 10px;
}

.description-input-wrapper select option:hover {
  background-color: #954de1;
  color: #fff;
}

.skipBtn {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: none;
  margin-top: 20px;
}

/* email template  */
.email-template {
  min-height: 100vh;
  background: #e3ebf4;
}

.email-template-Upper {
  background: linear-gradient(90deg, #4614ca 0%, #954de1 100%);
  min-height: 300px;
  position: relative;
}

.email-template-body {
  margin-top: -200px;
  padding-bottom: 40px;
}

.email-template-body-content {
  max-width: 890px;
  margin: 0px auto;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
  padding: 60px;
  position: relative;
  border-radius: 10px;
}

.email-template-body-content h1 {
  font-size: 58px;
  font-weight: 600;
  color: #4a17cb;
  text-align: center;
}

.email-template-logo {
  text-align: center;
  max-width: 363px;
  margin: 0 auto;
  padding: 30px 0 0px;
}

.email-otp h2 {
  color: #000000;
  font-weight: 600;
  font-size: 38px;
  padding: 70px 0;
}

.email-otp h2 span {
  color: #954de1;
}

.email-template-footer p {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

.more-help {
  max-width: 890px;
  margin: 0px auto;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

.more-help p {
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}

.more-help a {
  font-size: 24px;
  font-weight: 700;
  color: #4a17cb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.more-help a img {
  width: 12px;
}

.post-logos-group {
  padding: 20px 0 4px;
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: space-between;
  padding-right: 3px;
  padding-bottom: 20px;
}

.post-logos-title {
  flex-shrink: 0;
}

.post-description {
  color: #222222;
  font-size: 12px;
  padding-top: 4px;
}

.post-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.post-button {
  height: 50px;
  width: 50px;
  background: transparent;
  transition: 0.3s all ease-in-out;
  border: 0;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-button:hover {
  background: #4a17cb34;
}

.video-player-container {
  position: relative;
  background: #f1f5f9;
  padding: 20px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.sideBar-wraper {
  position: sticky;
  top: 0px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  padding-bottom: 100px;
  padding-top: 12px;
}

.ad-card-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.ad-card-logos .interaction-item img {
  width: 26px;
}

.nav-profile .dropdown-menu {
  overflow-y: auto;
  height: 80vh;
}

.thin-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 0px;
}

.posts-feed .posted-by {
  padding: 6px 0 12px;
  display: flex;
  justify-content: flex-start;
  gap: 0;
}

.posts-feed .posted-by li {
  color: #1f458a;
  flex-grow: 0;
  font-size: 14px;
  font-weight: 500;
}

.posts-feed .posted-by li span,
.posts-feed .posted-by li a {
  color: #000000;
}

.posts-feed .posted-by li:not(:last-child) {
  position: relative;
  padding-right: 16px;
  border-right: 0;
}

.posts-feed .posted-by li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
}

.posts-feed .posted-by li:last-child {
  padding-left: 0px;
}

.posts-feed .posted-by li:last-child span {
  font-style: italic;
}

.sale-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #f1f5f9;
}

.sale-content {
  width: 70%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sale-author {
  display: flex;
  gap: 6px;
}

.selectAll {
  padding-left: 50px;
}

.sale-author-img {
  width: 34px;
}

.sale-author-info h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sale-author-info h3 a {
  color: #000;
}

.sale-author-info h3 img {
  width: 22px;
}

.sale-author-info .author-loc {
  margin: 0;
}

.sale-author-info .author-loc img {
  width: 8px;
}

.sale-author-info .author-loc span {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #5a5a5a;
}

.sale-details {
  padding-top: 16px;
}

.sale-details h2 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.sale-details h2 span {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: 400;
}

.sale-details p {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 500;
}

.sale-details p a {
  color: #000;
  text-decoration: underline;
}

.sale-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 0 20px;
}

.sale-tags span,
.sale-tags a {
  box-shadow: 4px 4px 6px 0 #d4e0eb, -4px -6px 6px 0 #ffffff;
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  border-radius: 7px;
  background: #f1f5f9;
  flex-shrink: 0;
}

.sale-interactions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.single-sale-interaction {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-sale-interaction img {
  width: 26px;
  cursor: pointer;
}

.single-sale-interaction span {
  color: #954de1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.sale-img-carousel {
  width: 35%;
  position: relative;
}

.sale-img-carousel .carousel {
  height: 100%;
}

.sale-img-carousel .carousel-indicators {
  align-items: center;
}

.sale-img-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  background-color: #e1e7ff;
  border-radius: 50%;
  flex-shrink: 0;
  border: 0;
  opacity: 1;
}

.sale-img-carousel .carousel-indicators .active {
  background-color: #954de1;
}

.sale-img-carousel .carousel-inner {
  height: 100%;
}

.sale-img-carousel .carousel-inner .carousel-item {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.sale-img-carousel .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sale-ribbon {
  background: #954de1;
  color: #f1f5f9;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 6px;
  position: absolute;
  top: 16px;
  right: 0;
}

.sale-bookmark {
  width: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 50;
}

.posts-feed {
  padding-bottom: 40px;
}

.job-content {
  padding: 16px;
  position: relative;
}

.job-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-bookmark {
  width: 34px;
}

.job-bookmark img {
  width: 100%;
  cursor: pointer;
}

.job-card-left {
  width: 70%;
}

.deals-content {
}

.sort-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.sort-by p {
  color: #484848;
  font-size: 14px;
  flex-shrink: 0;
}

.dropdownFilter button,
.commentFilter button {
  border: none;
  background: transparent;
  white-space: nowrap;
  color: #4916cb;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.dropdownFilter ul,
.company-location ul,
.commentFilter ul {
  padding: 8px;
  border-radius: 0;
  background: #ffffff;
  border: none;
}

.dropdownFilter ul li,
.company-location ul li,
.commentFilter ul li {
  color: #222222;
  padding: 6px 12px;
  background: transparent;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.company-location ul li {
  font-size: 12px;
  color: #5a5a5a;
}

.dropdownFilter ul li:hover,
.dropdownFilter ul .active,
.company-location ul li:hover,
.commentFilter ul li:hover,
.commentFilter ul .active {
  background: #ede8fa;
  color: #222222;
}

.dropdownFilter .dropdown-toggle::after {
  margin-left: 8px;
}

.commentFilter button {
  font-size: 16px;
}

.product-list {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-container {
  background: #ffffff;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
}

.product-image {
  text-align: center;
  margin-bottom: 10px;
}

.product-image img {
  max-width: 100%;
}

.product-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-description {
  flex-grow: 1;
}

.username {
  color: #6d6d6d;
  font-size: 11px;
}

.username span {
  color: #aaaaaa;
}

.product-title {
  color: #484848;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}

.product-summary {
  color: #484848;
  font-size: 12px;
}

.product-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
}

.pricing {
}

.reg-price {
  font-size: 10px;
  color: #484848;
  font-weight: 700;
  padding-bottom: 2px;
}

.reg-price span {
  color: #ff2121;
  text-decoration: line-through;
  font-weight: 400;
}

.discount-price {
  font-size: 12px;
  font-weight: 500;
  color: #484848;
}

.discount-price span {
  color: #3bdc4b;
  font-weight: 700;
}

.new-buy-parent {
  width: 100%;
}

.new-buy-parent button {
  width: 100%;
  font-size: 10px !important;
}

.delete-span-cststs {
  color: #747474;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 16px;
}

.buy-button button {
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 20px;
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  color: #fff;
}

.buy-button button:hover {
  background: linear-gradient(
    90deg,
    rgb(47, 7, 158) 0%,
    rgb(112, 57, 172) 100%
  );
}

.product-share {
  position: absolute;
  right: 8px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}

.product-share img {
  max-width: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.product-share span {
  display: block;
  text-align: center;
  margin: 3px auto 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.product-bookmark {
  position: absolute;
  width: 20px;
  top: 110px;
  right: 8px;
  cursor: pointer;
}

.product-hover-container {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 11px 10px 16px;
  gap: 6px;
  position: relative;
}

.product-hover-image {
  flex-grow: 1;
}

.product-hover-image img {
  max-width: 100%;
}

.product-hover-interactions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}

.product-hover-share {
  width: 24px;
}

.product-hover-share img {
  max-width: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.product-hover-share span {
  display: block;
  text-align: center;
  margin: 3px auto 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.hover-product-title {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  color: #484848;
  background: #ffffff;
  box-shadow: 2px 2px 5px 0 #954de1;
  padding: 2px 3px;
  left: 0;
  bottom: 47px;
  width: 75%;
}

.product-loc-wraper {
}

.product-loc-wraper h3 {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}

.product-loc {
  display: flex;
  align-items: center;
  gap: 3px;
}

.product-loc img {
  width: 7px;
}

.product-loc span {
  font-size: 10px;
  font-weight: 500;
  color: #5a5a5a;
}

.product-img-large img {
  max-width: 73%;
}

.product-bookmark img {
  max-width: 100%;
}

.cmnt-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cmnt-tags span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  background: #f1f5f9;
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
}

/* project_Feed_Page_Companies  */
.company-filter {
  
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.company-filter-btn {
  border: none;
  background: transparent;
  padding: 5px 20px;
  color: #1f458a;
  font-weight: 500;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  border-radius: 20px;
}

.company-filter-btn:hover,
.company-filter .active {
  background: #1f458a;
  color: #fff;
}

.company-listings {
}

.company-item {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  /* display: flex;
  align-items: center;
  gap: 20px; */
  position: relative;
}

.company-carousel {
  width: 35%;
}

.company-carousel .carousel-indicators button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e1e7ff;
  border: none;
  opacity: 1;
}

.company-carousel .carousel-indicators .active {
  background: #f27021;
}

.company-carousel .carousel-inner {
}

.company-carousel .carousel-item {
  text-align: center;
}

.company-carousel .carousel-item img {
  border-radius: 10px;
}

.company-details {
  /* width: 70%;
  display: flex;
  align-items: stretch;
  gap: 6px; */
}

.company-logo {
  height: 76px;
  width: 76px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  overflow: hidden;
}
.company-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.company-info {
  flex-grow: 1;
}

.company-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.company-title a {
  color: #000;
}

.company-title img {
  max-width: 20px;
}

.company-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
}

.company-rating p {
  color: #1f458a !important;
  font-size: 10px !important;
  font-weight: 500;
}

.company-rating img {
  max-width: 113px;
}

.company-location {
  display: flex;
  align-items: center;
  gap: 6px;
}

.company-location img {
  /* width: 9px; */
}

.company-location .loc-name {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 10px;
  font-style: italic;
}

.company-location .other-loc {
  font-size: 12px;
  font-weight: 500;
  color: #1f458a;
  cursor: pointer;
}

.company-category {
  padding: 20px 0;
  position: relative;
}

.company-category p {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0 0 24px;
}

.company-category h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.company-category img {
  max-width: 16px;
  position: absolute;
  bottom: 28px;
  left: 4px;
}

.company-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.company-posts {
  flex-shrink: 0;
}

.company-posts p {
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.company-posts h3 {
  color: #1f458a;
  font-size: 11px;
  text-align: center;
  padding-top: 2px;
  font-weight: 500;
}

.company-share-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.share-item {
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  font-size: 12px;
  background-color: #E9ECF3;
  border-radius: 8px;
  font-weight: 600;
  color: #1F458A;
  font-family: var(--font-montserrat);
}

.share-item img {
  max-width: 22px;
}

.like-count {
  color: #1f458a;
  font-size: 12px;
  font-weight: 500;
}

.company-ribbon {
  position: absolute;
  top: -2px;
  left: 22px;
  padding: 3px 8px;
  background: #1f458a;
  color: #f1f5f9;
  font-size: 14px;
  font-weight: 500;
}

/* feed_Set Loacation_Search */
.location-search-section {
  background-color: #e3ebf4;
  min-height: calc(100vh - 101px);
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.select-location-container {
  max-width: 800px;
  background: #f1f5f9;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 6px 6px 12px 0 #f1f5f99c, -6px -6px 12px 0 #fff;
}

.map-title {
  text-align: center;
  padding-bottom: 30px;
}

.map-title p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
}

.map-title h2 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.feed-location {
  position: relative;
  min-height: 450px;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.google-map {
  height: 100%;
  width: 100%;
}

.google-map img {
}

.feed-location-input-section {
  display: flex;
  align-items: stretch;
  gap: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  left: 0;
}

.feed-location-input-section .input-wrapper-container {
  flex-grow: 1;
}

.gps-icon-container {
  height: 57px;
  width: 57px;
}

.gps-icon-container button {
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  padding: 12.5px;
}

.gps-icon-container img {
  max-width: 32px;
}

.feed-location-radius-section {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  width: 100%;
  gap: 10px;
}

.radius-selector {
  background: #f1f5f9;
  border: 1px solid #d4e0ebcc;
  flex-grow: 1;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

/* General track styles */
.radius-selector input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background-color: #c0d8f0;
  /* Light gray background */
  border-radius: 6px;
  outline: none;
  --value: 20;
  /* Initial value for selected color calculation */
  --percent: calc((var(--value) - 0) * 100% / 50);
}

/* Selected portion of the track */
.radius-selector input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 6px;
  background: linear-gradient(to right, #4a17cb, #4a17cb) 0 / var(--percent)
      100% no-repeat,
    #c0d8f0;
  border-radius: 6px;
}

/* Thumb styles for WebKit browsers */
.radius-selector input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #4a17cb;
  border-radius: 50%;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc;
  cursor: pointer;
  transform: translateY(-8px);
}

/* Thumb styles for Firefox */
.radius-selector input[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: #4a17cb;
  border-radius: 50%;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc;
  cursor: pointer;
  transform: translateY(-8px);
}

.radius-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}

.radius-label {
}

.radius-value {
}

.radius-controls {
  width: 57px;
}

.radius-increase {
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  padding: 12px;
}

.radius-increase img {
  max-width: 32px;
}

.radius-decrease {
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
}

.radius-decrease img {
  max-width: 32px;
}

.search-suggestions {
  background: #ffffff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 14px 20px;
}

.suggestions-list {
  padding: 0;
}

.suggestion-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 2px;
}

.suggestion-item:hover,
.suggestions-list .active {
  background: #4a17cb1a;
  border-radius: 10px;
}

.suggestions-list .icon {
  max-width: 17px;
}

.suggestions-list .location-name {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

/* Feed_Sponser Post View */
#sponsorModal,
#clickOnVideoPost,
#clickOnVideo,
#UploadScanModal,
#shareModal,
#copySuccessModal,
#succesModal,
#sponsorCmnt,
#draftModal,
#selectProductsModal,
#selectservicesModal {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

#sponsorModal .modal-dialog,
#shareModal .modal-dialog,
#copySuccessModal .modal-dialog,
#sponsorCmnt .modal-dialog,
#draftModal .modal-dialog {
  max-width: 600px;
}

#selectProductsModal .modal-dialog,
#selectservicesModal .modal-dialog {
  max-width: 800px;
}

.modal-content {
  border: none;
}

#sponsorModal .modal-content,
#draftModal .modal-content {
  border-radius: 20px;
}

#sponsorCmnt .modal-content {
  background: transparent;
}

#sponsorModal .modal-body,
#shareModal .modal-body,
#copySuccessModal .modal-body,
#sponsorCmnt .modal-body,
#draftModal .modal-body {
  padding: 0;
}

.sponsor-modal-close {
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sidead-comments {
  background: #f1f5f9;
  margin-top: 1px;
}

.sponsor-modal-close img {
  width: 60px;
}

#sponsorModal .post-card {
  border-radius: 20px;
}

#sponsorModal .post-author {
  padding: 30px 30px 20px;
}

#sponsorModal .posts-feed {
  padding-bottom: 0;
}

#sponsorModal .post-tags {
  /* padding: 25px 25px 0; */
}

#sponsorModal .post-tags span,
#sponsorModal .post-tags a {
  padding: 10px;
}

#sponsorModal .post-interactions {
  padding: 25px;
  justify-content: start;
  gap: 20px;
}

.shareModal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.shareModal-close {
  border: none;
  background: transparent;
}

.shareModal-close img {
  width: 80px;
}

.shareModal-header h5 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}

.sharePost-container {
  padding: 30px;
}

.sharePost-container .form-input {
  padding: 19.5px 18px 19.5px 92px;
}

.sharePost-container .addPhone-button-wrapper button {
  box-shadow: none;
}

.share-btns-wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.share-btns-wraper a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  padding: 9px 30px;
  border-radius: 10px;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #ffffff;
  transition: 0.3s all ease-in-out;
}

.share-btns-wraper a:hover {
  background: #ffffff;
}

.shareOption-img {
  max-width: 24px;
}

.shareOption-text {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}

.copy-scucces-container {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy-scucces-container h6 {
  color: #747474;
  font-size: 18px;
  font-weight: 400;
}

.copy-scucces-container p {
  color: #4a17cb;
  border: 1px solid #4a17cb;
  padding: 3px 24px;
  color: #4a17cb;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* feed_Click-on-video-post */
#clickOnVideoPost .modal-dialog,
#clickOnVideo .modal-dialog {
  max-width: 550px;
}

#clickOnVideoPost .modal-body,
#clickOnVideo .modal-dialog {
  padding: 0;
}

#clickOnVideoPost .modal-content,
#clickOnVideo .modal-content {
  background: transparent;
}

.modalImg-preview {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.modalImg-primary {
  width: 100%;
}

.close-video-galley {
  position: absolute;
  top: 16px;
  left: 16px;
}

.viewFullImg {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
  max-width: 24px;
}

.img-gallery {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.img-gallery img {
  width: 100%;
  cursor: pointer;
}

.play-modal-Video {
  max-width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.seeMore {
  padding-right: 50px;
}

.seeMore button {
  padding: 12px 32px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
}

.seeMore button .saveBtnImg {
  transform: rotate(90deg);
}

.seeMore button .saveBtnTxt {
  font-size: 14px;
  font-weight: 600;
}

.hidden {
  display: none;
}

.ad-card-logos .interaction-item:first-child span {
  color: #1f458a;
}

.postplay-count-wraper {
  position: relative;
}

.postplay-count {
  position: absolute;
  right: -12px;
  top: -18px;
  color: white;
  font-size: 14px;
  width: 22px;
  height: 20px;
  background: #954de1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 #00000040;
}

.post-card-scenario-7 {
  box-shadow: -3px -3px 6px rgba(74, 23, 203, 0.55),
    2px 2px 0 rgba(242, 112, 33, 0.4);
  border-radius: 10px;
}

.post-card-scenario-7 .btn-create-ad {
  background: linear-gradient(90deg, #ff2828 0%, #f27021 100%);
  color: #fff;
  padding: 5px 35px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  transition: all ease-in-out 0.3s;
}

.post-card-scenario-7 .btn-create-ad:hover {
  background: linear-gradient(90deg, #bd1212 0%, #b14603 100%);
}

.tooltip-inner {
  background-color: #fff;
  color: #222;
}

.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
  display: none;
}

.postUpload-container .comunity-image-upload-label {
  height: 450px;
}

.postUpload-container .comunity-image-upload-preview {
  height: 450px;
  max-width: 337px;
  margin: 0 auto;
}

.postUpload-container .comunity-image-upload-preview img {
  max-width: 100%;
  width: auto;
}

.postUpload-container .comunity-image-upload-label {
  flex-direction: column;
}

.postUpload-container .uploadTextcomunity {
  color: #1f458a;
  font-size: 18px;
  text-align: center;
}

#UploadScanModal .modal-body {
  padding: 0;
}

#UploadScanModal .modal-content {
  background: transparent;
}

#UploadScanModal .UploadScanmodal-body-content {
  text-align: center;
}

#UploadScanModal .UploadScanmodal-body-content img {
  max-width: 250px;
}

#UploadScanModal .UploadScanmodal-body-content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500px;
  padding-top: 20px;
}

.postUpload-container .comunity-image-upload-wrapper {
  padding: 0;
}

/* Post Details_Auto Captured */
.autocapture-container {
}

.company-section {
  max-width: 1000px;
  background: #f1f5f9;
  margin: 0 auto;
  padding: 50px 132px;
  margin-top: 20px;
}

.addPhone-button-wrapper {
}

.addPhone-button-wrapper button {
  background: #f1f5f9;
  border: 0;
  padding: 16.5px 18px;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
  border-radius: 10px;
}

.company-section .location-wraper {
  gap: 10px;
}

.company-section .input-wrapper,
.company-section .input-right {
  flex-grow: 1;
  width: auto;
}

.company-section .location-wraper .form-input {
  width: 100%;
}

.company-section .input-left {
  flex-grow: 0;
  width: 152px;
}

.tooltipBtnLoc {
  background: transparent;
  border: none;
  max-width: 20px;
}

.location-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  position: relative;
}

.location-group h2,
.extra-location h2,
#company-section-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  width: 152px;
}

.association h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.location-group .private-custom-checkbox-text {
  color: #1f458a;
  font-weight: 500;
  cursor: pointer;
}

.checkbox-grp {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

.checkbox-grp .private-check-wraper {
  margin: 0;
}

/* Post Details_Auto Captured_Location Expand */
.extra-location {
}

.addPhonenNumber {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.addPhonenNumber button {
  background: transparent;
  border: none;
  max-width: 22px;
}

.locationName {
  width: auto;
  flex-grow: 1;
  position: relative;
}

.locationName .floating-placeholder {
  left: 16px;
  background: transparent;
}

.locationName input {
  width: 100%;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 18px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.locationName::placeholder {
  color: #7a7a7a;
}

.locationName input:focus-visible {
  outline: none;
}

/* Post Details_Auto Captured_Location Mobile */
#service-area {
  width: 210px;
}

.service-radius {
  width: 100px;
}

.service-radius input {
  width: 100%;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  padding: 18px 5px 18px 18px;
  background: #f1f5f9;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.service-radius input::placeholder {
  color: #7a7a7a;
}

/* Post Details_Auto Captured_Location Mobile Expand */
.location-group .notification-bar {
  position: absolute;
  top: -12px;
  right: 0;
  width: 68%;
}

/* Post Something_Enter Details  */
.post-details .flow-location-title {
  font-size: 28px;
  padding-bottom: 40px;
}

.post-details .input-left {
  width: 114px;
  flex-grow: 0;
}

.post-details .input-right {
  width: auto;
  flex-grow: 1;
}

.post-details .upload-container {
  max-width: 1264px;
}

.post-details .details-communities {
  max-width: 900px;
}

.post-details .post-something-form-group {
  position: relative;
}

.post-details .post-something-form-group p {
  position: absolute;
  bottom: -30px;
  left: 134px;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.post-details .communites-contentsx button {
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: all ease-in-out 0.3s;
}

.keywords-wraper-post-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.keywords-wraper-post-details button {
  border-radius: 7px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
  border: none;
  outline: none;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: all ease-in-out 0.3s;
  display: block;
  width: 100%;
}

.post-details .communites-contentsx button:hover,
.post-details .communites-contentsx .active,
.keywords-wraper-post-details button:hover,
.keywords-wraper-post-details .active {
  background: #1f458a;
  color: #ffffff;
}

/* Hide the calendar icon */
#date-expire::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}

/* Hide the input value initially */
#date-expire {
  color: transparent;
  caret-color: black;
  /* Keep the cursor visible */
}

/* Show the value when the user interacts */
#date-expire:focus,
#date-expire:valid {
  color: black;
}

/* Post Something_Enter Details_2_Select Community */
#selecComunityDetailsModal .modal-dialog {
  max-width: 906px;
}

#selecComunityDetailsModal .modal-body {
  padding: 0;
}

#selecComunityDetailsModal .comunity-title {
  width: 100%;
  margin: 0 50px;
}

#selecComunityDetailsModal .comunity-title h2 {
  color: #000;
  margin-bottom: 0px;
}

#selecComunityDetailsModal .select-community-container {
  background: #fff;
  border-radius: 10px;
  position: relative;
}

#selecComunityDetailsModal .comunity-container {
  max-width: 100%;
  background: #fff;
  padding: 50px 0 10px;
}

.comunityDetailsmodal-close-btn {
  background: transparent;
  border: none;
  width: 70px;
  position: absolute;
  top: 10px;
  right: 16px;
}

/* Post Something_Enter Details_2_Post As  */
#postAsOffcanvas .offcanvas-header button {
  border: none;
  background: transparent;
  width: 70px;
}

#postAsOffcanvas .offcanvas-body {
  padding: 0;
}

.offcanvas-post {
  padding: 30px;
}

.offcanvas-post-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.offcanvas-post-user {
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
  border-radius: 10px;
  padding: 16px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.offcanvas-post-user h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.offcanvas-post-user p {
  color: #747474;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400px;
  transition: all ease-in-out 0.3s;
}

.offcanvas-post-content .active,
.offcanvas-post-user:hover {
  background: #1f458a;
}

.offcanvas-post-content .active h3,
.offcanvas-post-content .active p,
.offcanvas-post-user:hover h3,
.offcanvas-post-user:hover p {
  color: #fff;
}

.offcanvas-post-save {
  padding-top: 20px;
}

.offcanvas-post-save button {
  width: 100%;
}

/* Post Successful  */
#succesModal .modal-content {
  border-radius: 20px;
}

#succesModal .modal-body {
  padding: 0;
}

.post-success-wraper {
  text-align: center;
}

.post-success-wraper p {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #c2c2c3;
  padding: 30px;
}

.post-success-wraper button {
  border: none;
  margin: 26px;
  background: transparent;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
}

/* View Deal Details  */
.view-details-section {
  background: #e3ebf4;
  min-height: calc(100vh - 117px);
  padding: 40px 0px;
}

.view-details-deal {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.view-details-deal h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.view-details-container {
  margin-bottom: 20px;
}

.view-details-container .product-container {
  display: block;
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.product-container h1 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.product-img-wraper .product-image {
  position: relative;
}

.product-img-wraper .product-hover-interactions {
  position: absolute;
  top: 0;
  right: 0;
}

.view-product-details {
  margin-top: 20px;
}

.view-product-details h4 {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}

.view-product-details h4 a {
  color: #6d6d6d;
}

.view-product-details h4 span {
  font-size: 11px;
  color: #aaaaaa;
}

.view-product-details h2 {
  font-size: 18px;
  font-weight: 700;
  color: #484848;
  padding: 8px 0 8px;
}

.view-product-details p {
  font-size: 16px;
  color: #484848;
  font-weight: 400;
}

.view-product-details p a {
  color: #484848;
  text-decoration: underline;
}

.view-product-details-feature {
  margin-top: 20px;
  display: flex;
  align-items: end;
}

.view-product-details-feature ul {
  padding: 0;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  flex-grow: 1;
}

.view-product-details-feature ul li {
  padding-bottom: 4px;
}

.view-product-details-feature .product-pricing {
  display: block;
  width: 106px;
  text-align: center;
}

.view-product-details-feature .buy-button button {
  padding: 8px 26px;
}

.view-product-details-feature .discount-price {
  font-size: 14px;
  padding: 2px 0 12px;
}

.view-product-details-feature .reg-price {
  font-size: 12px;
}

.view-share-Img-wraper {
  position: relative;
  margin: 0 auto;
  max-width: 450px;
  height: 550px;
}

.view-share-Img-wraper .shared-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.view-share-Img-wraper .product-hover-interactions {
  position: absolute;
  top: 0;
  right: -46px;
  justify-content: flex-start;
  gap: 40px;
}

.view-share-post-author {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.view-share-post-author img {
  max-width: 60px;
}

.view-share-post-author .author-name {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}

.shared-deals-location {
  position: absolute;
  bottom: 106px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.shared-deals-location .loc-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.shared-deals-location img {
  max-width: 18px;
}

.view-share-Img-wraper h2 {
  background: #fff;
  box-shadow: 2px 2px 5px 0 #954de1;
  padding: 12px 5px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 90%;
}

.view-share-Img-wraper .product-hover-share {
  width: 28px;
  cursor: pointer;
}

.view-share-Img-wraper .product-hover-share img {
  max-width: 28px;
}

.add-img-wraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.add-img-wraper .comunity-image-upload-wrapper {
  padding: 0;
}

.add-img-wraper .comunity-image-upload-label {
  border: 1px dashed #5a5a5a;
  height: 120px;
  flex-direction: column;
}

.add-img-wraper .uploadTextcomunity {
  color: #1f458a;
  font-size: 14px;
}

.lookingFor-input-wraper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lookingFor-input-wraper .boots-input-title {
  width: 186px;
  display: block;
  padding: 0;
}

.lookingFor-input-wraper-newss .boots-input-title {
  margin-left: -70px;
}

.lookingFor-input-wraper .boots-input,
.lookingFor-input-wraper .textarea-senario {
  flex-grow: 1;
  width: auto;
}

.lookingFor-input-wraper .boots-input input,
.lookingFor-input-wraper .textarea-senario textarea {
  width: 100%;
}

.form-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 204px;
  cursor: pointer;
}

.form-tooltip img {
  max-width: 18px;
}

.form-tooltip-inner {
  position: relative;
}

.form-tooltip-container {
  display: none;
  position: absolute;
  bottom: 104%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #e5f0f9;
  padding: 10px 20px;
  border-radius: 10px;
  color: #222;
  box-shadow: 6px 6px 12px #d4e0ebcc;
}

.form-tooltip-container p {
  font-size: 12px;
}

.form-tooltip-container ul {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.form-tooltip-inner:hover .form-tooltip-container {
  display: block;
}

.verify-wraper-container {
  text-align: center;
}

.verify-wraper {
  border-bottom: 1px solid #c2c2c3;
  padding: 25px 30px 16px;
}

.verify-wraper h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.verify-wraper p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.verify-wraper-container button {
  border: none;
  margin: 26px;
  background: transparent;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
}

.connection-container {
}

.connection-container ul {
  background: #e3ebf4;
}

.connection-container ul li {
  width: 33.33%;
}

.connection-container .nav-pills .nav-link {
  color: #1f458a;
  font-size: 14px !important;
  font-weight: 600;
  position: static;
  width: 100%;
  border-radius: 0;
}

.connection-container .nav-pills .nav-link.active,
.connection-container .posts-feed ul li button:hover {
  background: #1f4489;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 4px 4px 0 #00000040;
  border-radius: 0;
}

.connection-container .tab-content {
  margin-top: 40px;
}

.conections-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.connection-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 15px 30px;
}

.connection-card {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
}

.connection-avatar {
  max-width: 70px;
}

.connection-avatar img {
  width: 70px !important;
  height: 70px;
  border-radius: 100%;
}

.connection-info {
  flex-grow: 1;
}

.connection-name {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.connection-username {
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
  font-style: italic;
}

.connection-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 160px;
}

.connection-icon {
  max-width: 18px;
}

.connection-disconnect {
  border: 1px solid #4a17cb;
  color: #4a17cb;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.connection-disconnect:hover {
  background: #4a17cb;
  color: #fff;
}

.sale-comments {
  background: #f1f5f9;
  margin-top: 8px;
}

.draft-modal-header {
  text-align: center;
  padding: 30px 16px 40px;
}

.draft-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.draft-modal-text {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.draft-save-btn {
  border: 1px solid #c2c2c3;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
  background: transparent;
  width: 100%;
  padding: 13px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #4a17cb;
  text-align: center;
}

.draft-discard-btn {
  border: 1px solid #c2c2c3;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
  background: transparent;
  width: 100%;
  padding: 13px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #ff2828;
  text-align: center;
}

.createCompanyProfileView-body {
  padding: 0 0 20px;
  height: 100%;
}

.createCompanyProfileViewContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.noCompanyMessage {
  background: #f1f5f9;
  padding: 15px 20px;
  margin: 20px 60px;
  font-size: 14px;
  color: #5a5a5a;
}

.addCompanyContainer {
  margin: 30px 0;
}

.addCompanyIcon {
  max-width: 250px;
}

.addCompanyText {
  font-size: 14px;
  font-style: italic;
  color: #5a5a5a;
  margin-top: 8px;
}

.comunity-logo-cover-upload {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
  margin-top: 40px;
  flex-wrap: wrap;
}

.company-logo-upload {
  width: 30%;
}

.company-cover-upload {
  width: 67%;
}

.company-img-upload-2 {
  width: 100%;
}

.comunity-logo-cover-upload-container .comunity-image-upload-label,
.comunity-logo-cover-upload-container .comunity-image-upload-preview {
  max-width: 100%;
  max-height: 400px;
}

#comunity-logo-cover-upload .comunity-image-upload-label,
#comunity-logo-cover-upload .comunity-image-upload-preview {
  max-width: 100%;
  max-height: 180px;
}

.comunity-logo-cover-upload-container .comunity-image-upload-preview img {
  object-fit: cover;
}

#imageUploadInput3label {
  flex-direction: row;
}

.uploadImdAddBtn {
  display: inline-block;
  border: 1px solid #4a17cb;
  border-radius: 10px;
  color: #4916cb;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 105px;
  transition: 0.3s all ease-in-out;
  background: transparent;
}

.uploadImdAddBtn:hover {
  background: #4916cb;
  color: #fff;
}

.create-company-upload-grp-pic {
  width: 90%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#connectionOffcanvas .offcanvas-header button,
#walletOffcanvas .offcanvas-header button {
  border: none;
}

.create-company-upload-grp-message {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  gap: 8px;
  color: #222;
  font-size: 14px;
  font-style: italic;
}

.create-company-upload-grp-message img {
  max-width: 18px;
}

.company-details-profile {
  margin-top: 40px;
  padding: 0 40px;
}

.company-details-profile .input-left {
  width: 152px;
}

.company-section .boots-select {
  padding: 20px 22px;
}

.company-section .flow-input {
  height: 50px;
}

/* .company-section .communites-contentsx-tag-item {
  height: 40px;
} */

.company-section .communites-contentsx-tag-item span {
  font-size: 14px;
}

.select-product-details-title {
  margin: 25px 0;
  position: relative;
}

.select-product-details-title h3 {
  color: #20468a;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 10px;
  background: #f1f5f9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-product-details-add {
  text-align: end;
  padding-bottom: 15px;
}

.select-product-details-add button {
  color: #4d9aff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  border: none;
}

#mobile-address-location {
  width: 210px;
}

.select-service-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.select-service-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.select-service-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.select-service-accordion .accordion-button:focus {
  box-shadow: none;
}

.select-service-accordion .accordion-item:not(:last-child) {
  border: 0;
  border-bottom: 1px solid #00000033;
  border-radius: 0;
}

.select-service-accordion .accordion-item:last-child {
  border: 0;
  border-radius: 0;
}

.select-service-accordion .accordion {
  --bs-accordion-bg: transparent;
}

.select-service-accordion .accordion-button {
  font-size: 14px;
  font-weight: 700;
  color: #747474;
  padding: 12px;
}

.plumbing-services {
  padding: 0 10px 20px 20px;
}

.plumbing-header {
  margin-bottom: 16px;
}

.plumbing-title {
  font-size: 14px;
  font-weight: 500;
  color: #747474;
}

.plumbing-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select-all-btn-plumbing {
  color: #4916cb;
  font-size: 12px;
  font-weight: 600;
  border: none;
  background: transparent;
}

.remove-all-btn-plumbing {
  border: none;
  background: transparent;
  width: 18px;
}

.plumbing-options {
  margin-top: 10px;
  padding-left: 10px;
}

.plumbing-item {
}

.plumbing-category {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.plumbing-details {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.plumbing-seperator {
  border: none;
  height: 1px;
  background: #00000033;
  margin: 16px 0;
}

.no-service-found {
  margin-top: 16px;
}

.no-service-found button {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: #f1f5f9;
  width: 100%;
  padding: 8px 18px;
  box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px #fff;
  border-radius: 10px;
  cursor: pointer;
}

.plumbing-options .private-custom-checkbox {
  cursor: pointer;
}

.select-service-dialog .modal-content {
  border-radius: 0;
}

.select-service-modal-body {
  padding-bottom: 30px;
}

#email-verify-content {
  justify-content: center;
}

.credits-summary {
  background: linear-gradient(90deg, #4614ca 0%, #954de1 100%);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.credit-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.credit-rate {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 500;
}

.credit-tooltip {
  max-width: 18px;
}

.user-credits {
  max-width: 140px;
}

.credits-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.credits-amount {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 8px;
}

.credit-earned-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.credit-earned {
  background: #e0e4e9;
  padding: 15px 20px;
}

.credit-earned-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.credit-earned-icon {
  max-width: 60px;
}

.credit-earned-title {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  max-width: 128px;
}

.credit-earned-amount {
  flex-grow: 1;
  text-align: end;
  color: #00c142;
  font-size: 24px;
}

.credit-earned-description {
  padding: 15px 0;
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  width: 61%;
}

.credit-earned-footer {
  border-top: 1px solid #c6cacf;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.credit-reference {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}

.credit-ref-number {
  color: #202020;
}

.credit-timestamp {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.credit-time {
  margin-left: 10px;
}

.wallet-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0px;
  flex-wrap: wrap;
}

.wallet-history-title {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  flex-grow: 1;
}

.wallet-search-container {
  max-width: 40px;
}

.wallet-search-button {
  border: 1px solid #f1f5f9;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0 #d4e0ebe3, -6px -6px 12px 0 #ffffff;
  padding: 7px 10px;
  border-radius: 6px;
}

.wallet-search-button img {
  width: 18px;
}

.wallet-search-box {
  width: 100%;
  padding-top: 20px;
}

#walletOffcanvas .tab-content {
  margin-top: 23px;
}

#mobileNavSearchBox2 {
  position: relative;
}

#mobileNavSearchBox2 > .floating-placeholder {
  position: absolute;
  left: 30px;
  top: 50%;
  background-color: transparent;
}

#mobileNavSearchBox2 > .floating-placeholder.active {
  top: 17%;
}

#createCompanyProfileView .company-carousel {
  width: 28%;
}

#createCompanyProfileView .company-logo {
  max-width: 24px;
  flex-shrink: 0;
}

#createCompanyProfileView .company-item {
  gap: 10px;
}

#createCompanyProfileView .company-title {
  font-size: 14px;
  gap: 6px;
}

#createCompanyProfileView .company-rating img {
  max-width: 80px;
}

#createCompanyProfileView .company-category {
  text-align: start;
}

#createCompanyProfileView .company-posts p {
  font-size: 10px;
}

#createCompanyProfileView .company-posts h3 {
  font-size: 16px;
}

#deleteModal .modal-body {
  padding: 0;
}

.company-delete-wraper p {
  border-bottom: 1px solid #c2c2c3;
  padding: 40px 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.comapany-delete-btns {
  display: flex;
}

.delete-cancel {
  width: 50%;
  border: none;
  padding: 26px;
  background: transparent;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 600;
}

.delete-approve {
  width: 50%;
  border: none;
  padding: 26px;
  background: transparent;
  color: #f00000;
  font-size: 18px;
  font-weight: 600;
  border-left: 1px solid #c2c2c3;
}

.company-profile-header {
  padding: 30px 120px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.company-profile-header a {
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
}

.company-profile-header h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.company-profile-dashboard-container {
  padding: 0px 120px;
}

.company-profile-dashboard-container .company-profile-dashboard-tabs {
  background: #f1f5f9;
}

.company-profile-dashboard-tabs .profile-img-new {
  background: #f1f5f9;
  margin-left: auto;
}

.company-profile-chat {
}

.company-profile-chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #4a17cb;
  border: 1px solid #4a17cb;
  border-radius: 10px;
  background: #f1f5f9;
  padding: 10px 30px;
  transition: 0.3s all ease-in-out;
}

.company-profile-chat a:hover {
  background: #8844dd2e;
}

.company-profile-chat-btn-img {
  width: 16px;
}

.company-profile-chat-btn-txt {
  font-size: 12px;
  font-weight: 500;
}

.company-profile-connect {
}

.company-profile-connect a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 15.5px 30px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  transition: 0.3s all ease-in-out;
}

.company-profile-connect a:hover {
  background: linear-gradient(
    90deg,
    rgb(47, 7, 158) 0%,
    rgb(112, 57, 172) 100%
  );
}

/* tarunno  */
/* 
















 */
/* ==user list end== */
@media (max-width: 1636px) {
  .registration-shape {
    width: 100px;
  }
}

@media (max-width: 1540px) {
  header {
    padding: 25px 40px;
  }

  .nav-profile ul {
    transform: translate(-25px, 82px) !important;
  }
}

@media (max-width: 1540px) {
  .registration-illustration {
    width: 350px;
  }
  .registration-section {
    padding: 120px 10px;
  }
  .registration-info-section {
    width: 56%;
  }

  .registration-form-section {
    width: 40%;
  }

  .right-stats-box {
    gap: 10px;
  }

  .post-buttons {
    gap: 10px;
  }

  .post-button {
    height: 40px;
    width: 40px;
    padding: 8px;
  }

  .doc-button img {
    max-width: 18px;
  }

  .post-logos-group {
    align-items: center;
  }

  .email-template-body-content h1 {
    font-size: 42px;
  }

  .email-template-logo {
    max-width: 280px;
    padding: 24px 0 0px;
  }

  .email-otp h2 {
    font-size: 32px;
    padding: 40px 0;
  }

  .email-template-footer p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
  }

  .more-help {
    padding: 32px;
    margin-top: 24px;
  }

  .email-template-body-content {
    padding: 48px;
  }

  .more-help p {
    font-size: 20px;
  }

  .more-help a {
    font-size: 20px;
  }

  .email-template-Upper {
    min-height: 280px;
  }

  .registration-info-title {
    font-size: 20px;
  }

  .registration-info-description {
    font-size: 14px;
  }

  .registration-form-title h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .input-wrapper .form-input {
    padding: 14px 18px 14px 92px;
  }

  .agreement-text,
  .alternate-text {
    font-size: 14px;
  }

  .comunity-search-input input {
    padding: 16px 18px 16px 62px;
    font-size: 14px;
  }

  .search-submit {
    font-size: 14px;
  }

  .skipBtn {
    font-size: 16px;
    margin-top: 16px;
  }

  .saveBtn {
    padding: 14px 45px;
  }

  .comunity-image-upload-label {
    height: 150px;
  }

  #createComunityOffcanvas,
  #postAsOffcanvas,
  #createClaimOffcanvas {
    overflow-y: auto;
  }

  .terms-title {
    font-size: 24px;
  }

  .terms-heading {
    font-size: 24px;
  }

  .terms-text {
    font-size: 16px;
  }

  .locationName input,
  .service-radius input {
    padding: 14px;
  }

  .addPhone-button-wrapper button {
    padding: 13px 18px;
  }
}

@media (max-width: 1399px) {
  .company-stats {
    flex-wrap: wrap;
  }

  .company-posts {
    width: 40%;
  }
}

@media (max-width: 1280px) {
  .header-left {
    gap: 10px;
  }

  .logo {
    width: 150px;
  }

  .nav-location img {
    width: 22px;
  }

  .nav-location {
    font-size: 14px;
    gap: 4px;
  }

  .header-left h3 {
    margin-left: 14px;
  }

  .postUpload-container {
    padding: 50px;
  }

  .verification-input {
    width: 35px;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .profile-stats {
    justify-content: flex-start;
    gap: 20px;
  }

  .post-logos-group {
    justify-content: flex-start;
  }

  .video-player-container {
    max-width: 300px;
  }

  .sideBar-wraper {
    position: static;
    top: 0;
    height: auto;
    padding-bottom: 0;
  }

  /* .company-posts {
    width: auto;
  } */
}

@media (max-width: 991.99px) {
  .communites-contentsx-tag-item-close {
    right: 0 !important;
  }

  .video-player-container {
    margin: auto;
  }

  .posts-feed ul {
    gap: 14px;
    justify-content: center;
  }

  header {
    padding: 20px;
  }

  .inner-info-coms-left-three-pill p {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .company-profile-header {
    padding: 30px 20px;
  }

  .company-profile-dashboard-container {
    padding: 0px 20px;
  }

  .mobile-logo {
    width: 32px;
  }

  .mobile-logo2 {
    width: 110px;
  }

  .mobile-search {
    border: 1px solid #f1f5f9;
    background: #f1f5f9;
    padding: 7px 10px;
    border-radius: 6px;
  }

  .mobile-search img {
    width: 18px;
  }

  .float-location {
    position: fixed;
    bottom: 92px;
    right: 12px;
    height: 54px;
    width: 54px;
    z-index: 999;
  }

  .float-location button {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 25%);
  }

  .float-location button img {
    width: 24px;
  }

  .float-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5f0f9;
    padding: 20px;
    z-index: 999;
    gap: 30px;
    justify-content: center;
  }

  .float-menu a {
    display: block;
    border: 1px solid #d4e0eb;
    background: #e3edf7;
    box-shadow: 6px 6px 12px 0 #d4e0ebe3, -6px -6px 12px 0 #ffffff;
    border-radius: 6px;
    padding: 8px 10px;
  }

  .float-menu .active-btn,
  .float-menu a:hover {
    border: 1px solid #4a17cb;
    background: #e5f0f9;
    box-shadow: none;
  }

  .float-menu a img {
    width: 24px;
  }

  #dashboard-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
  }


  .posts-feed .posted-by {
    padding: 6px 0px;
    gap: 0;
    flex-direction: column;
  }

  .posts-feed .posted-by li:last-child {
    padding-left: 0px !important;
  }

  .posts-feed .posted-by li:not(:last-child)::after {
    width: 0px !important;
  }

  .author-img {
    width: 100px;
  }

  .author-info h3 {
    font-size: 14px;
  }

  .author-loc img {
    width: 14px;
  }

  .author-loc span {
    font-size: 10px;
  }

  .action-item img {
    width: 16px;
  }

  .author-info h3 img {
    max-width: 14px;
  }

  .dropdown ul li a {
    padding: 4px 8px;
    font-size: 12px;
  }

  .post-text {
    font-size: 12px;
  }

  .post-img {
    margin-top: 10px;
  }

  .post-actions-left {
    gap: 32px;
  }


  .cst-mobile-menus,
  .cst-mobile-menus-active {
    width: 35px !important;
    height: 35px !important;
  }

  .posts-feed ul li button {
    min-width: 85px;
  }

  .stb-container.stb-bar {
    padding: 18px 10px !important;
  }

  .interaction-item img {
    width: 22px;
  }

  .cst-mobile-menus .cst-mobile-menus-img,
  .cst-mobile-menus-active .cst-mobile-menus-img {
    width: 20px;
  }

  .btn-bookmarkFill {
    width: 22px;
    height: 22px;
  }

  .btn-create-ad {
    font-size: 12px;
  }

  .post-title {
    padding-left: 12px;
    font-size: 12px;
    margin-bottom: 6px;
  }

  .action-item-count {
    font-size: 12px;
  }

  .posts-feed ul li button {
    padding: 8px 6px;
  }

  .posts-feed .posted-by li {
    font-size: 12px;
  }

  .msg-btn-mobile {
    gap: 16px;
  }

  .post-tags {
    /* padding: 20px 20px 15px 60px; */
  }

  .new-activity {
    position: relative;
  }

  .active-dot {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #954de1;
    border-radius: 50%;
  }

  .notification-body {
    padding: 20px;
    background: #e3ebf4;
    min-height: 100vh;
  }

  .notification-box {
    padding: 10px;
    position: relative;
  }

  .notification-content h3 {
    font-size: 14px;
  }

  .notification-content p {
    font-size: 12px;
  }

  .notification-img {
    width: 60px;
  }

  .notification-date {
    position: absolute;
    right: 15px;
    top: 10px;
  }

  .notification-date p {
    font-size: 10px;
  }

  .mobile-nav h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }

  .profile-stats {
    margin-top: 20px;
    justify-content: center;
  }

  .post-logos-group {
    justify-content: center;
  }

  .comments {
    padding: 14px 20px 0;
  }

  .cmnt-author-details h4 {
    font-size: 12px;
  }

  .cmnt-action p {
    font-size: 10px;
  }

  .comment-box {
    padding: 15px;
  }

  .cmnt-stats h2 {
    font-size: 14px;
  }

  .relevant-btn {
    font-size: 12px;
  }

  .single-step p {
    font-size: 12px;
  }

  .single-step h3 {
    height: 35px;
    width: 35px;
  }

  .single-step h3 span {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }

  .single-step h3 span img {
    max-width: 14px;
  }

  .step-bar {
    height: 6px;
  }

  .post-upload .steps {
    width: 300px;
  }

  .comunity-btns {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .comunity-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .comunity-btns button {
    padding: 18px 12px;
    font-size: 14px;
    width: 230px;
  }

  .search-submit {
    width: auto;
    font-size: 14px;
    padding: 18px 30px;
  }

  .comunity-container {
    padding: 20px;
  }

  .saveBtn {
    padding: 14px 40px;
    margin: 20px auto 0;
  }

  .saveBtnTxt {
    font-size: 14px;
  }

  .postdetails-form {
    max-width: 650px;
  }

  .location-wraper .form-input {
    width: 100%;
  }

  .sell-btn-grp button,
  .sell-btn-not-find button {
    width: 100%;
  }

  .enter-business {
    bottom: -48px;
  }

  .registration-content {
    flex-direction: column;
    gap: 40px;
  }

  .registration-info-section {
    width: 100%;
  }

  .registration-form-section {
    width: 100%;
  }

  .registration-header {
    top: 20px;
    left: 20px;
  }

  .registration-logo {
    width: 150px;
    margin-bottom: 10px;
  }

  .terms-condition {
    padding: 40px 0;
  }

  .terms-heading {
    font-size: 26px;
  }

  .terms-section {
    margin-top: 20px;
  }

  .terms-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .terms-nav .logo {
    margin-left: 50px;
  }

  .back-arr-terms {
    left: 0;
  }

  .createComunityoffcanvas-header {
    gap: 40px;
    padding: 20px 20px 0;
  }

  .createComunityForm {
    padding: 0;
  }

  #createComunityOffcanvas,
  #notificationOffcanvas,
  #createClaimOffcanvas {
    width: 50%;
  }

  #postAsOffcanvas {
    width: 90%;
  }

  .createComunityForm form {
    padding: 20px 30px 0;
  }

  .email-template-body-content h1 {
    font-size: 38px;
  }

  .email-template-logo {
    max-width: 220px;
    padding: 20px 0 0px;
  }

  .email-otp h2 {
    font-size: 26px;
  }

  .email-template-footer p,
  .more-help p,
  .more-help p a {
    font-size: 16px;
  }

  .email-template-body-content {
    padding: 30px;
  }

  .post-details .communites-contentsx {
    grid-template-columns: repeat(1, 1fr);
  }

  .keywords-wraper-post-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-logo-upload {
    width: 29%;
  }

  .mail-avatar {
    width: 40px;
    bottom: -24px;
    right: -10px;
  }

  .checkbox-grp {
    gap: 10px;
  }

  .private-custom-checkbox-text {
    font-size: 12px;
  }

  .createCompanyProfileViewContent {
    gap: 30px;
  }

  .location-search-section {
    padding-bottom: 80px;
  }

  .view-details-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .location-search-section {
    padding-bottom: 110px;
  }

  .mail-avatar {
    width: 50px;
    bottom: -17px;
    right: -12px;
  }

  .lookingFor-input-wraper-newss .boots-input-title {
    margin-left: 0px;
  }

  .comunity-search {
    flex-direction: column;
    padding: 10px 20px 10px;
  }

  .chatss-right {
    padding: 16px;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .comunity-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .file-upload-container {
    margin-top: 16px;
    flex-direction: column;
  }

  .upload-icon {
    max-width: 100px;
  }

  .uploaded-photo-container {
    width: 100%;
  }

  .file-input-upload {
    height: 250px;
  }

  .postUpload-title h2 {
    font-size: 22px;
  }

  .post-something-form-group,
  .textarea-group {
    flex-direction: column;
    align-items: baseline;
  }

  .location-wraper .form-input {
    width: 100%;
  }

  .location-wraper {
    gap: 8px;
    flex-direction: row;
    align-items: baseline;
  }

  .input-right,
  .input-wrapper {
    width: 100%;
  }

  .enter-business {
    bottom: -26px;
  }

  .email-Verification-title h3 {
    font-size: 24px;
  }

  .email-Verification-title p {
    font-size: 14px;
    margin-top: 3px;
  }

  .email-verification-input {
    padding-bottom: 25px;
  }

  #createComunityOffcanvas,
  #notificationOffcanvas,
  #postAsOffcanvas,
  #createClaimOffcanvas {
    width: 90%;
  }

  .company-section {
    /* padding: 30px 40px; */
    padding: 20px;
  }

  .input-left {
    text-align: start;
    width: 100%;
  }

  .company-section .input-left {
    width: 100%;
  }

  .company-section .input-wrapper,
  .company-section .input-right {
    width: 100%;
  }

  .post-details .post-something-form-group p {
    left: 0;
  }

  .post-details .input-right {
    width: 100%;
  }

  .create-company-upload-grp-pic {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .author-info h3,
  .author-info h3 a {
    font-size: 14px;
    gap: 4px;
  }

  .post-tags {
    /* padding: 16px 20px 10px 45px; */
  }

  .postplay img {
    max-width: 20px;
  }

  .postplay-count {
    font-size: 10px;
    width: 15px;
    height: 15px;
    top: -10px;
  }

  .postplay {
    width: 35px;
    height: 35px;
    bottom: 42px;
  }

  .view-details-deal h3 {
    margin-left: 60px;
  }

  .product-hover-interactions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    padding: 30px 30px 0;
  }

  .parent-deal-deatils-container .product-hover-interactions {
    flex-direction: column !important;
  }

  #product-hover-interactions {
    flex-direction: column;
    padding: 0;
  }

  .product-hover-image img {
    max-width: 100%;
    width: 100%;
  }

  .product-container h1 {
    font-size: 22px;
  }

  .product-loc-wraper {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .view-product-details {
    padding: 10px;
  }

  .view-product-details-feature ul {
    font-size: 13px;
  }

  .view-product-details p {
    font-size: 14px;
  }

  .company-details-profile {
    padding: 0 20px;
  }

  .seeMore {
    padding-top: 20px;
    padding-right: 20px;
  }

  .feed-location {
    min-height: 385px;
  }

  .google-map img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .google-map {
    height: 385px;
  }

  .postUpload-container .comunity-image-upload-label,
  .postUpload-container .comunity-image-upload-preview {
    height: 250px;
  }

  .postUpload-container .comunity-image-upload-preview img {
    width: 100%;
  }

  .locationName {
    width: 100%;
  }

  .comunity-logo-cover-upload {
    gap: 16px !important;
  }
}

@media (max-width: 575px) {
  .not-find-parent .not-find h3 {
    font-size: 14px;
  }

  .email-template-body-content {
    box-shadow: 2px 2px 9px 0 #d4e0ebcc, -2px -2px 5px 0 #fff;
  }

  .price-priver-inner-top-text h3 {
    font-size: 13px !important;
  }

  #headerFlowNew {
    padding: 18px 20px;
    min-height: 50px;
  }

  .skipBtn {
    font-size: 14px;
  }

  /* .company-section .communites-contentsx-tag-item {
    height: 33px;
  } */

  .reset-btn-ss {
    font-size: 14px !important;
  }

  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .company-details-profile {
    padding: 0px;
  }

  .company-section .communites-contentsx-tag-item span {
    font-size: 10px;
  }

  .location-wraper {
    gap: 8px;
    flex-direction: column;
    align-items: baseline;
  }

  .addPhone-button-wrapper button {
    padding: 12px 16px;
    width: 100%;
  }

  .postUpload-title h2 {
    font-size: 18px;
  }

  .comunity-boxes,
  .sell-btn-grp {
    grid-template-columns: repeat(1, 1fr);
  }

  .postUpload-container {
    padding: 20px;
  }

  .postDetailsBody {
    padding: 40px 20px 20px;
  }

  .enter-business {
    bottom: -45px;
  }

  .verify {
    margin: 20px auto 20px;
  }

  .postAs-body {
    flex-direction: column;
  }

  .postAs-body-item {
    width: 100%;
  }

  .registration-form-section {
    padding: 30px 20px;
  }

  .registration-form-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .registration-form {
    margin-top: 30px;
  }

  .registration-section {
    padding: 120px 40px 40px;
  }

  .registration-illustration {
    width: 250px;
  }

  .community-summary {
    flex-direction: column;
  }

  .tooltipBtn:hover::after {
    width: 200px;
    left: 0;
    top: 30px;
  }

  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .company-item {
    flex-direction: row;
  }

  .company-carousel {
    width: 40%;
  }

  .company-details {
    width: 100%;
    flex-direction: row;
    gap: 16px;
  }

  .company-share-icons {
    max-width: 100%;
    flex-direction: column;
  }

  .img-gallery {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .post-upload {
    flex-direction: row;
    row-gap: 16px;
  }

  .post-upload .steps {
    min-width: 450px;
  }

  .post-upload .header-left {
    width: 100%;
  }

  .location-group {
    flex-direction: row;
  }

  .checkbox-grp {
    flex-direction: row;
    gap: 10px;
    align-items: start;
  }

  .location-group {
    gap: 16px;
    align-items: start;
  }

  .offcanvas-post-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-player-container {
    margin: 0 auto;
  }

  .noCompanyMessage {
    margin: 20px 0px;
  }

  .company-logo-upload,
  .company-cover-upload {
    width: 100%;
  }

  .create-company-upload-pic .step-bar {
    width: 80%;
  }

  .credit-rate {
    font-size: 12px;
  }

  .credits-label {
    font-size: 12px;
  }

  .credits-amount {
    font-size: 20px;
    margin-top: 4px;
  }

  .credit-earned-description {
    font-size: 14px;
    width: 75%;
  }

  .credit-reference,
  .credit-timestamp {
    font-size: 10px;
  }

  .credit-earned-title {
    font-size: 14px;
    max-width: 100px;
  }

  .credit-earned-icon {
    max-width: 40px;
  }

  .credit-earned-header {
    gap: 10px;
  }

  .credit-earned-amount {
    font-size: 18px;
  }

  .credit-time {
    margin-left: 6px;
  }

  .credits-summary {
    padding: 16px 20px;
    gap: 10px;
    margin-bottom: 25px;
  }

  .credit-tooltip {
    max-width: 12px;
  }

  .posts-feed .posted-by li:not(:last-child) {
    padding-right: 8px;
  }

  .posts-feed .posted-by li:last-child {
    padding-left: 8px;
  }

  .author-info h3 img {
    max-width: 14px;
  }

  .action-item-count {
    font-size: 10px;
  }

  .posts-feed ul li button {
    padding: 6px;
  }

  .connection-container .nav-pills .nav-link,
  .connection-container .nav-pills .nav-link.active,
  .connection-container .posts-feed ul li button:hover {
    font-size: 10px;
    padding: 8px;
  }

  .modal-close img {
    width: 70px;
  }

  .register-submit {
    padding: 12px 9px;
  }

  .verify-wraper h3 {
    font-size: 16px;
  }

  .verify-wraper p {
    font-size: 12px;
  }

  .verify-wraper-container button {
    margin: 12px;
  }

  .company-filter-btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  #notificationOffcanvas .offcanvas-header,
  #connectionOffcanvas .offcanvas-header,
  #contactOffcanvasLabel .offcanvas-header,
  #contactOffcanvas .offcanvas-header,
  #walletOffcanvas .offcanvas-header {
    padding: 12px 7px 12px 30px;
  }

  .profile-single-left span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
  }

  .profile-single-left img {
    width: 20px;
  }

  .profile-single-right {
    width: 18px;
  }

  #notificationOffcanvas .offcanvas-body,
  #contactOffcanvas .offcanvas-body,
  #connectionOffcanvas .offcanvas-body,
  #walletOffcanvas .offcanvas-body {
    padding: 20px 10px;
  }

  .notification-lists {
    gap: 10px;
  }

  .post-actions-left {
    gap: 16px;
  }

  .create-account-section p,
  .create-account-link,
  .guest-login-text {
    font-size: 14px;
  }

  .comunity-search {
    padding: 10px;
  }

  .search-submit {
    padding: 14px 20px;
  }

  .single-com-box {
    box-shadow: 6px 6px 12px 0 #d4e0eb;
    padding: 20px;
  }

  .seeMore button {
    padding: 6px 16px;
  }

  .seeMore button .saveBtnTxt {
    font-size: 12px;
  }

  .createComunityoffcanvas-header,
  .cmnt-form {
    gap: 10px;
  }

  .createComunityForm form {
    padding: 20px 10px 0;
  }

  .commentFilter button,
  .cmnt-stats h2 {
    font-size: 12px;
  }

  .cmnt-submit img {
    width: 18px;
  }

  .share-btns-wraper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .ad-card-logos {
    padding: 0 10px;
  }

  .ad-card-img {
    padding: 20px 10px 0;
  }

  .post-card-scenario-7 .btn-create-ad {
    padding: 5px 14px;
    font-size: 10px;
  }

  .modal-content .post-card {
    margin-bottom: 0;
  }

  .radius-text {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .radius-increase,
  .radius-decrease {
    padding: 6px 10px;
  }

  .gps-icon-container button {
    padding: 6px;
    height: 100%;
    width: 100%;
  }

  .radius-increase img,
  .radius-decrease img,
  .gps-icon-container button img {
    width: 20px;
  }

  .radius-controls {
    width: 40px;
  }

  .gps-icon-container {
    height: 48px;
    width: 55px;
  }

  .postUpload-container .comunity-image-upload-label,
  .postUpload-container .comunity-image-upload-preview {
    height: 150px;
  }

  .separator {
    width: 100%;
    text-align: center;
  }

  .company-details-profile {
    margin-top: 16px;
  }

  #createCompanyProfileView .company-carousel {
    width: 100%;
  }

  .company-delete-wraper p {
    padding: 20px;
    font-size: 14px;
  }

  .delete-cancel,
  .delete-approve {
    padding: 12px;
    font-size: 12px;
  }

  .company-delete-wraper {
    box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
      6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  }

  .terms-heading {
    font-size: 18px;
  }

  .terms-text {
    font-size: 12px;
  }

  .select-product-details-add button {
    font-size: 12px;
  }

  .google-map img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .plumbing-title {
    font-size: 13px;
  }
}

@media (max-width: 389px) {
  .notification-content h3 {
    max-width: 170px;
  }

  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .job-bookmark {
    width: 22px;
  }

 
  .feed-location {
    height: 300px;
  }

  .google-map img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .view-details-container .product-container {
    padding: 20px 0;
  }
}

@media (max-width: 359px) {
  .author-info h3 img {
    max-width: 10px;
  }

  .author-info h3,
  .author-info h3 a {
    font-size: 12px;
  }

  .author-loc {
    margin-top: 0px;
  }

  .post-actions {
    right: 6px;
    top: 4px;
  }

  .mail-avatar {
    width: 30px;
    bottom: -10px;
    right: -10px;
  }

  .posts-feed .posted-by {
    padding: 2px 0px;
  }

  .post-text {
    font-size: 10px;
  }

  .author-img {
    width: 84px;
  }

  .posts-feed {
    padding-bottom: 0px;
  }

  .profile-bottom-links {
    padding: 0px 0px 20px;
  }

  .company-filter-btn {
    padding: 4px 8px;
    font-size: 10px;
  }

  .sale-ribbon {
    top: 40px;
  }

  .post-card-scenario-7 .btn-create-ad {
    font-size: 8px;
  }

  .plumbing-services {
    padding: 0 6px 20px 6px;
  }

  .select-service-accordion .accordion-button {
    padding: 6px;
  }

  .plumbing-details {
    font-size: 9px;
  }

  .plumbing-title {
    font-size: 10px;
  }

  .plumbing-category {
    font-size: 12px;
  }
}

/* tarunno reponsive end here  */

/* .................. sakib brother code ......  */

/* header start */
#quantity {
  max-width: 200px;
}

#headerFlow {
  padding: 18px 40px 18px 40px;
  background-color: #f1f5f9;
}

.flow {
  background: #e3ebf4;
}

.header-flow-right {
  float: right;
}

.header-flow-left-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  position: relative;
}

.header-flow-left-inner-button {
  width: 35px;
  height: 35px;
  /* box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8); */
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  flex-shrink: 0;
}

.header-flow-left-inner-button:hover {
  box-shadow: 3px 3px 4.5px 0px rgba(215, 228, 240, 0.8) inset,
    -3px -3px 4.5px 0px rgba(255, 255, 255, 0.8) inset;
}

.header-flow-left-inner span {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.steps {
  gap: 10px;
  z-index: 9;
}

.progress-wrapper {
  width: 100%;
  min-width: 460px;
  position: relative;
}

.step-circle {
  width: 37px;
  height: 37px;
  border-radius: 60px;
  box-shadow: inset -4px -4px 6px 0px rgba(255, 255, 255, 0.8),
    inset 4px 4px 6px 0px rgba(215, 228, 240, 0.8);
  background: rgb(241, 245, 249);
}

.img-active {
  width: 15px;
  height: 15px;
}

.step-circle-inner-active {
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background: rgb(73, 22, 203);
}

.step-circle-inner-active .actives {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07px;
}

.step-circle-inner {
  width: 23px;
  height: 23px;
  border-radius: 50px;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
}

.step-circle-inner span {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.07px;
  text-align: center;
}

.step-title span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.053px;
}

.step-title .active {
  color: #4916cb;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.053px;
}

.progress {
  position: absolute;
  width: 100%;
  max-width: 303px;
  height: 8px;
  top: 21%;
  left: 26%;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
}

.progress-bar {
  background: rgb(74, 23, 203);
}

/* main */
.flow {
  width: 100%;
  height: auto;
  background: #e3ebf4;
}

.flow-container {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
}

.flow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-communities {
  width: 100%;
  max-width: 782px;
  margin: 0 auto;
  padding: 50px 0;
}

#communities {
  padding: 80px 0 30px 0;
}

.flow-row {
  gap: 30px;
}

.flow-title {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.07px;
  text-align: left;
}

.flow-select-button {
  width: 240px;
  height: 102px;
  border: none;
  outline: none;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.35px;
  text-align: center;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
}

.flow-active-btn {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.35px;
  text-align: center;
  color: rgb(255, 255, 255);
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(73, 22, 203);
}

.demofrom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}

.flow-input {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  box-shadow: inset -4px -4px 6px 0px rgba(255, 255, 255, 0.8),
    inset 4px 4px 6px 0px rgba(215, 228, 240, 0.8);
  background: rgb(241, 245, 249);
  align-items: center;
}

.input-group-icon img {
  padding: 0 18px;
  max-height: 16px;
  width: 100%;
}

.input-group-icon-search img {
  padding: 0 10px 0 18px;
  max-height: 16px;
  width: 100%;
}

.divider-input {
  width: 1px;
  height: 25px;
  background-color: #c0d8f0;
}

.small-text-form {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  /* 71.429% */
  letter-spacing: 0.262px;
}

.flow-input input {
  width: 100%;
  height: 38px;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  padding: 11px 18px 11px 5px;
}

.flow-input input:focus {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.flow-input input::placeholder {
  color: #747474;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.35px;
}

.flow-tags {
  width: 146.88px;
  height: 42.84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.flow-close {
  width: 22.032px;
  height: 22.032px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(73, 22, 203, 0.2);
  position: absolute;
  border-radius: 50%;
  top: -8px;
  right: -8px;
  border: none;
  outline: none;
}

#bootsTimeline {
  padding-bottom: 30px;
}

#boostAccordion {
  border: none;
  outline: none;
  box-shadow: none;
  background: rgb(241, 245, 249);
}

.accordian-title-main span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.accordian-title-main img {
  padding-left: 12px;
}

/* Target only the #bootsTimeline accordion */
#boostAccordion .accordion-item {
  border: none;
  /* Remove border */
  box-shadow: none !important;
  /* Remove shadow */
}

#boostAccordion .accordion-button {
  background: rgb(241, 245, 249);
  border: none;
  /* Remove border */
  box-shadow: none !important;
  /* Remove default focus shadow */
  outline: none;
  /* Remove outline */
  color: #333;
  /* Keep text visible */
  padding: 0;
}

/* Remove hover effect */
#boostAccordion .accordion-button:hover {
  background: rgb(241, 245, 249);
  box-shadow: none !important;
}

/* Remove focus effect */
#boostAccordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  padding: 0;
}

#decreaseBtn {
  display: flex;
  width: 45px;
  height: 37.5px;
  padding: 9.75px 13.5px;
  justify-content: center;
  align-items: center;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  border-radius: 7.5px;
  margin-right: 8px;
}

#quantityInput {
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 3px 3px 4.5px 0px rgba(215, 228, 240, 0.8) inset,
    -3px -3px 4.5px 0px rgba(255, 255, 255, 0.8) inset;
  border: none;
  outline: none;
}

#increaseBtn {
  display: flex;
  width: 45px;
  height: 37.5px;
  padding: 9.75px 13.5px;
  justify-content: center;
  align-items: center;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  border-radius: 7.5px;
  margin-left: 8px;
}

#increaseBtn:hover,
#decreaseBtn:hover {
  box-shadow: 3px 3px 4.5px 0px rgba(215, 228, 240, 0.8) inset,
    -3px -3px 4.5px 0px rgba(255, 255, 255, 0.8) inset;
}

#increaseBtn img,
#decreaseBtn img {
  pointer-events: none;
}

/* Remove active state styling */
#boostAccordion .accordion-button:not(.collapsed) {
  background: rgb(241, 245, 249);
  box-shadow: none !important;
  color: #333;
  /* Keep text readable */
  padding: 0;
}

/* Remove bottom border when expanded */
#boostAccordion .accordion-button::after {
  box-shadow: none !important;
}

/* Remove border for expanded accordion */
#boostAccordion .accordion-collapse {
  border: none !important;
  box-shadow: none !important;
}

#boostAccordion .accordion-body {
  background: rgb(241, 245, 249);
  padding: 15px 0 0 0;
}

.chatss-right-body img {
  max-width: 100%;
}

#boostAccordion .accordion-button::after {
  content: '';
  background-image: url('../img/gridicons_dropdown.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.boots-input-title-new img {
  max-width: 14px;
}

#boostAccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.boots-input {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
}

.boots-input input {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  padding: 11px 18px;
}

.boots-input input:focus {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.boots-input input::placeholder {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.35px;
}

.boots-select {
  width: 100%;
  display: inline-flex;
  padding: 11px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
}

.boots-select:focus,
.boots-select:active {
  outline: none;
  border: none;
  box-shadow: inset -4px -4px 6px 0px rgba(255, 255, 255, 0.8),
    inset 4px 4px 6px 0px rgba(215, 228, 240, 0.8);
  background: rgb(241, 245, 249);
  background-color: #f1f5f9;
  color: #000;
}

.boots-select:hover {
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  color: #000;
}

.boots-select .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  outline: none;
  border: none;
  box-shadow: inset -4px -4px 6px 0px rgba(255, 255, 255, 0.8),
    inset 4px 4px 6px 0px rgba(215, 228, 240, 0.8);
  background: rgb(241, 245, 249);
  background-color: #f1f5f9;
  color: #000;
}

.boots-input input[type='date']::-webkit-inner-spin-button,
.boots-input input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}

/* REMOVE THIS ENTIRE BLOCK */
.boots-input input[type='date']::before {
  content: attr(placeholder);
  width: 80%;
  color: #5a5a5a;
  background: #f1f5f9;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.35px;
  position: absolute;
  left: 18px;
}

/* KEEP THIS FOR NATIVE INPUT STYLING */
.boots-input input[type='date']:not(:placeholder-shown) {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.35px;
}

select.boots-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/gridicons_dropdown.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  padding-right: 35px;
  cursor: pointer;
}

.boots-dropdown-menu {
  width: 100%;
  padding: 20px 15px !important;
  border-radius: 0px 0px 10px 10px !important;
  background: #f1f5f9 !important;
  border: none;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff !important;
}

.boots-dropdown-menu .dropdown-item {
  padding: 10px 15px;
  border-radius: 10px;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.5px;
  /* 122.222% */
  letter-spacing: 0.262px;
}

.dltbbttnn {
  color: red;
}

.boots-dropdown-menu .dropdown-item:hover {
  background: rgba(74, 23, 203, 0.1);
}

/* For Chrome, Safari, Edge, and Opera */
.boots-input input[type='number']::-webkit-inner-spin-button,
.boots-input input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.boots-input input[type='number'] {
  -moz-appearance: textfield;
}

.boots-input-title {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.262px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 14px;
  padding-right: 5px;
}

.senario-input-title {
  color: #000;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
  text-align: start;
  margin-bottom: 6px;
}

.details-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07px;
}

.details-title-space {
  padding-bottom: 20px;
}

.create-title {
  color: #000;
  text-align: start;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.053px;
}

.create-title-space {
  padding-bottom: 14px;
}

.create-checkbox {
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(90, 90, 90, 1);
}

.create-check-label {
  color: #000;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
  padding-top: 2px;
  margin-left: 12px;
  margin-bottom: -3px;
}

.createform-check {
  padding-top: 22px;
}

.createform-check-two {
  padding-top: 22px;
  padding-bottom: 22px;
}

.verify-text {
  color: #5a5a5a;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 10.5px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  /* 200% */
  letter-spacing: 0.262px;
  margin-top: 15px;
}

.create-checkbox:focus {
  box-shadow: none;
  border-color: rgba(90, 90, 90, 1);
}

.create-checkbox:checked {
  box-shadow: none;
  background-color: rgb(74, 23, 203);
  border-color: rgb(74, 23, 203);
}

.locations-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.flow-location-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.053px;
}

.flow-location-subtitle {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.07px;
}

.button-location-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding-top: 40px;
}

.location-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-button-wrapper button {
  width: 100%;
  max-width: 404px;
  padding: 16px 159px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

.location-button-wrapper button img {
  width: 12px;
  height: 12px;
}

/* === Boost Post Flow 1 (End) === */
/* === Boost Post Flow 2 (start) === */

#locations {
  padding: 60px 0;
}

/* === Boost Post Flow 2 (End) === */
/* === Boost Post Flow 3 (Start) === */

.ads-preview-wrapper {
  width: 100%;
  max-width: 548px;
  height: auto;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
}

.ads-paymet-wrapper {
  border-top: 2px solid #4a17cb !important;
  border-left: 2px solid #4a17cb !important;
  background: #f1f5f9 !important;
  box-shadow: 2px 2px 0px 0px rgba(242, 112, 33, 0.4),
    -3px -3px 6px 0px rgba(74, 23, 203, 0.55) !important;
}

.priview-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 13px;
}

.ads-preview-top {
  position: relative;
  padding: 24px 15px 7px;
}

.sponsor-post-type {
  position: absolute;
  top: 0px;
  left: 14px;
}

.sponsor-post-type-bottom {
  position: absolute;
  bottom: 2px;
  left: 20px;
}

.sponsor-post-type span {
  color: #f27021;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.sponsor-post-type-bottom span {
  color: #ff6b00;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.053px;
}

.user-preview-image img {
  min-width: 92px;
  min-height: 92px;
  fill: url(<path-to-image>) lightgray 50% / cover no-repeat;
  filter: drop-shadow(0px 5px 15px rgba(139, 21, 57, 0.5));
}

.ads-preview-top-inner-left {
  gap: 20px;
}

.ads-preview-title-text {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.ads-preview-top-inner {
  gap: 20px;
}

.user-preview-info h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.user-preview-info span {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.ads-preview-top-inner-right {
  display: flex;
  justify-content: end;
  align-items: start;
}

.ads-preview-top-icons li {
  list-style: none;
}

.ads-preview-top-icons {
  padding-left: 0;
  gap: 15px;
}

.ads-preview-top-icons li button {
  /* background: transparent; */
  border: none;
  outline: none;
  padding-inline: 0;
}

.ads-preview-top-icon-button img {
  max-width: 18px;
  height: 18px;
}

.preview-total-icons-numbers {
  color: #1f458a;
  text-align: right;
  font-family: Montserrat;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ads-preview-bottom-inner-content {
  padding-top: 15px;
}

.ads-payment-bottom-inner-content {
  padding-top: 20px;
}

.ads-payment-bottom-inner-content h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.ads-preview-bottom-inner-content p {
  color: var(--Body-Text-2, #484848);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ads-preview-bottom-inner-content p .preview-read-more {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.ads-preview-bottom {
  position: relative;
  padding: 20px 15px 22px;
}

.ads-preview-top-inner .ads-preview-tag {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  border: none;
  outline: none;
}

.user-preview-payment-info-owner p {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 2px;
}

.boost-avaters {
  position: absolute;
  bottom: -20%;
  right: -20%;
  width: 60px;
  height: 60px;
}

.ads-addition-bottom-btn {
  position: relative;
  left: -30%;
  width: 48px;
  height: 45px;
  flex-shrink: 0;
  background-color: #954de1;
  backdrop-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 0 50px 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-preview-payment-info-owner span {
  color: #1f458a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ads-preview-top-icons .preview-icons-numbers {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 3px;
}

.ads-preview-bottom-inner {
  padding-top: 24px;
}

.ads-preview-bottom-btn img {
  width: 25px;
  height: 24px;
}

.ads-preview-bottom-btn-email {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  padding: 12px 119.25px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%) !important;
  gap: 7px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ads-preview-bottom-btn-email img {
  width: 15px !important;
  height: 15px !important;
}

.ads-preview-bottom-btn-email span {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
  margin-bottom: -1px;
}

.vertical-line {
  width: 1px;
  min-height: 515px;
  background: linear-gradient(
    0deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
}

.preview-box {
  width: 100%;
  padding: 38px 75px 31px;
  display: flex;
  justify-content: space-between;
}

.preview-boxtwo {
  width: 100%;
  padding: 38px 50px 31px;
  display: flex;
  justify-content: space-between;
}

/* Scoped styles for .custom-radio-group */
.custom-radio-group {
  background: #f4f6f8;
  padding: 20px;
  border-radius: 10px;
}

.custom-radio-group .form-check {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.cst-radio-level {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
  margin-bottom: -2px;
  margin-left: 12px;
}

.custom-radio-group .form-check-input {
  appearance: none;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid gray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  background-color: #f1f5f9;
}

.custom-radio-group .form-check-input::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}

.custom-radio-group .form-check-input:checked {
  border-color: rgba(73, 22, 203, 1);
  background-color: #f1f5f9;
}

.custom-radio-group .form-check-input:focus {
  box-shadow: none;
}

.custom-radio-group .form-check-input:checked::before {
  background: rgba(73, 22, 203, 1);
}

.cst-radio-level .tt-wrapper {
  margin-left: 5px;
}

.ads-radio-bottom-btn-email {
  display: flex;
  width: 100%;
  min-width: 100px;
  padding: 6px 10px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  border: none;
  outline: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 6px;
  /* 13.5px */
}

.senario-input-title label {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
}

.radio-btn-clr-one {
  background: var(--color-blue-500);
  border: 2px solid var(--color-blue-500);
}

.radio-btn-clr-two {
  background: linear-gradient(90deg, #18794c 4.12%, #0ab165 89.95%) !important;
}

.radio-btn-clr-three {
  background: linear-gradient(90deg, #ff2828 4.12%, #f27021 89.95%) !important;
}

.scenario-prsedbtn {
  padding-top: 20px;
}

.senario-preview {
  max-width: 384px;
  position: relative;
}

.float-bottom-btn {
  position: relative;
  /* Changed from absolute */
  display: inline-flex;
  /* Ensures the button stays inline */
  vertical-align: middle;
  /* Aligns with text */
  bottom: auto;
  /* Removed absolute positioning */
  left: auto;
  /* Removed absolute positioning */
  max-width: 66px;
  height: 19px;
  padding: 14px 38px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
  border-radius: 8px;
}

.float-bottom-btn img {
  min-width: 20px;
}

.price-senario-inner-top-input-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.textarea-senario textarea {
  width: 100%;
  height: 103.5px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 3px 3px 4.5px 0px rgba(215, 228, 240, 0.8) inset,
    -3px -3px 4.5px 0px rgba(255, 255, 255, 0.8) inset;
  border: none;
  outline: none;
  padding: 11px 15px;
  resize: none;
}

.textarea-senario textarea::placeholder {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.5px;
  /* 128.571% */
  letter-spacing: 0.262px;
}

.senario-input-info {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  /* 200% */
  letter-spacing: 0.262px;
  margin-top: 6px;
  margin-bottom: 0;
  display: inline-block;
}

.flow-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
}

.preview-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
}

.horaizontl-line {
  width: 306.666px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
}

/* Scoped tooltip classes */
.tt-wrapper {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tt-content {
  visibility: hidden;
  width: max-content;
  max-width: 180px;
  border-radius: 7.5px;
  background: #e5f0f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8);
  color: #222;
  text-align: start;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 4px;
  position: absolute;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tt-content h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: start;
}

.tt-content {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
}

.price-priver-inner-credit h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  margin-bottom: 0px;
}

.creadit-wrappers {
  width: 220px;
  max-width: 100%;
}

.price-priver-inner-credit span {
  color: #954de1;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  margin-left: 6px;
}

/* Scoped styles for .custom-switch */
.custom-switch .form-check-input {
  width: 36px;
  height: 20px;
  background-color: rgba(212, 224, 235, 0.8);
  /* Light gray background */
  border: none;
  box-shadow: none;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

/* The small toggle circle (unchecked) */
.custom-switch .form-check-input::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  /* White circle */
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

/* When checked, switch turns white and moves the circle */
.custom-switch .form-check-input:checked {
  background-color: rgba(73, 22, 203, 1) !important;
  /* Darker gray */
  border-color: rgba(73, 22, 203, 1) !important;
}

.custom-switch .form-check-input:checked::before {
  transform: translateX(16px);
  /* Move circle to the right */
}

/* Arrow - scoped to wrapper */
.tt-wrapper .tt-content::after {
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
}

/* Position variants */
.tt-wrapper[data-tt-pos='top'] .tt-content {
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.tt-wrapper[data-tt-pos='top'] .tt-content::after {
  border-color: #e5f0f9 transparent transparent transparent;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tt-wrapper[data-tt-pos='bottom'] .tt-content {
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.tt-wrapper[data-tt-pos='bottom'] .tt-content::after {
  border-color: transparent transparent #2d2d2d transparent;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* Hover interaction */
.tt-wrapper:hover .tt-content {
  visibility: visible;
  opacity: 1;
}

.price-priver-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.price-priver-inner-middle-sucess h4 {
  color: #00c142;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.053px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.price-priver-inner-middle-sucess p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.price-priver-inner-gap {
  gap: 50px;
}

.price-priver-inner-gap-two {
  gap: 15px;
}

.price-priver-inner-gap-three {
  gap: 30px;
}

.price-priver-inner-top-text h3 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.053px;
}

.price-priver-inner-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 23px;
}

.price-priver-inner-top-prices {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 14px;
}

.price-priver-inner-top-prices-inner {
  display: flex;
  justify-content: space-between;
}

.price-priver-inner-top-prices-left span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
}

.price-priver-inner-top-prices-right span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
}

.price-priver-inner-top-prices-right-credit {
  color: #954de1;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.053px;
}

.price-priver-inner-bottom {
  width: 100%;
  gap: 15px;
}

.price-priver-inner-bottom button {
  border: none;
  outline: none;
  background-color: transparent;
}

.price-priver-top-button {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* 18px */
}

.price-priver-middle-button {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 14px 100px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #4916cb !important;
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #4a17cb;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* 18px */
}

.price-priver-bottom-button {
  color: #4614ca;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

/* === Boost Post Flow 3 (End) === */
/* === sopnsor Flow 1 (start) === */
#uploads {
  padding: 30px 0 30px 0;
}

.detailss {
  padding: 30px 0 0px 0;
}

.detailssTwo {
  padding-top: 8px;
}

.upload-container {
  width: 100%;
  max-width: 948px;
  height: auto;
  margin: 0 auto;
  background: #f1f5f9;
}

.upload-communities {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}

.details-communities {
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
  padding: 20px;
}

.details-communities-two {
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
  padding: 10px 0px;
}

.communites-contentss-title-left h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
  margin-bottom: 8px;
}

.communites-contentss-title-left p {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 18.5px;
  letter-spacing: 0.262px;
}

.communites-contentss-title-right p {
  color: #1f458a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 15.75px */
}

.communites-contentss-title-right p span {
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
}

.communites-contentsx-item {
  height: 46.5px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.communities-row {
  gap: 15px;
}

.communites-contentsx-item:hover {
  height: 46.5px;
  border-radius: 7.5px;
  background: #1f458a;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
}

.communites-contentsx-item:hover span {
  color: #ffffff;
}

.communites-contentsx-item-active span {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.262px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.communites-contentsx-item span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.262px;
}

.company-name {
  color: #000;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
  padding-left: 16px;
}

.communites-contentsx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.communites-contentsx-tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.communites-contentsx-tag-item {
  width: 100%;
  /* height: 30px; */
  padding: 20px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  position: relative;
}

.communites-contentsx-tag-item span {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 15.75px */
}

.communites-contentsx-tag-item-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: rgba(73, 22, 203, 0.2);
  backdrop-filter: drop-shadow(-4.5px -4.5px 9px #fff)
    drop-shadow(4.5px 4.5px 9px rgba(212, 224, 235, 0.8));
}

.detailssTwo-keyword {
  padding-bottom: 30px;
}

.upload-wrapper {
  width: 100%;
  max-width: 704px;
  gap: 30px;
  margin: 0 auto;
}

.upload-main {
  width: 100%;
  height: 270px;
  border-radius: 7.5px;
  border: 0.375px dashed #5a5a5a;
  background: #f1f5f9;
}

.upload-left input[type='file'] {
  display: none;
}

.upload-img img {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
}

.add-more-button button {
  min-width: 283.5px;
  height: 37.5px;
  color: #4916cb;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 7.5px;
  border: 0.75px solid #4a17cb;
  background: #f1f5f9;
  outline: none;
}

.upload-left h3 span {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
  text-decoration-line: underline;
}

.upload-area-text {
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
}

.upload-secondary {
  width: 100%;
  height: 120px;
  border-radius: 7.5px;
  border: 0.375px dashed #5a5a5a;
  background: #f1f5f9;
}

.uplaod-img-box-top {
  padding: 10px 11px;
}

.uplaod-img-box-bottom {
  padding: 19px;
}

.upload-buttom-top {
  display: flex;
  width: 303px;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border: none;
  outline: none;
  margin: 0 auto;
}

.upload-buttom-bottom {
  color: #4614ca;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  border: none;
  outline: none;
  background-color: transparent;
}

.upload-button-wrapper {
  gap: 16px;
  padding: 0 10px;
}

.button-upload-container {
  padding: 3 0px 0 0 0 !important;
  background-color: #e3ebf4;
}

.create-wrapper {
  max-width: 588px;
}

.parent-create-wrapper .createform-check-two {
  padding-left: 30%;
}
.flow-body {
  background-color: #e3ebf4;
}

#textArea {
  width: 100%;
  height: 138px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
  border: none;
  outline: none;
  padding: 15px 20px;
  resize: none;
}

#textArea::placeholder {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.35px;
}

#actions {
  padding: 80px 0;
}

.order-payment-button {
  display: flex;
  width: 133px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff2828 4.12%, #f27021 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border: none;
  outline: none;
}

.user-preview-payment-info h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.user-preview-payment-info-image {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-preview-payment-info-image img {
  margin-right: 5px;
  height: 14px;
  width: 14px;
}

.user-preview-image img {
  width: 69px;
  height: 69px;
}

.user-preview-payment-info-image span {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px;
}

.ads-preview-center {
  position: relative;
}

.sales-tags {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 99;
  background: #1f458a;
  padding: 3px 8px;
  top: -3px;
  left: 15px;
}

.sales-tags::before {
  content: '';
  position: absolute;
  width: 10px;
  /* Adjust as needed */
  height: 8px;
  background: url('../img/triangle.svg') no-repeat center/contain;
  top: -2px;
  /* Place below the tag */
  right: -8px;
}

.sales-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 31px;
  height: auto;
  bottom: 10px;
  left: 50%;
}

.dots-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e1e7ff;
}

.dots-item-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #954de1;
}

.sales-tags span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1f5f9;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* === sopnsor Flow 1 (End) === */
/* === ads type 1 (start) === */
.ads-types {
  width: 100%;
  max-width: 582px;
  height: auto;
  border-radius: 10px;
  background: #fff;
}

.ads-type-top p {
  width: 100%;
  max-width: 250px;
  color: #747474;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.485px;
  /* 128.571% */
  letter-spacing: -0.058px;
  margin-top: 10px;
}

.ads-type-top h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 17.979px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.off-button-close {
  width: 37px !important;
  height: 37px !important;
  padding: 1px !important;
  border-radius: 50%;
  background: rgba(241, 245, 249, 1);
  background-color: #f1f5f9;
  backdrop-filter: drop-shadow(-6px -6px 12px #fff)
    drop-shadow(6px 6px 12px rgba(212, 224, 235, 0.8));
  border: none;
  outline: none;
  display: flex;
  box-shadow: none;
  justify-content: center;
  align-items: center;
}

.off-button-close:focus {
  box-shadow: none;
}

.off-button-close:hover {
  background-color: #4a17cb34;
}

.off-button-close img {
  width: 25px;
}

.offcanvas-custom .ads-horizontal-divider {
  margin-top: 30px;
}

.ads-horizontal-divider {
  width: 400px;
  height: 0.5px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  margin-top: 0px;
}

.ads-items {
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  text-decoration: none;
  gap: 30px;
}

.ads-items-top h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.35px;
}

.ads-items-top img {
  width: 35px;
  height: 33px;
}

.ads-items-middle p {
  color: #747474;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

.ads-items-bottom {
  color: #747474;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: -0.078px;
}

.ads-type-bottom {
  margin-top: 40px;
  gap: 40px;
}

.choose-ads-type-bottom {
  margin-top: 20px;
}

.choose-ads-type-bottom h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.choose-ads-type-bottom p {
  color: #747474;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  /* 128.571% */
  letter-spacing: -0.058px;
  margin-top: 10px;
  margin-bottom: 37px;
}

.choose-ads-type-bottom-button-off button {
  display: flex;
  width: 100%;
  height: 44.948px;
  padding: 11.986px 30px;
  justify-content: center;
  align-items: center;
  gap: 7.491px;
  flex-shrink: 0;
  border-radius: 7.491px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -2.997px 0px 14.983px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 17.979px */
  border: none;
  outline: none;
}

.choose-ads-type-bottom-button button {
  display: flex;
  width: 502px;
  height: 60px;
  padding: 16px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border-radius: 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.main-height {
  min-height: 100vh;
  background-color: #e3ebf4;
}

/* === ads type 1 (End) === */
/* === login (Start) === */
/* header css */
.login_section {
  min-height: 100vh;
  align-items: center;
  background: #e3ebf4;
  position: relative;
}

.frame {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

/* hero css */

.hero_height {
  min-height: 780px;
  padding-bottom: 40px;
}

.hero_content h2 {
  font-size: 24px;

  font-family: 'Montserrat', serif;

  font-weight: bold;

  line-height: 28px;

  margin-bottom: 20px;

  text-align: center;
}

.hero_content p {
  font-size: 12px;

  font-weight: 400;

  font-family: 'Montserrat', serif;

  line-height: 24px;

  margin-bottom: 50px;

  text-align: center;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );
  width: 16px;
  height: 16px;
}

.h_image {
  text-align: center;
}

.h_image img {
  height: 100%;
  width: 557px;
  margin-bottom: 30px;
}

/* form css */

.form_content {
  background: #f1f5f9;

  width: 490px;

  min-height: 694px;

  margin: auto;

  padding: 50px 50px 0px;

  border-radius: 10px;

  box-shadow: -6px -6px 12px #ffff, 6px 6px 12px #d4e0eb;
}

.form_title h3 {
  color: #4a17cb;

  font-size: 36px;

  font-weight: bold;

  font-family: 'Montserrat', serif;

  letter-spacing: 0.07px;

  margin-bottom: 50px;

  text-align: center;
}

.form_title span {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
  margin-bottom: 50px;
}

.input_email {
  display: flex;

  justify-content: space-between;

  align-items: center;

  background: #f1f5f9;

  padding: 12px 0;

  margin-bottom: 20px;

  border-radius: 10px;

  box-shadow: inset 4px 4px 4px #d4e0eb, inset -4px -4px 4px #ffff;
}

.input_email img {
  width: 24px;
}

.input_email .i_icon {
  padding: 0 20px;
}

.divider-input {
  display: block;
  width: 1px;
  height: 25px;
  background: #c0d8f0;
}

.input_email input {
  color: #5a5a5a;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  line-height: 28px;
  letter-spacing: 0.35px;
  padding: 4px 20px;
  border: 0;
  border-radius: 0px;
  background: transparent;
  outline: none;
}

.form-control:focus {
  color: #000;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.cus_btn {
  color: #ffff !important;

  width: 100%;

  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  );

  font-size: 18px;

  font-weight: bold;

  font-family: 'Montserrat', serif;

  padding: 14px;

  margin: 10px 0 40px;

  border-radius: 10px;
}

.cus_btn i {
  font-size: 14px;

  padding-left: 8px;
}

.form-account {
  text-align: center;
}

.form-account a {
  text-decoration: none;
  color: #4a17cb;
}

.form-account h2 {
  color: #4a17cb !important;

  font-size: 18px;

  font-family: 'Montserrat', serif;

  font-weight: normal;

  margin-bottom: 15px;
}

.form-account h3 {
  color: #4a17cb;

  font-size: 16px;

  font-weight: bold;

  font-family: 'Montserrat', serif;

  margin-bottom: 50px;
}

.form-account h3 i {
  margin-left: 5px;
}

.form-account p a {
  color: #7a7a7a !important;

  font-size: 16px;

  font-weight: 400;

  font-family: 'Montserrat', serif;

  margin-bottom: 36px;
}

.form-account ul {
  list-style: none;

  display: inline-flex;

  justify-items: center;

  text-align: center;

  padding: 0 !important;

  margin: 0;
}

.form-account ul li {
  margin: 0 10px;
}

.form-account ul li img {
  width: 24px;
}

/* === login (End) === */
/* == Sakib new code start == */

#mobileNavSearchBox {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #f1f5f9;
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.mobile-nav-search-input {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 13px 20px;
  box-shadow: inset 4px 4px 6px 0 #d7e4f0, inset -4px -4px 6px 0 #fff;
  background: #f1f5f9;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.mobile-nav-search-input:focus {
  border: none;
  outline: none;
}

.mobile-nav-search-box.active {
  display: block;
  /* Show when active */
}

.stb-container {
  /* Show only on mobile */
  display: block !important;
}

@media (min-width: 991px) {
  .stb-container {
    display: none !important;
  }

  /* Reset padding only for our specific case */
  .stb-padding {
    padding-bottom: 0 !important;
  }
}

/* Custom styling */
.stb-container.stb-bar {
  border-radius: 10px;
  background: #e5f0f9;
  padding: 18px 30px;
  gap: 20px;
  z-index: 1020;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

.cst-mobile-menus {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: 1px solid rgba(212, 224, 235, 0.8);
  background: #e3edf7;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
}

.cst-mobile-menus-active {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0.5px solid #4a17cb;
  background: #e5f0f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
}

.cst-mobile-menus .cst-mobile-menus-img,
.cst-mobile-menus-active .cst-mobile-menus-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Offcanvas customization */
.stb-offcanva offcanvas-header .btn-closex {
  background-color: #f1f5f9 !important;
}

.btn-closex {
  border: none !important;
  outline: none !important;
  border-radius: 50px;
  padding: 2px;
  float: inline-end;
}

.stb-offcanvas {
  z-index: 1020;
  /* Lower than sticky bar */
  height: 100vh !important;
  background: #fff;
}

/* Handle Bootstrap backdrop */
.offcanvas-backdrop {
  z-index: 1010 !important;
}

/* Active button styling */
.cst-mobile-menus-active {
  background-color: #e9ecef;
  border-radius: 8px;
}

/* Padding helper */
.stb-padding {
  transition: padding-bottom 0.2s;
}

/* Scrollable menu list */
.dropdown-menux {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 60vh;
  /* Adjust as needed */
  overflow-y: auto;
}

.dropdown-menux .profile-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.dropdown-menux .profile-single:hover {
  background-color: #f8f9fa;
}

/* Padding helper class */
.stb-padding {
  transition: padding-bottom 0.2s;
}

.sk-gradint-button-one:hover {
  background: linear-gradient(90deg, #954de1 4.12%, #4614ca 89.95%);
  color: #fff;
}

.sk-gradint-button-two:hover {
  background: #4614ca;
  color: #fff;
  border: 2px solid transparent !important;
}

.postplay-new-feed-color {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 50px 50px 0;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
  background-color: #954de1 !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  outline: none;
}

.postplay-new-feed-color img {
  max-width: 30px;
}

.offcanvas-custom {
  width: 100%;
  max-width: 436px;
}

.offcanvas-custom .offcanvas-header {
  padding: 40px 30px 0;
}

.offcanvas-custom .offcanvas-body {
  padding: 0px 30px 0;
  overflow-x: hidden;
}

.post-buttons-cst-pera {
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
  margin-top: 7px;
}

.boosttype-card-item-wrapper {
  margin-top: 30px;
  margin-bottom: 37px;
}

.boosttype-card-item {
  padding: 30px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
}

.boosttype-card-item:last-child {
  margin-bottom: 0px;
}

.boosttype-card-item:hover {
  border-radius: 7.5px;
  background: #1f458a;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
}

.boosttype-card-item:hover h5,
.boosttype-card-item:hover p,
.boosttype-card-item:hover span {
  color: #ffffff;
}

.boosttype-card-item h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 116.667% */
  letter-spacing: 0.262px;
}

.boosttype-card-item .boosttype-card-item-pera {
  color: #747474;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: start;
}

.boosttype-card-item span {
  color: #747474;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 13.5px;
  /* 112.5% */
  letter-spacing: -0.058px;
}

.sponsor-post-type-bottom-new {
  position: absolute;
  bottom: 1px;
  left: 70px;
}

.sponsor-post-type-bottom-new span {
  color: #ff6b00;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
}

.ads-preview-bottom-btn-email:hover {
  background: linear-gradient(90deg, #954de1 4.12%, #4614ca 89.95%) !important;
}

.radio-btn-clr-one:hover {
  background: transparent;
  color: var(--color-blue-500) !important;
}

.radio-btn-clr-two:hover {
  background: linear-gradient(90deg, #0ab165 4.12%, #18794c 89.95%) !important;
}

.radio-btn-clr-three:hover {
  background: linear-gradient(90deg, #f27021 4.12%, #ff2828 89.95%) !important;
}

#headerFlowNew {
  padding: 18px 40px 18px 40px;
  background-color: #f1f5f9;
  min-height: 107px;
  display: flex;
  align-items: center;
}

.upload-secondary-new {
  width: 100%;
  height: 150px;
  border-radius: 7.5px;
  border: 0.375px dashed #5a5a5a;
  background: #f1f5f9;
}

/* == Sakib end code end == */
/* == Sakib new 2 code start == */
/* == Sakib new 3 code start == */
/* Style for the floating label */
.floating-placeholder {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* allow clicks to go to the input */
  transition: all 0.2s ease-out;
  color: #aaa;
  font-size: 14px;
  z-index: 2;
  background-color: #f1f5f9;
}

.date-wrapper .floating-placeholder {
  position: absolute;
  left: 70px;
  top: 30%;
  transform: translateY(-00%);
  min-width: 95px;
}

.search-wrapper .floating-placeholder {
  position: absolute;
  left: 55px;
  top: 30%;
  transform: translateY(-00%);
}

.year-placeholder {
  font-size: 0.8em;
  color: #888;
  transition: opacity 0.2s ease;
}

.input-wrapper .floating-placeholder {
  position: absolute;
  left: 86px;
  top: 30%;
  transform: translateY(-00%);
  width: auto;
}

.lookingFor-input-wraper .floating-placeholder {
  position: absolute;
  left: 20px;
  top: 30%;
  transform: translateY(-00%);
  width: auto;
  font-size: 14px;
}

/* When active (input focused or filled), move the label up */
.floating-placeholder.active {
  top: -8px;
  font-size: 11px;
  color: #333;
  background-color: #f1f5f9;
  font-weight: 500;
  width: auto;
}

.comunity-search-input .floating-placeholder.active,
.boots-input .floating-placeholder.active {
  top: 0px;
}

.run-ads-gaps {
  padding-left: 10px;
}

.single-step .steps-peras {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.step-active .steps-peras {
  color: #4916cb;
  font-weight: 700;
}

.header-left-boosts h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.sk-nav .steps {
  min-width: 450px;
}

/* Ensure the upload container is positioned relative */
.upload-main,
.upload-secondary {
  position: relative;
  overflow: hidden;
}

/* The preview overlay covers the whole container */
.preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-position: center;
}

/* If a video is uploaded, make it fill the container */
.preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style for the remove button (top right) */
.remove-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #000;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background-color: #d4e0eb;
  font-size: 10px;
  padding: 2px 6px;
  cursor: pointer;
  z-index: 11;
}

/* == Sakib new 3 code end == */
.dashboardx {
  padding: 0 !important;
}

.header-profile-sponsor {
  padding: 30px 0;
}

.dashboardx-tabs {
  margin: 0 0px;
  min-height: 98px;
  background-color: #ffffff;
}

.edit-btns {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  border: none;
  outline: none;
  margin-right: 50px;
}

.nav-pillsx {
  display: flex;
  align-items: center;
  gap: 10px !important;
  margin-left: 60px;
}

.nav-pillsx .nav-linkx {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 12px 36px;
}

.nav-pillsx .nav-linkx.active,
.posts-feedx .nav-linkx:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  background: #1f458a;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
}

.profile-img-new-parent .profile-img-new {
  left: 7%;
}

.profile-img-new {
  position: relative;
  margin-top: -70px;
  margin-left: auto;
  max-width: 150px;
  max-height: 150px;
  z-index: 1;
  border: 4px solid #f1f5f9;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0px 18px 0 #d2e8fd;
  fill: #f1f5f9;
  filter: drop-shadow(-4.5px -4.5px 9px #fff)
    drop-shadow(4.5px 4.5px 9px #d7e4f0);
}

.profile-img-new img {
  width: 100%;
}

.profile-cardx {
  background: #fff !important;
  padding: 0px 24px 20px;
}

.main-content-new {
  margin-left: 30px;
}

.profile-divider {
  width: 291px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  padding-left: 20px;
  padding-right: 20px;
}

.profile-stats-community {
  padding: 18px 30px;
  min-height: 350px;
  background-color: #ffffff;
}

.profile-stats-names-h3 {
  color: #222;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}

.profile-stats-names span {
  width: 18.75px;
  height: 18.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
  border-radius: 10px;
}

.refferance-tagss {
  padding-top: 20px;
  gap: 16px;
}

.refferance-tagss-parent .refferance-tagss {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.refferance-tagss-parent .refferance-tagss button {
  margin-top: 10px;
}

.refferance-tagss button {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  padding: 6px 15px;
  margin-top: 10px;
}

.post-card-litss {
  margin-top: 30px;
  margin-bottom: 15px;
  gap: 15px;
}

.post-card-litss p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.post-card-litss-buttons {
  display: flex;
  padding: 3.75px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5px;
  border-radius: 15px;
  border: 0.375px solid #1f458a !important;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1f458a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.post-card-litss-buttons-active {
  display: flex;
  padding: 3.75px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5px;
  color: #fff;
  border-radius: 15px;
  background: #1f458a;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.posts-feedx .posted-by {
  padding: 6px 0 12px;
  display: flex;
  justify-content: flex-start;
}

.posts-feedx .posted-by li {
  color: #1f458a;
  flex-grow: 0;
  font-size: 14px;
  font-weight: 500;
}

.posts-feedx .posted-by li span {
  color: #000000;
}

.posts-feedx .posted-by li:not(:last-child) {
  position: relative;
  padding-right: 16px;
  border-right: 0;
}

.posts-feedx .posted-by li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
}

.posts-feedx .posted-by li:last-child {
  padding-left: 16px;
}

.posts-feedx .posted-by li:last-child span {
  font-style: italic;
}

.action-item-new {
  margin-top: 10px;
  margin-right: 10px;
}

.continued-adds-create {
  padding-top: 18px;
}

.sold-out-continued {
  border-radius: 7.5px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  height: 44.25px;
  padding: 12px 119.25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  flex-shrink: 0;
}

.buy-button {
  margin-left: auto;
}

.post-card-recommend {
  padding: 18px 30px;
  background: #f1f5f9;
  max-width: 480px;
}

.podcard-cions {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f5f9;
  filter: drop-shadow(-4.5px -4.5px 9px #fff)
    drop-shadow(4.5px 4.5px 9px #d7e4f0);
}

.podcard-header h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 20.25px */
  margin-right: 5px;
}

.podcard-footer {
  gap: 7px;
}

.podcard-footer p {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.post-cards-new {
  gap: 10px !important;
}

.edit-btns-news-border {
  display: flex;
  width: 81px;
  height: 34px;
  padding: 12px 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  border-radius: 7.5px;
  border: 0.75px solid #4a17cb;
  background: #fff;
}

.edit-btns-news-border span {
  color: #4a17cb;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 13.5px */
}

.edit-btns-groups {
  position: relative;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 370px;
}

.edit-btns-news {
  display: flex;
  width: 81px;
  height: 28.5px;
  padding: 12px 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  flex-shrink: 0;
  border-radius: 7.5px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.edit-btns-news span {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 13.5px */
}

.allow-swithc h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
}

.allow-swithc-pera {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  /* 142.857% */
  letter-spacing: 0.262px;
}

.update-pic {
  padding-top: 36px;
  padding-bottom: 6px;
}

#adsOffcanvas {
  background-color: #f1f5f9;
  width: 100%;
  max-width: 470px;
}

#adsOffcanvasLabel {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.clsoe-cross {
  border: none;
  outline: none;
  width: 37px;
  height: 37px;
  border-radius: 40px;
  background: #f1f5f9;
  box-shadow: 4.495px 4.495px 8.99px 0px rgba(212, 224, 235, 0.8),
    -4.495px -4.495px 8.99px 0px #fff;
}

.ads-info-admin-header .clsoe-cross {
  width: 30px;
  height: 30px;
}

.clsoe-cross img {
  width: 100%;
  max-width: 30px;
  border-radius: 40px;
  object-fit: contain;
}

.nav-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px !important;
}

.ads-info-admin-header h5 {
  max-width: 350px;
}

/* Target the second <li> and style its .nav-link */
.nav-area li:nth-child(2) .nav-link {
  color: #1f458a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  background-color: #e3ebf4;
  position: relative;
  outline: none;
  width: 100%;
}

.nav-area .nav-linkk.active,
.offcanvas-body .nav-linkk:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  background: #1f4489 !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.extra-nav {
  border-left: 1px solid #1f458a;
  border-right: 1px solid #1f458a;
}

.no-ads-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no-ads-wrapper-image {
  padding-top: 100px;
}

.no-ads-wrapper p {
  margin: 0 auto;
  max-width: 183px;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.053px;
  padding: 15px 0 100px;
}

.with-ads-wrapper {
  padding-top: 30px;
}

.with-ads-wrapper-button {
  margin-top: 18px;
}

.admin-reasopn-button {
  color: #1f458a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  border: none;
  outline: none;
}

.ads-info-admin-header h5 {
  color: #222;
  font-family: Montserrat;
  font-size: 16.481px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24.722px */
}

.ads-info-admin-wrapper {
  padding: 22px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
}

.ads-info-admin-divider {
  width: 393px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  margin-top: 16px;
  margin-bottom: 16px;
}

.ads-info-admin-body-reject p {
  color: #747474;
  font-family: Montserrat;
  font-size: 13.485px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.979px;
  /* 133.333% */
  letter-spacing: -0.058px;
}

.ads-info-admin-body-reject-btn {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.ads-info-admin-body-reject-btn button {
  display: flex;
  width: 100%;
  height: 44.25px;
  padding: 12px 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  gap: 7.5px;
  color: #fff;
  background: linear-gradient(90deg, #ff2828 4.12%, #f27021 89.95%);
  box-shadow: -2.997px 0px 14.983px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.ads-info-admin-body-reject-date span {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.053px;
}

.ads-info-admin-body-reject-date strong {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.greed-tct {
  color: rgba(28, 207, 12, 1) !important;
}

#adsOffcanvas .ads-preview-top-inner .ads-preview-tag {
  font-size: 12px !important;
}

.horaizontl-line-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  margin: 10px 0;
}

/* == Sakib end 2 code end == */
/* === media query === */
/* For mobile screens (max-width 575px) */

@media (max-width: 1280px) {
  .header-left-boosts h3 {
    margin-left: 14px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .preview-box {
    gap: 30px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }
}

@media (max-width: 991.99px) {
  .preview-box {
    gap: 30px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .senario-preview {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header-left h3 {
    font-size: 20px;
  }

  /* input icon size  */
  .input-wrapper .input-icon img {
    width: 16px;
  }

  .input-wrapper .form-input {
    padding: 14px 18px 14px 55px;
  }

  .postdetails-form-bar {
    left: 45px;
  }

  .input-wrapper .input-icon {
    left: 15px;
  }

  .createComunityLabel p {
    font-size: 12px;
  }

  .createComunityLabel h5 {
    font-size: 18px;
  }

  .input-wrapper .floating-placeholder {
    left: 55px !important;
  }

  .sponsor-post-type-bottom-new span {
    font-size: 10px;
  }

  .progress-wrapper {
    width: 100%;
    min-width: 350px;
    position: relative;
  }

  .price-priver-middle-button {
    padding: 14px 60px;
  }

  .user-preview-payment-info-image {
    font-size: 10px;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 215px;
    height: 8px;
  }

  .back-arr {
    min-height: 40px;
    min-width: 40px;
  }

  .preview-box {
    width: 100%;
    padding: 24px 16px !important;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }

  .preview-boxtwo {
    width: 100%;
    padding: 30px 20px;
  }

  .secondary-images {
    gap: 10px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }
}

@media (max-width: 575px) {
  .progress-wrapper {
    width: 100%;
    min-width: 300px;
    position: relative;
  }

  .nav-area .nav-linkk,
  .nav-area .nav-linkk.active,
  .offcanvas-body .nav-linkk:hover {
    font-size: 12px !important;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }

  #headerFlow {
    padding: 18px 10px 18px 10px;
    background-color: #f1f5f9;
  }

  .back-arr {
    min-height: 40px;
    min-width: 40px;
    left: 0;
  }

  .back-arr img {
    width: 18px;
  }

  .header-flow-left-inner span {
    font-size: 16px;
  }

  .header-flow-left-inner {
    gap: 20px;
  }

  .steps {
    margin: 0 !important;
  }

  .header-flow-right {
    float: none;
    display: flex;
    justify-content: center;
    /* Centers content horizontally */
    align-items: center;
    /* Optional: Centers content vertically */
  }

  #locations {
    padding: 00px 0;
  }

  .user-preview-payment-info h3 {
    font-size: 16px;
  }

  .ads-preview-top-icons {
    padding-left: 0;
    gap: 8px;
  }

  .preview-box {
    gap: 30px;
  }

  .creadit-wrappers {
    width: 50%;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .ads-preview-top-inner .ads-preview-tag {
    display: flex;
    padding: 4px 8px;
    font-size: 10px;
  }

  .ads-preview-top-inner {
    gap: 10px;
  }

  .communites-contentsx {
    gap: 10px;
  }

  .communites-contentsx-tag {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .upload-main {
    height: 150px;
  }

  .create-title {
    font-size: 16px;
  }
}

@media (max-width: 389px) {
  .progress-wrapper {
    min-width: 250px;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }

  .communites-contentsx {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .communites-contentsx-tag {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

#likeModal .like-Button {
  border: 2px solid rgba(73, 22, 203, 1);
  background: transparent;
  color: 2px solid rgba(73, 22, 203, 1);
}

#likeModal .like-Button .saveBtnTxt {
  color: rgba(73, 22, 203, 1);
}

#likeOffcanvas {
  z-index: 99999;
}

.likeSearch {
  position: relative;
}

.likeSearch input {
  box-shadow: -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset,
    4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset;
  border: 0;
  background: #f1f5f9 !important;
  padding: 11px 44px 11px;
}

.likeSearch button img {
  width: 18px;
}

.likeSearch button {
  left: 15px;
}

.text-like {
  color: #954de1;
}

#likeOffcanvas {
  --bs-offcanvas-width: 582px;
}

.bookMark.filled {
  fill: #ffcc00;
  /* Example: Yellow fill when clicked */
}

/* == Sakib new 3 code end == */

/* == Sakib new 4 code start == */
.post-log-wraper {
  text-align: center;
}

.post-log-wraper p {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #c2c2c3;
  padding: 60px 30px;
}

.post-log-wraper button {
  border: none;
  padding: 26px;
  background: transparent;
  color: #4a17cb;
  font-size: 18px;
  font-weight: 400;
}

.post-log-wraper.leave-post-log-wraper p {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 10px;
}

.post-log-wraper.leave-post-log-wraper .leave-post-top-wrapper {
  border-bottom: 1px solid #c2c2c3;
  padding: 30px;
}

.web-two-modal .modal-body {
  padding: 0px;
}

.web-two-modal .modal-content {
  border-radius: 20px;
}

.web-two-modal .modal-button {
  width: 100%;
}

.web-two-modal .modal-button.close-button {
  border-right: 1px solid rgba(60, 60, 67, 0.36);
  border-bottom-left-radius: 20px;
}

.web-two-modal .modal-button.close-button:hover {
  background-color: #4a17cb;
  color: #fff;
}

.web-two-modal .modal-button.logout-button {
  color: #f00000;

  border-bottom-right-radius: 20px;
}

.web-two-modal .modal-button.logout-button:hover {
  background-color: #f00000;
  color: #fff;
}

.web-two-modal .modal-button.leave-button {
  color: #4a17cb;
  border-bottom-right-radius: 20px;
}

.web-two-modal .modal-button.addme-button {
  color: #4a17cb;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.web-two-modal .modal-button.addme-button:hover {
  color: #fff;
  background-color: #4a17cb;
}

.web-two-modal .modal-button.leave-button:hover {
  background-color: #4a17cb;
  color: #fff;
}

.post-log-wraper .modal-text-leave {
  color: #747474;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: -0.5px;
}

.on-hover-cursor {
  cursor: pointer !important;
}

.comunity-boxes.comunity-boxes-new {
  max-height: 500px;
}

.comunity-boxes.comunity-boxes-my {
  max-height: 600px;
}

.justbg {
  background-color: #e3ebf4;
}

.select-content-main {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offcanvas-backdrop {
  z-index: 1060 !important;
}

.offcanvas {
  z-index: 1070 !important;
}

.new-comunity-container {
  padding: 20px 0px 10px;
  margin-top: 70px;
}

.count-comm-tile {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  fill: #e3ebf4;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8) inset,
    -6px -6px 12px 0px #fff inset;
}

.count-comm-tile {
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
}

.profile-stats-community.new-profile-stats-community {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  padding: 40px;
}

.delet-buttton-com {
  display: flex;
  width: 100%;
  padding: 16px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d20202;
  color: #d20202;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.invite-buttton-com {
  border: 1px solid #4a17cb !important;
  color: #4a17cb !important;
  /* 24px */
}

.delet-buttton-com:hover {
  background-color: #d20202;
  color: #fff;
}

.invite-buttton-com:hover {
  background-color: #4a17cb;
  color: #fff !important;
}

.new-builder-com p {
  color: #747474;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.new-builder-com span {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-top: 9px;
}

.new-builder-com span img {
  max-width: 14px;
  max-height: 14px;
  margin-left: 8px;
}

.new-builder-com-two {
  padding-top: 20px;
}

.new-dashboardx-profile {
  padding: 0px 30px;
}

.new-dashboardx-profile h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.new-dashboardx-tabs {
  position: relative;
}

.new-members-com {
  align-self: flex-end;
  height: auto;
  position: relative;
  bottom: -30px;
}

.new-members-com button {
  color: #ff2828;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #ff2828;
  outline: none;
  background-color: transparent;
  padding-bottom: 10px;
}

.new-members-com button img {
  margin-right: 10px;
}

.new-comunity-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100% !important;
  padding: 10px 50px;
}

.new-comm-left {
  display: flex;
  align-items: start;
  gap: 10px;
}

.comm-output {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.comm-output p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.count-comm-tile-text h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.count-comm-tile-text h5 {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0;
}

.count-comm-tile-text p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.count-comm-tile-text p a {
  color: #02516a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.count-comm-tile-text p a:hover {
  color: #954de1;
}

.com-hidden {
  display: none !important;
}

.new-comm-right-link {
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #e3ebf4;
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.private-tag {
  display: flex;
  width: 100%;
  max-width: 74px;
  height: 14px;
  top: 15px;
  left: -15px;
  background: #82af01;
  transform: rotate(313deg);
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  color: #f1f5f9;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.overlay-comm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.overlay-text-comm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.overlay-text-comm img {
  max-width: 18px;
  max-height: 18px;
}

.overlay-text-comm p {
  color: #ff8a00;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 3px;
}

/* .new-comm-right-link:hover {
background-color: #954de1;
} */

/* .user-comm-count {
  padding-top: 20px;
}

.user-comm-count-item-left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.user-comm-count-item-left-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100px;
}

.user-comm-count-item-left-inner img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
}

.user-comm-count-item-left-inner img:nth-child(1) {
  left: 0;
  z-index: 30;
}

.user-comm-count-item-left-inner img:nth-child(2) {
  left: 18px;
  z-index: 20;
}

.user-comm-count-item-left-inner img:nth-child(3) {
  left: 36px;
  z-index: 10;
}

.user-comm-count-item-left-inner img:nth-child(4) {
  left: 54px;
  z-index: 1;
} */
.user-comm-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.user-comm-count-item-left {
  display: flex;
  align-items: center;
}

.user-comm-count-item-left-inner {
  display: flex;
  align-items: center;
}

.user-comm-count-item-left-inner img {
  width: 30px;
  /* Adjust size as needed */
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
  /* Creates the overlapping effect */
}

.user-comm-count-item-left-inner img:first-child {
  margin-left: 0;
}

.user-comm-count-item-left-text {
  color: #4a17cb;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 6px;
}

.disabled-item {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.approving-comm {
  background: #5a5a5a !important;
}

.semi-approving-item .com-title,
.semi-approving-item .com-text {
  color: #fff !important;
  opacity: 0.4;
}

.new-single-com-box {
  position: relative;
}

.com-top-right #postActionsDropdown1 img {
  max-width: 20px;
  max-height: 20px;
}

.com-top-right .dropdown-menu {
  border-radius: 10px;
}

.com-top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3px 5px;
  z-index: 10;
}

/* .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
} */

.new-read-title {
  color: #222 !important;
  font-family: Montserrat;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  justify-content: flex-start !important;
  gap: 8px;
}

.new-read-msg {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: normal;
}

.new-notification-img {
  max-width: 60px !important;
  max-height: 60px !important;
}

.notification-btns.new-notification-btns {
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 50%;
}

.first-com,
.single-com {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.offcanvas-custom.new-offcanvas-custom {
  min-width: 470px !important;
  width: 100%;
}

.single-com {
  padding: 25px 40px;
  margin-bottom: 10px;
  background: #f1f5f9;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  flex-direction: row !important;
}

.notification-imgBox.new-notification-imgBox {
  width: 50%;
  padding-top: 0px !important;
}

.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  /* Hidden by default */
}

.boosttype-card-item-active {
  border-radius: 7.5px;
  background: #1f458a;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
}

.boosttype-card-item-active h5,
.boosttype-card-item-active p,
.boosttype-card-item-active span {
  color: #ffffff !important;
}

/* == Sakib new 4 code end == */
/* == Sakib new 5 code start == */
.bg-color-body {
  background-color: #e3ebf4 !important;
}

.newnewinput-wrapper-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.profile-img.profile-img-new.new-profile-com {
  min-width: 180px;
  min-height: 180px;
  outline: 5px solid #f1f5f9;
  margin-top: -100px;
  /* margin-left: 30%; */
  background-color: #fff;
}

.new-profile-comss {
  position: relative;
}

.profiless-buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.profile-card.profile-cardx.new-profile-cardx {
  padding-top: 17px !important;
}

.profile-card.profile-cardx.new-profile-cardx p {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  text-align: center;
  margin-top: 8px;
}

.user-connet-ratingnew-wrapper {
  padding: 10px 40px 20px;
  width: 100%;
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-connet-rating-left,
.user-connet-rating-right {
  width: 50%;
}

.user-connet-rating-left {
  display: flex;
  align-items: center;
}

.user-connet-rating-left p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
}

.user-connet-rating-left p span {
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
  margin-left: 6px;
}

.user-connet-rating-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
}

.user-connet-rating-right p {
  color: #1f458a !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.user-connet-rating-right span img {
  max-width: 14px;
  max-height: 14px;
  margin-top: -4px;
}

.user-connet-rating-right span {
  display: flex;
  align-items: center;
  gap: 2px;
}

.connect-switch-button-wrapper {
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}

.connect-switch-button {
  background: rgba(227, 235, 244, 0.8);
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 0;
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
}

.connect-switch-button-active {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 0;
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
  background: #1f4489;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff !important;
}

.connect-switch-tab-company,
.connect-switch-tab-contact {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.connect-switch-tab-wrapper {
  width: 100%;
}

.new-builder-com-icon-two-wrapper {
  display: flex;
}

.new-builder-com-icon-two {
  margin-top: -4px;
  margin-right: 4px;
}

.new-builder-com-icon-two-wrapper span {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: -6px;
}

.new-builder-com-two-options {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 8px;
}

.new-builder-com-two-options button {
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8), -6px -6px 12px 0px #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-comm-link {
  color: #222 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}

.user-comm-link-two {
  color: #222 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
  /* 21px */
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 6px;
}

.profile-stats-community.com-profile-stats-community {
  min-height: 550px !important;
}

.new-members-com.com-new-members-com {
  gap: 70px !important;
  display: flex;
}

.nav-linkx-svg {
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-right: 10px;
}

.nav-linkx-com {
  color: #000 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  border-bottom: 3px solid transparent !important;
}

.nav-linkx-com-active {
  color: #ff2828 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #ff2828 !important;
  outline: none;
  background-color: transparent;
  padding-bottom: 10px;
  fill: #ff2828 !important;
}

.nav-linkx-com-active .icon {
  color: #ff2828;
}

.com-inner-part {
  max-width: 641px;
  padding: 4px;
}

.inner-infos-coms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-py-40 {
  padding: 40px 0;
}

.inner-py-40-20 {
  padding: 40px 0 20px;
}

.inner-info-coms-left,
.inner-info-coms-right {
  width: 50%;
}

.inner-info-coms-left-p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.inner-info-coms-right button {
  margin: 0px;
}

.inner-item-boxes {
  width: 290px;
  height: 237px;
  border-radius: 4px;
  position: relative;
}

.inner-item-boxes-top {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
}

.inner-item-boxes-bottom {
  position: absolute;
  bottom: 16px;
  left: 24px;
  z-index: 20;
}

.inner-item-boxes-bottom h4 {
  color: #fafbff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.inner-item-boxes-bottom p {
  color: #fafbff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  margin-top: 6px;
}

.inner-item-boxes-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 10.9%,
    rgba(0, 0, 0, 0.25) 95.1%
  );
  pointer-events: none;
  z-index: 10;
  border-radius: 4px;
}

.inner-items-wrappers-com {
  display: flex;
  gap: 40px;
}

.com-inner-part-one-single {
  overflow: hidden;
}

.inner-items-wrappers-com {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Hide scrollbar in IE and Edge */
}

.inner-items-wrappers-com::-webkit-scrollbar {
  display: none;
}

.com-inner-part-one-single h3 {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}

.com-inner-part-one {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-com.new-single-com {
  padding: 16px 40px !important;
}

.single-com.new-single-com .notification-btns {
  padding: 0px !important;
}

.single-com.new-single-com .notification-btns button {
  min-width: 133px;
}

.inner-info-coms-left-three-pill {
  width: 388px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #954de1;
  background: #e3ebf4;
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  margin-left: 20px;
}

.inner-info-coms-left-three-pill p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.35px;
}

.inner-info-coms-left-three-pill p a {
  color: #0977f9;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.35px;
}

.inner-info-coms-left-three-pill button {
  border-radius: 10px;
  padding: 3px 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin-right: -18px;
  border: none;
  outline: none;
}

.new-notification-content.notification-content p {
  margin: 0px !important;
}

.new-single-com-new {
  padding: 10px 20px;
}

.notification-btns.new-notification-btns {
  padding-top: 0px !important;
}

.new-notification-btns .cancel-btn {
  padding: 8px !important;
}

.choose-ads-type-bottom .new-read-msg-new {
  font-size: 12px !important;
}

.new-read-msg-new-p {
  color: #954de1 !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  margin: 0px !important;
}

.new-read-msg-new-p img {
  margin-top: -10px;
}

.postplay.new-postplay {
  background-color: #954de1 !important;
  box-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.video-player-container-new-bottom {
  margin-top: 8px;
}

.video-player-container-new-bottom img {
  width: 22px;
  height: 22px;
}

.video-player-container-new-bottom span {
  color: #1f458a;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.video-player-container-new {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.overflow-player-wrappers {
  padding: 10px 30px 20px 60px;
  overflow-x: hidden;
}

.new-company-cover-upload {
  width: 49% !important;
}

.new-comunity-image-upload-preview,
.new-comunity-image-upload-label {
  height: 400px !important;
}

.new-comunity-logo-cover-upload {
  gap: 30px 10px !important;
}

.uploadIconComunity img {
  background-size: cover !important;
}

.new-input-wrapper .form-input {
  padding: 18px !important;
}

.input-wrapper .floating-placeholder.new-floating-placeholder {
  left: 38px !important;
}

.input-wrapper .floating-placeholder.new-floating-placeholder-textarea {
  top: 15% !important;
  left: 38px !important;
}

.flow-location-title-new {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07px;
}

.add-serice-com-new {
  color: #4d9aff;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: transparent;
}

.newnew-inputwreapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.new-new-form-input {
  width: 100%;
}

.new-input-icon {
  position: absolute;
  top: 0%;
  right: 0px;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

.company-details-profile-upload {
  max-width: 596px !important;
  margin: 0 auto !important;
}

.company-details-profile-upload img {
  width: 100%;
}

.company-details-profile-upload .flow-location-title-new {
  padding-bottom: 40px;
}

.flow-location-title-new-ss {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.35px;
  padding-bottom: 10px;
}

.company-details-profile-upload-nw {
  padding-top: 30px;
}

.flow-location-title-new-ss-two {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.color-reds-new {
  font-weight: 500;
  color: #ff2828 !important;
}

.com-inner-part-item-squre-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.com-inner-part-item-squre {
  display: flex;
  width: 216px;
  height: 186px;
  padding: 5px 10px 0px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  position: relative;
  margin: auto;
}

.com-inner-part-item-squre h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07px;
  padding: 8px 0;
}

.com-inner-part-item-squre p {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
}

.com-inner-part-item-squre-icon {
  position: absolute;
  top: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 10px;
}

.com-inner-part-item-squre-pending {
  position: absolute;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ff8a00;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  gap: 4px;
  opacity: 1;
}

.opacity-disables {
  opacity: 0.5;
}

.single-chat-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background-color: #f1f5f9;
  padding: 16px;
  margin-bottom: 11px;
  border: 1px solid transparent;
}

.single-chat-profile-actives {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background-color: #f1f5f9;
  padding: 16px;
  margin-bottom: 11px;
  border: 1px solid #f190fc;
}

.single-chat-profile-img {
  filter: drop-shadow(0px 5px 15px rgba(139, 21, 57, 0.5));
}

.single-chat-profile-content h4 {
  max-width: 189px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}

.single-chat-profile-content p {
  max-width: 275px;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-chat-profile-info {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  gap: 4px;
}

.single-chat-profile-time {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.single-chat-profile-notifiy {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #954de1;
  filter: drop-shadow(0px 5px 15px rgba(139, 21, 57, 0.5));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
}

.messages{
  margin-top: 20px;

}

.chatss-right {
  max-height: 90vh !important; /* adjust based on your layout */
  overflow-y: auto;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 6px 6px 12px 0px rgba(212, 224, 235, 0.8) inset,
    -6px -6px 12px 0px #fff inset;
  margin-left: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* position: relative; */
}

.chatss-right-top h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07px;
  text-align: center;
}

.new-company-item-ss {
  background-color: #e3ebf4;
}

.chatss-right-bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.chatss-right-bottom-dates {
  border-radius: 10px;
  background: #e3ebf4;
  width: 75px;
  height: 15px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  align-self: center;
}

.chatss-right-bottom-users {
  min-width: 493px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 11px;
  padding: 6px;
  position: relative;
}

.chat-user-color {
  background-color: rgba(74, 23, 203, 0.07) !important;
  align-self: flex-end;
}

.client-user-color {
  background-color: #e3ebf4;
  align-self: flex-start;
}

.chatss-right-bottom-users-text h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.chatss-right-bottom-users-text p {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2px;
}

.chatss-right-bottom-users-infoss-top,
.chatss-right-bottom-users-infoss-bottom {
  position: absolute;
}

.chatss-right-bottom-users-infoss-top {
  top: 2px;
  right: 20px;
}

.chatss-right-bottom-users-infoss-top span {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.chatss-right-bottom-users-infoss-bottom {
  bottom: 3px;
  right: 20px;
}

.chatss-right-bottom-users-extra {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 23px;
}

.new-addPhone-button-wrapper button {
  background: linear-gradient(
    90deg,
    rgba(70, 20, 202, 1) 0%,
    rgba(149, 77, 225, 1) 100%
  ) !important;
  padding: 12px !important;
}

.input-wrapper-chat .form-input-chat {
  padding: 14px 18px 14px 60px !important;
}

.input-wrapper-chats-image {
  width: 100%;
}

.input-wrapper-chats-image input {
  border-radius: 15px;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
  border: none;
}

.input-wrapper-chats-image input {
  border-radius: 15px;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
  border: none;
  outline: none;
}

.input-wrapper-chats-image .form-input-chat {
  width: 100% !important;
  padding: 14px 18px 14px 18px !important;
}

.input-wrapper .input-wrapper-chat .floating-placeholder {
  position: absolute;
  left: 40px !important;
  top: 30%;
  transform: translateY(-00%);
  width: auto;
}

.input-wrapper .floating-placeholder-chat {
  position: absolute;
  left: 18px;
  top: 30%;
  transform: translateY(0%);
  width: auto;
}

.input-wrapper .input-icon-chat {
  cursor: text;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
}

.hidden-file-input-ss {
  display: none;
  /* Hide the file input */
}

/* Style for the dropdown */
.voice-dropdown {
  position: absolute;
  top: -345px;
  /* Moves it UP above the button */
  left: -170px;
  transform: translateX(-50%);
  width: 450px;
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  /* Initially hidden */
  z-index: 999;
  /* Ensures it's above other elements */
}

.voice-dropdown.show {
  display: block;
}

.new-addPhone-button-wrapper button.close-voice {
  background: white !important;
  border: none;
  outline: none;
  padding: 0px !important;
  border-radius: 50%;
  max-width: 30px;
  max-height: 30px;
}

.chatss-right-body-imagesss {
  position: relative;
}

.chatss-right-body-imagesss a {
  position: absolute;
  top: -8px;
  right: -8px;
}

.reset-btn-ss {
  color: #979797;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.chatss-right-body {
  position: relative;
}

.done-btn-ss {
  color: #4a17cb;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: absolute;
  right: 0px;
}

.color-wraper-image {
  gap: 8px;
}

.color-wraper-image button {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: none;
  outline: none;
}

.clr-white-ss {
  background-color: #fff;
  border: 1px solid #000 !important;
}

.clr-gray-ss {
  background-color: #979797;
}

.clr-black-ss {
  background-color: #000;
}

.clr-red-ss {
  background-color: #ff2828;
}

.clr-yellow-ss {
  background-color: #ffc107;
}

.clr-green-ss {
  background-color: #27ae60;
}

.clr-blue-ss {
  background-color: #3f75f3;
}

.clr-purple-ss {
  background-color: #954de1;
}

.clr-pink-ss {
  background-color: #f190fc;
}

.clr-violate-ss {
  background-color: #5338f5;
}

.clr-brown-ss {
  background-color: #682b08;
}

.size-wraper-image {
  gap: 8px;
}

.size-wraper-image button {
  background-color: rgba(212, 224, 235, 0.8);
  border-radius: 32px;
  border: none;
  outline: none;
}

.sz-sm-ss {
  width: 8px;
  height: 8px;
}

.sz-md-ss {
  width: 16px;
  height: 16px;
}

.sz-lg-ss {
  width: 24px;
  height: 24px;
}

.sz-xl-ss {
  width: 32px;
  height: 32px;
}

.edit-elements-color-size {
  flex-direction: row;
}

/* Voice button */
#voice-recorder {
  position: relative;
  cursor: pointer;
  background: #4a17cb;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.voice-container {
  position: relative;
  display: inline-block;
}

.voice-dropdown-top {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
}

.voice-dropdown-body {
  padding: 16px;
  border-radius: 6px;
  background: #f1f5f9;
  box-shadow: 4px 4px 6px 0px rgba(215, 228, 240, 0.8) inset,
    -4px -4px 6px 0px rgba(255, 255, 255, 0.8) inset;
  margin: 14px 0;
}

.voice-dropdown-body p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.voice-dropdown-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #a9a9a9;
  gap: 10px;
}

.voice-dropdown-buttons button {
  display: flex;
  height: 36px;
  padding: 16px 159px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  border-radius: 0px !important;
}

.voice-dropdown-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 4px;
}

.voice-dropdown-image p {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.35px;
}

.voice-dropdown-image p span {
  color: #4a17cb;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.35px;
  margin-right: 8px;
}

.sale-single-card-nes .sale-content {
  background-color: #e3ebf4 !important;
}

.custom-range {
  -webkit-appearance: none;
  width: 350px;
  height: 4px !important;
  border-radius: 4px;
  background: #c1dcf9;
  /* Light blue track */
  outline: none;
  transition: background 0.15s ease-in-out;
}

.chatss-right-bottom-users-play {
  width: 100%;
  padding: 10px 0;
  gap: 12px;
}

.chatss-right-input {
  padding-top: 10px;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #4a17cb;
  /* Purple thumb */
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(74, 23, 203, 0.3);
  margin-top: -7px;
}

.playback-time {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.custom-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #4a17cb;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(74, 23, 203, 0.3);
}

.custom-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(
    to right,
    #4a17cb var(--progress),
    #c1dcf9 var(--progress)
  );
}

/* media */
@media (max-width: 1636px) {
}

@media (max-width: 1540px) {
  .container-xlx {
    padding: 0px 40px !important;
  }
}

@media (max-width: 1399px) {
  .container-xlx {
    padding: 0px 40px !important;
  }

  .new-members-com.com-new-members-com {
    gap: 30px !important;
  }

  .parent-new-members-com {
    margin-left: 30px !important;
  }
}

@media (max-width: 1280px) {
  .header-left-boosts h3 {
    margin-left: 14px;
    font-size: 16px;
  }

  .new-members-com button {
    font-size: 18px;
  }

  .nav-linkx-svg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 5px;
  }

  .inner-info-coms-right .saveBtnTxt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 150px;
    min-height: 150px;
    outline: 5px solid #f1f5f9;
    margin-top: -190px;
    /* margin-left: 24%; */
    background-color: #fff;
  }
}

@media (max-width: 1199px) {
  .container-xlx {
    padding: 0px 40px !important;
  }
}

@media (max-width: 991.99px) {
  .nav-linkx-svg {
    margin-top: -6px;
  }
  .create-wrapper {
    max-width: 100%;
  }
  .new-profile-stats-community-parent .delet-buttton-com {
    padding: 11px 40px;
    font-size: 14px;
  }

  .com-inner-part {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 4px;
  }
  .nav-linkx-com-tab-three .com-inner-part {
    flex-direction: column;
  }
  .profiless-buttons {
    width: 60%;
  }

  .posts-feed-button-mobile {
    overflow: hidden;
    background-color: #fff !important;
    padding: 20px 16px 2px !important;
  }

  .new-members-com {
    bottom: 0px;
  }

  .main-content-new {
    margin-left: 0px !important;
  }

  .new-members-com.com-new-members-com {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  new-members-com.com-new-members-com::-webkit-scrollbar {
    display: none;
  }

  .new-members-com.com-new-members-com {
    gap: 40px !important;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 180px;
    min-height: 180px;
    outline: 5px solid #f1f5f9;
    margin-top: -100px;
    /* margin-left: 36%; */
  }

  .chatss-right {
    /* min-height: 700px; */
    margin-left: 0px;
    padding: 20px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .nav-linkx-svg {
    margin-top: 0px;
  }

  .overflow-player-wrappers {
    width: 100% !important;
    max-width: 580px;
  }

  .profiless-buttons {
    width: 70%;
  }

  .new-company-cover-upload {
    width: 100% !important;
  }

  .dashboard-cover.new-dashboard-cover {
    max-height: 230px !important;
  }

  .container-xlx {
    padding: 0px 20px !important;
  }

  .new-members-com {
    bottom: 0px;
  }

  .posts-feedx {
    margin-bottom: 120px;
  }

  .main-content-new {
    margin-left: 0px !important;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 170px;
    min-height: 170px;
    outline: 5px solid #f1f5f9;
    margin-top: -100px;
    /* margin-left: 37%; */
  }

  .com-inner-part-item-squre-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .chatss-right-bottom-users {
    min-width: 100%;
  }

  .chatss-right {
    margin-top: 20px;
    margin-bottom: 120px;
  }

  .new-location-wraper {
    flex-direction: row !important;
  }

  .new-addPhone-button-wrapper button {
    padding: 8px !important;
  }

  .edit-elements-color-size {
    flex-direction: column;
    gap: 10px;
  }

  .newnewinput-wrapper-details {
    justify-content: center;
  }

  .parent-new-members-com {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .profiless-buttons {
    width: 90%;
  }

  .inner-info-coms-left-three-pill {
    width: 100%;
    margin: 0px;
  }

  .inner-info-coms-left-three-pill button {
    margin-right: -16px;
  }

  .inner-info-coms-left-three-pill p {
    font-size: 12px;
  }

  .nav-linkx-com {
    flex-direction: column !important;
    gap: 4px;
  }

  .new-members-com button {
    font-size: 12px !important;
  }

  .com-new-members-com {
    justify-content: center !important;
    align-items: center !important;
  }

  .overflow-player-wrappers {
    width: 100% !important;
    max-width: 500px;
  }

  .com-inner-part-item-squre-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .dashboard-cover.new-dashboard-cover {
    max-height: 150px !important;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 110px;
    min-height: 110px;
    outline: 5px solid #f1f5f9;
    margin-top: -100px;
    /* margin-left: 32%; */
  }

  .inner-infos-coms {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .saveBtn {
    padding: 10px 16px;
    margin: 20px auto 0;
  }

  .inner-info-coms-left,
  .inner-info-coms-right {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .inner-item-boxes {
    width: 200px;
    height: 165px;
  }

  .inner-items-wrappers-com {
    gap: 20px;
  }

  .posts-feed-button-mobile {
    overflow: hidden;
    background-color: #fff !important;
    padding: 20px 16px 2px !important;
  }

  .new-members-com.com-new-members-com {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  new-members-com.com-new-members-com::-webkit-scrollbar {
    display: none;
  }

  .new-members-com.com-new-members-com {
    gap: 20px !important;
    justify-content: space-between !important;
  }

  .new-members-com button {
    font-size: 16px;
  }

  .nav-linkx-svg {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 3px;
  }

  .inner-py-40 {
    padding: 20px 0 30px;
  }

  .checkbox-grp {
    flex-direction: column;
  }

  .input-wrapper .floating-placeholder {
    left: 78px;
  }

  .floating-placeholder,
  .textarea-wrapper .form-textarea {
    font-size: 12px;
  }

  .service-radius input {
    padding: 14px 5px 14px 14px;
    font-size: 12px;
  }

  .create-checkbox {
    background-color: transparent;
    width: 20px;
    height: 20px;
  }

  .ads-radio-bottom-btn-email {
    min-width: 50px;
    padding: 12px 12px;
    height: 30px;
  }

  .upload-buttom-top {
    width: 100%;
    height: 44.25px;
    padding: 10px 20px;
    gap: 10px;
    font-size: 12px;
  }

  .postplay-new-feed-color {
    width: 40px;
    height: 40px;
  }

  .postplay-new-feed-color img {
    max-width: 24px;
  }
}

@media (max-width: 425px) {
  .overflow-player-wrappers {
    width: 100% !important;
    max-width: 400px;
  }

  .profiless-buttons {
    width: 100%;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 100px;
    min-height: 100px;
    outline: 5px solid #f1f5f9;
    margin-top: -100px;
    /* margin-left: 28%; */
  }
}

@media (max-width: 375px) {
  .inner-info-coms-left-p {
    font-size: 12px;
  }

  .edit-btns-news-border,
  .edit-btns-news {
    width: 70px !important;
    height: 31px !important;
  }

  .single-com.new-single-com .notification-btns button {
    min-width: 93px;
  }

  .notification-imgBox.new-notification-imgBox {
    width: 60%;
  }

  .notification-btns.new-notification-btns {
    width: 40%;
  }

  .new-read-msg {
    font-size: 9px !important;
  }

  .new-read-title {
    font-size: 14px !important;
  }

  .inner-info-coms-left-three-pill p a {
    font-size: 9px !important;
  }

  .inner-info-coms-left-three-pill img {
    max-width: 16px;
  }

  .dashboardx-tabs {
    min-height: 60px !important;
  }

  .user-connet-ratingnew-wrapper {
    padding: 10px 20px 20px !important;
  }

  .post-actions-left {
    gap: 10px;
  }

  .profile-cardx h2 {
    font-size: 16px !important;
  }

  .notification-content p svg {
    max-width: 16px;
  }

  .notification-btns a svg {
    max-width: 24px;
  }

  .overflow-player-wrappers {
    width: 100% !important;
    max-width: 330px;
  }

  .count-comm-tile-text h5 {
    font-size: 12px;
    padding: 4px 0;
  }

  .count-comm-tile-text p {
    font-size: 12px;
  }

  .count-comm-tile-text p a {
    font-size: 12px;
  }

  .count-comm-tile-text h4 {
    font-size: 14px;
  }

  .new-comm-right-link {
    width: 32px;
    height: 32px;
  }

  .new-comm-right-link img {
    max-width: 17px;
  }
}

/* ==== Sakib new 5 code end ==== */
/* ==== Sakib new 6 code start ==== */

.parent-new-members-com {
  margin-left: 50px;
}

.looking-btn-new {
  display: flex;
  width: 100%;
  height: 44.25px;
  padding: 16px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border: none;
  outline: none;
  margin: 0 auto;
}

.deal-iaco-products .product-container .product-hover-share {
  position: absolute;
  right: 15px;
}

.product-hover-container-neww .product-hover-share {
  width: 24px;
  position: absolute;
  right: 15px;
}

.deal-iaco-products .product-container {
  position: relative;
}

.product-hover-container-neww .new-icao-products {
  position: static;
}

.hover-product-title-neww {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  color: #484848;
  background: #ffffff;
  box-shadow: 2px 2px 5px 0 #954de1;
  padding: 2px 3px;
  left: 0;
  bottom: 70px;
  width: 75%;
}

.icao-product-hover-image {
  min-height: 275px;
}

.deal-iaco-products {
  max-width: 490px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.icao-products {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.new-icao-products {
  position: relative;
}

.user-cinso-icao {
  position: absolute;
  bottom: 120px;
  left: -40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.user-cinso-icao img {
  width: 20px;
  height: 23px;
}

.user-cinso-icao p {
  color: #f5f5f5;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 3px;
}

.product-hover-container-neww {
  background: #fff;
  display: flex;
  max-width: 240px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 10px 11px 10px 16px;
  gap: 6px;
  position: relative;
}

@media (max-width: 575px) {
  .deal-iaco-products {
    width: 100%;
    padding-top: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .product-hover-container-neww {
    max-width: 100%;
  }
}

/* ==== Sakib new 6 code end ==== */

.dashboardx {
  padding: 0px !important;
}

.header-profile-sponsor {
  padding: 30px 0;
}

.header-profile-sponsornew {
  padding: 20px 0 10px;
  background-color: #e3ebf4 !important;
}

.dashboard-cover {
  width: 100%;
  background-image: url('../img/profile-covers.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.dashboardx-tabs {
  margin: 0 0px;
  min-height: 98px;
  background-color: #ffffff;
}

.nav-pillsx .nav-linkx {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: none;
  outline: none;
  background-color: #fff;
}

.new-nav-pillsx-parent {
  background-color: #fff;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.new-nav-pillsx-parent .nav-linkx {
  background-color: transparent;
}

.container-xlx {
  width: 100%;
  padding: 20px 120px;
}

.dashboard-cover.new-dashboard-cover {
  height: 306px !important;
}

.morphisum-inner:hover {
  box-shadow: 3px 3px 4.5px 0px rgba(215, 228, 240, 0.8) inset,
    -3px -3px 4.5px 0px rgba(255, 255, 255, 0.8) inset;
}

.profile-cardx h2 {
  font-size: 22px;
  font-weight: 600;
}

.main-content-new {
  margin-left: 30px;
}

.profile-divider {
  width: 291px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  padding-left: 20px;
  padding-right: 20px;
}

.profile-stats-community {
  padding: 18px 30px;
  min-height: 350px;
  background-color: #ffffff;
}

.profile-stats-names-h3 {
  color: #222;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}

.profile-stats-names span {
  width: 18.75px;
  height: 18.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-shadow: -6px -6px 12px 0px rgb(255, 255, 255),
    6px 6px 12px 0px rgba(212, 224, 235, 0.8);
  background: rgb(241, 245, 249);
  border-radius: 10px;
}

.refferance-tagss {
  padding-top: 20px;
  gap: 10px;
}

.refferance-tagss button {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  border-radius: 7.5px;
  background: #f1f5f9;
  box-shadow: 4.5px 4.5px 9px 0px rgba(212, 224, 235, 0.8),
    -4.5px -4.5px 9px 0px #fff;
  border: none;
  outline: none;
  padding: 6px 15px;
}

.post-card-litss {
  margin-top: 30px;
  margin-bottom: 15px;
  gap: 15px;
}

.post-card-litss p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.post-card-litss-buttons {
  display: flex;
  padding: 3.75px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5px;
  border-radius: 15px;
  border: 0.375px solid #1f458a !important;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1f458a;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.post-card-litss-buttons-active {
  display: flex;
  padding: 3.75px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5px;
  color: #fff;
  border-radius: 15px;
  background: #1f458a;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.posts-feedx .posted-by {
  padding: 6px 0 12px;
  display: flex;
  justify-content: flex-start;
}

.posts-feedx .posted-by li {
  color: #1f458a;
  flex-grow: 0;
  font-size: 14px;
  font-weight: 500;
}

.posts-feedx .posted-by li span {
  color: #000000;
}

.posts-feedx .posted-by li:not(:last-child) {
  position: relative;
  padding-right: 16px;
  border-right: 0;
}

.posts-feedx .posted-by li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(63, 117, 243, 0) 0%,
    rgba(63, 117, 243, 1) 50%,
    rgba(63, 117, 243, 0) 100%
  );
}

.posts-feedx .posted-by li:last-child {
  padding-left: 16px;
}

.posts-feedx .posted-by li:last-child span {
  font-style: italic;
}

.action-item-new {
  margin-top: 10px;
  margin-right: 10px;
}

.continued-adds-create {
  padding-top: 18px;
}

.sold-out-continued {
  border-radius: 7.5px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  height: 44.25px;
  padding: 12px 119.25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  flex-shrink: 0;
}

.buy-button {
  margin-left: auto;
}

.post-card-recommend {
  padding: 18px 30px;
  background: #f1f5f9;
  max-width: 480px;
}

.podcard-cions {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f5f9;
  filter: drop-shadow(-4.5px -4.5px 9px #fff)
    drop-shadow(4.5px 4.5px 9px #d7e4f0);
}

.podcard-header h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 20.25px */
  margin-right: 5px;
}

.podcard-footer {
  gap: 7px;
}

.podcard-footer p {
  color: #5a5a5a;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.post-cards-new {
  gap: 10px !important;
}

.edit-btns-news {
  display: flex;
  width: 81px;
  height: 34px;
  padding: 12px 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  flex-shrink: 0;
  border-radius: 7.5px;
  background: linear-gradient(90deg, #4614ca 4.12%, #954de1 89.95%);
  box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.edit-btns-news span {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 13.5px */
}

.allow-swithc h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 155.556% */
  letter-spacing: 0.262px;
}

.allow-swithc-pera {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  /* 142.857% */
  letter-spacing: 0.262px;
}

.update-pic {
  padding-top: 36px;
  padding-bottom: 6px;
}

#adsOffcanvas {
  background-color: #f1f5f9;
  width: 100%;
  max-width: 470px;
}

#adsOffcanvasLabel {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.clsoe-cross {
  border: none;
  outline: none;
  width: 37px;
  height: 37px;
  border-radius: 40px;
  background: #f1f5f9;
  box-shadow: 4.495px 4.495px 8.99px 0px rgba(212, 224, 235, 0.8),
    -4.495px -4.495px 8.99px 0px #fff;
}

.ads-info-admin-header .clsoe-cross {
  width: 30px;
  height: 30px;
}

.clsoe-cross img {
  width: 100%;
  max-width: 30px;
  border-radius: 40px;
  object-fit: contain;
}

.nav-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px !important;
}

.ads-info-admin-header h5 {
  max-width: 350px;
}

.nav-area .nav-linkk {
  color: #1f458a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  background: #e3ebf4;
  position: relative;
  border: none;
  outline: none;
  background-color: #e3ebf4 !important;
  width: 100%;
}

/* Target the second <li> and style its .nav-link */
.nav-area li:nth-child(2) .nav-link {
  color: #1f458a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  background-color: #e3ebf4;
  position: relative;
  outline: none;
  width: 100%;
}

.nav-area .nav-linkk.active,
.offcanvas-body .nav-linkk:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  background: #1f4489 !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.extra-nav {
  border-left: 1px solid #1f458a;
  border-right: 1px solid #1f458a;
}

.no-ads-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no-ads-wrapper-image {
  padding-top: 100px;
}

.no-ads-wrapper p {
  margin: 0 auto;
  max-width: 183px;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.053px;
  padding: 15px 0 100px;
}

.with-ads-wrapper {
  padding-top: 30px;
}

.with-ads-wrapper-button {
  margin-top: 18px;
}

.admin-reasopn-button {
  color: #1f458a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.053px;
  border: none;
  outline: none;
}

.ads-info-admin-header h5 {
  color: #222;
  font-family: Montserrat;
  font-size: 16.481px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24.722px */
}

.ads-info-admin-wrapper {
  padding: 22px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
}

.ads-info-admin-divider {
  width: 393px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  margin-top: 16px;
  margin-bottom: 16px;
}

.ads-info-admin-body-reject p {
  color: #747474;
  font-family: Montserrat;
  font-size: 13.485px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.979px;
  /* 133.333% */
  letter-spacing: -0.058px;
}

.ads-info-admin-body-reject-btn {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.ads-info-admin-body-reject-btn button {
  display: flex;
  width: 100%;
  height: 44.25px;
  padding: 12px 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  gap: 7.5px;
  color: #fff;
  background: linear-gradient(90deg, #ff2828 4.12%, #f27021 89.95%);
  box-shadow: -2.997px 0px 14.983px 0px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.ads-info-admin-body-reject-date span {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.053px;
}

.ads-info-admin-body-reject-date strong {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.053px;
}

.greed-tct {
  color: rgba(28, 207, 12, 1) !important;
}

#adsOffcanvas .ads-preview-top-inner .ads-preview-tag {
  font-size: 12px !important;
}

.horaizontl-line-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(63, 117, 243, 0) 0%,
    #3f75f3 49.03%,
    rgba(63, 117, 243, 0) 100%
  );
  margin: 10px 0;
}

#total-sum .floating-placeholder {
  left: 50%;
  transform: translate(-50%, -50%);
}

/* == Sakib end 2 code end == */
/* === media query === */
/* For mobile screens (max-width 575px) */
@media (max-width: 1636px) {
}

/* 1540px */
@media (max-width: 1540px) {
}

/* 1399px */
@media (max-width: 1399px) {
  .dropdown ul li p {
    padding: 5px 16px;
    font-size: 12px;
    color: #ff2828;
    border-radius: 10px;
  }
}

/* 1280px */
@media (max-width: 1280px) {
  .header-left-boosts h3 {
    margin-left: 14px;
    font-size: 16px;
  }

  .profile-img-new-parent .profile-img-new {
    left: 6%;
    margin-top: -100px !important;
  }
}

/* 1199px */
@media (max-width: 1199px) {
  .parent-author-info h3 {
    font-size: 16px !important;
  }

  .post-actions-parent {
    width: 90px;
  }

  .profile-img-new-parent .profile-img-new {
    margin-left: 18%;
  }

  .preview-box {
    gap: 30px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .new-members-com {
    bottom: 10px;
  }

  .profile-img-new-parent .profile-img-new {
    left: -1%;
  }
}

/* 1024×768 */
@media (max-width: 1024px) {
  .preview-boxtwo {
    flex-direction: column !important;
  }

  .priview-title-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 990.99px) {
  .priview-title-wrapper {
    padding-top: 0px;
  }
}

@media (max-width: 991.99px) {
  .profile-img-new-parent .profile-img-new {
    left: 2%;
  }
  .comunity-boxes {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .preview-boxtwo {
    padding-top: 0px;
  }

  .dropdown ul li p {
    padding: 4px 8px;
    font-size: 12px;
    color: #ff2828;
    border-radius: 10px;
  }

  .parent-user-profile .profile-stats-community {
    min-height: auto;
    padding-bottom: 26px;
  }

  .parent-view-details-container .product-img-wraper,
  .parent-view-details-container .view-product-details {
    padding: 16px;
  }

  .profile-img-new-parent .profile-img-new {
    margin-left: 39%;
  }

  .preview-box {
    gap: 30px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .senario-preview {
    max-width: 100%;
  }

  .flow-location-title-new {
    font-size: 20px !important;
  }

  .header-flow-left-inner-button {
    position: absolute;
  }

  .new-profile-img-new-parent .profile-img-new {
    left: 2% !important;
  }
}

/* 767px */
@media (max-width: 767px) {
  .parent-create-wrapper .createform-check-two {
    padding-left: 24px;
  }
  .parent-deal-deatils-container .product-hover-interactions {
    padding: 8px 2px;
    height: 80%;
  }
  .profile-img-new-parent .profile-img-new {
    margin-left: 36%;
  }

  .location-group {
    flex-direction: column;
  }

  .new-members-com button {
    flex-direction: column;
    gap: 8px;
  }

  .inner-item-boxes-bottom h4 {
    font-size: 16px;
  }

  .inner-item-boxes-bottom p {
    font-size: 12px;
  }

  .new-members-com.com-new-members-com {
    justify-content: center;
  }

  .new-comunity-container {
    padding: 10px 0px 10px;
    margin-top: 20px;
  }

  .container-xlx {
    padding: 0px 20px;
  }

  .new-comunity-title {
    padding: 5px 10px;
  }

  .comunity-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    max-height: auto;
    overflow-y: auto;
    padding: 30px 10px;
  }

  .progress-wrapper {
    width: 100%;
    min-width: 350px;
    position: relative;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 215px;
    height: 8px;
  }

  .back-arr {
    min-height: 40px;
    min-width: 40px;
  }

  .preview-box {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }

  .preview-boxtwo {
    width: 100%;
    padding: 30px 20px;
  }

  .preview-box {
    gap: 30px;
  }

  .secondary-images {
    gap: 10px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .flow-location-title-new {
    font-size: 20px !important;
  }

  .item-item-ss-com {
    width: 100% !important;
    text-align: center;
  }

  .post-something-form-label {
    font-size: 16px;
  }

  .chatss-right-bottom-users {
    width: 100% !important;
  }

  .custom-range {
    width: 100% !important;
  }

  .voice-dropdown {
    position: absolute;
    top: -363px;
    left: -113px;
    width: 317px;
  }

  .voice-dropdown-image p {
    font-size: 12px !important;
  }

  .voice-dropdown-image p span {
    font-size: 12px !important;
  }

  .dashboardx-tabs {
    padding-top: 16px !important;
  }

  .new-dashboardx-profile {
    padding: 0px 0px 10px;
  }

  .profile-stats-community.new-profile-stats-community {
    padding: 40px 20px;
  }

  .custom-checkbox {
    width: 100%;
  }

  .chatss-right-body img {
    width: 100%;
  }

  .sale-list {
    flex-direction: column !important;
  }

  .sale-content {
    width: 100%;
  }

  .sale-img-carousel {
    width: 100%;
  }

  .new-sale-interactions {
    background-color: #e3ebf4 !important;
    padding: 20px 16px !important;
  }

  .voice-dropdown-image img {
    width: 100%;
  }

  .voice-dropdown-image p {
    line-height: 18px;
  }

  .color-wraper-image {
    flex-wrap: wrap;
  }

  .post-upload .header-left h3 {
    font-size: 20px !important;
    margin: 0 auto;
  }

  .post-upload {
    flex-direction: column;
    row-gap: 16px;
  }

  .post-upload .steps {
    min-width: 100% !important;
    margin: 0 auto;
  }

  .association h2 {
    font-size: 16px;
  }

  #selecComunityDetailsModal .comunity-title {
    width: 100%;
    margin: 0 auto;
  }

  .comunityDetailsmodal-close-btn {
    width: 60px;
    position: absolute;
    top: -5px;
    right: 0px;
  }

  .flow-location-title-new-ss-two {
    font-size: 16px;
    font-weight: 500px;
  }

  .profile-stats {
    justify-content: center;
  }

  .post-logos-group {
    justify-content: center;
  }

  .post-logos-title img {
    width: 70%;
  }

  .new-sale-interactions-new {
    background-color: #f1f5f9 !important;
    padding: 20px 10px;
    margin: 0px !important;
    justify-items: center !important;
    gap: 30px !important;
  }

  .email-template-body-content h1 {
    font-size: 20px;
  }

  .email-otp h2 {
    font-size: 20px;
  }

  .email-otp h2 {
    padding: 26px 0;
  }

  .more-help a {
    font-size: 18px;
  }

  .registration-section {
    padding: 120px 10px;
  }

  .nav-pillsx {
    gap: 5px !important;
    margin-left: 0px;
    padding-top: 20px;
    justify-content: center;
  }

  .dashboard-cover {
    height: 150px;
  }

  .nav-pillsx .nav-linkx.active,
  .posts-feedx .nav-linkx:hover {
    font-size: 9px;
    padding: 8px 16px;
  }

  .nav-pillsx .nav-linkx {
    font-size: 11px;
    padding: 8px 16px;
  }

  .lookingFor-input-wraper .boots-input,
  .lookingFor-input-wraper .textarea-senario {
    width: 100%;
  }

  .lookingFor-input-wraper {
    flex-direction: column;
    align-items: start;
  }

  .lookingFor-input-wraper .boots-input-title {
    text-align: start;
  }

  .boots-input-title {
    justify-content: start;
  }
}

/* 575px */
@media (max-width: 575px) {
  .new-profile-img-new-parent .profile-img-new {
    left: 4% !important;
  }

  .parent-modal-leve .leave-post-top-wrapper {
    padding: 26px !important;
  }

  .parent-modal-leve .leave-post-top-wrapper p {
    font-size: 15px;
  }

  .parent-modal-leve .leave-post-top-wrapper span {
    font-size: 13px;
  }

  .parent-modal-leve button {
    padding: 16px;
    font-size: 14px;
  }

  .profile-img-new-parent .profile-img-new {
    left: 5%;
  }

  .profile-img-new-parent .profile-img-new {
    margin-left: 30%;
  }

  .new-notification-btns .new-read-msg-new-p {
    font-size: 12px;
  }

  #service-radius {
    width: 100%;
  }

  .new-dashboardx-profile h4 {
    font-size: 18px;
  }

  .addPhone-button-wrapper {
    width: 100%;
  }

  .parent-chatss-right-input .addPhone-button-wrapper {
    width: 38px;
  }

  .edit-btns {
    margin-right: 30px;
  }

  .cancelbtn {
    font-size: 14px;
    margin-top: 20px;
  }

  .flow-location-title-new {
    font-size: 18px !important;
  }

  .add-serice-com-new {
    color: #4d9aff;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
  }

  .comunity-logo-cover-upload-container .comunity-image-upload-label,
  .comunity-logo-cover-upload-container .comunity-image-upload-preview {
    max-width: 100%;
    max-height: 200px;
  }

  .uploadImdAddBtn {
    font-size: 12px;
    font-weight: 500;
    padding: 11px 60px;
  }

  .post-tags span,
  .post-tags a {
    padding: 2px 4px;
    font-size: 10px;
  }

  .company-logo-upload {
    width: 100%;
  }

  .company-cover-upload {
    width: 100%;
  }

  .suggestion-item {
    padding: 4px;
  }

  .search-suggestions {
    padding: 10px 14px;
  }

  .select-location-container {
    padding: 16px;
  }

  .map-title h2 {
    font-size: 22px;
  }

  .map-title p {
    color: #000;
    font-size: 16px;
  }

  #createCompanyProfileView .offcanvas-body {
    margin-bottom: 30px;
  }

  .offcanvas-post-content {
    grid-template-columns: repeat(1, 1fr);
  }

  #UploadScanModal .UploadScanmodal-body-content img {
    max-width: 140px;
  }

  .post-actions-right {
    justify-content: center;
    display: flex;
  }

  .post-interactions {
    justify-content: space-between;
    gap: 10px;
  }

  .cmnt-submit {
    padding: 8px 15px;
  }

  .cmnt-form input {
    padding: 8px 20px;
  }

  .offcanvas.offcanvas-custom {
    width: 100%;
    min-width: 100% !important;
  }

  .color-wraper-image button {
    width: 20px;
    height: 20px;
  }

  .input-wrapper-chats-image .form-input-chat {
    font-size: 14px;
  }

  .sale-author-info h3 {
    font-size: 16px;
    gap: 10px;
  }

  .chatss-right-top h2 {
    font-size: 16px;
  }

  .chatss-right-top a svg {
    max-width: 18px;
    max-height: 18px;
  }

  .sale-author-info h3 img {
    width: 16px;
  }

  .single-sale-interaction img {
    width: auto;
    height: 20px;
  }

  .sale-details p {
    font-size: 12px;
  }

  .select-all-btn-plumbing {
    font-size: 11px;
  }

  .postUpload-container .uploadTextcomunity,
  .postUpload-title p {
    font-size: 14px;
  }

  .profile-stats-community {
    min-height: auto;
    padding: 16px;
  }

  .refferance-tagss button {
    font-size: 12px;
    padding: 4px 12px;
  }

  .post-card-litss {
    gap: 10px;
  }

  .post-card-litss-buttons,
  .post-card-litss-buttons-active {
    padding: 3.75px 8px;
    font-size: 11px;
  }

  .profile-cardx h2 {
    font-size: 18px;
  }

  .posts-feedx .posted-by {
    flex-direction: column;
  }

  .posts-feedx .posted-by li:last-child {
    padding-left: 0;
  }

  .posts-feedx .posted-by li:not(:last-child)::after {
    display: none;
  }

  .posts-feedx .posted-by li {
    font-size: 12px;
  }

  .profile-card.profile-cardx.new-profile-cardx p {
    font-size: 14px;
  }

  .addCompanyIcon {
    max-width: 140px;
  }

  .view-product-details-feature {
    display: block;
  }

  .view-product-details-feature .product-pricing {
    margin: auto;
  }

  .ads-info-admin-body-reject-btn button {
    height: 36.25px;
    font-size: 12px;
  }

  .shareModal-header h5 {
    font-size: 18px;
  }

  .shareModal-close img {
    width: 55px;
  }

  .sharePost-container .input-wrapper .form-input {
    font-size: 12px;
  }

  #copyButton img {
    width: 16px;
  }

  #notificationOffcanvas .modal-close,
  #notificationOffcanvas .modal-close {
    background: transparent;
  }

  #createComunityOffcanvas,
  #notificationOffcanvas,
  #postAsOffcanvas,
  #createClaimOffcanvas {
    width: 100%;
  }

  .notification-content h3 {
    font-size: 10px;
  }

  .notification-content p {
    font-size: 10px;
  }

  .notification-date {
    font-size: 10px;
  }

  .notification-btns .accept-btn {
    font-size: 10px;
    padding: 5px 12px;
  }

  .notification-btns .cancel-btn {
    padding: 5px 12px;
    font-size: 10px;
  }

  .shareOption-text {
    font-size: 12px;
  }

  .shareOption-img {
    max-width: 22px;
  }

  .dropdown-menux {
    max-height: 85vh;
  }

  .stb-offcanvas {
    height: 100vh !important;
  }

  .connection-container .nav-pills .nav-link {
    font-size: 10px !important;
  }

  .connection-container .nav-pills .nav-link,
  .connection-container .nav-pills .nav-link.active,
  .connection-container .posts-feed ul li button:hover {
    padding: 5px;
  }

  .connection-card-wrapper {
    padding: 12px 10px;
  }

  .connection-name {
    font-size: 12px;
  }

  .connection-username {
    font-size: 12px;
  }

  #notificationOffcanvas h5,
  #connectionOffcanvas h5 {
    font-size: 16px;
  }

  #notificationOffcanvas .modal-close img,
  #connectionOffcanvas .modal-close img,
  #walletOffcanvas .modal-close img {
    width: 65px;
  }

  .connection-icon {
    max-width: 14px;
  }

  .connection-disconnect {
    padding: 8px 15px;
    font-size: 10px;
  }

  .add-img-wraper {
    grid-template-columns: repeat(1, 1fr);
  }

  .company-details {
    width: 100%;
    flex-direction: row;
  }

  .company-carousel {
    width: 100%;
  }

  .company-carousel .carousel-item img {
    width: 100%;
  }

  .company-item {
    flex-direction: column;
  }

  .company-share-icons {
    flex-direction: column;
  }

  .anywhere-button-wrapper {
    width: 100%;
  }

  .boost-avaters {
    bottom: -20%;
    right: -20%;
    width: 36px;
    height: 36px;
  }

  .anywhere-button-wrapper button {
    font-size: 12px;
    padding: 15px 8px;
    width: 100%;
  }

  .postdetails-form h3 {
    font-size: 18px;
  }

  .slect-total h4 {
    font-size: 16px;
  }

  .destop-nav {
    flex-direction: column;
    position: relative;
    gap: 20px;
  }

  .slect-total button {
    font-size: 14px;
  }

  .comunity-btns button {
    padding: 12px 12px;
    font-size: 14px;
  }

  .service-select-title button {
    font-size: 12px;
    padding: 12px 12px;
  }

  .email-Verification-title h3 {
    font-size: 20px;
  }

  .step-circle-inner-active .actives {
    font-size: 14px;
  }

  .sale-list {
    margin-bottom: 20px;
  }

  .company-details-profile-upload .flow-location-title-new {
    padding-bottom: 22px !important;
  }

  .step-title .active {
    font-size: 10px;
  }

  .step-title span {
    font-size: 10px;
  }

  .comunity-boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
    max-height: auto;
    overflow-y: auto;
    padding: 30px 10px;
  }

  .price-priver-inner-top {
    gap: 15px;
  }

  .step-circle {
    max-width: 30px;
    max-height: 30px;
  }

  .step-circle-inner-active {
    max-width: 19px;
    max-height: 19px;
  }

  .img-active {
    max-width: 11px;
    max-height: 11px;
  }

  .step-circle-inner span {
    font-size: 14px;
  }

  .post-details .flow-location-title {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .post-details .communites-contentsx button {
    font-size: 15px;
  }

  .communites-contentsx-tag-item span {
    font-size: 10px;
  }

  .post-details .post-something-form-group p {
    bottom: -50px;
  }

  .flow-location-title {
    font-size: 18px;
  }

  .communites-contentsx-item {
    height: 38.5px;
  }

  .communites-contentsx-item span {
    font-size: 11px;
  }

  .chatss-right {
    min-height: 0%;
  }

  .keywords-wraper-post-details button {
    padding: 8px 8px;
    font-size: 12px;
  }

  .done-btn-ss {
    font-size: 14px;
    right: 0px;
    bottom: 20px;
  }

  .edit-elements-color-size {
    margin-bottom: 0px !important;
  }

  .chatss-right-body {
    padding: 20px 0;
  }

  .sale-interactions {
    padding-left: 10px;
    gap: 15px;
  }

  .sale-ribbon {
    font-size: 11px;
  }

  .single-com {
    padding: 12px 10px;
    margin-bottom: 10px;
  }

  .single-com.new-single-com {
    padding: 12px 10px !important;
  }

  .post-cards {
    display: block;
  }

  .overflow-player-wrappers {
    padding: 10px 20px 20px 20px;
  }

  .progress-wrapper {
    width: 100%;
    min-width: 300px;
    position: relative;
  }

  .container-xlx {
    padding: 0px 20px;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }

  #headerFlow {
    padding: 18px 10px 18px 10px;
    background-color: #f1f5f9;
  }

  .back-arr img {
    width: 18px;
  }

  .header-flow-left-inner span {
    font-size: 16px;
    margin: 0 auto;
  }

  .header-flow-left-inner {
    gap: 20px;
  }

  .steps {
    margin: 0 !important;
  }

  .header-flow-right {
    float: none;
    display: flex;
    justify-content: center;
    /* Centers content horizontally */
    align-items: center;
    /* Optional: Centers content vertically */
  }

  #locations {
    padding: 00px 0;
  }

  .user-preview-payment-info h3 {
    font-size: 14px;
  }

  .ads-preview-title-text {
    font-size: 12px;
    margin-top: 5px;
  }

  .ads-preview-top {
    padding: 24px 6px 7px;
  }

  .ads-preview-top-icons {
    padding-left: 0;
    gap: 8px;
  }

  .preview-box {
    gap: 30px;
  }

  .creadit-wrappers {
    width: 210px;
    max-width: 100%;
  }

  .chatss-right-bottom {
    padding-top: 10px;
  }

  .preview-boxtwo .horaizontl-line-separator {
    margin: 30px 0;
  }

  .ads-preview-top-inner .ads-preview-tag {
    display: flex;
    padding: 4px 8px;
    font-size: 10px;
  }

  .ads-preview-top-inner {
    gap: 16px;
    flex-wrap: wrap;
  }

  .price-priver-inner-top-prices-left span,
  .price-priver-inner-top-prices-right span {
    font-size: 13px;
  }

  .ads-preview-bottom-btn-email span {
    font-size: 10px;
  }

  .communites-contentsx {
    gap: 10px;
  }

  .ads-preview-bottom-btn-email {
    max-width: 80px;
  }

  .communites-contentsx-tag {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .company-details {
    width: 100%;
    flex-direction: column;
  }

  .company-share-icons {
    flex-direction: row;
  }

  /* .company-section .location-wraper {
    flex-wrap: wrap;
  } */

  .voice-dropdown {
    left: -88px;
    width: 282px;
    top: -343px;
  }

  .voice-dropdown-buttons button {
    width: 47%;
    font-size: 10px;
  }

  .voice-dropdown-body p {
    font-size: 12px;
  }

  #quantity {
    max-width: 100%;
  }

  #total-cash .floating-placeholder {
    left: 45%;
  }

  .ads-radio-bottom-btn-email {
    font-size: 10px;
  }

  .cst-radio-level {
    font-size: 12px;
    margin-left: 8px;
  }

  .ads-preview-bottom {
    padding: 20px 10px 22px;
  }
}

/* 480px       */
@media (max-width: 480px) {
  .post-actions-parent {
    width: 70px;
  }

  .profile-img-new-parent .profile-img-new {
    left: -1%;
  }
}

/* 430px       */
@media (max-width: 430px) {
  .profile-img-new-parent .profile-img-new {
    left: -4%;
  }

  .new-profile-img-new-parent .profile-img-new {
    left: -4% !important;
  }
}

/* 428px     */
@media (max-width: 428px) {
  .profile-img-new-parent .profile-img-new {
    left: -2%;
  }

  .new-profile-img-new-parent .profile-img-new {
    left: -4% !important;
  }
}

/* 414px   */
@media (max-width: 414px) {
  .profile-img-new-parent .profile-img-new {
    left: -2%;
  }
  .communites-contentsx-tag-item-close img {
    width: 35px;
  }
  .posts-feedx .posted-by {
    padding: 4px 0 4px;
  }
  #service-area {
    width: 210px;
    max-width: 100%;
  }
}

/* 393px */
@media (max-width: 393px) {
  .post-actions-parent {
    width: 60px;
  }

  .profile-img-new-parent .profile-img-new {
    left: -5%;
  }
  .company-stats .company-posts {
    width: 40%;
  }
}

/* 389px */
@media (max-width: 389px) {
  .profile-img-new-parent .profile-img-new {
    left: -6%;
  }

  .parent-view-details-container .product-img-wraper,
  .parent-view-details-container .view-product-details {
    padding: 10px;
  }

  /* .profile-img-new-parent .profile-img-new{
        margin-left: 36%;
  } */
  .ads-preview-bottom-btn-email {
    max-width: 70px;
    padding: 6px;
  }

  .parent-new-ads-preview .ads-preview-top-inner {
    gap: 10px;
  }

  .parent-new-ads-preview .user-preview-payment-info-image {
    padding: 3px 0;
  }

  .parent-new-ads-preview .user-preview-payment-info-image span {
    font-size: 10px;
  }

  .parent-new-ads-preview .user-preview-images {
    width: 40px;
  }

  .cst-parent-input-group .floating-placeholder {
    font-size: 10px;
  }

  .company-posts p {
    font-size: 10px;
  }

  .progress-wrapper {
    min-width: 250px;
  }

  .progress {
    position: absolute;
    width: 100%;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }

  .communites-contentsx {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .communites-contentsx-tag {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .input-wrapper .floating-placeholder {
    top: 50%;
    transform: translateY(-50%);
  }

  .boots-input .floating-placeholder.active,
  .input-wrapper .floating-placeholder.active,
  .comunity-search-input .floating-placeholder.active {
    top: -8px;
    transform: translateY(0);
  }

  #total-sum .floating-placeholder.active {
    top: 0;
  }
}

@media (max-width: 375px) {
  .new-profile-img-new-parent .profile-img-new {
    left: -7% !important;
  }

  .profile-img-new-parent .profile-img-new {
    left: -5%;
  }

  .profile-img-new-parent .profile-img-new {
    margin-left: 40%;
  }

  .new-notification-btns .new-read-msg-new-p {
    font-size: 9px;
  }

  .new-notification-btns .new-read-msg-new-p img {
    width: 14px;
  }

  .user-preview-payment-info h3 {
    font-size: 12px;
  }

  .ads-preview-top-inner-left-newss .chcek-verify {
    width: 15px;
  }

  .ads-preview-top-inner-left-newss .user-preview-payment-info-image span {
    font-size: 10px;
  }

  .ads-preview-top-inner-left-newss .user-preview-payment-info-owner p,
  .ads-preview-top-inner-left-newss .user-preview-payment-info-owner span {
    font-size: 10px;
  }

  .ads-preview-title-text {
    font-size: 10px;
  }

  .newnew-offcanvas-custom .offcanvas-body {
    padding: 0px 16px;
  }

  .new-notification-btns .cancel-btn {
    padding: 5px !important;
  }

  .new-single-com-new .new-notification-imgBox {
    max-width: 60%;
  }

  .new-single-com-new.new-notification-btns {
    width: 40%;
  }

  .new-notification-content .new-read-msg-new svg {
    width: 16px;
  }

  .new-notification-content .new-read-msg-new {
    font-size: 10px !important;
  }

  .delet-buttton-com {
    width: 100%;
    padding: 11px 40px;
    font-size: 13px;
    margin-top: 14px;
  }

  .post-log-wraper-parent p {
    font-size: 14px;
    padding: 30px 20px;
  }

  .post-log-wraper-parent button {
    padding: 15px;
    font-size: 14px;
  }

  .pr .profile-stats-community.new-profile-stats-community {
    padding: 31px 16px;
  }

  .new-members-com.com-new-members-com {
    gap: 4px !important;
  }

  .inner-info-coms-left-three-pill p {
    font-size: 9px;
  }

  /* .company-section .input-wrapper,
  .company-section .input-right {
    flex-wrap: wrap;
  } */
  .location-group h2,
  .extra-location h2,
  #company-section-title {
    font-size: 15px;
  }

  .association h2 {
    font-size: 15px;
  }

  #service-radius {
    width: 100%;
  }

  .chatss-right-bottom-users-extra img {
    max-width: 90px;
  }

  .sponsor-post-type-bottom-new span {
    margin-left: -15px;
  }

  .ads-addition-bottom-btn {
    position: relative;
    left: -30%;
    width: 36px;
    height: 33px;
  }

  .ads-addition-bottom-btn img {
    min-width: 20px;
  }

  .post-card-litss-buttons,
  .post-card-litss-buttons-active {
    padding: 3.75px 8px;
    font-size: 11px;
  }

  .profile-img-new {
    margin-left: auto;
    max-width: 100px !important;
    width: 100px;
    height: 100px;
  }

  .edit-btns {
    width: 30px;
    height: 30px;
    margin-right: 30px;
  }

  .edit-btns img {
    max-width: 14px;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 110px;
    min-height: 110px;
    outline: 3px solid #f1f5f9;
    margin-top: -90px;
    left: -5px;
  }

  .nav-pillsx .nav-linkx {
    font-size: 9px;
    padding: 4px 10px;
  }
}

@media (max-width: 359px) {
  .saveBtnTxt {
    font-size: 12px;
  }

  .new-profile-img-new-parent .profile-img-new {
    left: -10% !important;
  }

  .profile-img-new-parent .profile-img-new {
    left: -7%;
  }

  .post-card-litss-buttons,
  .post-card-litss-buttons-active {
    padding: 3.75px 8px;
    font-size: 9px;
  }

  .profile-img-new {
    max-width: 80px !important;
    width: 80px;
    height: 80px;
  }

  .post-something-form-label {
    font-size: 14px;
  }

  .user-preview-payment-info h3 {
    font-size: 10px;
  }

  #mailCheck {
    width: 14px;
  }

  .input-wrapper-chat .form-input-chat {
    padding: 14px 18px 14px 50px !important;
  }

  .edit-btns {
    margin-right: 8px;
  }

  .select-all-btn-plumbing {
    font-size: 10px;
  }

  .communites-contentsx-tag-item-close {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 980px) and (min-width: 460px) {
  .secondary-images {
    gap: 0px;
  }
  .chatss-left {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .post-something-form-label {
    font-size: 14px;
  }
  .location-group h2,
  .extra-location h2,
  #company-section-title {
    font-size: 14px;
    width: 135px;
  }
}

@media (max-width: 900px) and (min-width: 600px) {
  .company-section {
    padding: 50px 40px;
  }
}
@media (max-width: 1199px) and (min-width: 500px) {
  .price-priver-top-button {
    max-width: 100%;
    width: 325px;
    margin: auto;
  }
}

@media (max-width: 730px) and (min-width: 575px) {
  .company-stats .company-posts {
    width: 40%;
  }
}
@media (max-width: 680px) and (min-width: 575px) {
  .inner-infos-coms {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .inner-info-coms-left,
  .inner-info-coms-right {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .post-buttons {
    gap: 20px;
  }
  .post-button {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .sideBar-wraper {
    max-width: 615px;
    margin-left: auto;
  }
  .new-members-com {
    bottom: -30px !important;
  }
  .preview-boxtwo {
    flex-direction: column !important;
    gap: 50px;
  }
  .profile-stats-community {
    min-height: auto;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .profile-img.profile-img-new.new-profile-com {
    min-width: 140px;
    min-height: 140px;
    filter: drop-shadow(-0.5px 5.5px 1px #fff)
      drop-shadow(0.5px 5.5px 1px #d7e4f0);
    outline: none;
    border: 0;
  }
}

.com-inner-part .post-cards {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1400px) {
  .new-dashboardx-tabs .new-members-com.com-new-members-com {
    margin-left: 58px;
  }

  .new-members-com.com-new-members-com {
    margin-left: 90px;
  }

  .main-content-new {
    margin-left: 60px;
  }

  .inner-info-coms-left-three-pill {
    margin-left: 0;
  }
}

@media (max-width: 1199px) and (min-width: 780px) {
  .chatss-right-top .company-item {
    padding: 25px 12px 16px;
    gap: 12px;
  }
  .chatss-right-top .company-carousel {
    width: 40%;
  }
}
@media (max-width: 1399px) and (min-width: 1000px) {
  .profile-menu li a,
  .nav-profile ul li a {
    padding: 16px 20px;
  }

  .nav-pillsx {
    margin-left: 30px;
  }

  .dashboard-cover {
    height: 180px;
  }

  .flow-location-title {
    font-size: 20px;
  }

  .post-something-form-label,
  .textarea-label,
  .anywhere-button-wrapper button {
    font-size: 15px;
  }

  .postdetails-form h3 {
    font-size: 20px;
  }

  .service-select-title button {
    font-size: 16px;
  }

  .slect-total h4 {
    font-size: 16px;
  }

  .slect-total button {
    font-size: 14px;
  }

  .comunity-btns button {
    padding: 15px;
    font-size: 16px;
  }

  .post-details .communites-contentsx button {
    font-size: 16px;
    padding: 12px 30px;
  }

  .comment-box {
    padding: 12px 20px;
  }

  .header-profile-sponsor {
    padding: 20px 0;
  }

  .cmnt-stats h2 {
    font-size: 16px;
  }

  .company-title {
    font-size: 14px;
  }

  .company-logo {
    max-width: 35px;
    flex-shrink: 0;
  }

  .cmnt-author-details h4 {
    font-size: 16px;
  }

  .cmnt-author-details p {
    font-size: 12px;
  }

  .cmnt-action p {
    font-size: 12px;
  }

  .cmnt-action img {
    width: 20px;
  }

  .dropdown ul li a {
    padding: 4px 16px;
    font-size: 12px;
  }

  .company-carousel {
    width: 50%;
  }

  .company-details {
    gap: 12px;
  }

  .company-title img {
    max-width: 16px;
  }

  .company-rating img {
    max-width: 95px;
  }

  .company-rating p {
    font-size: 12px;
  }

  .company-location .loc-name,
  .company-location .other-loc,
  .company-posts p {
    font-size: 10px;
  }

  .company-filter-btn {
    font-size: 12px;
  }

  .company-category h4,
  .company-category p,
  .company-ribbon {
    font-size: 12px;
  }

  .single-step p,
  .company-posts h3 {
    font-size: 16px;
  }

  .shareModal-header h5 {
    font-size: 20px;
  }

  .shareModal-close img {
    width: 65px;
  }

  .copy-scucces-container p svg {
    width: 20px;
  }

  .copy-scucces-container p {
    padding: 3px 18px;
    font-size: 14px;
  }

  .register-submit {
    padding: 12px 105px;
  }

  .copy-scucces-container h6 {
    font-size: 16px;
  }

  .main-content.sideBar-wraper.hide-scrollbar.main-content-new {
    margin-left: 30px;
  }

  .ad-card-logos .interaction-item img {
    width: 20px;
  }

  .profile-bottom-links li a {
    font-size: 12px;
  }

  .sale-author-info h3 {
    font-size: 14px;
  }

  .sale-author-info .author-loc span {
    font-size: 11px;
  }

  .sale-details h2 {
    font-size: 14px;
  }

  .sale-details h2 span {
    font-size: 10px;
  }

  .sale-details p {
    font-size: 13px;
  }

  .sale-tags span,
  .sale-tags a {
    padding: 4px 10px;
    font-size: 11px;
  }

  .sale-author-info h3 img {
    width: 16px;
  }

  .single-sale-interaction img {
    width: auto;
    height: 24px;
  }

  .sale-ribbon {
    font-size: 12px;
  }

  .job-bookmark {
    width: 26px;
  }

  .nav-pills .nav-link.active,
  .posts-feed ul li button:hover,
  .nav-pills .nav-link {
    font-size: 13px;
  }

  .posts-feed ul li button {
    min-width: 100px;
  }

  .deals-num {
    font-size: 12px;
    width: 20px;
    height: 18px;
  }

  .single-sale-interaction span {
    font-size: 12px;
  }

  .dropdownFilter button,
  .commentFilter button {
    font-size: 12px;
  }

  .sort-by p {
    font-size: 12px;
  }

  .pf-footer span {
    font-size: 12px;
  }

  .interaction-item span {
    font-size: 12px;
  }

  .post-button {
    height: 46px;
    width: 46px;
  }

  .product-summary {
    font-size: 10px;
  }

  .reg-price {
    font-size: 9px;
  }

  .discount-price {
    font-size: 10px;
  }

  .product-title {
    font-size: 12px;
  }

  .username {
    font-size: 8px;
  }

  .buy-button button {
    font-size: 10px;
    padding: 5px 16px;
  }

  .post-text {
    font-size: 12px;
  }

  .dashboard-cover {
    height: 180px;
  }

  .dashboard-cover.new-dashboard-cover {
    height: 180px !important;
  }

  .product-share img,
  .product-hover-share img {
    max-width: 16px;
  }

  .product-share span,
  .product-hover-share span {
    font-size: 10px;
  }

  .hover-product-title {
    font-size: 8px;
  }

  .product-bookmark {
    width: 16px;
  }

  .product-loc-wraper h3 {
    font-size: 10px;
  }

  .nav-btn img {
    width: 20px;
  }

  .nav-btn {
    padding: 6px 10px;
  }

  .header-right {
    gap: 20px;
  }

  .navSearch input {
    padding: 8px 35px 8px 18px;
    font-size: 14px;
  }

  .header-flow-left-inner span {
    font-size: 16px;
  }

  .profile-btn {
    width: 50px;
  }

  .author-info h3,
  .author-info h3 a {
    font-size: 18px;
  }

  .author-loc span {
    font-size: 12px;
  }

  .posts-feedx .posted-by li {
    font-size: 12px;
  }

  .com-inner-part .posted-by li:last-child {
    padding-left: 0;
  }

  .com-inner-part .post-text {
    font-size: 13px;
  }

  .com-inner-part {
    max-width: 560px !important;
  }

  .btn-create-ad {
    font-size: 14px;
  }

  .new-read-title {
    font-size: 14px !important;
  }

  .new-read-msg {
    font-size: 10px !important;
  }

  .new-read-title img {
    width: 14px;
  }

  .new-notification-content.notification-content p svg {
    width: 14px;
    height: 14px;
  }

  .inner-info-coms-left-three-pill p {
    font-size: 12px;
  }

  .inner-info-coms-left-three-pill {
    width: 345px;
  }

  .author-img {
    width: 85px;
  }

  .interaction-item img {
    width: 26px;
  }

  .profile-cardx h2 {
    font-size: 16px;
  }

  .profile-card.profile-cardx.new-profile-cardx p {
    font-size: 12px;
  }

  .user-connet-rating-left p {
    font-size: 10px;
  }

  .connect-switch-button-active,
  .connect-switch-button {
    padding: 14px 0;
    font-size: 10px;
  }

  .new-builder-com p,
  .new-builder-com span,
  .user-comm-link,
  .user-comm-link-two {
    font-size: 11px;
  }

  .sideBar-wraper {
    top: 0px;
  }

  .edit-btns {
    margin-right: 26px;
  }

  .new-members-com button {
    font-size: 14px;
  }

  .nav-linkx-svg {
    margin-right: 6px;
  }

  .new-dashboardx-tabs .new-members-com.com-new-members-com {
    margin-left: 28px;
  }

  .new-members-com.com-new-members-com {
    gap: 54px !important;
    margin-left: 60px;
  }

  .inner-info-coms-right .saveBtnTxt {
    font-size: 12px;
  }

  .saveBtn {
    padding: 10px 45px;
  }

  .main-content-new {
    margin-left: 64px;
  }

  .inner-item-boxes {
    width: 193px;
    height: 158px;
  }

  .inner-items-wrappers-com {
    gap: 27px;
  }

  .inner-item-boxes-bottom h4 {
    font-size: 18px;
  }

  .inner-item-boxes-bottom p {
    font-size: 12px;
  }

  .inner-info-coms-left-p {
    font-size: 12px;
  }

  .com-inner-part-one-single h3 {
    font-size: 14px;
  }

  .saveBtnTxt {
    font-size: 14px;
  }

  .nav-location {
    font-size: 14px;
  }

  .nav-location img {
    width: 20px;
  }

  .profile-single-left span {
    font-size: 16px;
  }

  .logo {
    width: 140px;
  }

  .profile-img.profile-img-new.new-profile-com {
    min-width: 140px;
    /* min-height: 140px; */
    /* margin-left: 26%; */
  }

  .registration-info-description {
    font-size: 12px;
  }

  .registration-illustration {
    width: 310px;
  }
}
