@keyframes gradient-animation-card-skeleton {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.re__label-solid-black-opacity--sm {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
}
.re__label-solid-black-opacity--sm > i {
  float: left;
  margin: 2px 4px 2px 0;
  color: #fff;
}
.re__label-solid-black-opacity--sm > span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  clear: left;
  color: #fff;
}
.re__label-solid-black-opacity--md {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
}
.re__label-solid-black-opacity--md > i {
  float: left;
  margin: 2px 4px 2px 0;
  color: #fff;
}
.re__label-solid-black-opacity--md > span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  clear: left;
  color: #fff;
}
[aria-label][role~="tooltip"]::after {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 8px 12px !important;
}
[role~="tooltip"][data-microtip-position="right"]::before {
  background: url(/images/tooltip/tooltip-right.svg) no-repeat;
  width: 6px;
  height: 10px;
}
[role~="tooltip"][data-microtip-position="left"]::before {
  background: url(/images/tooltip/tooltip-left.svg) no-repeat;
  width: 6px;
  height: 10px;
}
[role~="tooltip"][data-microtip-position="bottom"]::before {
  background: url(/images/tooltip/tooltip-bottom.svg) no-repeat;
  width: 12px;
  height: 8px;
}
[role~="tooltip"][data-microtip-position="top"]::before {
  background: url(/images/tooltip/tooltip-top.svg) no-repeat;
  width: 12px;
  height: 8px;
  bottom: 96%;
}
.box-contact .user .phone,
.re__sidebar-box .user .phone,
.product-detail-fix .phone,
.re__ldp .re__pr-scrollbar .phone {
  line-height: 20px;
  height: initial;
  padding: 13px 15px;
  border-radius: 8px;
  color: #fff;
  background: #009ba1;
  border: 1px solid #009ba1;
}
.box-contact .user .phone:hover,
.re__sidebar-box .user .phone:hover,
.product-detail-fix .phone:hover,
.re__ldp .re__pr-scrollbar .phone:hover {
  color: #fff;
  background: #1dbabf;
  border: 1px solid #1dbabf;
}
.box-contact .user .phone:active,
.re__sidebar-box .user .phone:active,
.product-detail-fix .phone:active,
.re__ldp .re__pr-scrollbar .phone:active {
  color: #fff;
  background: #007c80;
  border: 1px solid #007c80;
}
.box-contact .user .phone:disabled,
.re__sidebar-box .user .phone:disabled,
.product-detail-fix .phone:disabled,
.re__ldp .re__pr-scrollbar .phone:disabled {
  opacity: 0.4;
  color: #fff;
  background: #009ba1;
  border: 1px solid #009ba1;
  cursor: unset;
}
.box-contact .email-copy,
.re__sidebar-box .email-copy {
  font-weight: bold;
  color: #2c2c2c;
  position: relative;
}
.box-contact .email-copy:active,
.re__sidebar-box .email-copy:active {
  color: #fff;
}
.product-detail-fix .link_mail,
.product-detail-fix .link_sms {
  color: #2c2c2c;
}
.tablet-box-contact .btn-border-grey .re__btn-se-border--md {
  padding: 13px 15px;
  font-weight: bold;
  color: #2c2c2c;
}
.tablet-box-contact .btn-border-grey .re__btn-se-border--md:active {
  color: #fff;
}
.repost .re__btn {
  display: inline-block;
}
.repost #report {
  line-height: 20px;
}
.list-history .re__btn.re__left,
.list-history .re__btn.re__right,
.list-product-area .re__btn.re__left,
.list-product-area .re__btn.re__right {
  top: 36px;
  position: absolute;
  z-index: 1;
  box-sizing: content-box;
}
.list-history .re__left,
.list-product-area .re__left {
  right: -21px;
}
.list-history .re__right,
.list-product-area .re__right {
  left: -21px;
}
#popup_feedback .pl-popup-tab .btn-green {
  background-image: none;
}
.product-detail .fb-input input {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 5px 15px;
  border-radius: 4px;
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.product-detail .fb-input input::-webkit-input-placeholder {
  color: #999;
}
.product-detail .fb-input input:-ms-input-placeholder {
  color: #999;
}
.product-detail .fb-input input::placeholder {
  color: #999;
}
.product-detail .fb-input input:hover {
  border: 1px solid #2c2c2c;
}
.product-detail .fb-input input:focus {
  border: 1px solid #2c2c2c;
  box-shadow: none;
}
.product-detail .fb-input input:disabled {
  color: #999;
  background: #f2f2f2;
  border: 1px solid #ff837a;
  cursor: no-drop;
}
.product-detail .fb-input span.re__input-icon-close {
  top: 8px;
  right: 8px;
  line-height: 16px;
  font-family: font-icon-bds !important;
  color: #999;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: unset;
}
.product-detail .fb-input span.re__input-icon-close > span {
  font-size: 16px;
  line-height: 1;
}
.product-detail .fb-input span.re__input-icon-close .path1:before {
  content: "";
  color: #f2f2f2;
  font-family: "font-icon-bds";
}
.product-detail .fb-input span.re__input-icon-close .path2:before {
  content: "";
  margin-left: -1em;
  color: #999;
  font-family: "font-icon-bds";
}
.btn-border-grey,
.btn-border-grey:hover,
.btn-border-grey.actived {
  border: 0px;
  background: none;
}
.product-detail-fix .phone span {
  background: none;
  padding-left: 10px;
}
.product-detail-fix .phone span .re__content span {
  margin-top: 1px;
}
.product-detail-fix .phone span span,
.product-detail-fix .phone span i {
  float: left;
}
.product-detail-fix .phone span.re__content {
  float: none;
  display: inline-block;
}
.box-contact .user .phoneEvent i {
  display: none;
}
#divSendContact .row input {
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#divSendContact .row input:hover {
  border: 1px solid #2c2c2c;
}
#divSendContact .row input:focus {
  border: 1px solid #2c2c2c;
  box-shadow: none;
}
#divSendContact .row input:disabled {
  color: #999;
  background: #f2f2f2;
  border: 1px solid #ff837a;
  cursor: no-drop;
}
.product-detail .product-config .repost {
  top: 14px;
}
.product-detail .list-product .ul-list-product {
  padding-bottom: 20px;
}
.re__sidebar-box-action {
  position: relative;
}
.product-detail .tile-product,
.hidden-mobile,
.hidden-phone,
.product-details-new .list-info ul li .txtContent p.f-none,
.new-layout .o-info.fblack h2,
.new-layout .o-info.fblack h4,
.other-contact-form textarea {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.re__list-standard-1line--sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin: 0px 16px;
  padding: 6px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__list-standard-1line--sm:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line--sm:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line-no-underline--sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
  margin: 0px 16px;
  padding: 6px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__list-standard-1line--md {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin: 0px 16px;
  padding: 14px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__list-standard-1line--md:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line--md:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line-no-underline--md {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
  margin: 0px 16px;
  padding: 14px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__list-standard-1line--lg {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin: 0px 16px;
  padding: 16px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
}
.re__list-standard-1line--lg:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line--lg:last-of-type {
  border-bottom: 0;
}
.re__list-standard-1line-no-underline--lg {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
  margin: 0px 16px;
  padding: 16px 0px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
}
.re__tag,
.re__tag--sm,
.re__tag-removable-solid--sm,
.re__tag--md,
.re__tag-removable-solid--md {
  overflow: hidden;
  display: block;
  float: left;
  padding: 6px 16px;
  border-radius: 40px;
  background: #f2f2f2;
  margin-right: 8px;
  color: #2c2c2c;
  cursor: pointer;
}
.re__tag:hover,
.re__tag--sm:hover,
.re__tag-removable-solid--sm:hover,
.re__tag--md:hover,
.re__tag-removable-solid--md:hover {
  background: #f2f2f2;
  color: #999;
}
.re__tag:active,
.re__tag--sm:active,
.re__tag-removable-solid--sm:active,
.re__tag--md:active,
.re__tag-removable-solid--md:active {
  background: #ccc;
  color: #2c2c2c;
}
.re__actived.re__tag,
.re__actived.re__tag--sm,
.re__actived.re__tag-removable-solid--sm,
.re__actived.re__tag--md,
.re__actived.re__tag-removable-solid--md {
  background: #ffeceb;
  color: #74150f;
}
.re__tag-icon-left span,
.re__tag-notification span,
.re__tag-close span,
.re__tag-icon-close span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  display: block;
  float: left;
}
.re__tag {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__tag a {
  color: #2c2c2c;
}
@media only screen and (max-width: 1024px) {
  .re__tag:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag:active {
    background: #ccc;
    color: #2c2c2c;
  }
  .re__tag a:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag a:active {
    background: #ccc;
    color: #2c2c2c;
  }
}
.re__tag--sm {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 2px 8px;
  margin-right: 6px;
}
.re__tag--sm:hover {
  background: #f2f2f2;
  color: #999;
}
.re__tag--sm:active {
  background: #ccc;
  color: #2c2c2c;
}
.re__tag--sm a {
  color: #2c2c2c;
}
@media only screen and (max-width: 1024px) {
  .re__tag--sm:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag--sm:active {
    background: #ccc;
    color: #2c2c2c;
  }
  .re__tag--sm a:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag--sm a:active {
    background: #ccc;
    color: #2c2c2c;
  }
}
.re__tag-removable-solid--sm {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 2px 8px;
  margin-right: 6px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 1px 7px;
  padding: 5px 15px;
}
.re__tag-removable-solid--sm:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.re__tag-removable-solid--sm:active {
  background: #fff;
  color: #2c2c2c;
  border: 1px solid #fff;
}
.re__tag-removable-solid--sm.active {
  background: #fff;
  border: 1px solid #fff;
  color: #2c2c2c;
}
.re__tag-removable-solid--sm a {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1024px) {
  .re__tag-removable-solid--sm:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .re__tag-removable-solid--sm:active {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--sm a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .re__tag-removable-solid--sm a:active {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--sm.active:hover {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--sm.active a:hover {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
}
.re__tag--md {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 6px 16px;
  margin-right: 8px;
}
.re__tag--md:hover {
  background: #f2f2f2;
  color: #999;
}
.re__tag--md:active {
  background: #ccc;
  color: #2c2c2c;
}
.re__tag--md a {
  color: #2c2c2c;
}
@media only screen and (max-width: 1024px) {
  .re__tag--md:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag--md:active {
    background: #ccc;
    color: #2c2c2c;
  }
  .re__tag--md a:hover {
    color: #2c2c2c;
    background: #f2f2f2;
  }
  .re__tag--md a:active {
    background: #ccc;
    color: #2c2c2c;
  }
}
.re__tag-removable-solid--md {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 6px 16px;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 1px 7px;
  padding: 5px 15px;
}
.re__tag-removable-solid--md:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.re__tag-removable-solid--md:active {
  background: #fff;
  color: #2c2c2c;
  border: 1px solid #fff;
}
.re__tag-removable-solid--md.active {
  background: #fff;
  border: 1px solid #fff;
  color: #2c2c2c;
}
.re__tag-removable-solid--md a {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1024px) {
  .re__tag-removable-solid--md:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .re__tag-removable-solid--md:active {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--md a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .re__tag-removable-solid--md a:active {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--md.active:hover {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
  .re__tag-removable-solid--md.active a:hover {
    background: #fff;
    color: #2c2c2c;
    border: 1px solid #fff;
  }
}
.re__tag-icon-left i {
  font-size: 16px;
  padding: 2px 0px;
  float: left;
  margin-right: 8px;
}
.re__tag-notification span {
  margin-right: 8px;
}
.re__tag-notification span.notification {
  font-family: "Roboto Bold", Roboto, Arial !important;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal !important;
  color: #fff;
  background: #2c2c2c;
  border-radius: 4px;
  display: inline-block;
  min-width: 16px;
  line-height: 16px;
  padding: 0px 1px;
}
.re__tag-close span {
  margin-right: 8px;
}
.re__tag-close i {
  font-size: 16px;
  padding: 2px 0px;
  float: left;
}
.re__tag-icon-close span {
  font-size: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.re__tag-icon-close i {
  font-size: 16px;
  padding: 2px 0px;
  float: left;
  margin-left: 0px;
}
.re__tag-icon-close.re__multiple-row i {
  padding: 10px 0px;
}
.re__tag-icon-close .re__content {
  display: block;
}
.re__tag-icon-close .re__content .re__row-1 {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  clear: both;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
.re__tag-icon-close .re__content .re__row-2 {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
  display: block;
  float: left;
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
@keyframes gradient-animation-card-skeleton {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.re__house-direction-select,
.re__balcon-direction-select {
  cursor: pointer;
  float: left;
  width: unset !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  height: 32px;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart {
  position: relative;
  bottom: 2px;
  top: 50%;
  left: 20%;
  max-width: 200px;
  max-height: 200px;
  margin: 20px 0;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  svg,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  svg {
  transform: rotate(23deg);
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  svg
  path,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  svg
  path {
  transition: fill 0.2s ease;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment:hover,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment:hover {
  fill: #ccc;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-selected:hover,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-selected:hover {
  fill: #e03c31;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-hover,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-hover {
  fill: #ccc;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-selected,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .pieSegment-selected {
  fill: #e03c31 !important;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .center,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .center {
  position: absolute;
  top: 52%;
  left: 54%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text {
  position: absolute;
  transition: color 0.2s ease;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text
  span,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text-selected,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text-selected {
  color: #fff;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text1,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text1 {
  top: 15%;
  left: 49%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text2,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text2 {
  top: 25%;
  left: 66%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text3,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text3 {
  top: 47%;
  left: 78%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text4,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text4 {
  top: 69%;
  left: 64%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text5,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text5 {
  top: 78%;
  left: 48%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text6,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text6 {
  top: 69%;
  left: 17%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text7,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text7 {
  top: 46%;
  left: 17%;
}
.re__house-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text8,
.re__balcon-direction-select
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .re__pie-chart
  .text8 {
  top: 25%;
  left: 19%;
}
.re__house-direction-select div.re__listing-search-select-header,
.re__balcon-direction-select div.re__listing-search-select-header {
  border-bottom: 1px solid #f2f2f2;
}
.re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  display: block;
  text-align: center;
}
.re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #999;
}
.re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i {
  font-size: 24px;
  color: #999;
}
.re__house-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__balcon-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  float: left;
  margin: 5px 0px 5px 11px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  width: unset;
  max-width: 150px;
}
.re__house-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__balcon-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__house-direction-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__balcon-direction-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm {
  float: left;
  margin: 7px 11px 7px 12px;
  color: #999;
}
.re__house-direction-select .re__listing-search-select-button::after,
.re__balcon-direction-select .re__listing-search-select-button::after {
  display: block;
  clear: both;
}
.re__house-direction-select::after,
.re__balcon-direction-select::after {
  content: "";
  display: block;
  clear: both;
}
.re__house-direction-select > div > div.re__listing-search-select-dropdown,
.re__balcon-direction-select > div > div.re__listing-search-select-dropdown {
  width: 360px !important;
}
.re__house-direction-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list,
.re__balcon-direction-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list {
  padding: 16px !important;
}
.re__house-direction-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list
  div,
.re__balcon-direction-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list
  div {
  max-height: 250px;
}
.re__house-direction-select ul.re__listing-search-select-list > div > ul,
.re__balcon-direction-select ul.re__listing-search-select-list > div > ul {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  border: none;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: #f2f2f2;
  color: #2c2c2c;
  float: left;
  margin: 0px 8px 0px 0px;
  border-radius: 40px;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__actived,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__actived {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked
  > span,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked
  > span {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span {
  margin: 0px !important;
  padding: 6px 16px !important;
  border-radius: 40px;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::before,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::before {
  display: none !important;
}
.re__house-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::after,
.re__balcon-direction-select
  ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::after {
  display: none !important;
}
.re__advanced-filter-modal .re__listing-search-select-slider {
  border: none;
}
.re__advanced-filter-modal .re__listing-search-select-slider .re__slider-input {
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 6px 16px;
  text-align: center;
  width: calc(50% - 16px);
  margin-bottom: 16px;
  -moz-appearance: textfield;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-input::-webkit-outer-spin-button,
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-input:focus {
  border: 1px solid #505050 !important;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-input::placeholder {
  color: #999;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.re__advanced-filter-modal .re__listing-search-select-slider .re__slider-icon {
  float: left;
  margin: 8px;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: left;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to
  span,
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #009ba1;
  text-align: left;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to {
  padding-left: 16px;
}
.re__advanced-filter-modal .re__listing-search-select-slider .re__slider-bar {
  margin: 10px 0px;
  height: 4px;
  width: calc(100% - 22px);
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  position: relative;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-range {
  background: #009ba1;
  border: 1px solid #009ba1;
  margin-top: -1px;
  height: 4px;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle {
  margin-left: -1px;
  top: -11px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #009ba1;
  border: 1px solid #9ed8da;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(44, 44, 44, 0.08);
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle:hover,
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle:active,
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle:focus {
  outline: unset;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle:hover {
  background: #1dbabf;
}
.re__advanced-filter-modal
  .re__listing-search-select-slider
  .re__slider-bar::after {
  content: "";
  height: 4px;
  width: 24px;
  border: none;
  position: absolute;
  right: -22px;
  bottom: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #f2f2f2;
}
.re__advanced-filter-modal .mCustomScrollBox {
  max-height: 160px;
}
.re__advanced-filter-modal .filter-model-option {
  padding: 20px 0px 8px;
  display: none;
}
.re__advanced-filter-modal .filter-model-option.active {
  display: block;
}
.re__advanced-filter-modal
  .filter-model-option
  ul.re__listing-search-select-list {
  position: relative;
  top: 0px;
  margin: auto -24px;
}
.re__advanced-filter-modal
  .filter-model-option
  ul.re__listing-search-select-list
  li.re__option {
  position: relative;
  padding: 6px 24px;
  cursor: pointer;
  color: #2c2c2c;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  font-weight: 400 !important;
}
.re__advanced-filter-modal
  .filter-model-option
  ul.re__listing-search-select-list
  li.re__option:hover {
  background: #f2f2f2;
  color: #2c2c2c;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  font-weight: 400 !important;
}
.re__advanced-filter-modal
  .filter-model-option
  ul.re__listing-search-select-list
  li.re__option
  > span::after {
  content: "\e9a2";
  color: #cccccc;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 24px;
}
.re__advanced-filter-modal
  .filter-model-option
  ul.re__listing-search-select-list
  li.re__option.re__selected
  > span::after {
  content: "\e9a3";
  color: #e03c31;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 24px;
  z-index: 1010;
}
.re__advanced-filter-modal .single-option-list {
  padding: 0px 0px 8px !important;
}
.re__advanced-filter-modal .re__asset-cate-select-list-wrapper.sell {
  display: none;
}
.re__advanced-filter-modal .re__asset-cate-select-list-wrapper.sell.active {
  display: block;
}
.re__advanced-filter-modal .re__asset-cate-select-list-wrapper.rent {
  display: none;
}
.re__advanced-filter-modal .re__asset-cate-select-list-wrapper.rent.active {
  display: block;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list {
  overflow-y: auto;
  scroll-behavior: smooth;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 12px;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .left-content {
  display: flex;
  align-items: center;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .left-content
  i {
  margin-right: 8px;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .left-content:not(:has(i)) {
  padding-left: 48px;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content {
  display: flex;
  align-items: center;
  position: relative;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .custom-checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .re__option {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 14px;
  width: 14px;
  top: 0;
  left: 0;
  z-index: 1;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .re__option:checked
  ~ .custom-checkbox {
  background-color: #e03c31;
  border-color: #e03c31;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .re__option:checked
  + .custom-checkbox::after {
  display: block;
}
.re__advanced-filter-modal
  .re__asset-cate-select-list-wrapper
  .re__asset-cate-select-list
  li
  label
  .right-content
  .custom-checkbox::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.re__advanced-filter-modal .re__asset-filter-location-wrapper .re__field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.re__advanced-filter-modal .re__asset-filter-location-wrapper .re__field:hover {
  position: relative;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field:hover
  .tooltip-city {
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  width: max-content;
  transition: opacity 1s ease 1s;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field:hover
  .tooltip-city::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field:hover
  .tooltip-district {
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  width: max-content;
  transition: opacity 1s ease 1s;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field:hover
  .tooltip-district::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field.disabled
  .autocomplete {
  cursor: not-allowed;
  background: #f2f2f2;
  pointer-events: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field.disabled
  .autocomplete
  input {
  background: #f2f2f2;
  cursor: not-allowed;
  pointer-events: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field.disabled
  .autocomplete
  .icon-wrapper
  svg {
  display: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete:focus {
  border-color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete:focus
  .icon-wrapper
  i::before {
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete:focus
  .icon-wrapper
  svg {
  display: block;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete.active {
  border-color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete.active
  .icon-wrapper
  i::before {
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete.active
  .icon-wrapper
  svg {
  display: block;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input {
  width: 100%;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input::placeholder {
  color: #999;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input:focus {
  border-color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input:focus
  + .icon-wrapper
  .re__icon-chevron-up {
  display: flex;
  color: #2c2c2c;
  margin-left: 4px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input:focus
  + .icon-wrapper
  .re__icon-chevron-down {
  display: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  input:focus
  + .js__remove-input-icon {
  display: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper {
  display: flex;
  align-items: center;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  .js__remove-input-icon {
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  .re__icon-chevron-down {
  display: flex;
  margin-left: 4px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  .re__icon-chevron-up {
  display: none;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  .re__icon-chevron-up.active {
  display: inline-block;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  i {
  display: flex;
  align-content: center;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .autocomplete
  .icon-wrapper
  i::before {
  font-size: 16px;
  color: #999;
}
.re__advanced-filter-modal .re__asset-filter-location-wrapper .re__field .list {
  display: none;
  max-height: 256px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  top: 103%;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list.js__project-list {
  position: relative;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list::-webkit-scrollbar {
  width: 12px;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list.active {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  max-height: 200px;
  overflow-y: auto;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list.active
  .cityItem {
  padding: 8px 16px;
  cursor: pointer;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list.active
  .cityItem:hover {
  background: #f2f2f2;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list
  li {
  padding: 8px 16px;
  cursor: pointer;
  list-style: none;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list
  li:hover {
  background: #f2f2f2;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .list
  li.no-result {
  color: #999;
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .tooltip-city {
  position: absolute;
  opacity: 0;
  top: -17%;
  left: 50%;
  transform: translate(-50%, 0);
}
.re__advanced-filter-modal
  .re__asset-filter-location-wrapper
  .re__field
  .tooltip-district {
  position: absolute;
  opacity: 0;
  top: -17%;
  left: 50%;
  transform: translate(-50%, 0);
}
.re__main .re__search-bar-v2 a[action="go-left"].hide {
  opacity: 0;
}
.re__main .re__search-bar-v2 .js__search-new-ui-dropdown {
  width: calc(100% - 105px);
}
.re__main
  .re__search-bar-v2
  .js__search-new-ui-dropdown
  .re__search-box-row-col.js__search-filter.swiper-container.swiper-container-initialized.swiper-container-horizontal.lazyloaded
  .js__search-new-ui-verifications {
  flex-shrink: 1;
}
.re__main
  .re__search-bar-v2
  .re__srp-nav-filter-verification
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic_verified.svg);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.re__main
  .re__search-bar-v2
  .re__srp-nav-filter-verification.pg-verified
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic-pg-verified-16.svg);
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.re__main
  .re__search-bar-v2
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic_agent_verification.svg);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.re__main
  .re__filter-col
  .re__listing-filter-toogle
  .re__listing-search-select-button {
  align-items: center;
}
.re__main
  .re__filter-col
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification {
  margin: 12px 0px;
  margin-top: 24px;
  flex-direction: column;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-title {
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-title
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  font-weight: 500 !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options {
  display: flex;
  flex-direction: column;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle {
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  padding: 12px 16px;
  margin: 4px 0px;
  width: 100%;
  display: flex;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button {
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-off--lg,
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-on--lg {
  float: left;
  margin: 0px;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-off--lg
  .path1,
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-on--lg
  .path1 {
  position: absolute;
  top: 6px;
  left: 0px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-off--lg
  .path2,
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__icon-switch-on--lg
  .path2 {
  position: absolute;
  top: 6px;
  left: 32px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button.re__has-value
  .re__icon-switch-on--lg
  .path1::before {
  color: #07a35d !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic_verified_24.svg);
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle
  .re__listing-search-select-button.pg-verified
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic-pg-verified-16.svg);
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__box-verification
  .re__box-verification-options
  .re__listing-filter-toogle.re__srp-nav-filter-agent-verification
  .re__listing-search-select-button-current-text::before {
  content: url(/images/icons/ic_agent_verification_24.svg);
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.re__listing-search-box .re__search-box-row-filter .advanced-filter-button {
  cursor: pointer;
  width: unset !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  height: 32px;
  width: 97px;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: initial;
}
.re__listing-search-box
  .re__search-box-row-filter
  .advanced-filter-button:hover {
  background: #fafafa;
}
.re__listing-search-box
  .re__search-box-row-filter
  .advanced-filter-button:active {
  background: #f2f2f2;
}
.re__listing-search-box .re__search-box-row-filter .advanced-filter-button svg {
  margin-right: 8px;
}
.re__listing-search-box
  .re__search-box-row-filter
  .advanced-filter-button
  span {
  display: inline-block;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-right: 8px;
}
.re__listing-search-box .re__search-box-row-filter .advanced-filter-button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  width: 16px;
  height: 16px;
  padding: 4.5px 5px;
  background-color: #e03c31;
  color: #fff;
  border-radius: 4px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__listing-search-box
  .re__search-box-row-filter
  .advanced-filter-button
  i.hidden {
  display: none;
}
.re__main .re__advanced-filter-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}
.re__main .re__advanced-filter-selection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -50%;
  left: -50%;
  z-index: 1002;
}
.re__main .re__advanced-filter-selection-overlay {
  position: fixed;
  width: 110vw;
  height: 110vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translate(-40%, -10%);
  display: block;
}
.re__main .re__advanced-filter-modal-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: initial;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.re__main .re__advanced-filter-modal-container.visible {
  display: block;
}
.re__main
  .re__advanced-filter-modal-container
  .js__advanced-children-filter-modal
  .header
  .title {
  display: flex;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .js__advanced-children-filter-modal
  .header
  .title
  .js__back-children-advanced-modal {
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .js__advanced-children-filter-modal
  .header
  .re__close-children-advanced-modal {
  cursor: pointer;
}
.re__main .re__advanced-filter-modal-container .re__advanced-filter-modal {
  width: 464px;
  height: 80vh;
  background: #fff;
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f2f2f2;
  flex: 0 0 auto;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .header
  .title
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .header
  .title
  .re__icon-arrow-left {
  color: #2c2c2c;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .header
  .re__close-advanced-modal
  i {
  width: 16px;
  height: 16px;
  color: #999;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .header
  .re__icon-close-no-circle {
  color: #999;
  width: 15.5px;
  height: 15.5px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body {
  height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 24px;
  flex: 1 1 auto;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body.scrollbar {
  padding-right: 12px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .cate {
  padding: 16px 0;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .cate
  li:hover {
  background: #fafafa;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .cate
  li
  label {
  margin-bottom: 0;
  padding: 6px 0;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .cate
  li
  label
  .left-content
  i {
  padding-left: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .cate
  li
  label
  .right-content {
  padding-right: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body::-webkit-scrollbar {
  width: 12px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper
  .re__filter-tag-label {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper
  .re__filter-tag-option-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper
  .re__filter-tag-option-wrapper
  .re__tag-option-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #2c2c2c;
  min-width: 40px;
  height: 32px;
  border-radius: 40px;
  cursor: pointer;
  padding: 6px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper
  .re__filter-tag-option-wrapper
  .re__tag-option-item:hover {
  background: #f2f2f2;
  color: #999;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__filter-tag-wrapper
  .re__filter-tag-option-wrapper
  .re__tag-option-item.active {
  background: #e03c31;
  color: #fff;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper {
  display: flex;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-sell-button {
  background: #fff;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 32px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-sell-button:hover {
  background: #ccc;
  border: 1px solid #f2f2f2;
  color: #999;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-sell-button.active {
  background: #505050;
  color: #fff;
  border: none;
  pointer-events: none;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-rent-button {
  background: #fff;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 32px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-rent-button:hover {
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #999;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__switch-button-wrapper
  .re__switch-rent-button.active {
  background: #505050;
  color: #fff;
  border: none;
  pointer-events: none;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-tag {
  padding: 8px 12px;
  background: #f2f2f2;
  margin-right: 8px;
  border-radius: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-height: 32px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-tag
  span {
  display: inline-block;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  width: max-content;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-tag
  i {
  color: #999;
  font-size: 16px;
  font-weight: 1000;
  width: max-content;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 32px;
  margin-bottom: 8px;
  border: none;
  background: transparent;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add:hover {
  background: #ffeceb;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add:hover
  .re__icon-plus {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add:hover
  span {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add:active {
  background: #ffc7c3;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add
  .re__icon-plus {
  color: #e03c31;
  font-size: 16px;
  font-weight: bolder;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-type-wrapper
  .re__asset-type-tag-wrapper
  .re__asset-type-add
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #e03c31;
  margin-left: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper {
  margin-top: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-tag {
  padding: 8px 12px;
  background: #f2f2f2;
  margin-right: 8px;
  border-radius: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-height: 32px;
  max-width: 100%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-tag
  span {
  display: inline-block;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  width: max-content;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-tag
  i {
  color: #999;
  font-size: 16px;
  font-weight: 1000;
  width: max-content;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 32px;
  margin-bottom: 8px;
  border: none;
  background: transparent;
  border-radius: 4px;
  padding: 6px 8px;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add
  .re__tooltip-max-location {
  display: none;
  position: absolute;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add:hover {
  background: #ffeceb;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add:hover
  .re__icon-plus {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add:hover
  span {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add:active {
  background: #ffc7c3;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled {
  cursor: not-allowed;
  background: initial;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled
  i {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled
  span {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled:hover {
  color: #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled:hover
  .re__tooltip-max-location {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  width: max-content;
  transition: opacity 1s ease 1s;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add.disabled:hover
  .re__tooltip-max-location::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add
  .re__icon-plus {
  color: #e03c31;
  font-size: 16px;
  font-weight: bolder;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-location-wrapper
  .re__asset-location-tag-wrapper
  .re__asset-location-add
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #e03c31;
  margin-left: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper {
  margin-top: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button:hover
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button:focus {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button:focus
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button
  .left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button
  .left-content
  i {
  color: #2c2c2c;
  font-size: 22px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button
  .left-content
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button
  .right-content {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-filter-wrapper
  .re__asset-filter-button
  .right-content
  i {
  color: #999;
  font-size: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper {
  margin-top: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button:hover
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button:focus {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button:focus
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button
  .left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button
  .left-content
  i {
  color: #2c2c2c;
  font-size: 22px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button
  .left-content
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button
  .right-content {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-price-wrapper
  .re__asset-price-button
  .right-content
  i {
  color: #999;
  font-size: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button:hover
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button:focus {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button:focus
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button
  .left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button
  .left-content
  i {
  color: #2c2c2c;
  font-size: 22px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button
  .left-content
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button
  .right-content {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__asset-area-wrapper
  .re__asset-area-button
  .right-content
  i {
  color: #999;
  font-size: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper
  .re__bed-room-quantity-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper
  .re__bed-room-quantity-tag-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper
  .re__bed-room-quantity-tag-wrapper
  .re__bed-room-quantity-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #2c2c2c;
  width: 48px;
  height: 32px;
  border-radius: 40px;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper
  .re__bed-room-quantity-tag-wrapper
  .re__bed-room-quantity-tag:hover {
  background: #f2f2f2;
  color: #999;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__bed-room-quantity-wrapper
  .re__bed-room-quantity-tag-wrapper
  .re__bed-room-quantity-tag.active {
  background: #e03c31;
  color: #fff;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-filter-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 200px;
  max-height: 200px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  svg {
  transform: rotate(23deg);
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  svg
  g
  .pieSegmentGroup {
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  svg
  g
  .pieSegmentGroup.hovered
  path {
  fill: #ccc;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  svg
  path {
  transition: fill 0.2s ease;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  svg
  path:hover {
  fill: #ccc;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .re__checked {
  fill: #e03c31 !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .re__text-checked {
  color: #fff !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .center {
  position: absolute;
  top: 52%;
  left: 54%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text-selected {
  color: #fff !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text-selected
  span {
  color: #fff !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .pieSegment:hover {
  fill: #ccc;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .pieSegment-selected:hover {
  fill: #e03c31;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .pieSegment-hover {
  fill: #ccc;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .pieSegment-selected {
  fill: #e03c31 !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text {
  position: absolute;
  transition: color 0.2s ease;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text-selected {
  color: #fff;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text1 {
  top: 15%;
  left: 49%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text2 {
  top: 25%;
  left: 66%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text3 {
  top: 47%;
  left: 78%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text4 {
  top: 69%;
  left: 64%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text5 {
  top: 78%;
  left: 48%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text6 {
  top: 69%;
  left: 17%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text7 {
  top: 46%;
  left: 17%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__pie-filter-wrapper
  .re__pie-chart
  .text8 {
  top: 25%;
  left: 19%;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button:hover
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button:focus {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button:focus
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button
  .left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button
  .left-content
  i {
  color: #2c2c2c;
  font-size: 22px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button
  .left-content
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button
  .right-content {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-length-wrapper
  .re__entrance-length-button
  .right-content
  i {
  color: #999;
  font-size: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button:hover
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button:focus {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button:focus
  i {
  color: #2c2c2c !important;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button
  .left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button
  .left-content
  i {
  color: #2c2c2c;
  font-size: 22px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button
  .left-content
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button
  .right-content {
  display: flex;
  align-items: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__entrance-width-wrapper
  .re__entrance-width-button
  .right-content
  i {
  color: #999;
  font-size: 16px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper {
  margin-top: 24px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper {
  display: flex;
  gap: 8px;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper
  .re__file-attach-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 40px;
  padding: 6px 16px;
  max-height: 32px;
  cursor: pointer;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper
  .re__file-attach-tag:hover
  span {
  color: #999;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper
  .re__file-attach-tag.active {
  background: #e03c31;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper
  .re__file-attach-tag.active
  span {
  color: #fff;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .body
  .re__file-attach-wrapper
  .re__file-attach-tag-wrapper
  .re__file-attach-tag
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 16px;
  box-shadow: 0px -2px 2px 0px #cbcbcb40;
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__reset-filter {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  cursor: pointer;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__reset-filter:hover {
  background: #fafafa;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__reset-filter:active {
  background: #f2f2f2;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__apply-filter {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #fff;
  cursor: pointer;
  width: 86px;
  height: 48px;
  flex: 1;
  background: #e03c31;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__apply-filter:hover {
  background: #ff837a;
  border: solid 1px #ff837a;
}
.re__main
  .re__advanced-filter-modal-container
  .re__advanced-filter-modal
  .footer
  .re__apply-filter:active {
  background: #74150f;
  border: solid 1px #74150f;
}
.re__main .re__warning-city-modal-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-modal {
  background: #fff;
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
  border-radius: 8px;
  width: 296px;
  height: 228px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-modal .header {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  padding: 12px 24px;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-modal .body {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 16px 24px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-modal .body div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .custom-checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 20%;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .re__option {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 14px;
  width: 14px;
  top: 0;
  left: 0;
  z-index: 1;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .re__option:checked
  ~ .custom-checkbox {
  background-color: #e03c31;
  border-color: #e03c31;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .re__option:checked
  + .custom-checkbox::after {
  display: block;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  .re__custom-checkbox
  .custom-checkbox::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .body
  div
  label {
  cursor: pointer;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-modal .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__close-warning-city {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 32px;
  width: 116px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: initial;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__close-warning-city:hover {
  background: #fafafa;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__close-warning-city:active {
  background: #f2f2f2;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__agree-warning-city {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  width: 116px;
  flex: 1;
  background: #e03c31;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__agree-warning-city:hover {
  background: #ff837a;
  border: solid 1px #ff837a;
}
.re__main
  .re__warning-city-modal-wrapper
  .re__warning-city-modal
  .footer
  .re__agree-warning-city:active {
  background: #74150f;
  border: solid 1px #74150f;
}
.re__main .re__warning-city-modal-wrapper .re__warning-city-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.re__main .re__search-box-row-col {
  display: flex;
}
.re__main .re__listing-search-box {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 12px;
  transition: top 0.2s linear, height 0.2s linear;
}
.re__main .re__listing-search-box.fix {
  width: 720px;
  position: fixed;
  z-index: 3;
  top: 48px;
  margin-left: -24px;
  padding: 0 26px;
  border-bottom: none;
  height: 137px;
  transition: height 0.2s linear;
}
.re__main .re__listing-search-box .re__search-box-row {
  margin: 24px 0px 16px 0px;
  position: relative;
  top: 0;
}
.re__main .re__listing-search-box .re__search-box-row:focus {
  outline: none;
}
.re__main .re__listing-search-box .re__search-box-row::after {
  content: "";
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position {
  display: none;
  position: relative;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header {
  position: relative;
  z-index: 5;
  transition: padding-left 0.2s linear, padding-right 0.2s linear;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .js_search-location-select-header-item-no-city {
  display: none;
}
.re__main .re__listing-search-box .re__search-box-row .re__header-item-no-city {
  display: flex;
  justify-content: space-between;
  padding: 26.3px 24px;
  max-height: 80px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__header-item-no-city:focus {
  outline: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__header-item-no-city
  .re__city-search-select-header-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-left: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__header-item-no-city
  .re__city-search-select-button-close {
  cursor: pointer;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__header-item-no-city
  .re__city-search-select-button-close
  .re__icon-close-no-circle {
  color: #999;
}
.re__main .re__listing-search-box .pull {
  top: -88px;
}
.re__main .re__listing-search-box .re__search-location-row {
  width: 100%;
  height: 48px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 6px 0px;
  display: flex;
  align-items: center;
}
.re__main .re__listing-search-box .re__search-location-row.focus,
.re__main .re__listing-search-box .re__search-location-row:focus {
  border-color: #ccc;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select {
  cursor: pointer;
  float: left;
  width: calc(100% - 104px);
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select:focus {
  outline: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button {
  position: relative;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button:focus {
  outline: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__city-icon-search {
  float: left;
  margin: 5px 0px 4px 12px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 2px 0px 2px 0px;
  margin: 6px 0px 5px 8px;
  float: left;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm {
  float: right;
  padding: 4px 0px 4px 0px;
  margin: 4px 12px 4px 12px;
  color: #999;
  transition: transform 0.4s ease;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__rotate {
  transform: rotate(180deg);
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button::after {
  content: "";
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-icon-search {
  display: none;
  float: left;
  width: 46px;
  padding: 7px 7px 7px 15px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select {
  float: left;
  display: none;
  flex: 1 0 auto;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  input,
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  span,
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .location-tags {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  background-color: initial;
  border: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  input {
  margin: 0;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  input[type="search"]::-webkit-search-cancel-button,
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__height-min {
  width: 1px;
  height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .location-search__field {
  width: 100%;
  height: 32px;
  display: none;
  outline: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  ul {
  padding: 0;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-selection__choice {
  float: left;
  border-radius: 16px;
  background: #fff;
  margin: auto;
  margin-right: 6px;
  display: block;
  padding: 6px 0px 6px 12px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-selection__choice
  .select2-selection__choice__remove {
  float: right;
  display: block;
  font-size: 22px;
  margin: auto;
  margin-left: 6px;
  margin-right: 11px;
  color: #999;
  background-color: #fff;
  cursor: pointer;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-selection__choice::after {
  content: "";
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-search--inline {
  margin: auto;
  height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-search--inline
  input {
  height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-selection__clear {
  display: block;
  font-size: 22px !important;
  margin-bottom: auto;
  color: #fff !important;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 16px;
  background-color: #ccc !important;
  text-align: center;
  margin-right: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .select2-selection
  .select2-search__field {
  min-width: 260px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags {
  display: block;
  align-items: center;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  li:nth-child(1 of .location-tag__choice) {
  margin-left: 0;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  border-radius: 16px;
  background-color: #fff;
  max-width: 232px;
}
@media only screen and (max-width: 1545px) {
  .re__main
    .re__listing-search-box
    .re__search-location-row
    .re__location-select
    .re__location-tags
    .location-tag__choice {
    max-width: calc((100% / 3) - 9px);
  }
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice
  a {
  display: flex;
  align-items: center;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice
  a
  span {
  background-color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice
  a
  .re__icon-close-no-circle {
  color: #999;
  font-weight: 700;
  font-size: 1.25rem;
  margin-left: 11px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .hidden {
  display: none !important;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-input
  .re__location-tags {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__location-input
  .location-search__field {
  display: block;
}
.re__main .re__listing-search-box .re__search-location-row .re__btn-search {
  float: right;
  margin: 0 7px;
  padding: 6px 13px;
  max-height: 32px;
  max-width: 94px;
  min-width: 92px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.re__main
  .re__listing-search-box
  .re__search-location-row
  .re__btn-search
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-left: 0;
}
.re__main .re__listing-search-box .re__search-location-row::after {
  content: "";
  display: block;
  clear: both;
}
.re__main .re__listing-search-box .re__search-location-row .re__postfix-div {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 24px;
  border: 1px solid #ccc;
  left: calc(100% + 2px);
  top: 4px;
}
.re__main .re__listing-search-box .re__search-box-row-filter {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 1129px) {
  .re__main .re__listing-search-box .re__search-box-row-filter {
    z-index: 2;
    position: relative;
  }
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col {
  width: calc(100% - 220px);
  height: 48px;
  float: left;
  overflow: visible;
  position: relative;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  .swiper-slide:hover {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -51%;
  transform: translateX(49%);
  width: 50%;
  height: 69%;
  background-color: #fff;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -25%;
  transform: translateX(-50%);
  width: 50%;
  height: 69%;
  background-color: #fff;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action] {
  position: absolute;
  top: 0px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action]:hover {
  background-color: #f2f2f2;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action]:active {
  background-color: #ccc;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action="go-left"] {
  left: 0;
  z-index: 3;
  transform-style: preserve-3d;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action="go-left"]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 33px;
  background: #fff;
  transform: translate3d(0, -1px, -1px);
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  .display-none {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action="go-right"] {
  right: 0;
  z-index: 3;
  transform-style: preserve-3d;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  [action="go-right"]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 33px;
  background: #fff;
  transform: translate3d(0, -1px, -1px);
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col
  .swiper-button-disabled[action] {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-row-col::after {
  content: "";
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .hide-pseudo::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .hide-pseudo::before {
  opacity: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert {
  position: relative;
  float: right;
  background: #fff;
  z-index: 1;
  width: 220px;
  height: 32px !important;
  box-shadow: none;
  border: none !important;
  border-radius: unset !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert
  .re__save-search-alert-content {
  height: 32px;
  margin-left: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert
  .icon-left {
  line-height: unset;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert
  .icon-left
  .bell {
  width: 32px;
  height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert
  .icon-left
  .bell
  .anchor {
  margin: 6px !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__search-box-save-search-alert
  .re__title {
  max-width: 128px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-list {
  overflow-y: auto;
  scroll-behavior: smooth;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-list::-webkit-scrollbar {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-list
  div
  > ul
  > li
  span {
  display: flex;
  align-items: center;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-list
  div
  > ul
  > li
  span
  i {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select,
.re__main .re__listing-search-box .re__search-box-row-filter .re__price-select,
.re__main .re__listing-search-box .re__search-box-row-filter .re__area-select,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select,
.re__main .re__listing-search-box .re__search-box-row-filter .re__room-select,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select {
  cursor: pointer;
  width: unset !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  width: 360px !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__show-fade-in {
  display: block;
  animation: fadeIn 0.2s linear;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  div.re__listing-search-select-header,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  div.re__listing-search-select-header {
  border-bottom: 1px solid #f2f2f2;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  div.re__listing-search-select-header
  .re__listing-search-select-header-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  display: block;
  text-align: center;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i {
  font-size: 24px;
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button {
  display: inline-flex;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button:focus {
  outline: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button::after {
  white-space: pre;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  float: left;
  margin: 6px 0px 5px 11px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  width: unset;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm {
  float: left;
  margin: 7px 11px 7px 12px;
  color: #999;
  transition: transform 0.25s linear;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-button::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-button::after {
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before {
  top: 37px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  top: 37px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after {
  white-space: pre;
  top: 37px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__house-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__balcon-direction-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  white-space: pre;
  top: 37px;
}
.re__main .re__listing-search-box .re__search-box-row-filter .re__menu-active {
  background: none;
  border-radius: 4px;
  border: 1px solid #505050;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__menu-active
  .re__icon-chevron-down--sm {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-filter {
  cursor: pointer;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-filter
  .select-control-label {
  margin-top: 0px;
  height: 32px;
}
.re__main .re__listing-search-box .re__search-box-row-filter::after {
  content: "";
  display: block;
  clear: both;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div.re__listing-search-select-dropdown
  > ul.re__listing-search-select-list {
  padding: 16px !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  border: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: #f2f2f2;
  color: #2c2c2c;
  float: left;
  margin: 0px 8px 0px 0px;
  border-radius: 40px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__actived,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__actived {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked
  > span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option.re__checked
  > span {
  background: #ffeceb !important;
  color: #74150f !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span {
  margin: 0px !important;
  padding: 6px 16px !important;
  border-radius: 40px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::before,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::before {
  display: none !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-content-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__room-select
  > div
  > div
  > ul.re__listing-search-select-list
  > div
  > ul
  > li.re__option
  > span::after {
  display: none !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  left: -50%;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider {
  border: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input:focus,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input:focus {
  border: 1px solid #505050 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: left;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to
  span,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-from
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #009ba1;
  text-align: left;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .filter-search--custom-slider--label
  .filter-search--label-to {
  padding-left: 16px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .mCustomScrollBox,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .mCustomScrollBox,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .mCustomScrollBox,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .mCustomScrollBox {
  max-height: 160px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option
  > span::after {
  content: "\e9a2";
  color: #cccccc;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option.re__actived
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option.re__actived
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option.re__actived
  > span::after,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__option.re__actived
  > span::after {
  content: "\e9a3";
  color: #e03c31;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 8px;
  z-index: 1;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontage-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .mCustomScrollBox,
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .re__frontroad-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list
  .mCustomScrollBox {
  max-height: unset !important;
}
.re__main .re__listing-search-box .adjustFiterPosition {
  bottom: 89px;
}
.re__main
  .re__listing-search-box:not(.re__search-has-location-input)
  .re__city-code-select:focus {
  outline: none;
}
.re__main
  .re__listing-search-box:not(.re__search-has-location-input)
  .re__city-code-select
  .re__icon-chevron-down--sm {
  display: none;
}
.re__main
  .re__listing-search-box:not(.re__search-has-location-input)
  .re__city-code-select
  .re__postfix-div {
  display: none;
}
.re__main .re__search-has-location-input .re__city-code-select {
  width: 200px !important;
}
.re__main .re__search-has-location-input .re__city-code-select:focus {
  outline: none;
}
.re__main .re__search-has-location-input .re__icon-search {
  display: block !important;
}
.re__main .re__search-has-location-input .re__location-select {
  display: block !important;
  width: calc(100% - 363px) !important;
}
.re__main .re__search-has-filter .re__search-box-row-filter {
  display: block;
}
.re__main .re__show-no-city-select-dropdown {
  max-height: 426px;
  top: 20px;
}
.re__main .re__show-no-city-select-dropdown .re__search-box-row {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.re__main .re__show-no-city-select-dropdown .re__search-box-row:focus {
  outline: none;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header:focus {
  outline: none;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item {
  display: none !important;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item-no-city {
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  filter: drop-shadow(0px 8px 20px rgba(182, 182, 182, 0.419608));
  display: block;
  overflow: inherit;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item-no-city:focus {
  outline: none;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position {
  display: block !important;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown {
  display: block !important;
}
.re__main
  .re__show-no-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown {
  display: none !important;
}
.re__main .re__show-city-select-dropdown {
  max-height: 426px;
  top: 20px;
}
.re__main .re__show-city-select-dropdown .re__search-box-row {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.re__main .re__show-city-select-dropdown .re__search-box-row:focus {
  outline: none;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header {
  display: block !important;
  padding: 16px 16px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  max-height: 80px;
  z-index: 7;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header:focus {
  outline: none;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item {
  border-radius: 8px;
  border: 1px solid #ccc;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item:focus {
  outline: none;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item-no-city {
  height: 0;
  overflow: hidden;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position {
  display: block !important;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown {
  display: block;
  box-shadow: 0px -3px 20px 0px #b6b6b66b;
  overflow: inherit;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown {
  height: 0;
  overflow: hidden;
}
.re__main .re__show-location-select-dropdown {
  max-height: 426px;
  top: 20px;
}
.re__main .re__show-location-select-dropdown .re__search-box-row {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.re__main .re__show-location-select-dropdown .re__search-box-row:focus {
  outline: none;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__search-location-select-header {
  padding: 16px 16px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  max-height: 80px;
  z-index: 7;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__search-location-select-header:focus {
  outline: none;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item {
  border-radius: 8px;
  border: 1px solid #ccc;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item:focus {
  outline: none;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-select-header-item-no-city {
  height: 0;
  overflow: hidden;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position {
  display: block !important;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown {
  height: 0;
  overflow: hidden;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown {
  box-shadow: 0px -3px 20px 0px #b6b6b66b;
  display: block;
  overflow: inherit;
}
.re__main .re__listing-search-box .re__search-box-row {
  height: auto;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header {
  max-height: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row {
  padding: 6px 0 0;
  min-height: 52px;
  max-height: 500px;
  height: auto;
  align-items: flex-start;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select[role~="tooltip"][data-microtip-position|="bottom"]::before {
  top: 105% !important;
  margin-left: 10%;
  opacity: 0;
  transition: all 0.3s ease;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  top: 105% !important;
  margin-left: 10%;
  opacity: 1;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select[role~="tooltip"][data-microtip-position|="bottom"]::after {
  top: 105% !important;
  margin-left: 10%;
  opacity: 0;
  transition: all 0.3s ease;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select[role~="tooltip"][data-microtip-position|="bottom"]:hover::after {
  top: 105% !important;
  margin-left: 10%;
  opacity: 1;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .location-search__field {
  height: 44px;
  display: block;
  min-height: unset !important;
  max-height: unset !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags {
  display: inline-block;
  padding-top: 3px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice {
  display: inline-flex;
  align-items: center;
  max-width: none;
  margin: 0 4px 6px 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice
  .re__icon-close-no-circle {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  margin-left: 11px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice:last-child {
  margin: 0 4px 9px 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .location-search__field {
  display: inline-block;
  width: min-content;
  position: absolute;
  flex: 1;
  min-height: 32px;
  max-height: 32px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.show-before[role~="tooltip"][data-microtip-position|="bottom"]::before {
  opacity: 1 !important;
  top: 115% !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.show-after[role~="tooltip"][data-microtip-position|="bottom"]::after {
  opacity: 1 !important;
  top: 115% !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.show-before-1-row[role~="tooltip"][data-microtip-position|="bottom"]::before {
  opacity: 1 !important;
  top: 140% !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.show-after-1-row[role~="tooltip"][data-microtip-position|="bottom"]::after {
  opacity: 1 !important;
  top: 140% !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.hide-after::after {
  opacity: 0 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select.hide-before::before {
  opacity: 0 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button {
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding-top: 3px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  margin: 3px 0px 3px 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__icon-location {
  display: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select
  .re__listing-search-select-button
  .re__icon-chevron-down--sm {
  margin: 0 0 4px 0;
  padding: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select
  .re__btn {
  margin-left: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body {
  padding: 20px 24px 0 24px;
  margin-bottom: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list {
  margin-left: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__menu-title-top-list {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__popular-selection
  .re__popular-selection-card {
  border-radius: 8px;
  max-width: none;
  max-height: none;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__popular-selection
  .re__popular-selection-card.selected-item {
  border: 2px solid #e03c31;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__popular-selection
  .re__popular-selection-card
  .re__popular-selection-name {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__popular-selection
  .re__popular-selection-card
  .re__gradient {
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 50%, #2c2c2c 100%);
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-popular-list
  .re__popular-selection
  .re__popular-selection-card
  .re__popular-selection-img {
  width: 100%;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-list-wrapper
  .re__menu-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin-left: 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-list-wrapper
  .re__city-search-select-list {
  column-gap: 5px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-list-wrapper
  .re__city-search-select-list
  .re__option {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 6px 8px 6px 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body
  .re__city-search-select-list-wrapper
  .re__city-search-select-list
  .re__option.selected {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #e03c31;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown {
  max-height: 332px;
  overflow: auto;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar {
  border-radius: 4px;
  width: 4px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete {
  border-right: 1px solid #f2f2f2;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-divider {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  span {
  white-space: normal !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  .ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  .ui-menu-item-wrapper
  div {
  display: flex;
  align-items: center;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  .ui-menu-item-wrapper
  div
  span {
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  .ui-menu-item-wrapper.ui-state-active {
  border: none !important;
  margin: 0 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item
  .re__icon-check {
  color: #e03c31;
  font-size: 16px;
  font-weight: bolder;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .ui-menu-item.ui-state-focus {
  margin: 0 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul
  .suggestion-item-empty {
  pointer-events: none;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search {
  margin: 0 16px 16px 16px;
  width: 208px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-header {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  margin: 16px 0 12px 0;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item {
  width: 208px;
  height: 56px;
  border-radius: 40px;
  border: 1px solid #f2f2f2;
  padding: 4px 16px 4px 4px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item
  .re__number-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item
  .re__number-wrapper
  span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item
  .re__content-wrapper {
  display: flex;
  flex-direction: column;
  width: 124px;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item
  .re__content-wrapper
  .re__title {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item
  .re__content-wrapper
  .re__content {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item:hover
  .re__content-wrapper {
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-item:hover
  .re__content-wrapper
  .re__title {
  color: #999;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__trend-search-nobody {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  font-weight: 400 !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-trend-search
  .re__trend-search-body
  .re__skeleton {
  width: 208px;
  height: 56px;
  border-radius: 40px;
  border: 1px solid #f2f2f2;
  padding: 4px 16px 4px 4px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
  animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
  0% {
    background-color: #f2f2f2;
  }
  100% {
    background-color: #ccc;
  }
}
.re__main .re__listing-search-box .re__search-box-row-filter {
  display: flex;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .js__search-new-ui-dropdown {
  max-width: 100%;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .js__search-new-ui-dropdown
  .js__search-filter {
  width: 100% !important;
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .js__search-new-ui-dropdown
  .re__search-box-row-col::before {
  right: -25%;
}
@media only screen and (max-width: 1024px) {
  .re__main
    .re__listing-search-box
    .re__search-box-row-filter
    .js__search-new-ui-dropdown
    .re__search-box-row-col::before {
    right: -51%;
  }
}
.re__main
  .re__listing-search-box
  .re__search-box-row-filter
  .js__search-new-ui-save-search-alert {
  display: none;
}
.re__main .re__search-has-location-input .re__location-select {
  display: flex !important;
  flex-direction: column;
}
.re__main .re__search-has-location-input .re__city-code-select {
  margin-top: 3px;
  max-width: 150px;
  width: auto !important;
}
.re__main .re__search-has-location-input .re__btn-search {
  margin-top: 2px;
}
.re__main
  .re__show-location-select-dropdown
  .re__search-location-select-header
  .re__search-location-select-header-item {
  border: 1px solid #2c2c2c;
}
.re__main
  .re__show-city-select-dropdown
  .re__search-location-select-header
  .re__search-location-select-header-item {
  border: 1px solid #2c2c2c;
}
.mCSB_inside > .mCSB_container {
  margin-right: 8px;
}
.search-bar .icon-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 0px;
  cursor: pointer;
}
.search-bar .search-bar-input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 35px 10px 48px;
  width: 280px;
  height: 40px;
  background: #fff url(/images/icons/16x16/ic_search.svg) no-repeat 16px center;
  font-weight: normal;
}
form#boxSearchForm {
  background: #ffffff;
}
.filter-control.search-bar {
  width: 100%;
  height: 56px;
}
.search-bar {
  background: #ffffff;
  position: relative;
}
.search-bar.fix {
  left: 0;
  position: fixed;
  top: 58px;
  width: 100%;
  z-index: 100 !important;
  box-shadow: none;
  border-bottom: 1px solid #004e7f;
}
.search-bar .hiding {
  display: none;
}
.search-bar .search-bar-tab {
  width: 176px;
  float: left;
}
.search-bar .search-bar-tab li {
  display: inline-block;
  text-align: center;
  width: 50%;
  height: 40px;
  padding: 10px;
  color: #2c2c2c;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.search-bar .search-bar-tab li:first-child {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.search-bar .search-bar-tab li:last-child {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.search-bar .search-bar-tab li.actived {
  border: 1px solid #ff837a;
  color: #74150f;
  z-index: 2;
  font-weight: bold;
}
.search-bar .search-bar-tab li.actived:hover,
.search-bar .search-bar-tab li.actived :active {
  color: #74150f;
}
.search-bar .search-bar-tab li:hover {
  background: #f2f2f2;
}
.search-bar .search-bar-tab li:active {
  background: #ccc;
}
.search-bar .search-bar-suggestion {
  float: left;
  position: relative;
}
.search-bar .vertical-line {
  margin: 0 0 0 16px;
  border-left: 1px solid #f2f2f2;
  height: 100%;
  width: 1px;
  float: left;
  height: 100%;
}
.search-bar .icon-close img {
  vertical-align: middle;
}
.search-bar .select-cate {
  border-left: 1px solid #f2f2f2;
}
.search-bar .dropbox-label {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: 4px;
}
.search-bar .dropbox-label::after {
  content: "\e9e0";
  font-family: "font-icon-bds";
  margin-left: 4px;
  font-size: 16px;
  color: #999;
  position: absolute;
  top: 8px;
  clear: left;
}
.search-bar .select-control {
  float: left;
  position: relative;
  width: 160px;
  border-right: 1px solid #f2f2f2;
  cursor: pointer;
}
.search-bar .select-control .select-control-label {
  padding: 8px 16px;
}
.search-bar .select-control .select-control-label.hover-value {
  background: #f2f2f2 !important;
}
.search-bar .select-control:hover {
  background-color: #f2f2f2;
}
.search-bar .select-control.active .select-control-label {
  background: #ccc;
}
.search-bar .select-control.active .select-control-label:hover {
  background: #ccc;
}
.search-bar .select-control.active .select-control-label:active {
  background: #ccc;
}
.search-bar .select-control.active .dropbox-label::after {
  content: "\e9e3";
  top: 9px;
}
.search-bar .custom-value {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  line-height: 20px;
  color: #2c2c2c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.search-bar .custom-value.hasvalue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.search-bar .custom-value img {
  vertical-align: middle;
}
.search-bar .select-control.filter-control {
  float: left;
  line-height: 20px;
  color: #2c2c2c;
  line-height: 40px;
  width: auto !important;
  margin: 0;
  padding: 0;
}
.search-bar .filter-info {
  margin-left: 4px;
}
.search-bar .filter-control .icon-filter {
  vertical-align: middle;
}
.search-bar .filter-control .icon-number {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  background: #2c2c2c;
  text-align: center;
  letter-spacing: 0.16px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: text-top;
  display: none;
}
.search-bar input[type="button"] {
  float: left;
  margin: 8px 0 0 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
}
.search-bar .custom-dropbox-cate,
.search-bar .custom-dropbox {
  min-width: 280px;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
  border-radius: 8px;
  padding-top: 8px;
}
.search-bar .custom-dropbox-cate {
  padding-bottom: 8px;
  max-height: 308px;
}
.search-bar .custom-dropbox-cate ul {
  max-height: calc(32px * 8);
  overflow: auto;
}
.search-bar .custom-dropbox-cate ul li {
  width: 100%;
  line-height: 40px;
  color: #2c2c2c;
  padding: 0px;
}
.search-bar .custom-dropbox-cate ul li span {
  display: block;
  padding: 0 16px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  line-height: 32px;
}
.search-bar .custom-dropbox-cate ul li span.current {
  color: #2c2c2c;
}
.search-bar .custom-dropbox-cate ul li span.active {
  color: #74150f;
  cursor: pointer;
  font-weight: bold;
}
.search-bar .custom-dropbox-cate ul li li span {
  padding-left: 32px;
}
.search-bar .custom-dropbox-cate ul::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
  border-radius: 100%;
}
.search-bar .custom-dropbox-cate ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
  border: 4px solid #fff;
}
.search-bar .custom-dropbox-cate ul::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff;
}
.search-bar .custom-dropbox .select-text-content {
  background: #f2f2f2;
  border-radius: 4px;
  width: calc(100% - 16px);
  padding: 6px 12px 6px 36px;
  color: #2c2c2c;
  border: none;
  margin: 0 8px 8px 8px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.search-bar .custom-dropbox .custom-scroll .re__dropdown-no-art--sm {
  max-height: calc(32px * 8);
  overflow: auto;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 8px;
  border-radius: 0px;
}
.search-bar .custom-dropbox .custom-scroll .re__dropdown-no-art--sm .active {
  color: #74150f;
}
.search-bar .custom-dropbox .custom-scroll .re__dropdown-no-art--sm:focus {
  background: #ccc;
}
.search-bar
  .custom-dropbox
  .custom-scroll
  .re__dropdown-no-art--sm::-webkit-scrollbar-track {
  margin: 0px;
}
.search-bar .custom-dropbox .custom-scroll .re__dropdown-no-art--sm li.current {
  color: #74150f;
}
.search-bar .custom-dropbox .re__search-input {
  position: relative;
}
.search-bar .custom-dropbox .re__search-input::before {
  content: "\ea8d";
  font-family: "font-icon-bds";
  position: absolute;
  width: 16px;
  line-height: 16px;
  text-align: center;
  top: 8px;
  left: 20px;
  color: #2c2c2c;
  font-size: 16px;
}
.search-bar-filter .search-bar-tab {
  margin: 0;
  padding: 16px 0;
}
.search-bar-filter .search-bar-tab li {
  width: 50% !important;
  clear: none;
}
[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  line-height: 20px;
}
[role~="tooltip"][data-microtip-position="top"]::after,
[role~="tooltip"][data-microtip-position|="top"]::before,
[role~="tooltip"][data-microtip-position="top-left"]::after,
[role~="tooltip"][data-microtip-position|="top-left"]::before,
[role~="tooltip"][data-microtip-position="top-right"]::after,
[role~="tooltip"][data-microtip-position|="top-right"]::before {
  z-index: 999;
}
@media only screen and (max-width: 1128px) {
  .search-bar .select-control {
    width: calc((100% - 275px) * 0.2);
  }
  .search-bar-tab {
    display: none !important;
  }
  .search-bar .select-cate {
    border-left: none;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1129px) {
  .search-bar .select-control {
    width: calc((100% - 483px) * 0.2);
  }
  .search-bar-tab {
    position: absolute;
    top: 48px;
  }
  .select-cate {
    margin-left: 208px;
  }
  .search-bar .dropbox-label {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1586px) and (min-width: 1281px) {
  .search-bar .select-control {
    width: calc((100% - 779px) * 0.2);
  }
  .search-bar .dropbox-label {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1135px) and (min-width: 1129px) {
  .search-bar.fix {
    background: #fff !important;
    top: 0;
  }
}
@media only screen and (max-width: 1129px) {
  .search-bar.fix {
    background: #fff !important;
    top: 64px;
  }
  .search-bar .search-bar-suggestion {
    width: 100%;
    background-color: #004e7f;
    padding: 0 16px 8px 16px;
  }
  .search-bar.fix .search-bar-tab {
    top: 0;
  }
  .search-bar.fix .search-bar-suggestion {
    padding: 0;
  }
  .search-bar .search-bar-suggestion {
    float: none;
  }
  .search-bar .search-bar-input {
    width: 100%;
  }
  .search-bar .icon-close {
    right: 16px;
    top: 0px;
    z-index: 11;
  }
  .search-bar.fix .icon-close {
    right: 105px;
    top: -51px;
    z-index: 11;
  }
  .search-bar {
    background: none;
    margin-top: -2px;
  }
}
.search-bar .filter-label span {
  line-height: 38px;
}
.search-bar .re__filter-wall {
  background: #f2f2f2;
  width: 1px;
  height: 32px;
  float: left;
  margin: 12px 0px;
}
.search-bar .filter-info {
  line-height: 38px;
}
.search-bar .re__text {
  line-height: 38px;
  margin-top: 2px;
  display: inline-block;
}
.search-bar .select-control {
  border: none;
}
.search-bar .search-bar-tab {
  width: unset;
  margin-top: 12px;
}
.search-bar .search-bar-tab .re__tab-box--sm:first-child {
  padding: 5px 22px;
}
.search-bar .search-bar-tab .re__tab-box--sm:last-child {
  padding: 5px 7px;
}
.search-bar .search-bar-suggestion {
  padding-top: 12px;
}
.search-bar .search-bar-suggestion .re__input--sm {
  min-width: 272px;
}
.search-bar .re__btn-se-border--sm {
  margin-top: 12px !important;
  margin-left: 8px !important;
  color: #2c2c2c !important;
  background: #fff !important;
  border: solid 1px #ccc !important;
}
.search-bar .re__btn-se-border--sm:hover {
  color: #2c2c2c !important;
  background: #fafafa !important;
  border: solid 1px #ccc !important;
}
.search-bar .re__btn-se-border--sm:active {
  color: #2c2c2c !important;
  background: #f2f2f2 !important;
  border: solid 1px #ccc !important;
}
.search-bar .re__btn-se-border--sm:disabled {
  color: #999 !important;
  background: #fff !important;
  border: solid 1px #ccc !important;
  cursor: unset !important;
}
.search-bar span.filter-info {
  float: left;
  margin-right: 4px;
  line-height: 36px;
  margin-top: 4px;
  position: relative;
}
.search-bar span.filter-info span {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
}
.search-bar.fix {
  box-shadow: 0px 2px 8px rgb(3 44 71 / 12%) !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 1586px) and (min-width: 1281px) {
  .search-bar .select-control {
    width: calc((100% - 860px) / 5);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1129px) {
  .search-bar-tab {
    position: relative !important;
    width: auto !important;
    top: 0px !important;
    margin-left: 15px;
    margin-right: 8px;
  }
  .search-bar {
    margin-top: 0px;
  }
  .search-bar .select-control {
    width: calc((100% - 584px) / 5);
  }
  .search-bar .select-control .custom-dropbox,
  .search-bar .select-control .custom-dropbox-cate {
    background: #fff !important;
  }
  .search-bar.fix .search-bar-tab {
    margin-top: 12px;
  }
  .select-cate {
    margin-left: 0px;
  }
  .search-bar-suggestion .re__input--sm input {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.re__listing-search-select-listing-popup .re__listing-search-select-button {
  width: calc(100% - 32px);
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button
  .re__listing-search-select-button-title {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 13px 15px;
  color: #2c2c2c;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button::after {
  content: "\e9e2";
  font-family: "font-icon-bds";
  color: #999;
  float: right;
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 16px;
  width: 16px;
  color: #999;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button
  .re__listing-search-select-reset-button {
  color: #999;
  position: absolute;
  top: 16px;
  right: 16px;
  background: #ffffff;
  z-index: 1;
  display: none;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button.re__has-value
  .re__listing-search-select-button-title {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
  padding: 5px 15px 0px 15px;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button.re__has-value
  .re__listing-search-select-button-current-text {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 0px 35px 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.re__listing-search-select-listing-popup
  .re__listing-search-select-button.re__has-value
  .re__listing-search-select-reset-button {
  display: block;
}
.re__listing-search-select-listing-popup.re__block {
  cursor: url(/images/Product/cursors-block.svg), auto;
}
.re__listing-search-tag-container
  .re__listing-search-tag-list
  .re__listing-search-tag-list-item {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 6px 16px;
  background: #f2f2f2;
  color: #2c2c2c;
  float: left;
  margin: 0px 8px 8px 0px;
  border-radius: 40px;
}
.re__listing-search-tag-container
  .re__listing-search-tag-list
  .re__listing-search-tag-list-item.re__selected {
  background: #ffeceb;
  color: #74150f;
}
.re__listing-search-tag-container .re__listing-search-tag-list::after {
  content: "";
  clear: left;
  display: block;
}
.re__listing-search-select-dropdown-position {
  position: relative;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  position: absolute;
  top: 8px;
  z-index: 9;
  display: none;
  width: 280px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
  border-radius: 8px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-header {
  text-align: center;
  padding: 16px;
  position: relative;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-header
  .re__listing-search-select-header-title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-header
  .re__listing-search-select-button-close {
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: 20px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-header
  .re__listing-search-select-button-close
  i::before {
  line-height: 20px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-search {
  padding: 0px 16px 8px 16px;
  position: relative;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-search::before {
  font-family: "font-icon-bds";
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 28px;
  top: 8px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  content: "\ea8d";
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-search
  .re__listing-search-select-search-input {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  text-align: left;
  background: #f2f2f2;
  width: 100%;
  border-radius: 4px;
  padding: 6px 16px 6px 36px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider {
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid #f2f2f2;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input {
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 6px 16px;
  text-align: center;
  width: calc(50% - 16px);
  margin-bottom: 16px;
  -moz-appearance: textfield;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input::-webkit-outer-spin-button,
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-icon {
  float: left;
  margin: 8px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-bar {
  height: 4px;
  margin: 10px 0px;
  width: calc(100% - 22px);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #f2f2f2;
  border: none;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-range {
  background: #009ba1;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle {
  background: #009ba1;
  top: -10.5px;
  border: 1px solid #9ed8da;
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: -1px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-bar
  .ui-slider-handle:hover {
  background-color: #1dbabf;
}
@media only screen and (max-width: 1024px) {
  .re__listing-search-select-dropdown-position
    .re__listing-search-select-dropdown
    div.re__listing-search-select-slider
    .re__slider-bar
    .ui-slider-handle:hover {
    background-color: #009ba1;
  }
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-slider
  .re__slider-bar::after {
  content: "";
  height: 4px;
  width: 24px;
  border: none;
  position: absolute;
  right: -22px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #f2f2f2;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list {
  padding: 8px 0px;
  max-height: calc(32px * 8 + 8px * 2);
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li {
  position: relative;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding: 6px 16px;
  position: relative;
  display: block;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li
  span:hover {
  background: #f2f2f2;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li
  span:focus {
  background: #2c2c2c;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li.re__actived
  span {
  color: #2c2c2c;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  ul.re__listing-search-select-list
  li
  ul
  li
  span {
  padding-left: 44px;
  margin-bottom: 4px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-footer {
  border-top: 1px solid #f2f2f2;
  padding: 0.5px 0px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-footer
  .re__btn:not(:last-child) {
  float: left;
  margin: 7px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-footer
  .re__btn:last-child {
  float: right;
  margin: 7px 7px 7px 0px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  div.re__listing-search-select-footer::after {
  content: "";
  display: block;
  clear: both;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__multiple {
  width: 300px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__multiple
  ul.re__listing-search-select-list
  li.re__option
  > span::after {
  content: "\ea82";
  color: #cccccc;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 8px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__multiple
  ul.re__listing-search-select-list
  li.re__option.re__checked
  > span::after {
  content: "\ea7f";
  color: #e03c31;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__multiple
  ul.re__listing-search-select-list
  li.re__option.re__checked
  > span::before {
  content: "\ea81";
  color: #fff;
  font-family: "font-icon-bds" !important;
  line-height: 16px;
  font-size: 16px;
  top: 8px;
  position: absolute;
  right: 8px;
  z-index: 1;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  li.re__title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  text-align: left;
  color: #999;
  padding: 12px 16px 12px 16px;
  border-top: 2px solid #f2f2f2;
  margin-top: 12px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  li.re__title:first-child,
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  li.re__title.re__title-first {
  border: 0px;
  margin-top: -4px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  li.re__title.re__title-hidden {
  display: none;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__show {
  display: block;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__max-checked-options.re__show-alert::after {
  display: block;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__max-checked-options::after {
  content: attr(data-max-checked-options-message);
  display: none;
  position: absolute;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  letter-spacing: 0px;
  text-align: center;
  left: calc((100% - 167px) / 2);
  bottom: 56px;
}
.re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown.re__display-fix-right {
  right: 0;
}
.search-bar.re__search-bar-v2 .re__product-type-tab {
  margin: 12px 16px;
}
.search-bar.re__search-bar-v2 .re__product-type-tab .re__tab-box--actived {
  color: #fff;
  background: #505050;
  border-color: #505050;
}
.search-bar.re__search-bar-v2 .re__keyword-input {
  margin: 12px 16px 12px 0px;
  padding: 0px !important;
}
.search-bar.re__search-bar-v2 .re__keyword-input .re__input--sm {
  min-width: initial;
}
.search-bar.re__search-bar-v2 .re__keyword-input .re__input--sm > input {
  text-overflow: ellipsis;
  outline: unset;
}
.search-bar.re__search-bar-v2
  .select-control-label[aria-label][role~="tooltip"]::after {
  white-space: pre;
}
.search-bar.re__search-bar-v2 .search-bar-tab .re__tab-box--sm:first-child {
  padding: 5px 26.38px;
}
.search-bar.re__search-bar-v2 .search-bar-tab .re__tab-box--sm:nth-child(2) {
  padding: 5px 10.53px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.search-bar.re__search-bar-v2 .re__category-select {
  --microtip-transition-delay: 0s;
  width: 178px;
}
.search-bar.re__search-bar-v2 .re__category-select:hover {
  --microtip-transition-delay: 1s;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  > li:first-child
  > span {
  margin-bottom: 4px;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  > li:not(:first-child)
  > span {
  margin: 4px 0px;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  > li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.search-bar.re__search-bar-v2 .re__category-select ul .mCSB_container > li > i {
  position: absolute;
  top: 12.35px;
  left: 16px;
  z-index: 2;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  > li
  > span {
  padding-left: 44px !important;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  li
  > span {
  padding: 6px 16px;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  li
  > span
  > i {
  position: absolute;
  left: 16px;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  li
  > span::before,
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  li
  > span::after {
  top: 8.35px !important;
}
.search-bar.re__search-bar-v2
  .re__category-select
  ul
  .mCSB_container
  li
  > ul
  > li
  > span {
  padding-left: 44px;
}
.search-bar.re__search-bar-v2 .re__category-select.re__category-select-sell ul {
  max-height: 315px;
}
.search-bar.re__search-bar-v2 .re__category-select.re__category-select-rent ul {
  max-height: 340px;
}
.search-bar.re__search-bar-v2 .re__listing-filter {
  width: 178px;
}
.search-bar.re__search-bar-v2 .re__listing-filter .select-control-label {
  --microtip-transition-delay: 0s;
}
.search-bar.re__search-bar-v2 .re__listing-filter:hover .select-control-label {
  --microtip-transition-delay: 1s;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  [aria-label][role~="tooltip"]::after {
  white-space: pre;
}
.search-bar.re__search-bar-v2 .re__listing-filter .re__listing-filter-position {
  position: relative;
}
.search-bar.re__search-bar-v2 .re__listing-filter .re__listing-filter-popup {
  top: 8px;
  position: absolute;
  width: 360px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
  border-radius: 8px;
  z-index: 9;
  display: none;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup.re__show {
  display: block;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position {
  position: initial;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  top: 0px;
  box-shadow: none;
  left: 0px;
  width: 360px;
  z-index: 9;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close {
  left: 16px;
  right: initial;
  height: 24px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm {
  font-size: 24px;
  color: #999;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm::before,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm::before,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm::before,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm::before,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-header
  .re__listing-search-select-button-close
  .re__icon-close--sm::before {
  content: "\e919";
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__district-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__ward-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__project-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown
  .re__listing-search-select-list {
  padding: 0px;
  max-height: initial;
  height: calc(32px * 8);
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-list,
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__street-ids-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-list {
  height: calc(32px * 9 + 16px) !important;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup
  .re__city-code-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-list
  li:not(:first-child)
  ::after {
  content: "\e9e2";
  font-family: "font-icon-bds";
  color: #ccc;
  float: right;
  line-height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-body {
  padding: 16px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-body
  .re__listing-filter-popup-title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  padding-bottom: 12px;
  display: block;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-body
  .re__listing-search-select-listing-popup {
  margin-bottom: 12px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-body
  .re__listing-search-select-listing-popup:last-child {
  margin-bottom: 0px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-footer {
  border-top: 1px solid #f2f2f2;
  padding-bottom: 1px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-footer
  .re__btn {
  float: left;
  margin: 7px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-footer
  .re__btn:last-child:not(:first-child) {
  float: right;
  margin: 7px 7px 7px 0px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter
  .re__listing-filter-popup-footer::after {
  content: "";
  display: block;
  clear: right;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more
  .select-control-label {
  padding: 0px;
  margin-top: 12px;
  position: relative;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more
  .select-control-label
  .icon-number {
  position: absolute;
  top: 1px;
  left: 22px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more
  .re__listing-filter-popup {
  width: 348px;
  right: 0px;
  top: 16px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more
  .re__listing-filter-popup
  .re__listing-filter-popup-body
  .re__listing-filter-popup-title {
  padding: 16px 0px 8px 0px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more
  .re__listing-filter-popup
  .re__listing-filter-popup-body
  .re__listing-filter-popup-title:first-child {
  padding-top: 0px;
}
.search-bar.re__search-bar-v2
  .re__listing-filter.re__listing-filter-more:hover {
  background-color: initial;
}
.search-bar.re__search-bar-v2 .re__reset-all {
  margin-top: 12px;
  --microtip-transition-delay: 0s;
}
.search-bar.re__search-bar-v2 .re__reset-all:hover {
  --microtip-transition-delay: 1s;
}
.search-bar.re__search-bar-v2 .re__room-select {
  --microtip-transition-delay: 0s;
  width: 178px;
}
.search-bar.re__search-bar-v2 .re__room-select:hover {
  --microtip-transition-delay: 1s;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  > li:first-child
  > span {
  margin-bottom: 4px;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  > li:not(:first-child)
  > span {
  margin: 4px 0px;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  > li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.search-bar.re__search-bar-v2 .re__room-select ul .mCSB_container > li > i {
  position: absolute;
  top: 12.35px;
  left: 16px;
  z-index: 2;
}
.search-bar.re__search-bar-v2 .re__room-select ul .mCSB_container > li > span {
  padding-left: 44px !important;
}
.search-bar.re__search-bar-v2 .re__room-select ul .mCSB_container li > span {
  padding: 6px 16px;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  li
  > span
  > i {
  position: absolute;
  left: 16px;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  li
  > span::before,
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  li
  > span::after {
  top: 8.35px !important;
}
.search-bar.re__search-bar-v2
  .re__room-select
  ul
  .mCSB_container
  li
  > ul
  > li
  > span {
  padding-left: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1128px) {
  .search-bar.re__search-bar-v2 .re__keyword-input {
    width: 100% !important;
    margin: 0px;
    padding: 1px 16px 12px 16px !important;
    background: #fff;
  }
  .search-bar.re__search-bar-v2 .re__category-select {
    width: calc((100% - 108px - 108px - 16px) * 0.3) !important;
  }
  .search-bar.re__search-bar-v2 .re__location-select {
    width: calc((100% - 108px - 108px - 16px) * 0.3) !important;
  }
  .search-bar.re__search-bar-v2 .re__price-select {
    width: calc((100% - 108px - 108px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__area-select {
    width: calc((100% - 108px - 108px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__room-select {
    width: calc((100% - 108px - 108px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__reset-all {
    padding-left: 19px;
    padding-right: 19px;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button span {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1128px) and (max-width: 1280px) {
  .search-bar.re__search-bar-v2 .re__product-type-tab {
    width: 159px;
  }
  .search-bar.re__search-bar-v2 .re__keyword-input {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.3
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__category-select {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__location-select {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__price-select {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__room-select {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__area-select {
    width: calc(
      (100% - 88px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button,
  .search-bar.re__search-bar-v2 .re__reset-all {
    padding: 5px 11px;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button span,
  .search-bar.re__search-bar-v2 .re__reset-all span {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1545px) {
  .search-bar.re__search-bar-v2 .re__product-type-tab {
    width: 159px;
  }
  .search-bar.re__search-bar-v2 .re__keyword-input {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.3
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__category-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__location-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__price-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__area-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__room-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__reset-all {
    padding-left: 19px;
    padding-right: 19px;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button span {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1545px) {
  .search-bar.re__search-bar-v2 .re__product-type-tab {
    width: 159px;
  }
  .search-bar.re__search-bar-v2 .re__keyword-input {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.3
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__category-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__location-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.2
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__price-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__area-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__room-select {
    width: calc(
      (100% - 108px - 108px - 16px - 159px - 16px - 16px - 16px) * 0.15
    ) !important;
  }
  .search-bar.re__search-bar-v2 .re__reset-all {
    padding-left: 19px;
    padding-right: 19px;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button span {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .search-bar.re__search-bar-v2 .re__keyword-input {
    width: 100% !important;
    margin: 0px;
    padding: 1px 16px 12px 16px !important;
    background: #fff;
  }
  .search-bar.re__search-bar-v2 .re__category-select {
    width: calc((100% - 88px - 16px) * 0.3) !important;
  }
  .search-bar.re__search-bar-v2 .re__location-select {
    width: calc((100% - 88px - 16px) * 0.3) !important;
  }
  .search-bar.re__search-bar-v2 .re__price-select {
    width: calc((100% - 88px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__room-select {
    width: calc((100% - 88px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__area-select {
    width: calc((100% - 88px - 16px) * 0.2) !important;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button,
  .search-bar.re__search-bar-v2 .re__reset-all {
    padding: 5px 11px;
  }
  .search-bar.re__search-bar-v2 .re__filter-more-popup-button span,
  .search-bar.re__search-bar-v2 .re__reset-all span {
    display: none;
  }
}
.search-bar.re__search-bar-v2 .re__on-boarding-step {
  width: 0px;
  margin: 0px auto;
  position: relative;
}
.search-bar.re__search-bar-v2
  .re__on-boarding-step
  .re__listing-search-on-boarding-popup {
  position: absolute;
  display: none;
  top: 16px;
  left: -120px;
}
@media screen and (max-width: 1045px) {
  .search-bar.re__search-bar-v2 .re__category-select .re__on-boarding-step {
    width: initial;
  }
  .search-bar.re__search-bar-v2
    .re__category-select
    .re__on-boarding-step
    .re__listing-search-on-boarding-popup {
    left: 0px;
  }
}
.search-bar.re__search-bar-v2.re__on-boarding-step-1
  .re__on-boarding-step-1
  .re__listing-search-on-boarding-popup {
  display: block;
}
.search-bar.re__search-bar-v2.re__on-boarding-step-2
  .re__on-boarding-step-2
  .re__listing-search-on-boarding-popup {
  display: block;
}
.search-bar.re__search-bar-v2.re__on-boarding-step-3
  .re__on-boarding-step-3
  .re__listing-search-on-boarding-popup {
  display: block;
  top: 22px;
}
.re__area-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  right: 0px;
}
.re__listing-search-on-boarding-popup {
  width: 240px;
  height: 132px;
  background: #845d9c;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  cursor: initial;
}
.re__listing-search-on-boarding-popup::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: #845d9c;
  top: -5px;
  left: 116px;
  border-radius: 2px;
  position: absolute;
}
.re__listing-search-on-boarding-popup .re__listing-search-on-boarding-header {
  padding: 16px 16px 8px 16px;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-header
  .re__listing-search-on-boarding-title {
  float: left;
  text-align: left;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-header
  .re__listing-search-on-boarding-buttons {
  float: right;
  margin-top: 2px;
  line-height: 16px;
  cursor: pointer;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-header
  .re__listing-search-on-boarding-buttons
  a {
  line-height: 16px;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-header
  .re__listing-search-on-boarding-buttons
  a
  i {
  color: #fff;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-header::after {
  content: "";
  display: block;
  clear: both;
}
.re__listing-search-on-boarding-popup .re__listing-search-on-boarding-body {
  padding: 0px 16px 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  letter-spacing: 0px;
  text-align: left;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer
  .re__listing-search-on-boarding-step {
  float: left;
  margin: 10px 0px 10px 16px;
  opacity: 0.5;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer
  .re__listing-search-on-boarding-buttons {
  float: right;
  margin: 4px 8px 4px 0px;
  cursor: pointer;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer
  .re__listing-search-on-boarding-buttons
  a {
  color: #fff;
  padding: 8px;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer
  .re__listing-search-on-boarding-buttons
  a.re__disabled {
  opacity: 0.5;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer
  .re__listing-search-on-boarding-buttons
  a
  i {
  padding: 0px;
  margin: 0px;
}
.re__listing-search-on-boarding-popup
  .re__listing-search-on-boarding-footer::after {
  content: "";
  display: block;
  clear: both;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.re__srp-list-view .re__tooltip-map-search {
  width: 300px;
  height: 116px;
  border-radius: 4px;
  padding: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #845d9c;
  box-shadow: 0px 0px 16px 0px #b6b6b66b;
  z-index: 8;
}
@media only screen and (min-width: 1024px) {
  .re__srp-list-view .re__tooltip-map-search {
    display: none;
  }
}
.re__srp-list-view .re__tooltip-map-search:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #845d9c;
}
.re__srp-list-view .re__tooltip-map-search .re__content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 12px;
}
.re__srp-list-view .re__tooltip-map-search .re__content span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__srp-list-view
  .re__tooltip-map-search
  .re__content
  .re__icon-close-no-circle::before {
  font-size: 16px;
  margin-left: 1rem;
}
.re__srp-list-view .re__tooltip-map-search .re__try-map-search-btn {
  width: 100%;
}
.re__srp-list-view .d-flex {
  display: flex;
}
.re__srp-list-view .hide {
  display: none;
}
.re__srp-list-view
  .re__ms-switch-map-button-wrapper
  .switch-button.re__ms-switch-listing-button {
  color: #fff;
}
.re__srp-list-view
  .re__ms-switch-map-button-wrapper
  .switch-button.re__ms-switch-map-button {
  color: #ffffffcc;
}
.re__srp-list-view .re__ms-switch-map-button-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view .re__ms-switch-map-button-wrapper {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 240px;
    height: 48px;
    box-shadow: 0px 2px 4px 0px #2c2c2c26;
    border-radius: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
    --border-angle: 0turn;
    --main-bg: conic-gradient(
      from var(--border-angle),
      #74150f,
      #74150f 5%,
      #74150f 60%,
      #74150f 95%
    );
    border: solid 2px transparent;
    --gradient-border: conic-gradient(
      from var(--border-angle),
      transparent 25%,
      #ffc7c3,
      #ffc7c3 99%,
      transparent
    );
    background: var(--main-bg) padding-box, var(--gradient-border) border-box,
      var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
  }
  .re__srp-list-view .re__ms-switch-map-button-wrapper .switch-button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 6px;
  }
  .re__srp-list-view .re__ms-switch-map-button-wrapper .switch-button span {
    display: inline-block;
    margin-left: 5px;
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -0.2px;
  }
  .re__srp-list-view .re__ms-switch-map-button-wrapper .switch-button i {
    font-size: 18px;
  }
  .re__srp-list-view .re__ms-switch-map-button-wrapper::before {
    content: "";
    cursor: pointer;
    color: #fff;
    background: red;
    padding: 10px 16px;
    border-radius: 20px;
    background: #e03c31;
    box-shadow: 0px 2px 4px 0px #2c2c2c26;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 38px;
    position: absolute;
    left: 1%;
    transition: all 0.3s ease;
  }
  .re__srp-list-view
    .re__ms-switch-map-button-wrapper
    .re__ms-switch-listing-button {
    position: absolute;
    left: 6%;
  }
  .re__srp-list-view
    .re__ms-switch-map-button-wrapper
    .re__ms-switch-map-button {
    position: absolute;
    right: 6%;
  }
}
.re__srp-list-view .re__srp-nav-bar-control-flex {
  justify-content: flex-end;
}
.re__srp-list-view .re__bg-header {
  box-shadow: 0px 4px 10px 0px rgba(182, 182, 182, 0.18);
}
.re__srp-list-view .re__bg-header .re__tablet-menu h2 {
  transition: margin-top 0.25s linear;
  margin-top: 0 !important;
}
.re__srp-list-view .re__bg-header .re__tablet-menu.re__fix {
  padding-top: 0 !important;
}
.re__srp-list-view .re__srp-nav-bar-control-flex {
  justify-content: flex-end;
}
.re__srp-list-view .re__main {
  overflow: hidden;
}
.re__srp-list-view .re__main .re__main-content-layout {
  margin-top: 8px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  #survey-search-and-filter-box {
  display: none;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  #survey-search-and-filter-box.show-survey {
  display: block;
}
@media only screen and (min-width: 600px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    #survey-search-and-filter-box.show-survey {
    margin-top: -16px;
  }
}
.re__srp-list-view .re__main .re__main-content-layout .re__main-content {
  margin-top: 0;
}
@media only screen and (min-width: 1129px) {
  .re__srp-list-view .re__main .re__main-content-layout .re__main-content {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1129px) {
  .re__srp-list-view .re__main .re__main-content-layout .re__main-content {
    margin-top: 4px;
  }
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__main-content
  .re__srp-title {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__main-content
    .re__srp-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1128px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box.fix {
    position: fixed;
    z-index: 3;
    height: auto;
    top: 56px;
    margin: 0 auto;
    left: calc(50% - 984px / 2);
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box {
    margin-bottom: 12px;
    transition: top 0.2s linear, height 0.2s linear;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1129px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box {
    height: auto;
  }
}
@media only screen and (max-width: 1128px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box
    .re__search-box-row-col::before {
    display: inline-block;
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box
    .re__search-box-row-col::after {
    display: inline-block;
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box
    .re__search-box-row-col
    .re__filter-col
    .re__listing-content-select
    .re__listing-search-select-button-current-text {
    margin: 5px 0px 5px 11px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    border-bottom: none;
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box.fix {
    left: 0;
    top: 63px !important;
  }
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown {
  max-height: 48vh;
  min-height: 251px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown.re__show-fade-in {
  display: flex;
  flex-direction: column;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown.re__show-fade-in
  .re__listing-search-select-list {
  flex: 1 1 auto;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown {
  left: 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown
  ul
  > li
  > span
  > i {
  margin-right: 4px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown {
  left: 0;
  max-height: auto;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown
  .mCustomScrollBox {
  max-height: 129px !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-city-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box.re__show-location-select-dropdown
    .re__search-box-row-filter {
    margin-top: 14px;
  }
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar {
  width: 12px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar {
  width: 12px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row {
  min-height: 48px;
  width: calc(100% - 170px);
  display: inline-block;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row {
  min-height: 48px;
  border: 1px solid #ccc;
  padding: 5px 0;
  transition: padding 0.1s linear;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row.two-line {
  padding-bottom: 2px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row.focus {
  border-color: #2c2c2c;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags {
  padding: 2px 0 2px 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice {
  transition: margin 0.05s linear;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice.one-line {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice:last-child {
  margin: 0 4px 3px 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select {
  margin-top: 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__btn-search {
  margin-top: 0;
  position: relative;
  top: 1.5px;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-icon-search {
  padding: 5px 7px 5px 15px;
}
@media only screen and (min-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__first-row
    .re__search-box-row {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__first-row
    .re__search-box-row {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__first-row
    .re__search-box-row {
    width: 100%;
  }
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__switch-map-button-srp-view {
  visibility: visible;
  width: 146px;
  height: 48px;
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__first-row
    .re__switch-map-button-srp-view {
    display: none;
  }
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__first-row
  .re__switch-map-button-srp-view
  span {
  height: 100%;
  display: flex;
  align-items: center;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row:focus {
  outline: none;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown-container {
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a {
  width: 100%;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a
  span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a
  span
  .re__location-keyword {
  padding-left: 0;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item:hover {
  background: initial;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .ui-state-focus {
  cursor: pointer;
  background: #f2f2f2 !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .ui-menu-divider {
  cursor: pointer !important;
  background: initial !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .re__searching-selected {
  background: #f2f2f2 !important;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter {
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list {
  overflow-y: auto;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar {
  width: 12px;
  display: block;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__srp-list-view
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-list {
  max-height: 145px;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-row-col {
    width: 100%;
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-row-col.re__search-box-row-col::before {
    width: 100%;
  }
  .re__srp-list-view
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-save-search-alert {
    display: none;
  }
}
.re__srp-list-view .re__main .re__main-content-layout.re__ldp {
  margin-top: 0;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-filter
  div.re__select-dropdown {
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
}
.re__srp-list-view .re__main .re__srp-nav-bar .re__srp-nav-filter-verification,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification {
  cursor: pointer;
  width: unset !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 32px;
  margin-left: 8px;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button {
  display: inline-flex;
  align-items: center;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button:focus,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button:focus {
  outline: none;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button::after,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button::after {
  white-space: pre;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  float: left;
  margin-left: 12px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  width: unset;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  i,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  i {
  float: right;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button::after,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button::after {
  display: block;
  clear: both;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before {
  top: 37px;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  top: 37px;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after {
  white-space: pre;
  top: 37px;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  white-space: pre;
  top: 37px;
}
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification::after,
.re__srp-list-view
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification::after {
  display: block;
  clear: both;
}
.re__srp-list-view .re__main-sidebar {
  margin-top: 16px;
}
.re__srp-list-view .re__header {
  transition: padding 0.2s linear;
}
.re__srp-list-view .re__header .re__left-menu img {
  transition: all 0.2s linear;
}
.re__srp-list-view .re__header .re__control-menu a {
  transition: all 0.2s linear;
}
.re__srp-list-view .re__full-menu.re__fix {
  box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
}
.re__srp-list-view .re__show-fade-in {
  overflow: inherit;
  animation: fadeIn 0.4s linear;
}
.re__srp-list-view .re__overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.65;
  transition: opacity 0.4s linear;
  padding-right: 17px;
}
.re__srp-list-view .ban_wide_scroll {
  z-index: 5;
  transition: top 0.2s ease;
}
.re__srp-list-view .addBottomGap {
  margin-bottom: 16px !important;
}
.re__srp-list-view .addPaddingRight {
  width: calc(100% - 17px) !important;
}
.re__srp-list-view .adjustTopPosition {
  top: 56px !important;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view .adjustTopPosition {
    top: 63px !important;
  }
  .re__srp-list-view .adjustTopPosition .re__search-box-row {
    margin-top: 8px !important;
  }
  .re__srp-list-view .adjustTopPosition .re__search-box-row-filter {
    margin-top: 14px;
  }
}
.re__srp-list-view .adjustTopPositionNoCity {
  top: 56px !important;
}
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-off--lg,
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-on--lg {
  float: left;
  margin: -1px 11px;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-off--lg .path1,
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-on--lg .path1 {
  position: absolute;
  top: 6px;
  left: 0px;
}
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-off--lg .path2,
.re__srp-list-view .re__listing-filter-toogle .re__icon-switch-on--lg .path2 {
  position: absolute;
  top: 6px;
  left: 32px;
}
.re__srp-list-view
  .re__listing-filter-toogle.re__has-value
  .re__icon-switch-on--lg
  .path1::before {
  color: #07a35d !important;
}
.re__srp-list-view .fix {
  width: 984px !important;
  margin-left: -24px !important;
  padding: 0 24px !important;
  height: auto !important;
  transition: top 0.2s linear, height 0.2s linear !important;
}
@media only screen and (min-width: 1024px) {
  .re__srp-list-view .fix .re__search-box-row {
    margin: 26px 0 16px 0 !important;
  }
}
.re__srp-list-view
  .fix
  .re__location-search-select-body
  .re__location-autocomplete {
  padding-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .re__srp-list-view .fix {
    left: 44px !important;
  }
}
@media only screen and (min-width: 1545px) {
  .re__srp-list-view .fix {
    width: 1187px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1128px) {
  .re__srp-list-view .fix {
    margin-left: 0 !important;
  }
}
.re__srp-list-view .fix .re__search-box-row-col {
  visibility: visible !important;
}
.re__srp-list-view .fix .re__search-box-row-col::before {
  display: none;
}
.re__srp-list-view .fix .re__search-box-row-col::after {
  display: none;
}
.re__srp-list-view
  .fix
  .re__search-box-row-col
  .re__filter-col
  .re__listing-content-select
  .re__listing-search-select-button-current-text {
  margin: 5px 0px 5px 11px !important;
}
.re__srp-list-view .fix .re__switch-map-button-srp-view {
  margin-top: 27px !important;
}
.re__srp-list-view .tablet {
  left: 0 !important;
  padding: 0 31px !important;
  height: auto !important;
  margin-left: 0 !important;
}
.re__srp-list-view .pull {
  height: 77px !important;
  transition: height 0.2s linear;
}
.re__srp-list-view
  .pull.re__listing-search-box
  .re__switch-map-button-srp-view {
  visibility: hidden !important;
}
.re__srp-list-view .pull.re__listing-search-box .re__search-box-row {
  visibility: hidden !important;
}
.re__srp-list-view [role~="tooltip"][data-microtip-position="bottom"]::before,
.re__srp-list-view [role~="tooltip"][data-microtip-position="bottom"]::after {
  transition-delay: 0.5s !important;
}
.re__srp-list-view .re__full-width .re__search-box-row-col {
  width: 100% !important;
}
.re__srp-list-view.body-no-scroll,
.re__srp-list-view.no-scroll,
.re__srp-list-view.no-scroll-mac {
  overflow: hidden !important;
  padding-right: 14.5px;
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.re__body-map-search .re__bg-header {
  box-shadow: 0px 4px 10px 0px rgba(182, 182, 182, 0.18);
}
.re__body-map-search .re__bg-header .re__tablet-menu h2 {
  transition: margin-top 0.25s linear;
  margin-top: 0 !important;
}
.re__body-map-search .re__bg-header .re__tablet-menu.re__fix {
  padding-top: 0 !important;
}
.re__body-map-search .re__main {
  overflow: hidden;
  transition: none !important;
}
.re__body-map-search .re__main.body-no-scroll {
  overflow-y: hidden !important;
  padding-right: 12px;
}
.re__body-map-search .re__main .re__main-content-layout {
  margin-top: 8px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  #survey-search-and-filter-box {
  display: none;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  #survey-search-and-filter-box.show-survey {
  display: block;
}
@media only screen and (min-width: 600px) {
  .re__body-map-search
    .re__main
    .re__main-content-layout
    #survey-search-and-filter-box.show-survey {
    margin-top: -16px;
  }
}
.re__body-map-search .re__main .re__main-content-layout .re__main-content {
  margin-top: 8px !important;
}
@media only screen and (max-width: 1128px) {
  .re__body-map-search .re__main .re__main-content-layout .re__main-content {
    margin-top: 16px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .re__body-map-search
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box.fix {
    position: fixed;
    z-index: 3;
    height: auto;
    top: 56px;
    margin: 0 auto;
    left: 0;
  }
  .re__body-map-search
    .re__main
    .re__main-content-layout
    .re__listing-search-box {
    margin-bottom: 12px;
    transition: top 0.25s linear;
  }
}
@media only screen and (max-width: 1024px) {
  .re__body-map-search
    .re__main
    .re__main-content-layout
    form#boxSearchForm.re__listing-search-box {
    left: 24px !important;
  }
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown-container {
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body::-webkit-scrollbar {
  width: 12px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__city-search-select-dropdown
  .re__city-search-select-body::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown {
  background: red;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar {
  width: 12px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar {
  width: 12px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__city-search-select-body::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__switch-map-button-srp-view {
  display: none;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row {
  min-height: 48px;
  border: 1px solid #ccc;
  padding: 6px 0;
  transition: padding 0.1s linear;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row.two-line {
  padding-bottom: 2px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row.focus {
  border-color: #2c2c2c;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags {
  padding: 1px 0 2px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice {
  transition: margin 0.05s linear;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice.one-line {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-select
  .re__location-tags
  .location-tag__choice:last-child {
  margin: 0 4px 3px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__city-code-select {
  margin-top: 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__btn-search {
  margin-top: 1px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row
  .re__search-location-select-header
  .re__search-location-row
  .re__location-icon-search {
  padding: 5px 7px 5px 15px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row:focus {
  outline: none;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a {
  width: 100%;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a
  span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item
  > a
  span
  .re__location-keyword {
  padding-left: 0;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  li.ui-menu-item:hover {
  background: initial;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .ui-state-focus {
  cursor: pointer;
  background: #f2f2f2 !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .ui-menu-divider {
  cursor: pointer !important;
  background: initial !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  form.re__search-has-location-input
  div.re__search-box-row
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown
  .re__location-search-select-body
  .re__location-autocomplete
  ul.ui-autocomplete
  .re__searching-selected {
  background: #f2f2f2 !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter {
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown {
  max-height: 48vh;
  min-height: 251px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown.re__show-fade-in {
  display: flex;
  flex-direction: column;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-dropdown.re__show-fade-in
  .re__listing-search-select-list {
  flex: 1 1 auto;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown {
  left: 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__category-select
  .re__listing-search-select-dropdown
  ul
  > li
  > span
  > i {
  margin-right: 4px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list {
  overflow-y: auto;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar {
  width: 12px;
  display: block;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__listing-search-select-list::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-list {
  max-height: 145px;
}
@media only screen and (max-width: 1024px) {
  .re__body-map-search
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-row-col {
    width: 100%;
  }
  .re__body-map-search
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-row-col.re__search-box-row-col::before {
    width: 100%;
  }
  .re__body-map-search
    .re__main
    .re__main-content-layout
    .re__listing-search-box
    .re__search-box-row-filter
    .re__search-box-save-search-alert {
    display: none;
  }
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown {
  left: -50%;
  max-height: auto;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box
  .re__search-box-row-filter
  .re__price-select
  .re__listing-search-select-dropdown
  .mCustomScrollBox {
  max-height: 129px !important;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-no-city-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-city-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__search-location-select-header {
  box-shadow: 0px -10px 20px 0px #b6b6b66b;
}
@media only screen and (max-width: 1024px) {
  .re__body-map-search
    .re__main
    .re__main-content-layout
    .re__listing-search-box.re__show-location-select-dropdown
    .re__search-box-row-filter {
    margin-top: 14px;
  }
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar {
  width: 12px;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.re__body-map-search
  .re__main
  .re__main-content-layout
  .re__listing-search-box.re__show-location-select-dropdown
  .re__listing-search-location-select-dropdown-position
  .re__location-search-select-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 4px 0;
}
.re__body-map-search .re__main .re__main-content-layout.re__ldp {
  margin-top: 0;
}
.re__body-map-search
  .re__main
  .re__main-content-layout.re__ldp
  .re__main-content {
  margin-top: 16px;
}
.re__body-map-search .re__main .re__srp-nav-bar .re__srp-filter {
  width: 148px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-filter
  div.re__select-dropdown {
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification {
  cursor: pointer;
  width: unset !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 32px;
  margin-left: 8px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button {
  display: inline-flex;
  align-items: center;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button:focus,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button:focus {
  outline: none;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button::after,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button::after {
  white-space: pre;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text {
  float: left;
  margin-left: 12px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  width: unset;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  .re__listing-search-select-button-current-text.hasvalue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button
  i,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button
  i {
  float: right;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  .re__listing-search-select-button::after,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  .re__listing-search-select-button::after {
  display: block;
  clear: both;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]::before {
  top: 37px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  top: 37px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]::after {
  white-space: pre;
  top: 37px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification
  > div.re__listing-search-select-button.re__has-value[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  white-space: pre;
  top: 37px;
}
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-verification::after,
.re__body-map-search
  .re__main
  .re__srp-nav-bar
  .re__srp-nav-filter-agent-verification::after {
  display: block;
  clear: both;
}
.re__body-map-search .re__main-sidebar {
  margin-top: 16px;
}
.re__body-map-search .re__header {
  transition: padding 0.2s linear;
}
.re__body-map-search .re__header .re__left-menu img {
  transition: all 0.2s linear;
}
.re__body-map-search .re__header .re__control-menu a {
  transition: all 0.2s linear;
}
.re__body-map-search .re__full-menu.re__fix {
  box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
}
.re__body-map-search .re__show-fade-in {
  overflow: inherit;
  animation: fadeIn 0.4s linear;
}
.re__body-map-search .re__overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.65;
  transition: opacity 0.4s linear;
  padding-right: 17px;
}
.re__body-map-search .ban_wide_scroll {
  z-index: 5;
  transition: top 0.2s ease;
}
.re__body-map-search .addBottomGap {
  margin-bottom: 16px !important;
}
.re__body-map-search .addPaddingRight {
  width: calc(100% - 17px) !important;
}
.re__body-map-search .adjustTopPosition {
  top: 73px !important;
}
.re__body-map-search .adjustTopPositionNoCity {
  top: 73px !important;
}
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-off--lg,
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-on--lg {
  float: left;
  margin: -1px 11px;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-off--lg .path1,
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-on--lg .path1 {
  position: absolute;
  top: 6px;
  left: 0px;
}
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-off--lg .path2,
.re__body-map-search .re__listing-filter-toogle .re__icon-switch-on--lg .path2 {
  position: absolute;
  top: 6px;
  left: 32px;
}
.re__body-map-search
  .re__listing-filter-toogle.re__has-value
  .re__icon-switch-on--lg
  .path1::before {
  color: #07a35d !important;
}
.re__body-map-search [role~="tooltip"][data-microtip-position="bottom"]::before,
.re__body-map-search [role~="tooltip"][data-microtip-position="bottom"]::after {
  transition-delay: 0.5s !important;
}
.re__body-map-search .re__full-width .re__search-box-row-col {
  width: 100% !important;
}
.re__body-map-search.body-no-scroll {
  overflow: hidden !important;
}
.re__vip-diamond > a .re__card-title {
  color: #2c2c2c;
}
.re__vip-diamond > a .re__card-title > *:not([class*="re__icon-"]) {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  text-transform: uppercase;
}
.re__vip-diamond > a .re__card-title > *:not([class*="re__icon-"]) > i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.re__vip-diamond > a .re__card-title .hidden-mobile {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-diamond > a .re__card-title > i {
  font-size: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.re__vip-gold > a .re__card-title {
  color: #2c2c2c;
}
.re__vip-gold > a .re__card-title > *:not([class*="re__icon-"]) {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-gold > a .re__card-title .hidden-mobile {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-silver > a .re__card-title {
  color: #2c2c2c;
}
.re__vip-silver > a .re__card-title > *:not([class*="re__icon-"]) {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-silver > a .re__card-title .hidden-mobile {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-normal > a .re__card-title {
  color: #2c2c2c;
}
.re__vip-normal > a .re__card-title > *:not([class*="re__icon-"]) {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-normal > a .re__card-title .hidden-mobile {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.re__vip-no-value > a .re__card-title {
  color: #2c2c2c;
}
.re__vip-no-value > a .re__card-title > *:not([class*="re__icon-"]) {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #999;
}
.re__card-compact a .re__card-image img.error-photo {
  display: inline-block;
}
.re__card-compact a .re__card-image .thumb-tiktok {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re__card-full-label-verified
  > a
  .re__card-info
  .re__card-image-verified[role~="tooltip"]::after {
  width: 176px;
  white-space: unset;
  text-align: center;
}
.card-compact-skeleton {
  margin: 0px 8px 16px !important;
  height: 319px;
}
.card-compact-skeleton .re__card-image {
  width: 262px;
  height: 148px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
}
.card-compact-skeleton .re__card-image:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation-card-skeleton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}
.card-compact-skeleton .re__card-info {
  width: 228px;
  box-sizing: content-box;
  padding: 12px 16px 16px;
  float: left;
}
.card-compact-skeleton .re__card-info .re__card-info-content .re__card-title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
  background: #e2e2e2;
}
.card-compact-skeleton
  .re__card-info
  .re__card-info-content
  .re__card-title:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation-card-skeleton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}
.card-compact-skeleton .re__card-info .re__card-info-content .re__card-config {
  width: 100%;
  height: 26px;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
}
.card-compact-skeleton
  .re__card-info
  .re__card-info-content
  .re__card-config:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation-card-skeleton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}
.card-compact-skeleton
  .re__card-info
  .re__card-info-content
  .re__card-location {
  width: 100%;
  height: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
  margin-bottom: 16px;
  background: #e2e2e2;
}
.card-compact-skeleton
  .re__card-info
  .re__card-info-content
  .re__card-location:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation-card-skeleton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}
.card-compact-skeleton .re__card-info .re__card-info-content .re__card-contact {
  width: 100%;
  height: 32px;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
}
.card-compact-skeleton
  .re__card-info
  .re__card-info-content
  .re__card-contact:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation-card-skeleton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}
.bds-tooltip {
  z-index: 9;
}
.pro-agent-srp-card {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
}
.pro-agent-srp-card a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .pro-agent-srp-card {
    display: none;
  }
}
.card-label-img {
  position: absolute;
  background-repeat: no-repeat;
  top: 4px;
  left: -4px;
  height: 24px;
  width: 30px;
}
.re__vip-diamond .label--v1,
.re__vip-diamond .label--v2,
.re__vip-diamond .label--v3 {
  background: url(/images/label/Label_VIPDiamond.svg) no-repeat center center
    transparent;
  width: 100px;
}
.re__vip-gold .label--v1,
.re__vip-gold .label--v2,
.re__vip-gold .label--v3 {
  background: url(/images/label/Label_VIPGold.svg) no-repeat center center
    transparent;
  width: 66px;
}
.re__vip-silver .label--v1,
.re__vip-silver .label--v2,
.re__vip-silver .label--v3 {
  background: url(/images/label/Label_VIPSilver.svg) no-repeat center center
    transparent;
  width: 58px;
}
.re__vip-normal .card-label-img {
  display: none !important;
}
.re__card-compact .card-label-img {
  width: 30px;
}
.re__card-compact.re__vip-diamond .label--v1,
.re__card-compact.re__vip-diamond .label--v2,
.re__card-compact.re__vip-diamond .label--v3 {
  background: url(/images/label/Label_VIPDiamond-compact.svg) no-repeat center
    center transparent;
}
.re__card-compact.re__vip-gold .label--v1,
.re__card-compact.re__vip-gold .label--v2,
.re__card-compact.re__vip-gold .label--v3 {
  background: url(/images/label/Label_VIPGold-compact.svg) no-repeat center
    center transparent;
}
.re__card-compact.re__vip-silver .label--v1,
.re__card-compact.re__vip-silver .label--v2,
.re__card-compact.re__vip-silver .label--v3 {
  background: url(/images/label/Label_VIPSilver-compact.svg) no-repeat center
    center transparent;
}
.re__card.re__disabled,
.re__card.re__card-bad-requested-product,
.re__card-full.re__disabled,
.re__card-full.re__card-bad-requested-product {
  background: #f2f2f2;
}
.re__card.re__disabled .card-label-img,
.re__card.re__card-bad-requested-product .card-label-img,
.re__card-full.re__disabled .card-label-img,
.re__card-full.re__card-bad-requested-product .card-label-img {
  filter: grayscale(100%);
}
.re__card-title .re__card-image-verified {
  display: inline-block;
  margin: 0px;
  margin-top: -3px;
  margin-right: 2px;
  vertical-align: middle;
  height: 16px;
  width: 72px;
  background: url(/images/label/Label_VerifiedListing.svg) no-repeat center
    center transparent;
}
.re__card-title .re__card-image-verified.pg-verified {
  background: url(/images/icons/ic-pg-verified-trans-16.svg) no-repeat 4px
    center rgba(155, 218, 190, 0.3);
  border-radius: 4px;
  height: 16px;
  line-height: 16px;
  position: relative;
}
.re__card-title .re__card-image-verified.pg-verified::before {
  content: "Xác Thực";
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal !important;
  color: #07a35d;
  padding-left: 20px;
  padding-right: 4px;
  text-transform: none;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  top: 1px;
}
.re__card.re__disabled .re__card-title,
.re__card-full.re__disabled .re__card-title {
  line-height: 24px;
}
.re__card.re__disabled .re__card-title .re__title,
.re__card-full.re__disabled .re__card-title .re__title {
  float: left;
  width: calc(100% - 100px);
}
.re__card.re__disabled .re__card-title .re__title span,
.re__card-full.re__disabled .re__card-title .re__title span {
  line-height: 24px;
}
.re__card.re__disabled .re__card-title .re__title .re__card-image-verified,
.re__card-full.re__disabled
  .re__card-title
  .re__title
  .re__card-image-verified {
  filter: grayscale(100%);
  margin-top: 4px !important;
  margin-left: 2px;
  margin-right: 6px;
}
.re__card.re__card-bad-requested-product .re__card-title,
.re__card-full.re__card-bad-requested-product .re__card-title {
  line-height: 24px;
}
.re__card.re__card-bad-requested-product
  .re__card-title
  .re__card-image-verified,
.re__card-full.re__card-bad-requested-product
  .re__card-title
  .re__card-image-verified {
  filter: grayscale(100%);
  margin-top: 4px !important;
}
.re__card-compact {
  width: calc(262px - 2px);
  height: calc(318px - 2px);
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
}
.re__card-compact:hover {
  box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
}
.re__card-compact > a {
  display: block;
  width: 100%;
  height: 100%;
}
.re__card-compact > a .re__card-image {
  width: calc(100% + 1px);
  height: calc(100% - 142px - 12px - 16px);
  margin-left: -0.5px;
  margin-top: -0.5px;
  position: relative;
  overflow: initial;
}
.re__card-compact > a .re__card-image::after {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
  content: "";
  z-index: 1;
}
.re__card-compact > a .re__card-image > img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.re__card-compact > a .re__card-image .re__card-image-feature {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}
.re__card-compact > a .re__card-image .re__card-image-feature > i {
  float: left;
  margin-left: 4px;
  color: #fff;
}
.re__card-compact > a .re__card-image .re__card-image-feature > span {
  float: left;
  margin: 2px 0px 2px 4px;
  color: #fff;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__card-compact
  > a
  .re__card-image
  .re__card-image-feature
  .re__card-image-media
  > i {
  float: left;
  margin-left: 4px;
  color: #fff;
}
.re__card-compact
  > a
  .re__card-image
  .re__card-image-feature
  .re__card-image-media
  > span {
  float: left;
  margin: 2px 0px 2px 4px;
  color: #fff;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__card-compact > a .re__card-image-no-image::after {
  content: unset;
}
.re__card-compact > a .re__card-info .re__card-info-content {
  position: relative;
  margin: 12px 16px 16px 16px;
}
.re__card-compact > a .re__card-info .re__card-info-content .re__card-title {
  height: 40px;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.re__card-compact > a .re__card-info .re__card-config {
  margin-top: 4px;
  height: 26px;
  overflow: hidden;
}
.re__card-compact > a .re__card-info .re__card-config > span {
  display: block;
  float: left;
}
.re__card-compact > a .re__card-info .re__card-config .re__card-config-price {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
  color: #e03c31;
  line-height: 26px;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-config
  .re__card-config-price_per_m2 {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
  color: #e03c31;
  line-height: 26px;
}
.re__card-compact > a .re__card-info .re__card-config .re__card-config-area {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
  color: #e03c31;
  line-height: 26px;
}
.re__card-compact > a .re__card-info .re__card-config .re__card-config-dot {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  margin: 0 8px;
  line-height: 26px;
}
.re__card-compact > a .re__card-info .re__card-location {
  margin-top: 4px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #505050;
  text-align: left;
}
.re__card-compact > a .re__card-info .re__card-location > i {
  float: left;
  margin-right: 4px;
  line-height: 20px;
  width: 16px;
  text-align: center;
}
.re__card-compact > a .re__card-info .re__card-location > span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__card-compact > a .re__card-info .re__card-contact {
  margin-top: 16px;
  height: 32px;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-published-info {
  float: left;
  height: 32px;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-published-info
  .re__card-published-info-published-at {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  display: block;
  color: #999;
  float: left;
  margin: 8px 0;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button {
  float: right;
  height: 32px;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm {
  float: right;
  margin-left: 8px;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm
  .re__icon-heart--sm {
  display: block;
  color: #000;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm
  .re__icon-heart--sm::before {
  color: #000;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm
  .re__icon-heart-pressed--sm {
  display: none;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm.re__pressed
  .re__icon-heart--sm {
  display: none;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm.re__pressed
  .re__icon-heart-pressed--sm {
  display: block;
  color: #e03c31;
}
.re__card-compact
  > a
  .re__card-info
  .re__card-contact
  .re__card-contact-button
  .re__btn.re__btn-icon--sm.re__pressed
  .re__icon-heart-pressed--sm::before {
  color: #e03c31;
}
.re__history-listing .re__card-compact .re__card-info-content .re__card-title {
  color: #2c2c2c;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.pr-container .re__card-compact {
  width: 100%;
  height: 283px;
}
.re__card-bad-requested-product {
  position: relative;
}
.re__card-bad-requested-product > a:nth-child(1) {
  filter: grayscale(100%);
}
.re__card-bad-requested-product > a:nth-child(1) .re__card-contact-button {
  display: none;
}
.re__card-bad-requested-product > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
}
.re__card-bad-requested-product > div:nth-child(2) > div:nth-child(1) {
  width: 100%;
  height: calc(100% - 136px - 12px - 16px);
  display: table;
}
.re__card-bad-requested-product
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.re__card-bad-requested-product > div:nth-child(2) > div:nth-child(2) {
  height: calc(136px + 12px + 16px);
  width: 100%;
  position: relative;
}
.re__card-bad-requested-product
  > div:nth-child(2)
  > div:nth-child(2)
  > span:nth-child(1) {
  margin-left: 16px;
  margin-right: 16px;
  top: calc(12px + 40px + 2px);
  position: absolute;
  color: #999;
  height: 60px;
  background: #fff;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  width: calc(100% - 32px);
}
.re__card-bad-requested-product
  > div:nth-child(2)
  > div:nth-child(2)
  > span:nth-child(2) {
  right: 16px;
  bottom: 16px;
  position: absolute;
}
.re__card-bad-requested-product .re__card-title .hidden-mobile {
  color: #999 !important;
}
.re__card-bad-requested-product .re__card-published-info {
  width: calc(100% - 86px);
}
.re__card-bad-requested-product
  .re__card-published-info
  .re__card-published-info-published-at {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  display: -webkit-box !important;
  text-align: left;
}
.re__card-compact.card-compact-skeleton {
  margin: 0px 16px 16px 0px !important;
}
@media only screen and (min-width: 1545px) {
  .re__card-compact.card-compact-skeleton {
    height: 295px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-image {
    width: 218px !important;
    height: 123px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-info {
    width: 186px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__card-compact.card-compact-skeleton {
    height: 290px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-image {
    width: 210px !important;
    height: 119px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-info {
    width: 178px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__card-compact.card-compact-skeleton {
    height: 312px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-image {
    width: 250px !important;
    height: 140px !important;
  }
  .re__card-compact.card-compact-skeleton .re__card-info {
    width: 217px !important;
  }
}
.re__section::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__section {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__section {
    margin-bottom: 32px;
  }
}
.re__section .re__section-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__section .re__section-title {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__section .re__section-title {
    margin-bottom: 16px;
  }
}
.re__section .re__section-body::after {
  content: "";
  clear: both;
  display: block;
}
.re__section .re__section-body[class*="re__border-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.re__section .re__section-footer {
  text-align: center;
  position: relative;
}
.re__section .re__section-footer::after {
  content: "";
  clear: both;
  display: block;
}
.re__section .re__section-footer .overlay {
  position: absolute;
  top: -24px;
  height: 24px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.re__breadcrumb {
  margin-bottom: 8px;
}
.re__breadcrumb a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
}
.re__breadcrumb a:hover {
  color: #505050;
}
.re__breadcrumb a:active {
  color: black;
}
.re__breadcrumb a:last-of-type {
  color: #2c2c2c;
}
.re__breadcrumb span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  margin: 0 4px;
  display: inline-block;
}
.re__box-faqs {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.re__box-faqs .re__box-title-ss {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  padding: 16px 0 24px 0;
  display: inline-block;
}
.re__box-faqs .re__box-faqs-container {
  margin: auto;
  position: relative;
}
.re__box-faqs .re__box-faqs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 23px;
}
.re__box-faqs .re__box-faqs-content .re__faqs-list {
  transition: height 0.5s ease;
  overflow: hidden;
}
.re__box-faqs
  .re__box-faqs-content
  .re__content-view-more:not(.re__active)
  .re__item-more {
  display: none;
}
.re__box-faqs .re__box-faqs-content .re__faqs-list .re__collapse-box {
  padding: 13px 0;
  padding-top: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box:last-child {
  border-bottom: none;
}
.re__box-faqs .re__box-faqs-content .re__faqs-list .re__collapse-box i {
  color: #e03c31;
  margin-right: 8px;
  vertical-align: middle;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-label {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  cursor: pointer;
  width: 100%;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content {
  display: none;
  margin-top: 8px;
  margin-left: 24px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #505050;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  p,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  span,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  ul,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  li,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  ol,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  strong {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #505050;
  padding-bottom: 0;
  margin-bottom: 0;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  ul,
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  ol {
  margin-left: 24px;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  ul
  li {
  list-style-type: disc;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-list
  .re__collapse-box
  .re__collapse-content
  a {
  color: #e03c31;
  cursor: pointer;
  text-decoration: underline;
}
.re__box-faqs .re__box-faqs-content .re__faq-view-control {
  padding-top: 8px;
  position: relative;
}
.re__box-faqs .re__box-faqs-content .re__faq-view-control .re__gradient {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.re__box-faqs .re__box-faqs-content .re__faqs-footer-box {
  background-color: #fafafa;
  border-radius: 0px 0px 8px 8px;
  padding: 16px 23px;
  display: flex;
}
.re__box-faqs .re__box-faqs-content .re__faqs-footer-box label {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-footer-box
  .re__faqs-feedback-box
  button {
  margin-right: 6px;
}
.re__box-faqs
  .re__box-faqs-content
  .re__faqs-footer-box
  .re__faqs-feedback-box
  p {
  margin: auto !important;
  padding-top: 6px;
  color: #999;
}
.re__box-faqs .re__box-faqs-content .re__faqs-footer-box .re__btn-question {
  margin-left: auto;
}
.re__display-none {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone {
  margin-top: -16px;
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header {
  margin-bottom: 24px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-image {
  width: 64px;
  height: 64px;
  margin: 0px 176px 16px 176px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-image
  img {
  width: 100%;
  border-radius: 50%;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-image
  .re__contact-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #74150f;
  background-color: #ffeceb;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  text-transform: uppercase;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-message {
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-submessage {
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group {
  margin-bottom: 8px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  input::-webkit-outer-spin-button,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  input[type="number"] {
  -moz-appearance: textfield;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error {
  background-color: #ffeceb;
  margin-top: 16px;
  border-radius: 4px;
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-icon {
  float: left;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-icon
  i {
  position: relative;
  width: 24px;
  height: 20px;
  padding: 2px 0px;
  display: block;
  margin: 16px 0px 16px 16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span {
  position: absolute;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span.path1::before {
  color: #e03c31;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span.path2::before {
  margin-left: initial;
  color: #fff;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-message {
  float: left;
  padding: 12px 16px 12px 10px;
  width: calc(100% - 66px);
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-message
  .re__locked-account-error-message-header
  p {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error
  .re__locked-account-error-message
  .re__locked-account-error-message-content
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 0px;
  word-spacing: -0.09px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__locked-account-error::after {
  content: "";
  display: block;
  clear: both;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box {
  margin-top: 16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  p,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  p {
  color: #999;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc {
  cursor: pointer;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm {
  display: none;
  position: relative;
  width: 16px;
  top: -2px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span {
  position: absolute;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span::before {
  margin-left: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span.path1::before,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span.path2::before {
  color: #e03c31;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc.checked
  .re__icon-checkbox--sm {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__form-group
  .re__kyc-check-box
  .re__agree-login-kyc.checked
  .re__icon-checkbox-checked--sm {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer {
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer
  .re__kyc-login-redirect {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer
  .re__kyc-login-redirect
  p,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer
  .re__kyc-login-redirect
  a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer
  .re__kyc-login-redirect
  p {
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer
  .re__kyc-login-redirect
  a {
  cursor: pointer;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-icon-back {
  display: inline-block;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-message {
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-bottom: 24px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p
  .re__kyc-header-submessage-phone {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p
  strong.blue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #0068ff;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  .re__kyc-header-submessage-icon-edit-phone {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group {
  margin-bottom: 8px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input::-webkit-outer-spin-button,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input[type="number"] {
  -moz-appearance: textfield;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input {
  width: 318px;
  margin: 0 49px 16px 49px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element {
  float: left;
  width: 48px;
  margin-right: 6px;
  border-radius: 4.8px;
  padding: 13px 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element:nth-child(6) {
  margin-right: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element.re__kyc-otp-input-element-error-message {
  border-color: #e03c31;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element:disabled {
  background: #fff;
  border-color: #ccc;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-error-message {
  margin-top: 8px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down {
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-title {
  margin-bottom: 4px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-title
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #999;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p
  .re__kyc-otp-count-down-time-content {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p
  .re__resend-kyc-otp {
  cursor: pointer;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p:nth-child(2) {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time.re__resend-kyc-otp
  p:nth-child(1) {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time.re__resend-kyc-otp
  p:nth-child(2) {
  display: inline-block;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group.re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type {
  display: none;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-icon-back {
  display: inline-block;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-message {
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-bottom: 24px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account {
  width: 100%;
  box-sizing: border-box;
  float: left;
  box-sizing: border-box !important;
  padding: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account
  span,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin: 14px 12px 14px 16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account
  i,
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account
  i {
  color: #2c2c2c;
  margin: 12px 0 12px 16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account {
  margin-bottom: 16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account {
  margin-bottom: 88px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group::after {
  display: block;
  content: "";
  clear: both;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success {
  display: none;
  margin-top: -16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-image {
  width: 130px;
  height: 130px;
  margin: 0px 144px 0px 144px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-message {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note {
  margin-top: 40px;
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note
  p
  .re__kyc-header-note-count-down {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail {
  display: none;
  margin-top: -16px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-image {
  width: 130px;
  height: 130px;
  margin: 0px 144px 0px 144px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-message {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage
  p
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__form-group.re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-footer.re__kyc-popup-footer {
  height: unset;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-send-otp-button-in-footer {
  display: none;
  height: 128px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-validate-otp-button-in-footer {
  display: none;
  height: 92px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__pricing-history-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-close-popup-button-in-footer {
  display: none;
  height: 70px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-phone-mode
  .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  border-bottom: none;
  border-radius: 8px;
  box-sizing: content-box;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-phone-mode
  .modal-header.re__kyc-popup-header
  .close {
  z-index: 1;
  cursor: pointer;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-phone-mode
  .modal-body
  .re__kyc-phone {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-phone-mode
  .modal-footer.re__kyc-popup-footer {
  height: unset;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-phone-mode
  .modal-footer.re__kyc-popup-footer
  .re__kyc-send-otp-button-in-footer {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  background-color: unset;
  box-sizing: content-box;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-header.re__kyc-popup-header
  .re__kyc-popup-header-title {
  margin: 8px 24px 16px 26px;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-header.re__kyc-popup-header
  .close {
  z-index: 1;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-body
  .re__kyc-otp {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-footer.re__kyc-popup-footer {
  height: unset;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-otp-mode
  .modal-footer.re__kyc-popup-footer
  .re__kyc-validate-otp-button-in-footer {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-user-type-mode
  .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  background-color: unset;
  box-sizing: content-box;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-user-type-mode
  .modal-header.re__kyc-popup-header
  .re__kyc-popup-header-title {
  margin: 8px 24px 16px 26px;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-user-type-mode
  .modal-header.re__kyc-popup-header
  .close {
  z-index: 1;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-user-type-mode
  .modal-body
  .re__kyc-user-type {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-success-mode
  .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  border-bottom: none;
  border-radius: 8px;
  box-sizing: content-box;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-success-mode
  .modal-header.re__kyc-popup-header
  .close {
  z-index: 1;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-success-mode
  .modal-body
  .re__kyc-success {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-fail-mode
  .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  border-bottom: none;
  border-radius: 8px;
  box-sizing: content-box;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-fail-mode
  .modal-header.re__kyc-popup-header
  .close {
  z-index: 1;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-fail-mode
  .modal-body
  .re__kyc-fail {
  display: block;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-fail-mode
  .modal-footer.re__kyc-popup-footer {
  height: unset;
}
.modal-content.new2021.re__pricing-history-kyc.re__kyc-fail-mode
  .modal-footer.re__kyc-popup-footer
  .re__kyc-close-popup-button-in-footer {
  display: block;
}
.modal-content.new2021.re__rcb-kyc .modal-header.re__kyc-popup-header {
  margin-top: 0px;
  height: 32px;
  border-bottom: none;
  border-radius: 8px;
  box-sizing: content-box;
}
.modal-content.new2021.re__rcb-kyc .modal-header.re__kyc-popup-header .close {
  z-index: 1;
}
.modal-content.new2021.re__rcb-kyc .form-horizontal {
  padding-top: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup
  .re__form-group.re__title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  position: absolute;
  top: 16px;
  width: calc(100% - 116px);
  margin-left: 40px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone {
  display: none;
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  input::-webkit-outer-spin-button,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  input[type="number"] {
  -moz-appearance: textfield;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error {
  background-color: #ffeceb;
  margin-top: 16px;
  border-radius: 4px;
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-icon {
  float: left;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-icon
  i {
  position: relative;
  width: 24px;
  height: 20px;
  padding: 2px 0px;
  display: block;
  margin: 16px 0px 16px 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span {
  position: absolute;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span.path1::before {
  color: #e03c31;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-icon
  i
  span.path2::before {
  margin-left: initial;
  color: #fff;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-message {
  float: left;
  padding: 12px 16px 12px 10px;
  width: calc(100% - 66px);
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-message
  .re__locked-account-error-message-header
  p {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error
  .re__locked-account-error-message
  .re__locked-account-error-message-content
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 0px;
  word-spacing: -0.09px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__locked-account-error::after {
  content: "";
  display: block;
  clear: both;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-icon-back {
  display: inline-block;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__mg-b {
  margin-bottom: 12px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__bg-mes {
  overflow: hidden;
  background: #f0eaf4;
  padding: 12px;
  border-radius: 4px;
  margin-top: 12px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__bg-mes
  ul {
  padding-left: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__bg-mes
  ul
  li {
  width: 100%;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  list-style-type: disc;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box {
  margin-top: 64px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  p,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  p {
  color: #999;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc {
  cursor: pointer;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm {
  display: none;
  position: relative;
  width: 16px;
  top: -2px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span {
  position: absolute;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span::before {
  margin-left: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span.path1::before,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc
  .re__icon-checkbox-checked--sm
  span.path2::before {
  color: #e03c31;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc.checked
  .re__icon-checkbox--sm {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__kyc-check-box
  .re__agree-login-kyc.checked
  .re__icon-checkbox-checked--sm {
  display: block;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-phone
  .re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-icon-back {
  display: inline-block;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-message {
  margin-bottom: 8px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-bottom: 16px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
  padding: 0px 56px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p
  .re__kyc-header-submessage-phone {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  p
  strong.blue {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #0068ff;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-header
  .re__kyc-header-submessage
  .re__kyc-header-submessage-icon-edit-phone {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input::-webkit-outer-spin-button,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  input[type="number"] {
  -moz-appearance: textfield;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input {
  width: 318px;
  margin: 0 49px 16px 49px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element {
  outline: unset;
  float: left;
  width: 48px;
  margin-right: 6px;
  border-radius: 4.8px;
  padding: 13px 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element:nth-child(6) {
  margin-right: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element.re__kyc-otp-input-element-error-message {
  border-color: #e03c31;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-input-element:disabled {
  background: #fff;
  border-color: #ccc;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__input--md.re__kyc-otp-input
  .re__kyc-otp-error-message {
  margin-top: 8px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down {
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-title {
  margin-bottom: 4px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-title
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #999;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p
  .re__kyc-otp-count-down-time-content {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p
  .re__resend-kyc-otp {
  cursor: pointer;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time
  p:nth-child(2) {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time.re__resend-kyc-otp
  p:nth-child(1) {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__kyc-otp-count-down
  .re__kyc-otp-count-down-time.re__resend-kyc-otp
  p:nth-child(2) {
  display: inline-block;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-otp
  .re__form-group
  .re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-icon-back {
  display: inline-block;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-bottom: 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account {
  width: 100%;
  box-sizing: border-box;
  float: left;
  box-sizing: border-box !important;
  padding: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account
  span,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin: 14px 12px 14px 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account
  i,
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-employee-account
  i {
  color: #2c2c2c;
  margin: 12px 0 12px 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group
  .re__kyc-personal-account {
  margin-bottom: 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-user-type
  .re__form-group::after {
  display: block;
  content: "";
  clear: both;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-image {
  width: 130px;
  height: 130px;
  margin: 0px 144px 0px 144px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-message {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note {
  margin-top: 64px;
  margin-bottom: 0;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__kyc-header
  .re__kyc-header-note
  p
  .re__kyc-header-note-count-down {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-success
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-image {
  width: 130px;
  height: 130px;
  margin: 0px 144px 0px 144px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-message {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__kyc-header
  .re__kyc-header-submessage
  p
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__kyc-fail
  .re__form-group.re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB {
  display: none;
  overflow: hidden;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB
  .re__form-group {
  margin-bottom: 8px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB
  .re__form-group
  .re__colright
  .re__tag {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .modal-content.new2021.re__rcb-kyc
    .modal-body
    .re__feature-web-popup.re__form-RCB
    .re__form-group
    .re__colright
    .re__tag.re__actived {
    background: #ffeceb !important;
    color: #74150f !important;
  }
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB
  .re__form-group.re__end {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB
  .re__form-group.re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB
  .re__form-group.re__title {
  width: calc(100% - 96px);
  margin-left: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success {
  display: none;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-header-image {
  width: 130px;
  height: 130px;
  margin: 0px 144px 0px 144px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-header-message {
  margin-top: 8px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-header-message
  p {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #2c2c2c;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-header-submessage {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px 48px;
  text-align: center;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-header-submessage
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #505050;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user {
  overflow: hidden;
  background: #f2f2f2;
  padding: 12px 16px;
  border-radius: 4px;
  margin-top: 16px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  .re__title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li {
  list-style-type: none;
  padding: 6px 0px;
  display: block;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.full-name
  div {
  display: table-cell;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.full-name
  div::before {
  content: "\eb2a";
  font-family: "font-icon-bds";
  font-size: 16px;
  color: #2c2c2c;
  line-height: 16px;
  width: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.full-name
  div
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  vertical-align: middle;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.phone-number
  div {
  display: table-cell;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.phone-number
  div::before {
  content: "\eaba";
  font-family: "font-icon-bds";
  font-size: 16px;
  color: #2c2c2c;
  width: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-RCB-header
  .re__form-RCB-info-user
  ul
  li.phone-number
  div
  span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  vertical-align: middle;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-group {
  margin-bottom: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-body
  .re__feature-web-popup.re__form-RCB-success
  .re__form-group.re__p-footer {
  margin-bottom: 24px;
}
.modal-content.new2021.re__rcb-kyc .modal-footer.re__kyc-popup-footer {
  height: unset;
}
.modal-content.new2021.re__rcb-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-send-RCB-button-in-footer {
  display: none;
  height: 68px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-send-otp-button-in-footer {
  display: none;
  height: 134px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-validate-otp-button-in-footer {
  display: none;
  height: 168px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-close-popup-button-in-footer {
  display: none;
  height: 68px;
  visibility: hidden;
  border: 0px;
}
.modal-content.new2021.re__rcb-kyc
  .modal-footer.re__kyc-popup-footer
  .re__kyc-validate-otp-button-in-footer {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-phone-mode .form-horizontal {
  border-top: 1px solid #f2f2f2;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-phone-mode
  .form-horizontal
  .modal-body
  .re__kyc-phone {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-phone-mode
  .modal-footer.re__kyc-popup-footer {
  height: 80px;
}
.modal-content.new2021.re__rcb-kyc.re__RCB-login-no-phone .re__kyc-check-box {
  margin-top: 40px !important;
}
.modal-content.new2021.re__rcb-kyc.re__RCB-login-no-phone .re__kyc-check-box * {
  display: none;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-otp-mode .form-horizontal {
  border-top: 1px solid #f2f2f2;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-otp-mode
  .form-horizontal
  .modal-body
  .re__kyc-otp {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-otp-mode
  .modal-footer.re__kyc-popup-footer {
  height: 112px;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-user-type-mode .form-horizontal {
  border-top: 1px solid #f2f2f2;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-user-type-mode
  .form-horizontal
  .modal-body
  .re__kyc-user-type {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-user-type-mode
  .modal-footer.re__kyc-popup-footer {
  height: 88px;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-success-mode
  .modal-body
  .re__kyc-success {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-success-mode
  .modal-footer.re__kyc-popup-footer {
  height: 24px;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-fail-mode .modal-body .re__kyc-fail {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__kyc-fail-mode
  .modal-footer.re__kyc-popup-footer {
  height: 88px;
}
.modal-content.new2021.re__rcb-kyc.re__from-RCB-mode .form-horizontal {
  border-top: 1px solid #f2f2f2;
  padding-top: 24px;
}
.modal-content.new2021.re__rcb-kyc.re__from-RCB-mode .modal-body .re__form-RCB {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__from-RCB-mode
  .modal-footer.re__kyc-popup-footer {
  height: 88px;
}
.modal-content.new2021.re__rcb-kyc.re__form-RCB-success-mode
  .modal-body
  .re__form-RCB-success {
  display: block;
}
.modal-content.new2021.re__rcb-kyc.re__form-RCB-success-mode
  .modal-footer.re__kyc-popup-footer {
  height: 88px;
}
.bds-tooltip-video-box .tooltip-content .header-title span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.bds-tooltip-video-box .tooltip-content .content {
  padding-top: 16px;
  padding-bottom: 13px;
  text-align: center;
}
.bds-tooltip-video-box .tooltip-content video {
  width: 100%;
  max-height: 208.5px;
  stroke-width: 1px;
  border-radius: 4px;
}
.bds-tooltip-video-box .tooltip-footer .re__btn {
  width: 100%;
}
.product-detail-fix .link_mail,
.product-detail-fix .link_sms {
  border: none;
  border-radius: 0px;
}
.product-detail-fix .phone {
  border-radius: 0px;
}
.re__full-menu.re__nohome {
  box-shadow: none;
}
@media only screen and (max-width: 1140px) {
  .re__ldp {
    margin-top: 161px;
  }
}
.re__ldp .re__contact-box {
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__contact-box {
    display: none;
  }
}
.re__ldp .re__contact-box .re__contact-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #74150f;
  background-color: #ffeceb;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-top: 8px;
  text-transform: uppercase;
}
.re__ldp .re__contact-box .re__prefix-contact-name {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
  display: block;
  margin-top: 8px;
  margin-bottom: -4px;
}
.re__ldp .re__contact-box .re__contact-name,
.re__ldp .re__contact-box .re__contact-name > a {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #2c2c2c;
  margin-top: 4px;
}
.re__ldp .re__contact-box .re__contact-name-icon {
  display: none;
}
.re__ldp .re__contact-box .re__profile-link {
  display: none;
}
.re__ldp .re__contact-box .re__contact-link {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #2c2c2c;
  margin-top: 4px;
}
.re__ldp .re__contact-box .re__btn {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
}
.re__ldp .re__contact-box .re__btn.phone {
  margin-top: 16px;
  position: relative;
}
.re__ldp .re__contact-box .re__btn .re__icon-phone-call,
.re__ldp .re__contact-box .re__btn .re__icon-phone-call--sm {
  display: none;
}
.re__ldp .re__contact-box .re__link-se {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
}
.re__ldp .re__zalo-fix {
  margin-right: 8px;
}
.re__ldp .re__contact-box-tablet .re__btn-contact {
  padding-left: 25.5px;
  padding-right: 25.5px;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__contact-box-tablet {
    display: none;
  }
}
.re__ldp .re__contact-box-tablet .re__contact-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #74150f;
  background-color: #ffeceb;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 32px;
  text-transform: uppercase;
}
.re__ldp .re__contact-box-tablet .re__tablet-contact-info {
  float: left;
  height: 64px;
}
.re__ldp .re__contact-box-tablet .re__contact-name {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.re__ldp .re__contact-box-tablet .re__contact-name-icon {
  display: none;
}
.re__ldp .re__contact-box-tablet .re__contact-link {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 4px;
}
.re__ldp .re__contact-box-tablet .re__btn {
  float: right;
}
.re__ldp .re__contact-box-tablet .re__contact-des,
.re__ldp .re__contact-box-tablet .re__contact-more-info,
.re__ldp .re__contact-box-tablet .re__contact-profile-link,
.re__ldp .re__contact-box-tablet .re__btn-contact-new,
.re__ldp .re__contact-box-tablet .re__contact-btns-item {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box {
    background-color: #f2f2f2;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__sidebar-box-title {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__sidebar-box-content {
    position: relative;
  }
}
.re__ldp .re__broker-box.loading .swiper-wrapper {
  display: block;
}
.re__ldp .re__broker-box.loading .swiper-wrapper .re__broker-info {
  display: none;
}
.re__ldp
  .re__broker-box.loading
  .swiper-wrapper
  .re__broker-info:nth-of-type(-n + 4) {
  display: flex;
}
.re__ldp .re__broker-box .re__broker-info::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .re__ldp .re__broker-box .re__broker-info:last-of-type {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-info {
    display: block;
    float: left;
    width: calc(25% - 18px);
    margin-right: 18px;
  }
  .re__ldp .re__broker-box .re__broker-info:last-of-type {
    margin-right: 0px;
  }
}
.re__ldp .re__broker-box .re__broker-info .re__broker-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #74150f;
  background-color: #ffeceb;
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-avatar {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
    float: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-avatar {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: block;
    margin: 0 auto 8px auto;
  }
}
.re__ldp .re__broker-box .re__broker-info span.re__broker-avatar {
  border: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-contact-info {
    float: left;
    width: calc(100% - 56px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-contact-info {
    width: 100%;
  }
}
.re__ldp .re__broker-box .re__broker-info .re__broker-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-name {
    font-family: "Roboto Medium", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-name {
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    color: #2c2c2c;
    text-align: center;
  }
}
.re__ldp .re__broker-box .re__broker-info .re__broker-phone {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-info .re__broker-phone {
    text-align: center;
  }
}
.re__ldp .re__broker-box .re__broker-pagination {
  width: 100%;
  height: 32px;
}
.re__ldp .re__broker-box .re__broker-pagination::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-pagination {
    position: relative;
    height: 32px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-pagination {
    height: 24px;
    margin-top: 4px;
  }
}
.re__ldp .re__broker-box .re__broker-pagination .swiper-pagination {
  position: relative;
  color: #ccc;
  z-index: auto;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-pagination .swiper-pagination {
    height: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-pagination .swiper-pagination {
    height: 24px;
    line-height: 24px;
  }
}
.re__ldp .re__broker-box .re__broker-pagination .swiper-pagination span {
  margin-right: 6px;
}
.re__ldp
  .re__broker-box
  .re__broker-pagination
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background: #2c2c2c;
}
.re__ldp .re__broker-box .re__broker-pagination [action] {
  position: absolute;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-pagination [action] {
    top: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-pagination [action] {
    top: -72px;
    border: 1px solid #ccc;
  }
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__broker-box .re__broker-pagination [action="go-left"] {
    left: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__broker-box .re__broker-pagination [action="go-left"] {
    right: 40px;
  }
}
.re__ldp .re__broker-box .re__broker-pagination [action="go-right"] {
  right: 0px;
}
.re__ldp
  .re__broker-box
  .re__broker-pagination
  .swiper-button-disabled
  .re__btn {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__feng-shui-box {
    background-color: #f2f2f2;
  }
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__product-keyword-box {
    background-color: #f2f2f2;
  }
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__product-count-box {
    background-color: #f2f2f2;
  }
}
.re__ldp .re__pr-scrollbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0 0 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(182, 182, 182, 0.18);
  z-index: 8;
  display: none;
}
.re__ldp .re__pr-scrollbar .re__pr-core-info {
  height: 58px;
}
@media only screen and (min-width: 320px) and (max-width: 1128px) {
  .re__ldp .re__pr-scrollbar .re__pr-core-info {
    display: none;
  }
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp {
  border-top: 1px solid #f2f2f2;
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul {
  font-size: 0;
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li {
  display: inline-block;
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li a {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #999;
  padding: 14px 16px;
  display: block;
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li:hover,
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li.item-current {
  border-bottom: 2px solid #e03c31;
  cursor: pointer;
}
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li:hover a,
.re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul li.item-current a {
  color: #2c2c2c;
}
@media only screen and (min-width: 320px) and (max-width: 1128px) {
  .re__ldp .re__pr-scrollbar .re__pr-navigation-ldp {
    text-align: center;
  }
  .re__ldp .re__pr-scrollbar .re__pr-navigation-ldp ul {
    display: inline-block;
  }
}
.re__ldp .re__pr-scrollbar .re__pr-scrollbar-container {
  margin: auto;
}
@media only screen and (min-width: 1545px) {
  .re__ldp .re__pr-scrollbar .re__pr-scrollbar-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__ldp .re__pr-scrollbar .re__pr-scrollbar-container {
    max-width: 936px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-scrollbar .re__pr-scrollbar-container {
    max-width: 100%;
  }
}
.re__ldp .re__pr-scrollbar .re__pr-scrollbar-container .re__pr-s-info {
  float: left;
}
.re__ldp .re__pr-scrollbar .re__pr-scrollbar-container .re__pr-s-info::after {
  content: "";
  clear: both;
  display: block;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-info
  .re__pr-s-info-item {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-info
  .re__pr-s-info-item:nth-of-type(n + 2)::before {
  content: "·";
  margin: 0px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-info
  .re__pr-s-info-address {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__ldp .re__pr-scrollbar .re__pr-scrollbar-container .re__pr-s-info {
    max-width: 464px;
  }
}
.re__ldp .re__pr-scrollbar .re__pr-scrollbar-container .re__pr-s-contact {
  float: right;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact::after {
  content: "";
  clear: both;
  display: block;
}
.re__ldp .re__pr-scrollbar .re__pr-scrollbar-container .re__pr-s-contact > * {
  float: left;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .re__contact-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #74150f;
  background-color: #ffeceb;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-top: 8px;
  text-transform: uppercase;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .re__contact-name {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #2c2c2c;
  line-height: 48px;
  margin-left: 8px;
  margin-right: 16px;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .re__btn {
  margin-right: 8px;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .re__btn:last-of-type {
  margin-right: 0px;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .phone {
  position: relative;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .phone
  .tooltip-text {
  bottom: -58px;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .phone
  .tooltip-text::before {
  content: none;
}
.re__ldp
  .re__pr-scrollbar
  .re__pr-scrollbar-container
  .re__pr-s-contact
  .phone
  .tooltip-text::after {
  position: absolute;
  top: -10px;
  left: calc(50% - 2.5px);
  content: "";
  display: block;
  border: 5px solid transparent;
  border-bottom: 5px solid rgba(10, 13, 20, 0.8);
}
.re__ldp
  .re__pr-scrollbar[style="opacity: 0; top: 0px; display: none;"]
  .phone
  .tooltip-text {
  display: none !important;
}
.re__ldp .re__pr-scrollbar-tablet {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 16px 5px;
    box-sizing: border-box;
    box-shadow: 0px -2px 2px rgba(203, 203, 203, 0.25);
}
.re__ldp .re__pr-scrollbar-tablet::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__pr-scrollbar-tablet {
    display: none;
  }
}
.re__ldp .re__pr-scrollbar-tablet::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.re__ldp .re__pr-scrollbar-tablet.re__with-nobackground::before {
  background: none !important;
  pointer-events: none;
}
.re__ldp .re__pr-scrollbar-tablet [class*="re__btn-"] {
  display: block;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-email {
  display: inline-block;
  float: left;
  margin-right: 16px;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-sms {
  display: inline-block;
  float: left;
  margin-right: 0px;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-phone {
  display: inline-block;
  width: calc(100% - 278px);
  height: 48px;
  border-radius: 8px;
  float: right;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-phone .re__content {
  position: relative;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-phone .re__content i {
  position: absolute;
  left: -32px;
}
.re__ldp .re__pr-scrollbar-tablet .re__link-phone .re__content span {
  line-height: 24px;
}
.re__ldp .re__pr-scrollbar-tablet.re__more .re__link-phone {
  width: calc(100% - 273px);
}
.re__ldp .re__pr-scrollbar-tablet.re__more .re__link-phone.re__with-zalo {
  width: calc(100% - 285px);
}
.re__ldp .re__pr-scrollbar-tablet.re__no-email .re__link-sms {
  margin-right: 0px;
}
.re__ldp .re__pr-scrollbar-tablet.re__no-email .re__link-phone {
  width: calc(100% - 136px);
}
.re__ldp .re__pr-container.vip0 .re__pr-title {
  text-transform: uppercase;
}
.re__ldp .re__pr-container.vip1 .re__pr-title {
  text-transform: uppercase;
}
.re__ldp .re__pr-container.vip2 .re__pr-title {
  text-transform: uppercase;
}
.re__ldp .re__pr-container .re__pr-media-slide {
  width: 100%;
  overflow: hidden;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-preview {
  width: 848px;
  height: calc(848px * 472 / 840);
  margin-bottom: 8px;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1545px) {
  .re__ldp .re__pr-container .re__pr-media-slide .re__media-preview {
    width: 696px;
    height: calc(696px * 472 / 840);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-media-slide .re__media-preview {
    width: 100%;
    aspect-ratio: 472 / 840;
    border-radius: 0px;
  }
  .re__ldp .re__pr-container .re__pr-media-slide .re__media-preview ul li {
    width: 100% !important;
  }
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .re__pr-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9999;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .re__pr-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
  color: #fff;
  padding: 18px 80px;
  text-align: center;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-preview .re__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  opacity: unset;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 0;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .re__overlay
  .pr-img {
  min-height: 100%;
  cursor: pointer;
  height: 100%;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .re__overlay
  .pr-img.error-photo {
  display: inline-block;
  width: 100%;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .re__bg-media {
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  z-index: 999999;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .vertical
  .re__overlay {
  position: absolute;
  z-index: 99999;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .swiper-pagination {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #fff;
  padding: 0px 8px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .swiper-pagination
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #fff;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .swiper-pagination.swiper-pagination-fraction {
  left: unset !important;
  right: 16px;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-preview [action] {
  position: absolute;
  top: 0px;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-media-slide .re__media-preview [action] {
    display: none;
  }
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  [action="go-left"] {
  left: 0px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  [action="go-right"] {
  right: 0px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-preview
  .swiper-button-disabled
  .re__btn {
  display: none;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-thumbs {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-media-slide .re__media-thumbs {
    padding-left: 8px;
  }
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item {
  width: 112px;
  max-width: 112px;
  margin-right: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item
  .re__bg-media {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  font-size: 32px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item
  .re__bg-media
  span {
  font-size: 32px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item.item-thumb-active
  img {
  border: 2px solid #2c2c2c;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item
  .no-photo {
  object-fit: scale-down !important;
}
.re__ldp
  .re__pr-container
  .re__pr-media-slide
  .re__media-thumbs
  .re__media-thumb-item
  .error-photo {
  object-fit: scale-down !important;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-thumbs .slick-slider {
  display: flex;
  height: 100%;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-thumbs .slick-track {
  height: 100%;
  width: 100%;
  margin: inherit;
}
.re__ldp .re__pr-container .re__pr-media-slide .re__media-thumbs .slick-list {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-media-slide {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__pr-container .re__breadcrumb {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
.re__ldp .re__pr-container .re__breadcrumb {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-info {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.re__ldp .re__pr-container .re__pr-info .re__pr-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  display: block;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-title * {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-short-description {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  display: block;
  margin-top: 8px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-short-info {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0px;
  box-sizing: border-box;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-short-info::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__pr-container .re__pr-info .re__pr-short-info {
    margin: 16px 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-info .re__pr-short-info {
    margin: 16px 0px;
  }
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-item {
  float: left;
}
@media only screen and (min-width: 1024px) {
  .re__ldp
    .re__pr-container
    .re__pr-info
    .re__pr-short-info
    .re__pr-short-info-item {
    padding-left: 64px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp
    .re__pr-container
    .re__pr-info
    .re__pr-short-info
    .re__pr-short-info-item {
    padding-left: 48px;
  }
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-item:first-of-type {
  padding-left: 0px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-item
  .title {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  display: block;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-item
  .value {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-top: 4px;
  display: block;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-item
  .ext {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
  display: block;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action {
  float: right;
  position: relative;
  height: 48px;
  margin-top: 2px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  .re__pr-short-info-action-context {
  display: none;
  position: absolute;
  top: 56px;
  left: 0px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(182, 182, 182, 0.42);
  padding: 8px 0;
  z-index: 3;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  .re__pr-short-info-action-context
  [class*="re__icon-"] {
  margin-right: 8px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  .re__pr-short-info-action-context
  a {
  white-space: nowrap;
  margin: 0;
  padding: 10px 16px;
  box-sizing: content-box;
  cursor: pointer;
  color: #2c2c2c;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  .re__pr-short-info-action-context
  a:hover {
  background-color: #f2f2f2;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  .re__pr-short-info-action-context
  a
  i {
  margin-right: 16px !important;
  font-size: 24px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action.re__btn {
  margin-left: 8px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product
  .re__icon-heart {
  display: block;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product
  .re__icon-heart-pressed {
  display: none;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product
  .re__marking-product-text::after {
  content: "Lưu tin";
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product.re__pressed
  .re__icon-heart {
  display: none;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product.re__pressed
  .re__icon-heart-pressed {
  display: block;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-short-info
  .re__marking-product.re__pressed
  .re__marking-product-text::after {
  content: "Đã lưu tin";
}
.re__ldp .re__pr-container .re__pr-info .re__pr-description {
  overflow: hidden;
  margin-top: 40px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-description .re__section-title {
  margin-bottom: 16px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content
  p,
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content
  div,
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content
  span,
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content
  b,
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__detail-content
  strong {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-description .re__section-body {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-body
  a {
  color: #007c80;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-body
  a:hover {
  color: #009ba1;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-body
  a:active {
  color: #007c80;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-body
  a--actived {
  color: #007c80;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-body
  a:disabled {
  color: #999;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-description
  .re__section-footer {
  background-color: #fff;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-project .title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  width: 112px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-project .value {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  width: calc(100% - 112px);
}
.re__ldp .re__pr-container .re__pr-info .re__pr-project .link {
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-project .link span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-project .link i {
  font-weight: 600;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-project
  .re__list-standard-1line--md {
  align-items: flex-start;
  position: relative;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-map .re__section-body {
  width: 100%;
  height: 240px;
}
.re__ldp .re__pr-container .re__pr-info .re__pr-map iframe {
  width: 100%;
  height: 240px;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__pr-container .re__pr-info .re__pr-config {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-info .re__pr-config {
    border-bottom: none;
    padding: 24px 0;
    margin-bottom: 0;
  }
}
.re__ldp .re__pr-container .re__pr-info .re__pr-config .re__popup-form {
  top: 56px;
  right: 0px;
  width: 420px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  label[class*="re__label"] {
  float: left;
  width: 116px;
  margin-left: 12px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  div[class*="re__input--"] {
  width: 220px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  div[class*="re__input--"]
  input {
  width: 100%;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  div[class*="re__input--"]
  > span {
  line-height: 20px;
  float: unset;
  width: unset;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  div[class*="re__input--"]
  > span
  > span {
  line-height: 20px;
  font-size: 16px;
  float: unset;
  width: unset;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  div[class*="re__input--"]
  > .re__hidden-icon {
  display: none !important;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  span {
  line-height: 34px;
  float: left;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  .fb-input
  i {
  font-style: normal;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config
  .re__popup-form.re__pr-feedback-container
  label {
  cursor: pointer;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config.re__pr-short-info
  .re__pr-short-info-item {
  margin-top: 2px;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config.re__pr-short-info
  .re__pr-short-info-item
  .value {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__ldp
  .re__pr-container
  .re__pr-info
  .re__pr-config.re__pr-short-info
  .re__pr-short-info-action {
  margin-top: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-container .re__pr-info .re__pr-tags {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.re__ldp .re__pr-container .re__pr-info .re__bad-report-recur {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-tags {
    margin-right: 32px;
    margin-left: 32px;
  }
}
.re__ldp .re__pr-tags .re__section-body {
  margin-top: -8px;
}
.re__ldp .re__pr-tags .re__section-body [class*="re__tag"] {
  margin-top: 8px;
}
.re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
  margin: 0px 16px 16px 0px !important;
}
@media only screen and (min-width: 1545px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(220px - 2px);
    height: calc(295px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 295px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 219px !important;
    height: 123px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 186px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(212px - 2px);
    height: calc(290px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 290px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 210px !important;
    height: 119px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 178px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: 249px;
    height: 310px;
    margin-right: 24px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 310px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 250px !important;
    height: 140px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 217px !important;
  }
}
.re__ldp .re__pr-more-listing .re__section-title {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title {
    margin-left: 32px;
  }
}
.re__ldp .re__pr-more-listing .re__section-title .re__btn {
  float: right;
  margin-left: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title .re__btn {
    display: none;
  }
}
.re__ldp .re__pr-more-listing .re__section-body {
  position: relative;
}
.re__ldp .re__pr-more-listing .re__swiper-container {
  padding-left: 5px;
  margin-left: -5px;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn {
  color: #999;
  background: #fff;
  border: 1px solid #ccc;
  cursor: unset;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn i {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn span {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-slide .swiper-slide {
  display: none;
}
.re__ldp .re__pr-project .re__section-body {
  outline: 1px solid #f2f2f2;
  width: 100%;
  height: 128px;
  border-radius: 4px;
}
.re__ldp .re__pr-project .re__section-body::after {
  content: "";
  clear: both;
  display: block;
}
.re__ldp .re__pr-project .re__section-avatar {
  width: 216px;
  float: left;
}
.re__ldp .re__pr-project .re__section-avatar img {
  width: 100%;
  aspect-ratio: 216/128;
  border-radius: 4px 0 0 4px;
}
.re__ldp .re__pr-project .re__section-avatar img[src^="http://file1"]
{
  content: url(/images/ProjectNet/error-image/project-info-error-image.png);
}
.re__ldp .re__pr-project .re__section-avatar img[src^="https://file1"]
{
  content: url(/images/ProjectNet/error-image/project-info-error-image.png);
}
.re__ldp .re__pr-project .re__section-content {
  width: calc(100% - 216px);
  padding: 16px;
  float: right;
  position: relative;
}
.re__ldp .re__pr-project .re__section-content .re__project-item {
  margin-bottom: 16px;
}
.re__ldp .re__pr-project .re__section-content .re__project-item:last-child {
  margin-bottom: 0;
}
.re__ldp .re__pr-project .re__section-content .re__project-item::after {
  content: "";
  clear: both;
  display: block;
}
.re__ldp .re__pr-project .re__section-content .re__project-item .title {
  width: 70px;
  margin-right: 16px;
  display: block;
  float: left;
}
.re__ldp .re__pr-project .re__section-content .re__project-item .value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 86px);
  float: right;
}
.re__ldp .re__pr-project .re__section-content .re__project-title {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.re__ldp .re__pr-project .re__section-content .re__link-pr {
  position: absolute;
  right: 16px;
  top: 16px;
}
.re__ldp .re__pr-project .re__section-content .re__link-pr span {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
}
.re__ldp .re__similar-listing,
.re__ldp .re__suggestion-listing,
.re__ldp .re__history-listing,
.re__ldp .re__similar-listing-v1,
.re__ldp .re__history-listing-v1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    display: none !important;
  }
}
.re__ldp .re__similar-listing .re__swiper-container,
.re__ldp .re__suggestion-listing .re__swiper-container,
.re__ldp .re__history-listing .re__swiper-container,
.re__ldp .re__similar-listing-v1 .re__swiper-container,
.re__ldp .re__history-listing-v1 .re__swiper-container {
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp
    .re__similar-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact {
    margin-right: 0px !important;
  }
}
.re__ldp .re__similar-listing .re__card-gradient-right,
.re__ldp .re__suggestion-listing .re__card-gradient-right,
.re__ldp .re__history-listing .re__card-gradient-right,
.re__ldp .re__similar-listing-v1 .re__card-gradient-right,
.re__ldp .re__history-listing-v1 .re__card-gradient-right {
  position: absolute;
  height: 8px;
  width: 283px;
  top: 138px;
  right: -137px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
  mix-blend-mode: multiply;
  opacity: 0.15;
  transform: rotate(-90deg);
}
.re__ldp
  .re__similar-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__suggestion-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__similar-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu {
  width: 293px;
  top: 144px;
  right: -143px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    width: 304px;
    top: 147px;
    right: -147px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__similar-listing .re__swiper-container {
    padding-left: 32px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__suggestion-listing .re__swiper-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__history-listing .re__swiper-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.re__ldp .re__disclaimer {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #505050;
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__disclaimer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__disclaimer {
    margin: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .re__ldp .re__divide-8 {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__divide {
    display: none;
  }
  .re__ldp .re__divide-8 {
    margin-bottom: 32px;
  }
}
.re__ldp b,
.re__ldp strong {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__ldp .re__scam-deposit-warning-box {
  margin: 16px 0;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.re__ldp .re__scam-deposit-warning-box .box-content {
  display: flex;
  gap: 12px;
}
.re__ldp .re__scam-deposit-warning-box .box-content .left-icon i {
  font-size: 32px;
}
.re__ldp .re__scam-deposit-warning-box .box-content .warning-content .text {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 2px !important;
}
.re__ldp
  .re__scam-deposit-warning-box
  .box-content
  .warning-content
  .text-link {
  display: flex;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
}
@media only screen and (max-width: 1128px) {
  .re__bg-header {
    box-shadow: none;
    height: 161px;
  }
  .re__bg-header .re__full-menu .re__nav h1,
  .re__bg-header .re__full-menu .re__nav h2 {
    transition: opacity 0.5s, margin-top 0.5s;
  }
  .re__bg-header .re__full-menu.re__fix .re__nav h1,
  .re__bg-header .re__full-menu.re__fix .re__nav h2 {
    margin-top: -56px;
  }
}
@media only screen and (max-width: 1128px) {
  .re__bg-header {
    height: 64px;
    position: fixed;
  }
  .re__bg-header .re__full-menu {
    position: relative;
  }
  #boxSearchForm {
    position: initial;
  }
  #boxSearchForm.fix {
    height: auto;
  }
  #boxSearchForm .search-bar:not(.re__search-bar-v2) {
    position: fixed;
  }
  #boxSearchForm .search-bar:not(.re__search-bar-v2).fix {
    border: 0px !important;
  }
  #boxSearchForm .search-bar:not(.re__search-bar-v2).fix .re__filter-wall,
  #boxSearchForm .search-bar:not(.re__search-bar-v2).fix .re__state-icon--sm,
  #boxSearchForm .search-bar:not(.re__search-bar-v2).fix .re__btn,
  #boxSearchForm .search-bar:not(.re__search-bar-v2).fix .select-control {
    display: none;
  }
  .ui-autocomplete {
    top: 104px !important;
  }
  .ui-autocomplete.fix {
    top: 58px !important;
  }
  .re__ldp .re__pr-scrollbar {
    top: 64px !important;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1128px) {
  .re__ldp .re__pr-scrollbar {
    top: 0 !important;
    padding: 0;
    border-top: none;
  }
}
@media only screen and (max-width: 1128px) {
  .re__sr-preview .re__ldp .re__pr-scrollbar {
    top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__pr-scrollbar {
    top: 0 !important;
    padding: 0;
  }
}
.re__sr-preview .re__ldp .re__pr-scrollbar {
  display: none;
}
.cplus-4940_report-button
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action.re__btn {
  margin-left: 0px !important;
}
.cplus-4940_report-button
  .re__pr-info
  .re__pr-short-info
  .re__pr-short-info-action
  [aria-label][role~="tooltip"]::after {
  white-space: pre;
}
.re__ldp .re__ads-mgid {
  margin-bottom: 15px !important;
}
.re__ldp .re__ads-mgid-ldp {
  position: relative;
  z-index: 0;
}
.re__pr-stick-listing-verified {
  position: relative;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
}
.re__pr-stick-listing-verified i {
  display: inline-block;
  margin: auto 6px auto 0;
  color: #07a35d;
}
.re__pr-stick-listing-verified .re__icon-verified--sm {
  font-size: 20px;
}
.re__pr-stick-listing-verified .re__icon-verified--sm span {
  font-size: 20px !important;
}
.re__pr-stick-listing-verified .re__text {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #07a35d;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}
.re__pr-stick-listing-verified .re__text.pg-verified {
  margin-top: 3px;
}
.re__pr-stick-listing-verified .re__text.pg-verified + i {
  margin: 5px 0 auto 4px !important;
}
.re__pr-stick-listing-verified .js__verified-info-click {
  margin: 1px 0 auto 5px !important;
  cursor: pointer;
}
.re__pr-listing-verified-section {
  position: relative;
  padding: 16px;
  background: rgba(155, 218, 190, 0.2);
  margin-top: -16px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.re__pr-listing-verified-section::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 1545px) {
  .re__pr-listing-verified-section::after {
    background: url(/images/common/ldp_listing_verified_background_desktop.svg)
      no-repeat;
    width: 220px;
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__pr-listing-verified-section::after {
    background: url(/images/common/ldp_listing_verified_background_tablet.svg)
      no-repeat;
    width: 160px;
    height: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__pr-listing-verified-section::after {
    background: url(/images/common/ldp_listing_verified_background_tablet.svg)
      no-repeat;
    width: 160px;
    height: 72px;
  }
}
.re__pr-listing-verified-section .re__lv-content {
  display: flex;
}
@media only screen and (min-width: 1545px) {
  .re__pr-listing-verified-section .re__lv-content {
    max-width: calc(100% - 170px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__pr-listing-verified-section .re__lv-content {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__pr-listing-verified-section .re__lv-content {
    max-width: calc(100% - 100px);
  }
}
.re__pr-listing-verified-section .re__lv-content i {
  display: inline-block;
  margin: auto 16px auto 0;
  color: #07a35d;
}
.re__pr-listing-verified-section .re__lv-content .re__text {
  position: relative;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  display: inline-block;
}
.re__pr-listing-verified-section .re__lv-content .re__text .re__text-bold {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.re__pr-listing-verified-section .re__lv-content .re__text .re__text-bold i {
  display: inline-block;
  margin: 2px 4px auto 0;
  color: #2c2c2c;
}
.re__pr-listing-verified-section.re__verified-section-v2 {
  margin: 16px 0;
  padding: 16px 24px;
}
.re__pr-listing-verified-section.re__verified-section-v2::after {
  content: "";
  background: url(/images/common/ldp_listing_verified_background--lg.svg)
    no-repeat;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 100px;
  position: absolute;
}
.re__pr-listing-verified-section.re__verified-section-v2
  .re__pr-stick-listing-verified {
  margin-top: 0;
}
.re__pr-listing-verified-section-v2 {
  position: relative;
  padding: 18px;
  margin-top: -16px;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #fafafa;
}
.re__pr-listing-verified-section-v2 .re__lv-content-v2 {
  padding-top: 16px;
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 10px;
}
.re__pr-listing-verified-section-v2 .re__lv-content-v2 .help-link {
  justify-content: end;
}
.re__pr-listing-verified-section-v2 .re__lv-content-v2 .item-content {
  display: flex;
}
.re__pr-listing-verified-section-v2
  .re__lv-content-v2
  .item-content
  .item-content-header {
  display: flex;
}
.re__pr-listing-verified-section-v2
  .re__lv-content-v2
  .item-content
  .item-content-body {
  display: flex;
  padding-left: 9px;
}
.re__pr-listing-verified-section-v2
  .re__lv-content-v2
  .item-content
  .item-content-body
  .title {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  color: #2c2c2c;
  position: relative;
  display: inline-block;
}
.re__pr-listing-verified-section-v2
  .re__lv-content-v2
  .item-content
  .item-content-body
  .title
  .re__title-bold {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #e03c31;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.re__pr-listing-verified-section-v2
  .re__lv-content-v2
  .item-content
  .item-content-body
  .title
  .re__title-bold
  i {
  display: inline-block;
  margin: 3px 4px auto 8px;
  color: #e03c31;
}
.re__pr-listing-verified-section-v2.re__verified-section-v2 {
  margin: 16px 0;
  padding: 24px 16px;
}
.re__pr-listing-verified-section-v2.re__verified-section-v2
  .re__pr-stick-listing-verified {
  margin-top: 0;
  margin-bottom: 0px !important;
}
.re__listing-verified-popup .row-header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.re__listing-verified-popup .row-header .item-header {
  width: 46px;
  flex-shrink: 0;
}
.re__listing-verified-popup .row-header .item-content {
  display: flex;
  flex-direction: column;
}
.re__listing-verified-popup .row-header .item-content .title {
  text-align: left;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #07a35d;
}
.re__listing-verified-popup .row {
  display: flex;
  margin-bottom: 12px;
}
.re__listing-verified-popup .row:nth-last-child(-n + 2):not(:nth-of-type(2n)) {
  margin-bottom: 16px !important;
}
.re__listing-verified-popup .row:nth-last-child(-n + 2):last-of-type {
  margin-bottom: 16px !important;
}
.re__listing-verified-popup .row .item-header {
  width: 46px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.re__listing-verified-popup .row .item-content {
  display: flex;
  flex-direction: column;
}
.re__listing-verified-popup .row .item-content .title {
  text-align: left;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__listing-verified-popup .row .item-content .description {
  text-align: left;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #505050;
}
.re__listing-verified-popup .row .item-content .description a {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #e03c31;
}
.re__listing-verified-popup .footer {
  text-align: left;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
}
.re__hide-line-bottom {
  margin-bottom: 0px !important;
  border-bottom: none !important;
}
.re__pr-bank-loan-offer-link {
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.re__pr-bank-loan-offer-link .re__link-pr {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #e03c31;
}
.re__pr-bank-loan-offer-banner {
  margin-bottom: 24px;
  width: 100%;
}
.zalo_loading {
  pointer-events: none;
}
.re__ldp-pricing-cta {
  padding-top: 8px;
  display: block;
  cursor: pointer;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__pr-short-info.entrypoint-v1 {
  padding-bottom: 8px !important;
  border-bottom: 0px !important;
}
.re__block-ldp-pricing-cta {
  overflow: hidden;
  display: block;
  padding: 8px;
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
}
.re__block-ldp-pricing-cta .cta-number {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  padding: 4px 8px;
  float: left;
  margin-right: 8px;
  padding-left: 20px;
  border-radius: 40px;
}
.re__block-ldp-pricing-cta .cta-text {
  color: #2c2c2c;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  float: left;
  padding: 4px 0px;
}
.re__block-ldp-pricing-cta .re__link-se-cyan {
  float: right;
  padding: 4px 0;
}
.re__block-ldp-pricing-cta .re__link-se-cyan i {
  float: right;
}
.re__block-ldp-pricing-cta.re__up-trend {
  border: 1px solid #07a35d;
}
.re__block-ldp-pricing-cta.re__up-trend .cta-number {
  background: url(/images/pricing-history/ic_up-ph.svg) no-repeat 8px 8px
    #e7fff4;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #07a35d;
}
.re__block-ldp-pricing-cta.re__down-trend {
  border: 1px solid #e03c31;
}
.re__block-ldp-pricing-cta.re__down-trend .cta-number {
  background: url(/images/pricing-history/ic-down-ph.svg) no-repeat 8px 8px
    #ffc7c3;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #e03c31;
}
.re__block-ldp-pricing-cta.re__nochange-trend {
  border: 1px solid #ccc;
}
.re__block-ldp-pricing-cta.re__nochange-trend .cta-number {
  background: none;
  background-color: #f2f2f2;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  padding-left: 8px;
}
.re__block-ldp-pricing-cta:hover .re__link-se-cyan {
  color: #009ba1;
}
.product-detail .short-detail {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .detail-product .title-detail {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-weight: normal;
}
.product-detail .detail-product .detail-1 .des-product {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .detail-product .detail-2 .row-1 .r1 {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-weight: normal;
}
.product-detail .detail-product .link {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-weight: normal;
}
.detail-product .detail-2 .key {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail ul.short-detail-2 .sp3 {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
#divSendContact .row input,
#divSendContact .row textarea {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
#product-detail-web .des-product .hidden-mobile,
.box-round-grey3 .r2 .hidden-mobil {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
#product-detail-web .des-product .hidden-mobile:after,
.box-round-grey3 .r2 .hidden-mobile:after {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .detail-product .detail-1 .des-product a {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.hidden-mobile,
.hidden-phone {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .tile-product .hidden-mobile {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .detail-product .detail-2 .row-1 .r2 .hidden-mobile:after {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .swiper-pagination-fraction,
.product-detail .swiper-pagination-fraction.swiper-pagination-full-360 span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #fff;
  position: absolute;
  top: 18px;
  left: 24px !important;
  text-align: center;
  z-index: 2;
  height: auto;
  width: auto;
}
.product-detail .slide-product {
  margin-bottom: 32px;
}
.product-detail .slide-product .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-right: 8px;
}
.product-detail .slide-image {
  margin-top: 56px;
}
.product-detail .slide-image .swiper-button-next {
  top: 40%;
  width: auto;
  height: auto;
}
.product-detail .slide-image .swiper-button-prev {
  top: 40%;
  width: auto;
  height: auto;
}
.product-detail .gallery-top.swiper-container {
  width: 100%;
  height: 472px;
  border-radius: 4px;
}
.product-detail .gallery-top ul > li > a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.product-detail .gallery-top ul > li > a > img {
  vertical-align: top;
}
.product-detail .gallery-top .swiper-button-next:after {
  content: "";
}
.product-detail .gallery-top .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.product-detail .gallery-top .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.product-detail .gallery-top .swiper-button-prev:after {
  content: "";
}
.product-detail .gallery-top .swiper-button-prev.slide-prev1 {
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  position: absolute;
}
.product-detail .gallery-top .swiper-button-prev.slide-prev1.hover {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}
.product-detail .gallery-top .swiper-button-next.slide-next1 {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
  position: absolute;
}
.product-detail .gallery-top .swiper-button-next.slide-next1.hover {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}
.product-detail .gallery-top-full.swiper-container,
.product-detail .gallery-top-full-video.swiper-container {
  width: calc(100% - 112px);
  height: calc(100vh - 168px);
}
.product-detail .gallery-top-full ul > li,
.product-detail .gallery-top-full-video ul > li {
  position: relative;
}
.product-detail .gallery-top-full ul > li > img,
.product-detail .gallery-top-full-video ul > li > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-detail .slide-content #video {
  max-width: 100% !important;
}
@media only screen and (min-width: 1025px) {
  .product-detail .slide-content #video {
    width: auto !important;
    height: calc(100vh - 56px);
    aspect-ratio: 4/3;
  }
}
.product-detail .img360-next {
  height: calc(100vh - 56px);
  position: absolute;
  top: 0;
  right: 0px;
  width: 64px;
}
.product-detail .img360-next a {
  margin-top: calc((100vh - 56px) / 2 - 24px);
}
.product-detail .img360-next a i {
  color: #2c2c2c;
}
.product-detail .img360-prev {
  height: calc(100vh - 56px);
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  z-index: 99999;
}
.product-detail .img360-prev a {
  margin-top: calc((100vh - 56px) / 2 - 24px);
  margin-left: 16px;
}
.product-detail .img360-prev a i {
  color: #2c2c2c;
}
.product-detail .img360-disable {
  display: none;
}
.product-detail .gallery-thumbs-full .swiper-slide,
.product-detail .video-thumbs-full .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-right: 8px;
}
.product-detail .gallery-thumbs-full div,
.product-detail .video-thumbs-full div {
  border-radius: 4px;
  width: 112px;
  height: 80px;
}
.product-detail .gallery-thumbs-full img,
.product-detail .video-thumbs-full img {
  width: 100%;
  height: 100%;
  opacity: 0.64;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .product-detail .gallery-thumbs-full img:hover,
  .product-detail .video-thumbs-full img:hover {
    opacity: 1;
  }
}
.product-detail .gallery-thumbs-full .swiper-slide-thumb-active,
.product-detail .video-thumbs-full .swiper-slide-thumb-active {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.product-detail .gallery-thumbs-full .swiper-slide-thumb-active img,
.product-detail .video-thumbs-full .swiper-slide-thumb-active img {
  opacity: 1;
}
.product-detail .gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .gallery-thumbs-360,
.product-detail .gallery-thumbs-full.swiper-container,
.product-detail .video-thumbs-full.swiper-container {
  padding: 24px 16px;
  bottom: 0px;
  position: fixed;
  width: 100%;
}
.product-detail .gallery-thumbs-360 div,
.product-detail .gallery-thumbs-full.swiper-container div,
.product-detail .video-thumbs-full.swiper-container div {
  border-radius: 4px;
  width: 90px;
  height: 64px;
}
.product-detail .gallery-thumbs-360 {
  padding: 8px 24px 24px;
}
.product-detail .gallery-thumbs-360 .thumbs360 {
  float: left;
}
.product-detail .swiper-pagination {
  position: absolute;
  width: 50px;
  height: 24px;
  right: 8px;
  bottom: 8px;
  background: rgba(10, 13, 20, 0.64);
  border-radius: 800px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.product-detail .swiper-pagination span {
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.product-detail .swiper-pagination-fraction.swiper-pagination-full-360 {
  position: fixed;
  display: inline-block;
}
.product-detail .swiper-pagination-fraction.swiper-pagination-full-360 span {
  position: initial;
}
.product-detail .swiper-button-next.swiper-button-disabled {
  cursor: no-drop;
  pointer-events: auto;
  opacity: 1;
}
.product-detail .swiper-button-next.swiper-button-disabled i {
  color: #999;
}
.product-detail .swiper-button-prev.swiper-button-disabled {
  cursor: no-drop;
  pointer-events: auto;
  opacity: 1;
}
.product-detail .swiper-button-prev.swiper-button-disabled i {
  color: #999;
}
.product-detail .media-3d {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-detail .media-3d:after {
  background: #fff url(/images/icons/ic_3d.svg) no-repeat scroll center center;
  border-radius: 50%;
  content: "";
  height: 64px;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
}
.product-detail .media-360 {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-detail .media-360:after {
  background: #fff url(/images/icons/ic_360.svg) no-repeat scroll center center;
  border-radius: 50%;
  content: "";
  height: 64px;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
}
.product-detail .media-video {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-detail .media-video:after {
  background: #fff url(/images/icons/ic_play.svg) no-repeat scroll center center;
  border-radius: 50%;
  content: "";
  height: 64px;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
}
.product-detail .media-bg {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.32),
    rgba(0, 0, 0, 0.32)
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-detail .media-thumb {
  position: relative;
}
.product-detail .media-thumb:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  border-radius: 50%;
  background-size: 16px !important;
}
.product-detail .media-thumb-3d:after {
  background: #fff url(/images/icons/ic_3d.svg) no-repeat center center;
}
.product-detail .media-thumb-360:after {
  background: #fff url(/images/icons/ic_360.svg) no-repeat center center;
}
.product-detail .media-thumb-video:after {
  background: #fff url(/images/icons/ic_play.svg) no-repeat center center;
}
.swiper-button-next {
  right: 16px;
}
.swiper-button-next:after {
  content: none !important;
}
.swiper-button-prev {
  left: 16px;
}
.swiper-button-prev:after {
  content: none !important;
}
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important;
}
.swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: calc(100% - 61px) !important;
  bottom: 16px !important;
}
.swiper-pagination-custom {
  left: calc(100% - 61px) !important;
  bottom: 16px !important;
}
.swiper-pagination-fraction {
  left: calc(100% - 61px) !important;
  bottom: 16px !important;
}
.list-img #thumbs {
  width: 100%;
  display: flex;
}
.list-img #thumbs li img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  object-fit: cover;
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .list-img #thumbs li img:hover {
    opacity: 1;
  }
}
.list-img #thumbs li.current img {
  opacity: 1;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.list-img .thumbs {
  width: 100%;
  display: flex;
}
.list-img .thumbs li img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  object-fit: cover;
  border: none;
  margin: 0;
  padding: 0;
}
.list-img .thumbs li img:hover {
  opacity: 1;
}
.list-img .thumbs li.current {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.list-img .thumbs li.current img {
  opacity: 1;
}
#popup.off .list-img #thumbs {
  visibility: hidden;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  margin-top: 8px;
}
.gallery-thumbs .swiper-slide {
  width: 112px !important;
  height: 80px;
  border-radius: 4px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #2c2f36;
}
.lg-outer.re__product-album-gallery {
  background: #000 !important;
}
.lg-outer .lg-thumb {
  margin: auto;
}
.non-swiper-slide {
  display: none;
}
.ioverlay {
  background: rgba(10, 13, 20, 0.4) !important;
  -webkit-backdrop-filter: blur(64px) !important;
  backdrop-filter: blur(64px) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ioverlay img.imgPreview {
  height: 100%;
}
@-moz-document url-prefix() {
  .ioverlay {
    background: rgba(10, 13, 20, 0.8) !important;
  }
}
.ioverlay {
  cursor: pointer;
}
.ioverlay img {
  min-height: 100%;
}
.ioverlay img.imgPreview {
  height: 100%;
}
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
}
#popup .content {
  width: 100%;
  position: relative;
  height: calc(100vh - 56px);
  margin-top: 56px;
}
#popup .re__action-right {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}
#popup .re__action-right i {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 16px;
}
#popup .re__action-right i::before {
  color: #999;
}
@media only screen and (min-width: 1025px) {
  #popup .re__action-right i:hover::before {
    color: #fff;
  }
}
#popup .re__action-right i:active,
#popup .re__action-right i.active {
  color: #fff;
}
#popup .re__action-right i:disabled,
#popup .re__action-right i.disabled {
  cursor: no-drop;
  color: #505050;
}
#popup .popup-choice {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 56px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 12px 0px;
}
#popup .popup-choice ul {
  display: inline-block;
}
#popup .slide-padding {
  padding: 56px 56px 16px 56px;
  width: 100%;
  height: 100%;
}
#popup .slide-content {
  width: 100%;
  height: 100%;
}
#popup .slide-content .video-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
#popup .slide-content .video-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#popup .slide-content .video-cell .tiktok-iframe {
  width: 100%;
  height: calc(100vh - 56px);
  background: #fff;
  padding: 16px 0px;
}
#popup .slide-content iframe {
  width: 100%;
  height: 100%;
}
#popup .view-full {
  width: 100%;
  height: calc(100% - 184px);
  position: relative;
}
#popup .group-img360 .show-img {
  width: 100%;
  height: 100%;
}
#popup .group-img360 .tit-img {
  color: #ffffff;
  padding: 16px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
#popup .group-img360 .view-img360 {
  width: 100%;
  height: calc(100vh - 108px);
  position: relative;
  margin: 0px;
}
#popup .group-img360 .gallery-thumbs-360 {
  visibility: hidden;
}
#popup .group-img360.multiple-img360 .view-img360 {
  height: calc(100vh - 204px);
}
#popup .group-img360.multiple-img360 .img360-next,
#popup .group-img360.multiple-img360 .img360-prev {
  height: calc(100vh - 204px);
}
#popup .group-img360.multiple-img360 .img360-next a,
#popup .group-img360.multiple-img360 .img360-prev a {
  margin-top: calc((100vh - 204px) / 2 - 24px);
}
#popup .group-img360.multiple-img360 .gallery-thumbs-360 {
  visibility: initial;
}
@media only screen and (max-width: 1024px) {
  #popup .group-img360.multiple-img360 .gallery-thumbs-360 {
    visibility: initial;
  }
}
#popup .group-img360.multiple-img360-no-desc .view-img360 {
  height: calc(100vh - 168px);
}
#popup .group-img360.multiple-img360-no-desc .img360-next,
#popup .group-img360.multiple-img360-no-desc .img360-prev {
  height: calc(100vh - 168px);
}
#popup .group-img360.multiple-img360-no-desc .img360-next a,
#popup .group-img360.multiple-img360-no-desc .img360-prev a {
  margin-top: calc((100vh - 168px) / 2 - 24px);
}
#popup .group-img360.img360-no-desc .view-img360 {
  height: calc(100vh - 56px);
}
#popup .group-img360 .list-img ul li {
  position: relative;
  width: 90px;
  height: 64px;
}
#popup .group-img360 .view-full {
  width: 100%;
  height: 100%;
  position: relative;
}
#divPhoto360Active {
  width: 100%;
  height: 100%;
}
img.youtubeMaxres {
  max-width: 100%;
  max-height: 100%;
}
.gallery-thumbs {
  padding-top: 0px;
}
.media-video .ioverlay {
  background-color: white;
}
.re__product-album-gallery {
  z-index: 9999999999 !important;
  height: calc(100vh - 56px);
  top: 56px;
}
.lg-backdrop {
  background: none;
}
.lg-outer .lg {
  position: initial;
}
.lg-outer .lg-sub-html {
  position: absolute;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 10px;
  bottom: 112px !important;
  top: auto !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.6) !important;
}
.lg-outer .lg-sub-html .re__album-header-desc {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
.lg-outer .lg-sub-html .re__album-header-only-title {
  margin-top: 10px;
}
.lg-outer .lg-sub-html.lg-one-item {
  bottom: 0 !important;
}
.lg-outer .lg-toolbar {
  top: 56 !important;
  bottom: inherit !important;
  background-color: transparent !important;
  margin: 0 auto;
  position: fixed;
}
.lg-outer .lg-toolbar .lg-icon {
  width: 24px;
  height: 24px;
  font-family: "font-icon-bds" !important;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 1;
  padding: 0px;
  margin-right: 16px;
  margin-top: -40px;
  top: calc((100vh - 168px) / 2 - 18px) !important;
}
.lg-outer .lg-toolbar .lg-icon.lg-close {
  padding-top: 0px !important;
}
.lg-outer .lg-toolbar .lg-icon::after {
  font-family: "font-icon-bds" !important;
  color: #999;
  content: "" !important;
  right: 16px;
}
.lg-outer .lg-toolbar .lg-icon#lg-zoom-in {
  margin-right: 56px;
}
.lg-outer .lg-toolbar .lg-icon#lg-zoom-in::after {
  content: "" !important;
  right: 56px;
}
.lg-outer .lg-toolbar .lg-icon#lg-zoom-out {
  margin-right: 92px;
}
.lg-outer .lg-toolbar .lg-icon#lg-zoom-out::after {
  content: "" !important;
  right: 86px;
}
@media only screen and (min-width: 1025px) {
  .lg-outer .lg-toolbar .lg-icon:hover::after {
    color: #fff;
  }
}
.lg-outer .lg-toolbar .lg-icon:active::after,
.lg-outer .lg-toolbar .lg-icon.active::after {
  color: #fff;
}
.lg-outer .lg-toolbar .lg-icon:disabled,
.lg-outer .lg-toolbar .lg-icon.disabled {
  cursor: no-drop;
}
.lg-outer .lg-toolbar .lg-icon:disabled::after,
.lg-outer .lg-toolbar .lg-icon.disabled::after {
  color: #505050;
}
.lg-outer .lg-toolbar #lg-counter {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding-left: 24px;
  margin-top: -40px;
  float: left;
  padding-top: 0px !important;
  color: #fff;
}
.lg-outer .lg-toolbar #lg-counter span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #fff;
}
.lg-outer .lg-toolbar #lg-counter.hide-count {
  display: none;
}
.lg-outer .lg-toolbar .album-category {
  float: right;
  padding: 12px 16px;
  text-align: center;
  width: calc(100% - 250px);
}
.lg-outer .lg-toolbar .album-category button {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  background-color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  padding: 5px 15px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .lg-outer .lg-toolbar .album-category button:hover {
    border: 1px solid #fff;
  }
}
.lg-outer .lg-toolbar .album-category button i {
  vertical-align: middle;
  margin-right: 8px;
}
.lg-outer .lg-toolbar .album-category button .re__icon-play--sm {
  color: #fff;
}
.lg-outer .lg-toolbar .album-category .current {
  background: #fff;
  color: #000;
}
.lg-outer .lg-toolbar .album-category .current .re__icon-play--sm {
  color: #000;
}
.lg-outer .lg-inner {
  background-color: #000;
  height: calc(100vh - 56px);
}
.lg-outer .lg-inner .lg-item {
  overflow: hidden;
}
.lg-outer .lg-inner.lg-multiple {
  height: calc(100% - 112px);
}
.lg-outer .lg-actions .lg-icon {
  color: #2c2c2c !important;
  background: #fff !important;
  border: solid 1px #ccc !important;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  font-size: 24px;
  padding: 13px 11px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "font-icon-bds" !important;
  top: calc((100vh - 168px) / 2 - 18px) !important;
}
.lg-outer .lg-actions .lg-icon:hover {
  color: #2c2c2c !important;
  background: #fafafa !important;
  border: solid 1px #ccc !important;
}
.lg-outer .lg-actions .lg-icon:active {
  color: #2c2c2c !important;
  background: #f2f2f2 !important;
  border: solid 1px #ccc !important;
}
.lg-outer .lg-actions .lg-icon:disabled {
  color: #999 !important;
  background: #fff !important;
  border: solid 1px #ccc !important;
  cursor: unset !important;
}
@media only screen and (max-width: 1024px) {
  .lg-outer .lg-actions .lg-icon:hover {
    background: #fff;
    border: 1px solid #ccc;
    color: #2c2c2c;
  }
}
.lg-outer .lg-actions .lg-icon:before {
  content: "" !important;
}
.lg-outer .lg-actions .lg-icon.lg-prev:before {
  content: "" !important;
}
.lg-outer .lg-actions .lg-icon:after {
  content: none;
}
.lg-outer .lg-actions .lg-prev {
  left: 16px;
}
.lg-outer .lg-actions .lg-next {
  right: 16px;
}
.lg-outer .lg-thumb-outer {
  height: 112px !important;
  background-color: #000;
  padding: 24px 10px !important;
  padding-right: 0;
  box-sizing: border-box;
}
.lg-outer .lg-thumb-outer .lg-thumb {
  padding: 0;
  margin: 0;
  text-align: center;
}
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
  position: relative;
  margin: 0px 2px !important;
  margin-bottom: 0px !important;
  border: none;
  border-radius: 4px;
  opacity: 0.64;
  width: 90px !important;
  height: 64px;
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 1025px) {
  .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
    opacity: 1;
  }
}
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item .re__icon-play {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
  opacity: 1;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.lg-outer .lg-thumb-outer .lg-toogle-thumb {
  display: none;
}
.lg-hide-items .lg-toolbar {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #popup .slide-content .video-cell {
    height: calc(100vw * 203 / 360);
  }
  #popup .view-full {
    height: 100%;
  }
  .product-detail .gallery-thumbs .swiper-slide:first-child {
    margin-left: 8px;
  }
  .product-detail .gallery-thumbs .swiper-slide:last-child {
    margin-right: 8px;
  }
  .product-detail .slide-image {
    margin-top: 0;
  }
  .product-detail .slide-image .swiper-button-next {
    top: 50%;
  }
  .product-detail .slide-image .swiper-button-prev {
    top: 50%;
  }
  .product-detail .gallery-top-full.swiper-container,
  .product-detail .gallery-top-full-video.swiper-container {
    height: 100%;
    width: 100%;
  }
  .product-detail .gallery-top.swiper-container {
    height: 432px;
  }
  .video-thumbs-full {
    display: none;
  }
  .video-top-full {
    height: calc(100vh - 56px);
  }
}
@media only screen and (max-width: 1543px) and (min-width: 1025px) {
  .product-detail .gallery-top.swiper-container {
    height: 392px;
  }
}
.pr-expired .pr-expired__content-anchor {
  border-top: 1px solid #f2f2f2;
  padding-top: 40px;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .pr-expired .pr-expired__content-anchor {
    margin-left: 32px;
  }
}
.pr-expired .pr-expired__content-anchor #js__pr-expired__content-anchor {
  position: absolute;
  top: -170px;
}
.pr-expired .pr-expired__content-anchor span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
  color: #74150f;
}
.pr-expired .pr-expired__expiration {
  background-color: #f0eaf4;
  border-radius: 4px;
  margin-bottom: 24px;
}
.pr-expired .pr-expired__expiration .pr-expired__icon {
  float: left;
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.pr-expired .pr-expired__expiration .pr-expired__icon img {
  width: 100%;
}
.pr-expired .pr-expired__expiration .pr-expired__message {
  float: left;
  margin-left: 16px;
}
.pr-expired .pr-expired__expiration .pr-expired__message .pr-expired__title {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  display: block;
  color: #2c2c2c;
}
.pr-expired .pr-expired__expiration .pr-expired__message .pr-expired__content {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  display: block;
  color: #2c2c2c;
}
.pr-expired.pr-expired--less-than-30-days
  .pr-expired__expiration
  .pr-expired__icon {
  width: 48px;
}
.pr-expired.pr-expired--less-than-30-days
  .pr-expired__expiration
  .pr-expired__message {
  margin-top: 16px;
  margin-bottom: 16px;
}
.pr-expired.pr-expired--more-than-30-days .pr-expired__expiration {
  margin-top: calc(24px - 8px);
}
@media only screen and (max-width: 1023px) {
  .pr-expired.pr-expired--more-than-30-days .pr-expired__expiration {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.pr-expired.pr-expired--more-than-30-days
  .pr-expired__expiration
  .pr-expired__icon {
  width: 80px;
}
.pr-expired.pr-expired--more-than-30-days
  .pr-expired__expiration
  .pr-expired__message {
  margin-top: 22px;
  margin-bottom: 22px;
  width: calc(100% - 278px);
}
.pr-expired.pr-expired--more-than-30-days
  .pr-expired__expiration
  .pr-expired__btn {
  margin-left: 16px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.pr-expired.pr-expired--more-than-30-days .re__breadcrumb {
  margin-top: 0px !important;
}
.pr-expired.pr-expired--more-than-30-days .re__pr-config {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.pr-expired__expiration.leadgen-box {
  padding: 16px;
  background: url(/images/leadgen/leadgen-background-content-top.png) no-repeat;
  background-color: #f0eaf4;
  background-size: auto 100%;
  background-position: top right;
}
.pr-expired__expiration.leadgen-box .pr-expired__message {
  margin: 0 !important;
  width: 100% !important;
}
.pr-expired__expiration.leadgen-box .pr-expired__title {
  margin-bottom: 8px;
}
.pr-expired__expiration.leadgen-box .pr-expired__content {
  margin-bottom: 12px;
}
.re__leadgen__container.popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re__leadgen__container.popup img.re__banner-modal-leadgen {
  display: block;
}
.re__leadgen__container.popup .re__leadgen__container-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.re__leadgen__container.popup .re__leadgen__container-content {
  background: #fff;
  width: 464px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  border: none;
  box-shadow: none;
  position: relative;
  max-height: calc(100% - 64px);
}
.re__leadgen__container.popup
  .re__leadgen__container-content
  span.re__icon-close-no-circle {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 28px;
  color: #2c2c2c;
}
.re__leadgen__container.popup .re__leadgen__container-form {
  padding: 24px 20px 24px 24px;
  margin-right: 4px;
  height: calc(100% - 300px);
  overflow-y: scroll;
}
.re__leadgen__container.popup .re__leadgen__container-form::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
  overflow: hidden;
}
.re__leadgen__container.popup
  .re__leadgen__container-form::-webkit-scrollbar-track {
  background: transparent;
}
.re__leadgen__container.popup
  .re__leadgen__container-form::-webkit-scrollbar-thumb {
  background: #ccc;
}
.re__leadgen__container.popup
  .re__leadgen__container-form::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen--top-form {
  background: none;
  min-height: initial;
  padding: 0;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info {
  width: 100%;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen--bottom-form {
  background: initial;
  padding: 0;
  margin-top: 24px;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__title-form-leadgen {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal !important;
  font-weight: 500 !important;
  margin-bottom: 8px;
  display: block;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__title-form-leadgen-bottom-1,
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__title-form-leadgen-bottom-2 {
  display: none;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen-default-info-block {
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen-popup-form
  .row {
  margin: 0;
}
.re__leadgen__container.popup
  .re__leadgen__container-form
  .re__leadgen-popup-form
  .row
  .col {
  width: 100%;
  padding: 0;
}
.re__leadgen__container.popup .re__leadgen__container-bottom {
  padding: 8px 24px 24px;
  display: block;
  background: initial;
  box-shadow: 0px -2px 2px rgba(203, 203, 203, 0.25);
  z-index: 9;
}
.re__leadgen__container.popup .re__leadgen__container-bottom p.text-policy {
  width: 100%;
  padding-right: 0;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__leadgen__container.popup .re__leadgen__container-bottom p.text-policy a {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__leadgen__container.popup .re__leadgen__container-bottom button {
  width: 100%;
  margin-top: 8px;
}
.leadgen-wrapper.hide {
  display: none;
}
.leadgen-wrapper.spacing-bottom {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .leadgen-wrapper {
    margin-bottom: 40px;
  }
}
.re__leadgen__container {
  color: #2c2c2c;
}
.re__leadgen__container img.re__banner-modal-leadgen {
  display: none;
}
.re__leadgen__container .re__leadgen__container-content {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px rgba(44, 44, 44, 0.08);
}
.re__leadgen__container
  .re__leadgen__container-content
  span.re__icon-close-no-circle {
  display: none;
}
.re__leadgen__container .re__leadgen__container-form .re__leadgen--top-form {
  background-image: url(/images/leadgen/leadgen-background-content-bottom-1.png),
    url(/images/leadgen/leadgen-background-content-bottom-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom right;
  min-height: 285px;
  padding: 24px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info {
  width: 50%;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .dropbox-label,
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button-title {
  color: #999;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-container {
  background: #fff;
  position: relative;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-container::after {
  content: "\e9e0";
  font-family: "font-icon-bds";
  color: #999;
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  line-height: 16px;
  width: 16px;
  color: #999;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-container.re__custom-after-icon
  .re__listing-search-select-button::after {
  display: none !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .js__listing-search-select-tooltip::after {
  white-space: pre !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button:hover.re__has-value
  .re__listing-search-select-reset-button {
  display: block;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button
  .re__listing-search-select-reset-button {
  top: 13px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button
  .re__listing-search-select-reset-button
  i {
  padding: 2px;
  background: #f2f2f2;
  border-radius: 50%;
  font-size: 12px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button:focus,
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button:hover {
  border-color: #2c2c2c;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--top-form
  .re__leadgen-custom-info
  .re__listing-search-select-button
  .re__listing-search-select-reset-button {
  color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: #ffffff;
  z-index: 1;
  display: none;
}
.re__leadgen__container .re__leadgen__container-form .re__title-form-leadgen {
  display: none;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__title-form-leadgen-bottom-1 {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  font-weight: 500 !important;
  margin-bottom: 24px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__title-form-leadgen-bottom-2 {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  font-weight: 500 !important;
  margin-bottom: 8px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen-default-info-block {
  display: flex;
  margin-bottom: 16px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen-default-info-block
  p {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  font-weight: 500;
  margin: 8px 8px 0 0;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen-default-info-list
  .item {
  background: #f2f2f2;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen-default-info-list
  .icon-leadgen-edit {
  border: none;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__category-select
  .select-control-label {
  padding: 0 35px 0 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 8px;
  min-height: 46px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__category-select
  .dropbox-label {
  padding: 12px 0;
}
.re__leadgen__container .re__leadgen__container-form .re__list-tag-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0 11px 0;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__list-tag-selected:empty {
  padding: 0;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__list-tag-selected
  p.tag-selected {
  padding: 0px 8px;
  background: #f2f2f2;
  font-size: 12px;
  color: #2c2c2c;
  margin: 4px 6px 0 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 24px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__list-tag-selected
  p.tag-selected
  i.re__icon-close-no-circle {
  font-size: 14px;
  color: #999;
  margin-left: 7px;
  cursor: pointer;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__city-code-select
  .re__listing-search-select-button-current-text.hasvalue,
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button-current-text.hasvalue {
  margin: 11px !important;
  padding: 2px 29px 0 8px;
  background: #f2f2f2;
  font-size: 12px;
  color: #2c2c2c;
  margin: 4px 6px 0 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 24px;
  display: inline-block;
  overflow: initial;
  position: relative;
  font-family: "Roboto Regular", Roboto, Arial !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__city-code-select
  .re__listing-search-select-button-current-text.hasvalue
  span.re__icon-close-no-circle,
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button-current-text.hasvalue
  span.re__icon-close-no-circle {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  top: 4px;
  right: 8px;
  position: absolute;
  display: inline-block !important;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__district-ids-select
  .re__listing-search-select-button {
  min-height: 46px;
  padding-left: 12px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__district-ids-select
  .js__listing-search-select-button-title {
  padding: 13px 15px 13px 0;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__listing-search-select-button {
  margin-bottom: 8px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .dropbox-label {
  display: none;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button-current-text,
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .dropbox-label {
  padding: 13px 16px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button:focus,
.re__leadgen__container
  .re__leadgen__container-form
  .re__price-select-leadgen
  .re__listing-search-select-button:hover {
  border-color: #2c2c2c;
}
.re__leadgen__container .re__leadgen__container-form .re__leadgen--bottom-form {
  background: #f0eaf4;
  padding: 16px 24px 8px 24px;
  margin-top: -1px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--bottom-form
  .re__leadgen-popup-input {
  margin-bottom: 8px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--bottom-form
  .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.re__leadgen__container
  .re__leadgen__container-form
  .re__leadgen--bottom-form
  .row
  .col {
  width: 50%;
  padding: 0 4px;
}
.re__leadgen__container-bottom {
  padding: 8px 24px 24px;
  background: #f0eaf4;
  display: flex;
}
.re__leadgen__container-bottom p.text-policy {
  width: calc(100% - 155px);
  padding-right: 8px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  margin-bottom: 0px;
  color: #999;
}
.re__leadgen__container-bottom p.text-policy a {
  color: #2c2c2c;
  text-decoration: underline;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
}
.re__leadgen__container-bottom button {
  width: 155px;
}
.re__leadgen__container .re__listing-search-select-header {
  display: none;
}
.re__leadgen__container .re__listing-search-select-search {
  padding: 16px 16px 8px 16px !important;
}
.re__leadgen__container .re__listing-search-select-search::before {
  top: 24px !important;
}
.re__leadgen__container
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  width: 100%;
  top: -2px;
}
.re__leadgen__container
  .re__price-select
  .re__listing-search-select-dropdown-position
  .re__listing-search-select-dropdown {
  width: 100%;
  top: -10px;
}
.re__leadgen__container .re__price-select .re__listing-search-select-slider {
  display: none;
}
.re__leadgen__container .mCSB_container > li:last-child span {
  padding: 6px 16px 14px 16px !important;
}
.popupcontact.active {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupcontact.active .fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupcontact.active .popup-body {
  position: fixed;
  z-index: 9;
  background: #fff;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.popupcontact.active .popup-body .form-header {
  padding: 20px 24px;
  text-align: right;
}
.popupcontact.active .popup-body .form-body {
  height: initial;
  width: 464px;
  padding: 8px 24px 0px;
}
.popupcontact.active .popup-body .form-body .sending_code {
  margin-bottom: 8px;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
}
.popupcontact.active .popup-body .form-body .sending_msg {
  margin-bottom: 8px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.popupcontact.active .popup-body .form-footer {
  padding: 24px;
}
.popupcontact.active .popup-body .form-footer button {
  width: 100%;
}
body.in {
  overflow: hidden;
}
.re__bg-more,
.re__list-more {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .re__pr-scrollbar-tablet .re__btn-more {
    position: relative;
  }
  .re__pr-scrollbar-tablet.active {
    z-index: 9999999999;
    box-shadow: unset;
  }
  .re__pr-scrollbar-tablet.active .re__btn-more .re__btn-se-border--md {
    color: #2c2c2c;
    background: #f2f2f2;
    border: solid 1px #ccc;
  }
  .re__pr-scrollbar-tablet .re__tooltip-copy {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 8px 12px;
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal !important;
    color: #fff;
    position: fixed;
    bottom: 88px;
    left: calc(50% - 66px);
    display: none;
    opacity: 0;
  }
  .re__bg-more {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.6);
  }
  .re__bg-more.active {
    display: block;
  }
  .re__list-more {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 78px;
    left: 0px;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 16px 16px 0px 0px;
  }
  .re__list-more .re__title-more {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 8px;
    padding: 16px 16px 10px;
    text-align: center;
  }
  .re__list-more .re__title-more .re__text-title-more {
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    color: #2c2c2c;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .re__list-more .re__title-more .re__close-more {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .re__list-more .re__title-more .re__close-more::before {
    font-family: "font-icon-bds" !important;
    content: "" !important;
    font-size: 24px;
    line-height: 24px;
    color: #999;
  }
  .re__list-more .re__title-more .re__action-back {
    display: none;
    left: 16px;
    right: unset;
  }
  .re__list-more .re__title-more .re__action-back::before {
    content: "" !important;
  }
  .re__list-more .re__item-more {
    overflow: hidden;
  }
  .re__list-more .re__item-more a {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 12px 12px 12px 16px;
    box-sizing: border-box;
    overflow: hidden;
    height: auto !important;
  }
  .re__list-more .re__item-more i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 16px;
    float: left;
    color: #2c2c2c;
  }
  .re__list-more .re__item-more .re__text {
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
    float: left;
    margin-top: 2px;
  }
  .re__list-more .re__item-more .re__un {
    display: none;
  }
  .re__list-more .re__item-more.re__off .re__save,
  .re__list-more .re__item-more.re__off .re__report {
    display: none;
  }
  .re__list-more .re__item-more.re__off a {
    padding: 4px 12px 4px 16px;
  }
  .re__list-more .re__item-more.re__off .re__un {
    display: inline-block !important;
  }
  .re__list-more .re__item-more.re__off .re__un .re__text {
    margin-top: 0px;
    float: left;
    width: calc(100% - 48px);
  }
  .re__list-more .re__item-more.re__off .re__un .re__text-sub {
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal !important;
    color: #999;
    margin-top: 4px;
    float: left;
  }
  .re__list-more .re__item-more.re__off .re__un.re__text {
    margin-top: 0px;
    float: left;
  }
  .re__list-more .re__item-more.re__off .re__un.re__text-sub {
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal !important;
    color: #999;
    margin-top: 4px;
    float: left;
  }
  .re__list-more .re__item-more.re__off i {
    margin-top: 8px;
  }
  .re__list-more .re__item-more.re__off i.re__icon-heart::before {
    content: "" !important;
    color: #e03c31;
  }
  .re__list-more .re__item-more.re__first {
    margin-top: 8px;
  }
  .re__list-more .re__item-more.re__last {
    margin-bottom: 8px;
  }
  .re__list-more .re__item-more:active {
    background: #ccc;
  }
  .re__list-more .re__sub-share {
    display: none;
  }
  .re__list-more.active {
    display: block;
  }
  .re__list-more.active-share .re__item-more {
    display: none;
  }
  .re__list-more.active-share .re__action-back {
    display: inline-block;
  }
  .re__list-more.active-share .re__sub-share {
    display: block;
  }
  .re__list-more.active-share .re__sub-share .re__item-more {
    display: block;
  }
  .search-bar.fix {
    z-index: 99 !important;
  }
  body.in {
    overflow: hidden;
  }
  body.in .search-bar.fix {
    z-index: 8 !important;
  }
  .modal.fade.in {
    z-index: 9999999999;
  }
}
.re__ldp .re__pr-specs.re__pr-specs-v1 .re__section-title {
  margin-bottom: 24px;
}
.re__ldp .re__pr-specs.re__pr-specs-v1 .re__section-body {
  padding: 0px;
  border: 0px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-product-type {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  color: #505050;
  display: block;
  margin-bottom: 24px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item {
  border-bottom: 1px solid #f2f2f2;
  width: calc(50% - 15px);
  float: left;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item:not(:nth-child(2n)) {
  margin-right: 30px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item:nth-child(1),
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item:nth-child(2) {
  border-top: 1px solid #f2f2f2;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item
  .re__pr-specs-content-item-icon {
  float: left;
  margin-top: 10px;
  width: 24px;
  height: 24px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item
  .re__pr-specs-content-item-title {
  float: left;
  margin-top: 10px;
  margin-left: 16px;
  width: 128px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item
  .re__pr-specs-content-item-value {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  width: calc(100% - 24px - 16px - 128px - 16px);
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item::after {
  content: "";
  display: block;
  clear: left;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content
  .re__pr-specs-content-item.re__pr-item-full {
  float: none;
  clear: both;
  width: 100%;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content::after {
  content: "";
  display: block;
  clear: left;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2 {
  display: flex;
  flex-direction: row;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 30px;
  width: 100%;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  width: 100%;
  max-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: -1px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item
  .re__pr-specs-content-item-icon {
  margin: 0px;
  width: 24px;
  height: 24px;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item
  .re__pr-specs-content-item-title {
  margin: 2px 16px;
  width: 90px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item
  .re__pr-specs-content-item-value {
  margin: 2px 0px;
  width: calc(100% - 204px);
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item::after {
  content: "";
  display: block;
  clear: left;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item.re__pr-item-full {
  float: none;
  clear: both;
  width: 100%;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display::after {
  content: "";
  display: block;
  clear: left;
}
.pro-agent-ldp-box {
  width: 100%;
  height: 100%;
  padding: 24px;
  background: white;
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}
.pro-agent-ldp-box .pro-agent-avatar {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}
.pro-agent-ldp-box .pro-agent-avatar .avatar-col {
  width: 100px;
  height: 100px;
  position: relative;
}
.pro-agent-ldp-box .pro-agent-avatar .avatar-col .avatar-image {
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  position: absolute;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.pro-agent-ldp-box .pro-agent-avatar .avatar-col .avatar-image img {
  width: 100px;
  height: 100px;
  border-radius: 9999px;
}
.pro-agent-ldp-box .pro-agent-avatar .avatar-col .avatar-badge {
  width: 24px;
  height: 24px;
  left: 72px;
  top: 76px;
  position: absolute;
}
.pro-agent-ldp-box .pro-agent-avatar .contact-col {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: inline-flex;
}
.pro-agent-ldp-box .pro-agent-avatar .contact-col .contact-name {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  align-self: stretch;
  word-wrap: break-word;
}
.pro-agent-ldp-box .pro-agent-avatar .contact-col .contact-certification {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.pro-agent-ldp-box
  .pro-agent-avatar
  .contact-col
  .contact-certification
  .is-certification {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #009ba1;
  line-height: 20px;
  word-wrap: break-word;
}
.pro-agent-ldp-box .pro-agent-info {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.pro-agent-ldp-box .pro-agent-info .listing-info {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.pro-agent-ldp-box .pro-agent-info .listing-info .listing-info-section {
  flex: 1 1 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f2f2f2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  display: inline-flex;
}
.pro-agent-ldp-box
  .pro-agent-info
  .listing-info
  .listing-info-section
  .listing-info-number {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  text-align: center;
  color: #2c2c2c;
  line-height: 28px;
  word-wrap: break-word;
}
.pro-agent-ldp-box
  .pro-agent-info
  .listing-info
  .listing-info-section
  .listing-info-text {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  text-align: center;
  color: #505050;
  line-height: 16px;
  word-wrap: break-word;
}
.pro-agent-ldp-box .pro-agent-info .extra-info {
  align-self: stretch;
  padding-left: 8px;
  padding-right: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.pro-agent-ldp-box .pro-agent-info .extra-info .extra-info-item {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.pro-agent-ldp-box
  .pro-agent-info
  .extra-info
  .extra-info-item
  .extra-info-item-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-agent-ldp-box
  .pro-agent-info
  .extra-info
  .extra-info-item
  .extra-info-item-text {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  line-height: 20px;
  word-wrap: break-word;
}
.pro-agent-ldp-box
  .pro-agent-info
  .extra-info
  .extra-info-item
  .extra-info-item-text-more {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #999;
  line-height: 20px;
  word-wrap: break-word;
}
.pro-agent-ldp-box .view-more-listing {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.pro-agent-ldp-box .view-more-listing .btn-view-listing {
  flex: 1 1 0;
  height: 48px;
  padding: 12px 16px !important;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}
.pro-agent-ldp-box .view-more-listing .btn-view-listing span {
  line-height: 20px;
  word-wrap: break-word;
}
.pro-agent-ldp-box .popover-footer {
  align-self: stretch;
  background: white;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.pro-agent-ldp-box .popover-footer .footer-icon {
  width: 24px;
  height: 24px;
  position: relative;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
.pro-agent-ldp-box .popover-footer .footer-text {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #999;
  flex: 1 1 0;
  line-height: 16px;
  word-wrap: break-word;
}
.pro-agent-ldp-tooltip {
  background: #fff !important;
  padding: 0 !important;
  z-index: 99999 !important;
}
.re__contact-box-avatar {
  width: 100%;
  height: 100%;
  position: relative;
}
.re__contact-box-avatar .avatar-badge {
  width: 24px;
  height: 24px;
  right: 56px;
  top: 49px;
  position: absolute;
}
@media only screen and (min-width: 1544px) {
  .re__contact-box-avatar .avatar-badge {
    right: 82px;
    top: 49px;
  }
}
.contact-agent-box-certification {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  padding-top: 8px;
}
.contact-agent-box-certification .is-certification {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #009ba1;
  line-height: 20px;
  word-wrap: break-word;
}
.re__contact-box-tablet .pro-agent-tablet-section {
  display: flex;
}
.re__contact-box-tablet
  .pro-agent-tablet-section
  .pro-agent-avatar-item
  .re__contact-avatar {
  width: 100px;
  height: 100px;
  margin-right: 50px;
  line-height: 100px;
}
.re__contact-box-tablet
  .pro-agent-tablet-section
  .pro-agent-avatar-item
  .re__contact-box-avatar
  .re__contact-avatar {
  width: 100px;
  height: 100px;
  position: relative;
}
.re__contact-box-tablet
  .pro-agent-tablet-section
  .pro-agent-avatar-item
  .re__contact-box-avatar
  .avatar-badge {
  width: 24px;
  height: 24px;
  left: 70px;
  top: 76px;
  position: absolute;
}
.re__contact-box-tablet .pro-agent-tablet-section .pro-agent-info-item {
  flex-grow: 1;
}
.re__contact-box-tablet
  .pro-agent-tablet-section
  .pro-agent-info-item
  .contact-agent-box-certification {
  padding-top: 4px;
}
.re__contact-box-tablet
  .pro-agent-tablet-section
  .pro-agent-info-item
  .re__ldp-pro-agent-info-tablet
  .pro-agent-ldp-box {
  margin-top: 24px;
  width: 100%;
  height: 100%;
  padding: 0px;
  background: white;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}
.box-vreaa-award .vreaa-award {
  display: flex;
  align-items: center;
  background: #fff8e7;
  border: 1px solid #fad48d;
  border-radius: 8px;
  padding: 8px 12px 16px 12px;
}
.box-vreaa-award .vreaa-award .icon-award {
  margin-right: 12px;
}
.box-vreaa-award .vreaa-award .icon-award img {
  width: 24px;
  height: 24px;
}
.box-vreaa-award .vreaa-award .text-award {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #44311b;
}
.box-vreaa-award .vreaa-award + .re__contact-box {
  background-color: #fff;
  margin-top: -8px;
  box-shadow: 0px 0px 8px rgba(44, 44, 44, 0.08);
}
.box-vreaa-award .vreaa-award-tablet {
  display: flex !important;
  padding: 8px 12px;
  margin: 24px 0;
}
.box-vreaa-award .vreaa-award-tablet .text-award {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.box-vreaa-award .vreaa-award-tooltip {
  padding: 8px 12px;
  margin: 0;
}
.box-vreaa-award .vreaa-award-tooltip .text-award {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .box-vreaa-award .vreaa-award-contact {
    display: none;
  }
}
.box-vreaa-award.pro-agent-award .vreaa-award {
  margin-bottom: -8px;
  border-radius: 8px 8px 0 0;
}
.box-vreaa-award.pro-agent-award.pro-agent-award-tablet .vreaa-award {
  display: none;
}
.box-vreaa-award.pro-agent-award.contact-fixed .vreaa-award {
  width: 292px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .box-vreaa-award.pro-agent-award .vreaa-award-contact {
    display: block;
  }
  .box-vreaa-award.pro-agent-award.pro-agent-award-tablet .vreaa-award {
    display: block;
  }
}
.re__ldp-contact-box .re__contact-area .re__btn-phone-icon:before {
  content: "\e99a";
  font-family: "font-icon-bds";
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 24px;
}
.re__ldp-contact-box .re__contact-area .re__btn {
  margin-top: 16px;
  padding: 11px;
}
.re__ldp-contact-box .re__contact-area .re__btn.phone {
  margin-top: 8px;
}
.re__pro-agent-entry-point {
  display: flex;
  align-items: center;
  background-color: #e8feff;
  width: 100%;
  height: 48px;
  margin: 24px auto 32px auto;
  border-radius: 4px;
}
.re__pro-agent-entry-point a.re__absoluted {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: auto 8px auto 16px;
  z-index: 1;
}
.re__pro-agent-entry-point img {
  width: 24px;
  height: 24px;
  margin: auto 8px auto 16px;
}
.re__pro-agent-entry-point div {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2c2c;
  margin: 0px 4px 0px 0px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-weight: 400 !important;
}
.re__pro-agent-entry-point div a {
  height: 16px;
  display: flex;
}
.re__pro-agent-entry-point div a span {
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #009ba1;
  margin-left: 4px;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-weight: 500 !important;
}
.re__pro-agent-entry-point div a i {
  margin-left: 4px;
  color: #009ba1;
}
.re__pro-agent-entry-point-slide-bar {
  display: flex;
  align-items: center;
  background-color: #e8feff;
  border-radius: 8px;
  margin: 8px auto 16px auto;
  width: 100%;
}
.re__pro-agent-entry-point-slide-bar .re__hidden {
  display: none;
}
.re__pro-agent-entry-point-slide-bar.re__fixed {
  position: fixed;
}
.re__pro-agent-entry-point-slide-bar.re__absoluted {
  position: absolute;
}
.re__pro-agent-entry-point-slide-bar a.re__absoluted {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: auto 12px auto 16px;
  z-index: 1;
}
.re__pro-agent-entry-point-slide-bar img {
  width: 32px;
  height: 32px;
  margin: auto 12px auto 16px;
}
.re__pro-agent-entry-point-slide-bar div {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2c2c;
  margin: 12px 12px 12px 0px;
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-weight: 400 !important;
}
.re__pro-agent-entry-point-slide-bar div a {
  display: inline-flex;
}
@media only screen and (min-width: 1545px) {
  .re__pro-agent-entry-point-slide-bar div a {
    margin-top: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__pro-agent-entry-point-slide-bar div a {
    margin-top: 4px;
  }
}
.re__pro-agent-entry-point-slide-bar div a span {
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #009ba1;
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  font-weight: 500 !important;
}
.re__pro-agent-entry-point-slide-bar div a i {
  margin-left: 4px;
  color: #009ba1;
}
.re__ldp-contact-box {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
  padding: 16px 0;
  width: 100%;
  max-width: 292px;
  background-color: #fff;
}
.re__ldp-contact-box.re__ldp-contact-tablet {
  display: block;
  max-width: inherit;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .re__ldp-contact-box.re__ldp-contact-tablet {
    display: none;
  }
}
.re__ldp-contact-box.re__ldp-contact-tablet .contact-insight-info {
  border-bottom: none;
}
.re__ldp-contact-box.re__ldp-contact-tablet .contact-insight-info.version-b {
  padding-bottom: 0;
}
.re__ldp-contact-box.re__ldp-contact-tablet
  .contact-insight-info.version-c
  .contact-button {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp-contact-box {
    display: none;
  }
}
.re__ldp-contact-box .re__avatar-area {
  padding: 0 16px 16px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
}
.re__ldp-contact-box .re__avatar-area .re__contact-avatar {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid white;
  box-shadow: 0 0 0 2px #ccc;
  display: flex;
  justify-content: center;
}
.re__ldp-contact-box
  .re__avatar-area
  .re__contact-avatar[src*="no-image-default.png"] {
  visibility: hidden;
}
.re__ldp-contact-box .re__avatar-area .re__agent-infor {
  display: flex;
  flex-direction: column;
  justify-content: left;
  min-width: 48px;
  margin-right: 12px;
}
.re__ldp-contact-box .re__avatar-area .re__agent-infor a {
  z-index: 2;
}
.re__ldp-contact-box .re__avatar-area .re__agent-infor-name:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: attr(data-first-char);
  position: absolute;
  color: #74150f;
  background-color: #ffeceb;
  text-transform: uppercase;
  border: 1px solid white;
  box-shadow: 0 0 0 2px #ccc;
  z-index: 1;
}
.re__ldp-contact-box .re__avatar-area .re__agent-name {
  max-width: calc(100% - 60px);
  align-self: center;
}
.re__ldp-contact-box .re__contact-area {
  padding: 0 16px;
}
.re__ldp-contact-box .re__contact-name,
.re__ldp-contact-box .re__contact-name > a {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2c2c;
}
.re__ldp-contact-box .re__contact-name-icon {
  display: none;
}
.re__ldp-contact-box .re__profile-link {
  display: none;
}
.re__ldp-contact-box .re__contact-link {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #505050;
  margin-top: 4px;
}
.re__ldp-contact-box .re__btn {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
}
.re__ldp-contact-box .re__btn.phone {
  margin-top: 16px;
  position: relative;
}
.re__ldp-contact-box .re__btn .re__icon-phone-call,
.re__ldp-contact-box .re__btn .re__icon-phone-call--sm {
  display: none;
}
.contact-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1128px) {
  .contact-fixed {
    top: 64px;
    padding-top: 16px;
    background: #fff;
  }
}
.contact-relative {
  position: relative;
  top: 0;
  bottom: 0;
}
.contact-absolute {
  position: absolute;
  top: auto;
  bottom: 24px;
}
.re__ldp-agent-contact {
  background: linear-gradient(90.62deg, #009194 0%, #004142 100%);
  border: none;
  padding-bottom: 1px;
  border-radius: 12px;
}
.re__ldp-agent-contact .re__avatar-area {
  border-bottom: none;
}
.re__ldp-agent-contact .re__avatar-area .re__agent-infor {
  min-width: 80px;
}
.re__ldp-agent-contact .re__avatar-area .re__contact-avatar {
  box-shadow: none;
  border: 2px solid #fff;
  margin-top: -26px;
  width: 80px;
  height: 80px;
}
.re__ldp-agent-contact .re__avatar-area .re__contact-name {
  margin: 8px 0 0 0;
}
.re__ldp-agent-contact .re__avatar-area .re__contact-name > a {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  white-space: normal;
}
@media only screen and (min-width: 1025px) {
  .re__ldp-agent-contact .re__avatar-area .re__contact-name > a {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.re__ldp-agent-contact.re__ldp-contact-box .avatar-badge {
  width: 24px;
  height: 24px;
  right: 4px;
  top: auto;
  bottom: -24px;
  position: absolute;
}
.re__ldp-agent-contact .re__ldp-agent-desc {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #fff;
  padding-left: 110px;
}
.re__ldp-agent-contact .re__ldp-agent-wrap {
  background: #fff;
  margin: 8px 4px 4px;
  border-radius: 8px;
  padding-bottom: 16px;
}
.re__ldp-agent-contact .re__agent-experiment {
  display: flex;
  padding: 0 4px;
}
.re__ldp-agent-contact .re__agent-experiment .agent-deail-infor {
  flex: 1;
  padding: 8px 12px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
}
.re__ldp-agent-contact .re__agent-experiment .agent-deail-infor > span {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 4px;
  display: block;
}
.re__ldp-agent-contact .re__agent-experiment .agent-deail-infor > i {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  color: #2c2c2c;
  font-style: normal;
}
.re__ldp-agent-contact
  .re__agent-experiment
  .agent-deail-infor:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #f2f2f2;
}
.re__ldp-agent-contact .re__agent-profile-link {
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 16px 16px;
}
.re__ldp .re__pr-scrollbar-tablet {
  box-shadow: none;
  padding-top: 0;
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed {
  box-shadow: 0px -2px 2px rgba(203, 203, 203, 0.25);
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link {
  height: 52px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
  background: linear-gradient(90.62deg, #009194 0%, #004142 100%);
  margin-left: -16px;
  margin-right: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container {
  width: 64px;
  height: 100%;
  position: relative;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container
  .personal-avatar-container {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: solid 2px #fff;
  background-color: #fff;
  overflow: hidden;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container
  .personal-avatar-container::before {
  content: attr(data-first-char);
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  position: absolute;
  background-color: #ffeceb;
  color: #74150f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container
  .personal-avatar-container
  img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container
  .personal-avatar-container
  img[src*="no-image-default.png"] {
  display: none;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-link-container::after {
  content: url(/images/Personal/ldp-pro-agent-badge.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 3px;
  right: 0px;
  z-index: 3;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-text-container {
  width: calc(100% - 110px);
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-text-container
  .personal-name {
  font-family: "Lexend Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  display: block;
  color: #fff;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-text-container
  .personal-action {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal !important;
  display: block;
  color: #fff;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix
  .re__personal-link
  .personal-icon {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-left: 12px;
}
.re__ldp .re__pr-scrollbar-tablet.re__pr-scrollbar-tablet-fix .re__link-phone {
  width: calc(100% - 146px);
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed,
.re__ldp .re__pr-scrollbar-tablet.re__normal {
  height: 80px;
  padding-top: 16px;
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed .re__hotline-main,
.re__ldp .re__pr-scrollbar-tablet.re__normal .re__hotline-main {
  display: flex;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link {
  background: transparent;
  align-items: flex-start;
  padding-left: 0;
  margin: 0;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-link-container,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-link-container {
  width: 48px;
  height: 48px;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container {
  width: 48px;
  height: 48px;
  bottom: 0px;
  position: relative;
  border-radius: 50%;
  overflow: inherit;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container
  img,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container
  img {
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  z-index: 1;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-text-container,
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-icon,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-text-container,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-icon {
  display: none;
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed .re__hotline-main .re__btn-zalo,
.re__ldp .re__pr-scrollbar-tablet.re__normal .re__hotline-main .re__btn-zalo {
  margin-left: 16px;
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed .re__hotline-main .re__btn-hotline,
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__btn-hotline {
  margin-left: 16px;
  width: calc(100% - 95px - 62px);
  min-width: unset;
}
.re__ldp .re__pr-scrollbar-tablet.re__fixed .re__hotline-main .re__link-phone,
.re__ldp .re__pr-scrollbar-tablet.re__normal .re__hotline-main .re__link-phone {
  width: calc(100% - 210px);
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-link-container::after {
  right: -7px;
  bottom: 0;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__fixed
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container::before {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(90.62deg, #009194 0%, #004142 100%);
  z-index: 0;
  width: 48px;
  height: 48px;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-link-container::after {
  display: none;
}
.re__ldp
  .re__pr-scrollbar-tablet.re__normal
  .re__hotline-main
  .re__personal-link
  .personal-link-container
  .personal-avatar-container::before {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid #ccc;
  z-index: 0;
  width: 48px;
  height: 48px;
  background: #ffeceb;
}
.re__ldp .contact-insight-info {
  background: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #f2f2f2;
}
.re__ldp .contact-insight-info .contact-insight {
  background-color: #fff8e7;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.re__ldp .contact-insight-info .contact-insight .contact-insight-container {
  width: calc(100% - 32px);
}
.re__ldp
  .contact-insight-info
  .contact-insight
  .contact-insight-container
  .contact-insight-title
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin-bottom: 4px;
}
.re__ldp
  .contact-insight-info
  .contact-insight
  .contact-insight-container
  .contact-insight-content
  p {
  font-family: "Roboto Regular", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  color: #2c2c2c;
  margin: 0;
}
.re__ldp
  .contact-insight-info
  .contact-insight
  .contact-insight-container
  .contact-insight-content
  p
  span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__ldp
  .contact-insight-info
  .contact-insight
  .contact-insight-button
  .contact-viewmore {
  width: 20px;
  height: 20px;
  background-color: #fcb40a;
  border-radius: 50%;
  display: block;
  position: relative;
}
.re__ldp
  .contact-insight-info
  .contact-insight
  .contact-insight-button
  .contact-viewmore
  i::before {
  position: absolute;
  color: #000;
  top: 2px;
  left: 2px;
}
.re__ldp .contact-insight-info .contact-insight.version-c {
  margin: 16px 0;
}
.re__ldp
  .contact-insight-info
  .contact-insight.version-c
  .contact-insight-icon {
  min-width: 24px;
  height: 24px;
}
.re__ldp
  .contact-insight-info
  .contact-insight.version-c
  .contact-insight-icon::after {
  content: url(/images/Personal/bulb.svg);
  position: absolute;
  width: 24px;
  height: 24px;
}
.re__ldp .contact-insight-info.version-b {
  padding: 16px;
}
.re__ldp .contact-insight-info .contact-button {
  width: 100%;
  margin-top: 16px;
}
.re__ldp .contact-insight-info .contact-button.version-b {
  margin-top: 0px;
}
.re__ldp .contact-insight-info .contact-button.version-c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  margin: 16px 0;
  height: 28px;
  gap: 4px;
}
.re__ldp .contact-insight-info .contact-button.version-c span {
  font-family: "Roboto Medium", Roboto, Arial !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}
.re__ldp .contact-insight-info .contact-insight + .contact-button {
  margin-bottom: 16px;
  margin-top: 0px;
}
.re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
  margin: 0px 16px 16px 0px !important;
}
@media only screen and (min-width: 1545px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(220px - 2px);
    height: calc(295px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 295px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 219px !important;
    height: 123px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 186px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(212px - 2px);
    height: calc(290px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 290px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 210px !important;
    height: 119px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 178px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: 249px;
    height: 310px;
    margin-right: 24px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 310px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 250px !important;
    height: 140px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 217px !important;
  }
}
.re__ldp .re__pr-more-listing .re__section-title {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title {
    margin-left: 32px;
  }
}
.re__ldp .re__pr-more-listing .re__section-title .re__btn {
  float: right;
  margin-left: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title .re__btn {
    display: none;
  }
}
.re__ldp .re__pr-more-listing .re__section-body {
  position: relative;
}
.re__ldp .re__pr-more-listing .re__swiper-container {
  padding-left: 5px;
  margin-left: -5px;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn {
  color: #999;
  background: #fff;
  border: 1px solid #ccc;
  cursor: unset;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn i {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn span {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-slide .swiper-slide {
  display: none;
}
.re__ldp .re__similar-listing,
.re__ldp .re__suggestion-listing,
.re__ldp .re__history-listing,
.re__ldp .re__similar-listing-v1,
.re__ldp .re__history-listing-v1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    display: none !important;
  }
}
.re__ldp .re__similar-listing .re__swiper-container,
.re__ldp .re__suggestion-listing .re__swiper-container,
.re__ldp .re__history-listing .re__swiper-container,
.re__ldp .re__similar-listing-v1 .re__swiper-container,
.re__ldp .re__history-listing-v1 .re__swiper-container {
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp
    .re__similar-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact {
    margin-right: 0px !important;
  }
}
.re__ldp .re__similar-listing .re__card-gradient-right,
.re__ldp .re__suggestion-listing .re__card-gradient-right,
.re__ldp .re__history-listing .re__card-gradient-right,
.re__ldp .re__similar-listing-v1 .re__card-gradient-right,
.re__ldp .re__history-listing-v1 .re__card-gradient-right {
  position: absolute;
  height: 8px;
  width: 283px;
  top: 138px;
  right: -137px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
  mix-blend-mode: multiply;
  opacity: 0.15;
  transform: rotate(-90deg);
}
.re__ldp
  .re__similar-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__suggestion-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__similar-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu {
  width: 293px;
  top: 144px;
  right: -143px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    width: 304px;
    top: 147px;
    right: -147px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__similar-listing-v1 .re__swiper-container {
    padding-left: 32px;
    padding-right: 8px;
  }
}
.re__ldp .re__similar-listing-v1 .re__section-body .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
.re__ldp
  .re__similar-listing-v1
  .re__section-body
  .swiper-wrapper
  .re__card-compact {
  width: fit-content;
  margin-right: 0;
}
.re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
  margin: 0px 16px 16px 0px !important;
}
@media only screen and (min-width: 1545px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(220px - 2px);
    height: calc(295px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 295px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 219px !important;
    height: 123px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 186px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: calc(212px - 2px);
    height: calc(290px - 2px);
    margin-right: 15px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 290px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 210px !important;
    height: 119px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 178px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__card-compact {
    width: 249px;
    height: 310px;
    margin-right: 24px;
  }
  .re__ldp .re__pr-more-listing .re__card-compact.card-compact-skeleton {
    height: 310px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-image {
    width: 250px !important;
    height: 140px !important;
  }
  .re__ldp
    .re__pr-more-listing
    .re__card-compact.card-compact-skeleton
    .re__card-info {
    width: 217px !important;
  }
}
.re__ldp .re__pr-more-listing .re__section-title {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title {
    margin-left: 32px;
  }
}
.re__ldp .re__pr-more-listing .re__section-title .re__btn {
  float: right;
  margin-left: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__pr-more-listing .re__section-title .re__btn {
    display: none;
  }
}
.re__ldp .re__pr-more-listing .re__section-body {
  position: relative;
}
.re__ldp .re__pr-more-listing .re__swiper-container {
  padding-left: 5px;
  margin-left: -5px;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn {
  color: #999;
  background: #fff;
  border: 1px solid #ccc;
  cursor: unset;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn i {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-button-disabled.re__btn span {
  color: #999;
}
.re__ldp .re__pr-more-listing .swiper-slide .swiper-slide {
  display: none;
}
.re__ldp .re__similar-listing,
.re__ldp .re__suggestion-listing,
.re__ldp .re__history-listing,
.re__ldp .re__similar-listing-v1,
.re__ldp .re__history-listing-v1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    display: none !important;
  }
}
.re__ldp .re__similar-listing .re__swiper-container,
.re__ldp .re__suggestion-listing .re__swiper-container,
.re__ldp .re__history-listing .re__swiper-container,
.re__ldp .re__similar-listing-v1 .re__swiper-container,
.re__ldp .re__history-listing-v1 .re__swiper-container {
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:first-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:first-child,
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp .re__similar-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp .re__history-listing .re__swiper-container .swiper-slide:last-child,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child {
    margin-left: 0px;
  }
  .re__ldp
    .re__similar-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__suggestion-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__similar-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact,
  .re__ldp
    .re__history-listing-v1
    .re__swiper-container
    .swiper-slide:last-child
    .re__card-compact {
    margin-right: 0px !important;
  }
}
.re__ldp .re__similar-listing .re__card-gradient-right,
.re__ldp .re__suggestion-listing .re__card-gradient-right,
.re__ldp .re__history-listing .re__card-gradient-right,
.re__ldp .re__similar-listing-v1 .re__card-gradient-right,
.re__ldp .re__history-listing-v1 .re__card-gradient-right {
  position: absolute;
  height: 8px;
  width: 283px;
  top: 138px;
  right: -137px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
  mix-blend-mode: multiply;
  opacity: 0.15;
  transform: rotate(-90deg);
}
.re__ldp
  .re__similar-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__suggestion-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__similar-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu,
.re__ldp
  .re__history-listing-v1
  .re__card-gradient-right.re__card-gradient-right-pixiu {
  width: 293px;
  top: 144px;
  right: -143px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .re__ldp .re__similar-listing .re__card-gradient-right,
  .re__ldp .re__suggestion-listing .re__card-gradient-right,
  .re__ldp .re__history-listing .re__card-gradient-right,
  .re__ldp .re__similar-listing-v1 .re__card-gradient-right,
  .re__ldp .re__history-listing-v1 .re__card-gradient-right {
    width: 304px;
    top: 147px;
    right: -147px;
  }
}
@media only screen and (max-width: 1024px) {
  .re__ldp .re__history-listing-v1 .re__swiper-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.re__ldp .re__history-listing-v1 .re__section-body .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
.re__ldp
  .re__history-listing-v1
  .re__section-body
  .swiper-wrapper
  .re__card-compact {
  width: fit-content;
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
.re__bottom-footer .re__col--lg-4 {
    display: none;
}
.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item
  .re__pr-specs-content-item-title {
    margin: 2px 16px;
    width: 70px;
    font-family: "Roboto Medium", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
}

.re__ldp
  .re__pr-specs.re__pr-specs-v1
  .re__section-body
  .re__pr-specs-content-v2
  .re__pr-other-info-display
  .re__pr-specs-content-item
  .re__pr-specs-content-item-value {
    margin: 2px 0px;
    width: calc(100% - 95px);
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
}