.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;
}

.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;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.reviews-main-div {
  border-color: #dadce0;
  border-radius: 5px;
  /* padding: 10px; */
  padding: 4px;
  width: 30%;
  height: -webkit-fit-content;
  height: fit-content;
  min-height: 100px;
}

.pagination-div {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.no-records-div {
  min-height: 50vh;
  text-align: center;
  padding-top: 10%;
}

.pre-loading-reviews {
  text-align: center;
  margin-top: 70px;
  min-height: 62vh;
}

.reviews-slider-grid {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 48px !important;
  padding-block: 16px;
}

.reviews-slider-sub-grid {
  margin: auto !important;
  min-height: 0;
  min-height: initial;
  width: 100%;
}

.slider-review-item {
  cursor: pointer;
  padding-top: 15px;
  height: 100%;
}

.magazine-reviews-container {
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  background: transparent;
}

.sidebar-review-container{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.sidebar-review-container .review-heading {
  font-size: 16px;
  text-align: center;
  color: #483a04;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 970px) {
  .magazine-reviews-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 600px) and (max-width: 970px) {
  .reviews-main-div {
    width: 43%;
  }
}

@media (min-width: 0) and (max-width: 600px) {
  .reviews-main-div {
    width: 90%;
  }
  .progress-div {
    margin-right: 25px;
    margin-top: 10px;
    width: 60% !important;
  }
  .total-avg-div {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 0) and (max-width: 400px) {
  .main-rating-div {
    /* flex-direction: column; */
  }
  .progress-div {
    width: 95% !important;
    margin-top: 10px;
  }
}

.show-more-less-clickable {
  color: #2979FF;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: fit-content;
}

.review-item-header-sub-div {
  display: flex;
  justify-content: space-between;
  color: #333333;
  align-items: center;
}

.reviews-parent-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-css {
  min-height: 75px;
}

.content-css span{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px !important;
}

.content-css span.show-more-less-clickable{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 13px !important;
}

.review-component {
  margin: 5px;
  background-color: #ffffff;
}

.review-component .review-content-wrapper .name{
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
}

.review-content-wrapper {
  row-gap: 8px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgb(155, 119, 2);
}

.review-progress {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 8px;
}

.average-rating {
  font-size: 64px;
  font-weight: 400;
  line-height: 77.45px;
}

.total-avg-div {
  margin-left: 55px;
  margin-right: 55px;
  text-align: center;
}

.review-count {
  color: #333333;
  margin-top: 10px;
  font-weight: 200;
}

.main-rating-div {
  display: flex;
  margin-top: 20px;
}

.progress-div {
  width: 70%;
  margin-right: 10px;
}

.slick-review-item {
  /* border-radius: 10px; */
}

.slick-dots {
  display: inline;
  display: initial;
  bottom: auto;
  bottom: initial;
  position: static;
  position: initial;
}
.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;
}

@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;
}

.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;
}

.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;
}

.form-text-input {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

.input-text {
  font-size: 14px !important;
}

.input-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 12px !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.form-text-input .MuiOutlinedInput-root .MuiOutlinedInput-input {
  font-size: 12px !important;
  overflow: auto !important;
}

.form-dropdown-select-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-drop-down-option {
  padding-block: 8px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.Mui-error > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ff2620 !important;
}

.form-error-text {
  color: #ff2620 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.outside-placeholder-text {
  color: #999;
}

.form-interactive-btn-paper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0%;
  margin-right: 2%;
  column-gap: 8px;
  background-color: transparent !important;
  border: none !important;

}

.form-interactive-btn-paper .MuiIconButton-root {
  background-color: #f2f2f2;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  box-shadow: 2px 3px 5px #747474;
  color: #333;
  border-radius: 4px;
}

.form-interactive-btn-paper .MuiSvgIcon-root {
    font-size: 16px;
}
.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-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=5306.215c3131.chunk.css.map*/