.help-bar {
  position: fixed;
  top: 45%;
  right: 0;
  background: transparent;
  width: 225px;
  height: 150px;
  z-index: 99;
  box-sizing: border-box;
  outline: 0;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.help-bar .drawer-col {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 100%;
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 8px 0px 0px 8px;
  padding: 7px;
  box-sizing: border-box;
}

.help-bar .drawer-col span {
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  color: var(--typography-primary);
  writing-mode: tb-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  text-align: center;
}

.help-bar .help-content {
  display: block;
  float: right;
  width: calc(100% - 32px);
  height: 100%;
  background: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  padding: 8px 20px;
}

.help-bar .help-content .non-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  cursor: pointer;
}

.help-bar .help-content .non-link:hover {
  font-weight: 500;
}

.help-bar .help-content .non-link i {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.help-bar .help-content .non-link span {
  vertical-align: middle;
}

.help-bar .hide-help-content {
  display: none;
}

.arrange-help-bar {
  width: 32px;
}

.dummy-post .dummy-name {
  width: 20%;
  height: 10px;
  left: 77px;
  top: 22px;
  position: absolute;
}

.dummy-post .dummy-address {
  width: 20%;
  height: 10px;
  left: 77px;
  top: 40px;
  position: absolute;
}

.dummy-post .dummy-content {
  height: 60px;
  margin-top: 20px;
  border-radius: 7px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .dummy-post {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .dummy-post {
    width: 100% !important;
  }
}

.saved-search-modal-content-view .title-text {
  color: #222;
}

.saved-search-modal-content-view .close-icon {
  color: #222;
  font-size: 18px;
}

.saved-search-modal-content-view .close-icon:hover {
  background-color: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
}

.saved-search-modal-content-view .saved-filter-option {
  border-radius: 8px;
  padding: 16px;
  border: solid 1px #ebecef;
  background-color: #f9fafb;
}

.saved-search-modal-content-view .saved-filter-option-selected {
  box-shadow: inset 0 0 0 1px #999;
  cursor: pointer;
}

.saved-search-modal-content-view .saved-filter-option:hover {
  box-shadow: inset 0 0 0 1px #999;
  cursor: pointer;
}

.saved-search-modal-content-view .save-search-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.saved-search-modal-content-view .clear-search-action {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.saved-search-modal-content-view .clear-search-action .MuiSvgIcon-root {
  font-size: 20px;
  margin-bottom: 1px;
}

.saved-search-modal-content-view .add-icon {
  font-size: 15px;
}

.saved-search-list-item-button {
  width: 100%;
  box-shadow: none !important;
  justify-content: space-between !important;
  background-color: #f2f2f2 !important;
}

.saved-search-list-item-button-selected {
  background-color: #fdf9e8 !important;
  border: solid 1px #cca326 !important;
}

.saved-search-delete-button {
  box-shadow: none !important;
}

.save-search-trash-icon {
  font-size: 15px !important;
  color: #333;
}

.save-search-trash-icon:hover {
  color: #000;
}

.saved-search-item-actions {
  margin-top: 8px;
}

.saved-search-item-actions .delete-item-button {
  background-color: #ff0000;
  color: #fff;
  text-transform: capitalize;
  padding-block: 0;
  border-radius: 3px;
  box-shadow: none;
}

.saved-search-item-actions .delete-item-button:hover {
  background-color: #ff0000;
}

.saved-search-item-actions .cancel-icon {
  padding: 0;
  text-transform: capitalize;
  border-radius: 3px !important;
  box-shadow: none;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-16 {
  row-gap: 16px;
}

.column-gap-8 {
  column-gap: 8px;
}

.column-gap-4 {
  column-gap: 4px;
}

.flex-no-warp {
  flex-wrap: nowrap;
}

.home-advertisement-wrapper {
  padding-inline: 24px;
}

#home-page-ad-container .MuiPagination-root {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

#home-page-ad-container .MuiPagination-root .MuiPagination-ul {
  flex: 1 1;
  justify-content: center;
}



.home-advertisement-wrapper .anchor-link {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  text-decoration: none;
}

.top-ad-wrapper {
  /* display: flex; */
  /* margin-bottom: -16px; */
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  /* bottom: -10px; */
}

.top-ad-wrapper .top-ad-txt {
  background-color: #cca326;
  color: #ffffff;
  font-size: 13px;
  padding-right: 10px;
  padding-left: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: default;
}

.suggested-ad-wrapper {
  display: flex;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 10px;
}

.suggested-ad-txt {
  background-color: #bdbdbd;
  font-size: 13px !important;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.home-advertisement-container {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  color: #333333 !important;
}

.home-advertisement-container-featured {
  background-color: rgb(253, 249, 232);
  border: 1px solid rgb(207, 194, 142) !important;
  border-top-left-radius: 0;
}

.home-advertisement-container-premium {
  border-top-left-radius: 0 !important;
  border: 1px solid rgb(207, 194, 142) !important;
  background-color: rgb(253, 249, 232) !important;
}

.content-container-premium {
  background-color: rgb(253, 249, 232) !important;
}

.home-advertisement-container .gender-img {
  width: 48px;
  height: 48px;
  border: 1px solid #cca326;
  border-radius: 50%;
}

.home-advertisement-container .card-heading {
  color: inherit;
  font-size: 24px;
}

.home-advertisement-container .card-sub-heading {
  margin-top: 5px;
}

.home-advertisement-container .card-sub-heading-label {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.home-advertisement-container .interest-type {
  color: #f54646;
  font-size: 14px !important;
  font-weight: 500;
}

.home-advertisement-container .content-container {
  padding-top: 20px;
  padding-bottom: 15px;
  background: #f2f2f2;
  justify-content: flex-start;
  padding-left: 56px;
}

.home-advertisement-container .content-container-featured {
  background-color: rgb(253, 249, 232);
}

.home-advertisement-container .contet-text {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 600px) {
  .home-advertisement-container .content-row-item {
    margin-left: 10px;
    width: 45% !important;
  }
  .home-advertisement-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  .home-advertisement-container .content-row-item {
    margin-left: 10px;
    width: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .home-advertisement-container .content-container {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 640px) {
}

.home-advertisement-container .top-ad-badge {
  width: 20px;
}

.home-advertisement-container .published-time-txt {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
}

.home-advertisement-container .see-more-txt {
  font-weight: 600;
  text-decoration: underline;
}

.home-advertisement-container .see-more-txt:hover {
  color: rgb(87, 87, 87);
}

.home-advertisement-container .display-name {
  font-size: 22px !important;
  color: #333333;
  display: block;
  width: "fit-content";
}

.home-advertisement-container .nic-verified-icon {
  color: #2979ff;
  font-size: 12px;
}

.home-advertisement-container .data-icon {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}

.filter-bar-form-element-container {
  padding: 15px 10px 0px 30px;
  column-gap: 8px;
  align-items: center;
}

.filter-bar-form-element-container .select-dropdown {
  width: 41.25%;
  background: #f2f2f2;
  font-size: 15px;
  line-height: 19px;
  border-radius: 4px;
  padding: 7px 10px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>")
    #f2f2f2 no-repeat calc(100% - 5px) !important;
  cursor: pointer;
}

.filter-bar-form-element-container .to-label {
    color: #333;
}

@media (max-width: 640px) {
  .filter-bar-root-container {
    width: 100vw;
    max-height: 100vh;
  }

  .filter-bar-root-container .filters-container {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .mobile-footer-container {
    width: 95%;
    position: fixed;
    bottom: 0;
    padding-inline: 8px;
    padding-block: 16px;
    background-color: white;
  }

  .mobile-footer-btn {
    background-color: #000000;
    color: #e0e0e0;
    text-align: center;
    padding-block: 8px;
  }

  .mobile-footer-btn-primary-txt {
    font-size: 14px;
  }

  .mobile-footer-btn-secondry-txt {
    font-size: 12px;
  }
}
.filter-bar-root-container .clear-filter-btn-container {
  text-transform: capitalize !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  min-height: 24px;
  padding-inline: 8px;
  align-items: center;
}

.filter-bar-root-container .clear-filter-btn-container button {
  color: var(--typography-accent-1);
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}

.filter-bar-root-container .actionable-text {
  font-size: 12px;
  color: var(--typography-accent-1);
  cursor: pointer;
  /* padding-inline: 16px; */
  text-align: right;
  /* margin-bottom: 16px; */
}

.filter-bar-root-container .actionable-text:hover {
  color: var(--typography-accent-1);
}

.filter-bar-root-container .sort-by-container {
  padding: 0 1.8rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.filter-bar-root-container .filter-gender {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* padding: 5px; */
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
}

.filter-bar-root-container .close-filter-icon {
  width: 28px;
}

.filter-bar-root-container .filter-search-label {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.filter-bar-root-container .mobile-filter-header {
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}

.active-gender {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.filter-list {
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}

.filter-list .selectable-item .MuiIconButton-root:hover {
  background-color: transparent !important;
}

.filter-list .selectable-item .MuiCheckbox-root {
  padding-block: 0px !important;
}

.filter-list .MuiListItem-root {
  display: flex;
  align-items: flex-start;
  color: #333333 !important;
  padding: 4px 10px 4px 30px !important;
  line-height: 13px;
}

.filter-list .selectable-item .MuiListItemText-root {
  margin-block: 0px;
}

.filter-bar-root-container .MuiListItemIcon-root {
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  /* background-color: aqua; */
  padding-block: 0px;
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: var(--primary-color) !important;
}

.default-search-div {
  background: #f2f2f2;
  border: 0.5px solid #0000001f;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px;
  margin: 15px;
}

.default-search-div p:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 0;
}

.default-search-div p:nth-child(3) {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
}

.default-search-div button {
  display: block;
  background: #000000;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin: auto;
  padding: auto 15px;
  text-transform: capitalize;
}

.default-search-div button:hover {
  background: #000000;
}

.saved-search-view-mobile {
  width: 50% !important;
}

.saved-search-view .saved-searches-button-group {
  width: 100%;
}

.saved-search-view .selected-border {
  border-color: #cca326;
}

.saved-search-view-desktop {
  padding: 16px 40px;
}

.saved-search-view .saved-searches-button {
  padding-block: 10px;
  border: solid 1px #c5c5c5 !important;
  background-color: #f3f3f3;
}

.saved-search-view .saved-searches-button-label-selected {
  color: #333;
}

.saved-search-view .clear-search-button {
  background-color: #f3f3f3;
  border: solid 1px #c5c5c5;
}

.saved-search-view .clear-search-icon {
  color: #cca326;
  font-size: 22px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .saved-searches-button .saved-searches-button-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
}

.saved-search-view .MuiButton-contained:hover {
  box-shadow: none !important;
  background-color: #f3f3f3;
}

.saved-search-view .MuiButton-contained {
  box-shadow: none !important;
}

.search-results {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  padding: 0 0 5px 0;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
}

.mobile-filter-bar-drawer .MuiDrawer-paper {
  width: 100% !important;
}

/* showing result */
.post-results {
  font-size: 12px;
  color: #333333;
}

@media (max-width: 400px) {
  .post-results {
    font-size: 12px !important;
  }

  .post-res-mobile {
    top: -12px !important;
  }
}

.post-sort-by-main {
  padding: 0 1.8rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.post-sort-by .MuiSelect-selectMenu {
  background-color: #f2f2f2;
  padding-left: 10px;
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.post-sort-by {
  width: 100% !important;
}

.post-sort-by label {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 600;
  position: static;
  position: initial;
  transform: none;
  transform: initial;
  font-family: "Ubuntu", sans-serif;
}

.post-sort-by .MuiInput-underline:after {
  border-bottom: 2px solid #c19d0d;
}

.post-sort-by .MuiInput-formControl {
  font-size: 14px !important;
}

.sort-value {
  font-size: 14px !important;
  line-height: 16px !important;
  min-height: 0 !important;
  min-height: initial !important;
}

.post-sort-by label + .MuiInput-formControl {
  margin-top: 12px;
}

.post-sort-by .MuiInput-underline:before {
  border-bottom: 0;
}

.post {
  /* position: relative; */
  /* width: 100%; */
  box-sizing: border-box;
  /* float: right; */
  background: #f2f2f2;
  padding: 16px;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  cursor: pointer;
  color: #333333 !important;
}

@media (max-width: 767px) {
  .post-sort-by {
    font-size: 14px !important;
  }
  .post-sort-by-main {
    padding: 1.1rem 1.8rem 1rem;
    border-bottom: 1px solid #f0f0f0;
  }
}

.post:hover {
  background: rgb(240, 240, 240);
}

.post .post-details-col {
  display: inline-block;
  width: calc(100% - 30px);
}

.post .post-date-col {
  position: absolute;
  display: inline-block;
  width: 150px;
  right: 15px;
}

.post .post-details-col .applicant-photo {
  width: 41px;
  border-radius: 50%;
}

.post .post-details-col .name {
  display: inline-block;
  color: #333333;
  line-height: inherit;
  margin-bottom: 5px;
  margin-left: 13px;
  vertical-align: top;
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 480px) {
  .post .post-details-col .name {
    overflow: hidden;
    height: 30px;
    width: 74%;
  }
}

.post .post-details-col .location {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  margin-left: 54px;
  margin-top: -17px;
  font-weight: 300;
}

.post .post-date-col .date-of-post {
  margin: 0;
  font-size: 12px;
  color: #7b7b7b;
}

.post .applicant-info-col {
  display: inline-block;
  width: calc(100% - 175px);
  padding-top: 15px;
  color: rgb(73, 73, 73);
  font-size: 14px;
}

.post .applicant-info-col .info {
  display: inline-block;
  width: 33%;
  margin-top: 15px;
}

.icon-div {
  display: inline-block;
  width: 30px;
}

.post .applicant-info-col .info .icon {
  width: 15px;
  text-align: center;
}

.post .post-interest-col {
  display: inline-block;
  width: 175px;
}

.post .post-interest-col .interest-btn {
  width: 175px;
  float: right;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 13px;
}

.post .post-interest-col .action-btn {
  width: 175px;
  float: right;
  color: #000;
  background: #c19d0d;
  font-weight: 500;
  font-size: 13px;
}

.post .post-interest-col .interest-btn-disbled {
  float: right;
  font-weight: 500;
}

.post .more-details {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin: 0;
}

.match-more-details {
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin: 0;
}

.post .more-details:hover {
  color: rgb(87, 87, 87);
}

@media (max-width: 480px) {
  .post .post-interest-col .interest-btn {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .post .applicant-info-col {
    width: 100%;
  }

  .post .applicant-info-col .info {
    width: 50%;
  }

  .post .post-interest-col {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
  }
}

@media (min-width: 1301px) and (max-width: 1500px) {
  .post .applicant-info-col .info {
    width: 50%;
  }
}

.post .location-icon {
  width: 15px;
  vertical-align: middle;
  padding-left: 2px;
}

.post .heart-icon {
  width: 16px;
  vertical-align: middle;
}

.post .top-ad-badge {
  width: 20px;
  position: relative;
  bottom: -4px;
  right: 5px;
}

.all-ads-filter-bar {
  width: 250px !important;
  border-right: 1px solid #0000001f;
}

.show-filter-menu-btn {
  display: none !important;
}

.all-ads-content {
  width: calc(100% - 250px) !important;
  min-height: 25vh;
}

.all-ads-filter-bar .magazine-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  /* font-weight: 300; */
  /* background-color: palevioletred; */
}
.all-ads-main-container {
  background: #dfdfdf;
  min-height: 800;
  /* padding: 50px 15px; */
  padding-bottom: 48px;
  padding-top: 8px;
}

.all-ads-container {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .all-ads-container {
    border-radius: 0;
  }
  .all-ads-main-container {
    padding: 0;
  }
}

.all-ads-filter-bar .magazine-heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .magazine-card .maganize-img {
  width: 100%;
  border: 1px solid rgb(155, 119, 2);
  box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 22%);
}

.all-ads-filter-bar .magazine-card span {
  /* padding-top: 5px; */
  font-size: 14px;
}

.all-ads-filter-bar .magazine-card .label {
  padding-top: 8px;
  margin-block: 0px;
  font-size: 14px !important;
  font-weight: 400;
  color: var(--typography-accent-2);
}

.all-ads-filter-bar .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.all-ads-filter-bar .blog-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .blog-card .cover-image {
  object-fit: cover;
}

.all-ads-filter-bar .review-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

@media (max-width: 600px) {
  .hide-filter-menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    background: #e8e8e8;
    padding: 5px 9px;
    border-radius: 50%;
    color: #727272;
  }
}

@media (max-width: 480px) {
  .all-ads-filter-bar {
    width: 100vw !important;
    padding: 20px 0 100px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .all-ads-filter-bar {
    width: 280px !important;
    padding: 20px 0 70px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (max-width: 767px) {
  /* .all-ads-filter-bar {
    display: none;
  } */

  .show-filter-menu-btn {
    position: absolute;
    display: block !important;
    font-size: 13px;
    z-index: 2;
    top: 22px;
    background: #000;
    color: #fff;
    padding: 9px 13px;
    border-radius: 4px;
  }

  .all-ads-content {
    width: 100% !important;
  }
}

/* alert */
.MuiAlert-standardSuccess {
  color: #fff !important;
  background-color: #27ae60 !important;
  border-top: 3px solid #075428;
}

.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #fff !important;
}

.MuiDialog-paperWidthSm {
  max-width: 400px !important;
}

/* loading */
.all-ads-content .iVHGJo {
  position: relative !important;
  width: 100% !important;
  float: right !important;
}

@media (max-width: 767px) {
  .all-ads-content .iVHGJo {
    width: 100% !important;
  }
}

.p-top {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .p-top {
    padding-top: 70px;
  }
}

.pagination-div {
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: center;
}

.pagination-div .pagi {
  float: right;
}

.MuiPaginationItem-page.Mui-selected {
  background-color: var(--primary-color) !important;
}

.pagination-custom-btn {
  border: 1px solid #ccc !important;
  width: 96px;
  padding-block: 2px !important;
  background-color: #f2f2f2!important;
  color: rebeccapurple;
}

.pagination-custom-btn.Mui-disabled {
  opacity: 0.38;
}

.pagination-custom-btn > .MuiButton-label {
  text-transform: capitalize;
  font-weight: 400;
}

.pagination-custom-btn svg {
  width: 0.5em;
  height: 0.5em;
  vertical-align: -1px;
}

@media (max-width: 400px) {
  .MuiPaginationItem-root {
    margin: 0 !important;
    margin: initial !important;
  }
  .pagination-custom-btn {
    margin: 0 0.3rem !important;
    min-width: 95px !important;
  }
}

.all-ads-main-container {
  background: #dfdfdf;
  min-height: 800;
  /* padding: 50px 15px; */
  padding-bottom: 48px;
  padding-top: 8px;
}

.all-ads-container {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .all-ads-main-container {
    padding: 0;
  }

  .all-ads-container {
    border-radius: 0;
  }
}

.ads-post-container {
  max-width: 86%;
  margin: auto;
}

@media (max-width: 768px) {
  .ads-post-container {
    width: auto;
  }
}

@media (max-width: 970px) and (min-width: 768px) {
  .all-ads-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.post .likes-you {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #f54646;
  margin-left: 56px;
  margin-top: 5px;
}

.post .likes-you .fa-heart {
  margin-right: 5px;
}

.post .post-features {
  width: calc(100% - 53px);
  margin-top: 20px;
  margin-left: 53px;
  margin-bottom: 15px;
  font-size: 15px;
}

.post .three-cols-table tr td {
  width: 33%;
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.post .two-cols-table tr td {
  width: 50%;
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.icon-div {
  display: inline-block;
  width: 25px;
  vertical-align: top;
}

.info-desc {
  display: inline-block;
  width: calc(100% - 25px);
  margin: 0;
  max-height: 35px;
  overflow: hidden;
  padding-bottom: 1px;
}

.post .post-features .info .icon {
  width: 15px;
  text-align: center;
  margin-top: 2px;
}

.post .post-interest-col {
  display: inline-block;
  width: 175px;
}

.post-footer {
  position: relative;
  width: 100%;
  height: 20px;
}

.match-post-div .post-footer {
  height: 55px;
}

.post-footer .post-date {
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  bottom: 0;
}

.post .post-footer .interest-btn {
  width: 135px;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 22px;
  text-transform: capitalize;
}

/* .post .post-footer .action-btn {
  width: 175px;
  color: #333333;
  background: #c19d0d;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
} */

/* .post .post-footer .interest-btn-disbled {
  font-weight: 500;
} */

.post .post-footer .ignore-text-btn {
  width: 135px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  font-weight: 300;
  text-decoration: underline;
  text-transform: capitalize;
}

.post .post-footer .ignore-text-btn:hover {
  color: #000;
}

.post .post-footer .add-auto-expires {
  width: 135px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 58px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #de8008;
}

@media (max-width: 480px) {
  .post .post-features {
    width: calc(100% - 4px);
    margin-left: 4px;
  }
}

@media (min-width: 851px) {
  .two-cols-table {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .three-cols-table {
    display: none;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .two-cols-table {
    display: none;
  }
}

@media (max-width: 574px) {
  .three-cols-table {
    display: none;
  }
}

/* filter bar */
.filter-cus-div {
  padding: 15px 10px 0 30px;
}

.filter-cus-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0 0 0 0;
}

.show-hide-int-lable {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.filter-cus-div .interest-on-off-btn .css-1w8q89d {
  background: #cca326;
  border-radius: 18px;
}

.default-search-on-off-btn .css-1w8q89d {
  background: #cca326;
  border-radius: 18px;
}

.interest-on-off-btn {
  width: 32px !important;
  height: 18px !important;
}

.filter-cus-div .interest-on-off-btn .css-tu4hyh,
.default-search-on-off-btn .css-tu4hyh {
  left: 15px;
}

.filter-cus-div .interest-on-off-btn .css-w2bgmm,
.default-search-on-off-btn .css-w2bgmm {
  border-radius: 18px;
}

.filter-cus-div .interest-on-off-btn .css-170e205,
.default-search-on-off-btn .css-170e205 {
  right: 15px;
}

.filter-cus-div .age-input {
  width: 41.25%;
  background: #f2f2f2;
  font-size: 15px;
  line-height: 19px;
  border-radius: 4px;
  padding: 7px 10px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>")
    #f2f2f2 no-repeat calc(100% - 5px) !important;
  cursor: pointer;
}
@media (max-width: 480px) {
  .filter-cus-div .age-input {
    width: 42%;
  }
}

.filter-cus-div .age-to-lable {
  color: #333333;
  padding-left: 5%;
  padding-right: 5%;
}

.filter-cus-div .age-input:focus {
  outline: 0;
}

.accor-reset {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 11px;
  line-height: 13px;
  color: var(--typography-accent-1);
  cursor: pointer;
  font-weight: 300;
}

.clear-all-filter-wrapper{
  display: flex;
  justify-content: right;
}

.all-ads-filter-bar .clear-all-filters {
  font-size: 12px;
  line-height: 13px;
  color: #927502;
  cursor: pointer;
  padding: 0 1rem;
  text-align: right;
  margin-bottom: 1.5rem;
}

.all-ads-filter-bar .clear-all-filters:hover {
  text-decoration: underline;
}

.all-ads-filter-bar-mobile .clear-all-filters {
  position: absolute;
  top: 17px;
  left: 10px;
  font-size: 14px;
  line-height: 13px;
  color: #927502;
  cursor: pointer;
  margin: 0;
}

.weight-bold span {
  font-weight: 500 !important;
}

.accordion {
  position: relative;
  padding: 12px 10px;
  color: #333333;
  border-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s;
  cursor: pointer;
  border-top: 1px solid #0000001f;
}

.accordion:hover {
  background-color: #f2f2f2;
}

.accordion:after {
  content: "";
  border: solid rgb(0 0 0) 2px;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin-right: 12px;
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
  left: 0px;
  transition: 0.3s;
  float: left;
}

.active:after {
  transform: rotate(45deg);
}

.panel {
  padding: 0;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-sizing: border-box;
}

.search-results-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  width: 93%;
  z-index: 10;
  background: #fff;
  padding-top: 23px;
  box-sizing: border-box;
  margin: auto;
  height: 60px;
}

.search-results-mobile .filter {
  position: relative;
  top: -4px;
  display: inline;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background: #000000;
  padding: 10px 25px;
  border-radius: 5px;
  vertical-align: middle;
  font-weight: 500;
}

.filter-count {
  font-size: 13px;
  line-height: 11px;
  background: #fff;
  padding: 2px 7px;
  border-radius: 40%;
  color: #000000;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: middle;
}

.search-results-mobile .sort-by {
  float: right;
  border: 0;
  background: #fff;
  font-size: 16px;
  line-height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 5px;
  margin-top: -4px;
}

.search-results-mobile .sort-by:focus {
  outline: 0;
}

.search-results-mobile .fa-sort {
  float: right;
  padding: 5px 0;
  font-size: 14px;
  margin-top: -2px;
}

.post-result-mobi {
  display: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 7px;
}

.search-results-mobile .filter-divider {
  margin-top: 9px !important;
  background-color: #f2f2f2 !important;
}

.search-results-mobile {
  display: none;
}

.filter-cus-div .interest-on-off-btn {
  width: 32px;
  height: 18px;
}

.default-search-on-off-btn {
  width: 32px !important;
  height: 18px !important;
}

.post-results-main {
  text-align: center;
}

@media (max-width: 767px) {
  .search-results-mobile {
    display: block;
  }

  .post-result-mobi {
    display: block;
  }

  .search-results-mobile .filter-divider {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .search-results-mobile {
    width: 86%;
  }
}

@media (min-width: 575px)  {
  .search-results-mobile .load-default-search-btn {
    display: none;
  }
  .load-default-search-btn {
    color: #927502;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.6rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.6rem;
  }
}


.close-filter-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 28px;
  cursor: pointer;
}

.mobi-filter-topic {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-18px, -50%);
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.region-msg {
  font-size: 0.875rem;
  padding: 0 10px 0 30px;
  font-weight: 300;
  line-height: 18px;
}

.alert-btn {
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.grecaptcha-badge {
  display: none;
}

@media (max-width: 575px) {
  .ads-post-container {
    max-width: 93%;
  }
  .search-results .load-default-search-btn {
    display: none;
  }
  .load-default-search-btn {
    color: #927502;
    text-align: right;
    font-size: 0.9rem;
    margin-top: -1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
  }
  .search-results-mobile {
    margin-bottom: 20px;
  }
}
.root-advertisment-container {
  row-gap: 16px;
  padding-inline: 16px;
  padding-bottom: 16px;
  flex-wrap: nowrap;
}

.accordian-content-wrapper-v2 {
  padding-inline: 24px;
  padding-block: 16px;
}

.interest-match-toggle {
  padding: 15px 10px 0 30px;
  border-top: 1px solid #0000001f;
}

.interest-match-toggle .Mui-checked {
  color: var(--primary-color) !important;
}

.interest-match-toggle .Mui-checked + .MuiSwitch-track {
  background-color: var(--primary-color) !important;
  opacity: 0.5;
}

.interest-match-toggle .MuiSwitch-track {
  height: 20px;
  border-radius: 12px;
}

.interest-match-toggle .MuiSwitch-root {
  align-items: center;
}

.interest-match-toggle .toggle-heading {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.interest-match-toggle .toggle-label {
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.prefferred-toggle-label {
  font-size: 12px;
  font-weight: 400 !important;
  color: var(--typography-accent-1) !important;
}

.prefferred-search-toggle {
  align-items: center !important;
  justify-content: center !important;
  padding-block: 8px;
}

.prefferred-search-toggle .MuiSwitch-root {
  align-items: center;
}

.prefferred-search-toggle .MuiSwitch-track {
  height: 20px;
  border-radius: 12px;
}

.prefferred-search-toggle .Mui-checked {
  color: var(--primary-color) !important;
}

.prefferred-search-toggle .Mui-checked + .MuiSwitch-track {
  background-color: var(--primary-color) !important;
  opacity: 0.5;
}

.home-mobile-content-header {
  padding: 8px;
}

.home-mobile-content-header .mobile-header-search-btn {
  background-color: black;
  color: whitesmoke;
  width: -webkit-fit-content;
  width: fit-content;
  padding-inline: 16px;
  padding-block: 8px;
  font-family: inherit;
  text-transform: capitalize;
}

.home-mobile-content-header .mobile-search-btn-search-results {
  font-size: 13px;
  background: #fff;
  /* padding: 4px 4px; */
  min-width: 24px;
  min-height: 24px;
  border-radius: 60%;
  color: #000;
  font-weight: 500;
  margin-left: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .filter-bar-root-container .accordion {
    padding-block: 16px;
    font-size: 1rem;
  }

  .filter-bar-root-container .post-sort-by label {
    font-size: 1rem !important;
    padding-top: 4px;
  }

  .filter-bar-root-container .filter-cus-heading {
    font-size: 1rem !important;
  }
}


/*# sourceMappingURL=248.8f4f9964.chunk.css.map*/