/* custom css */

:root {
  --sb-track-color: #e2e2e2;
  --sb-thumb-color: #666;
  --sb-size: 3px;

  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)

}

*::-webkit-scrollbar {
    width: var(--sb-size)
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 0; 
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.scrollable-div {
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: auto;
}

.flat-title {
  margin-bottom: 1.2rem;
}
.flat-title .title-inner {
  padding-top: 1.2rem;
}


.page-top-title {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 1.2rem;
}

.page-top-title .board-type .board-type-icon {
  font-size: 14px;
}

.page-top-title .board-type .board-type-name {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .scrollable-div {
    max-height: 350px;
  }

  
  .flat-title {
    margin-bottom: 2rem;
  }

  .flat-title .title-inner {
    padding-top: 3rem;
  }

  .page-top-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }
  
  .page-top-title .board-type .board-type-icon {
    font-size: 18px;
  }
  
  .page-top-title .board-type .board-type-name {
    font-size: 16px;
  }
}


body {
  line-height: 1.5;
}

body,
button,
input,
select,
textarea {
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

@media (max-width: 991px) {
  br {
    display: inherit;
  }
}

.btn:active, .btn:focus {
	outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.row.bs-row {
  margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row.bs-row > * {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.accordion-button.button-normal {
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--Line);
}

.accordion-button:focus {
  
  box-shadow: none;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}


.font-size-24 {
  font-size: 24px;
  line-height: 33.6px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-10 {
  padding-bottom: 10px;
}

.square-20, .square-25,  .square-30 {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
}

.square-25 {
  height: 25px;
  width: 25px;
  line-height: 25px;
}

.square-30 {
  height: 30px;
  width: 30px;
  line-height: 30px;
}


.section-property-detail .single-property-gallery.style-1 .sw-button {
  top: calc(50% - 22px);
}

.lh-inherit {
  line-height: inherit;
}

/* spacing =============================================================================== */
.tf-spacing-1 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tf-spacing-2 {
  padding-top: 24px ;
  padding-bottom: 35px;
}

.tf-spacing-3 {
  padding-top: 20px;
  padding-bottom: 26px;
}

.tf-spacing-4 {
  padding-top: 0;
  padding-bottom: 35px;
}

.tf-spacing-5 {
  padding-top: 33px;
  padding-bottom: 35px;
}

.tf-spacing-6 {
  padding-top: 0;
  padding-bottom: 35px;
}

#header-main .header-logo img {
  height: auto;
  max-width: 100px;
  width: auto;
}

.mobile-nav-wrap .offcanvas-title img {
  height: auto;
  width: auto;
  max-width: 100px;  
}

.offcanvas-header {
  padding: calc(var(--bs-offcanvas-padding-y) * 2) var(--bs-offcanvas-padding-x);
}
.inner-mobile-nav #menu-mobile-menu {
  padding-top: 0;
}

@media screen and (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  /* spacing =============================================================================== */
  .tf-spacing-1 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tf-spacing-2 {
    padding-top: 36px !important;
    padding-bottom: 52px !important;
  }

  .tf-spacing-3 {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .tf-spacing-4 {
    padding-top: 0;
    padding-bottom: 38px;
  }

  .tf-spacing-5 {
    padding-top: 35px;
    padding-bottom: 52px;
  }

  .tf-spacing-6 {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 1.5;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  h5,
  .h5, h6, .h6 {
    font-size: 14px;
    line-height: 1.5;
  }
}


.section-property-detail .wg-property.p-0 {
  padding: 0 !important;
}

.box-overview.property-deteil-specs {
  overflow-x: scroll;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
  user-select: none;
}

.box-overview.property-deteil-specs::-webkit-scrollbar {
  height: 8px;
}

.box-overview.property-deteil-specs::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

.box-overview.property-deteil-specs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.box-overview.property-deteil-specs::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

@media screen and (min-width: 1200px) {
  .box-overview.property-deteil-specs {
    overflow-x: auto;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .box-overview.property-deteil-specs .box-icon {
    gap: 8px;
  }
  .box-overview.property-deteil-specs .box-icon .icons {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    font-size: 18px;
  }
  
  .box-overview.property-deteil-specs .box-icon .content .text-4 {
    font-size: 12px;
    line-height: 1.3;
  } 
  .box-overview.property-deteil-specs .box-icon .content .text-color-heading {
    font-size: 12px;
    line-height: 1.3;
  }

  
}


/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
.ribbon {
  --r: .4em; /* control the ribbon shape (the radius) */

  position: absolute;
  top: 0;
  inset-inline: calc(-1*var(--r));
  text-align: center;
  line-height: 1.8; 
  padding: 0 .5em calc(2*var(--r));
  border-radius: var(--r);
  --_g:100%/var(--r) calc(2*var(--r)) no-repeat;
  background: 
    radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0    var(--_g),
    radial-gradient(100% 50% at left ,#0005 98%,#0000 101%) 100% var(--_g),
    conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)),#0000 25%,#FA6900 0)
     0 0/calc(100% - var(--r)) 100%;
  z-index: 2;
}



@media (max-width: 480px) {
  .ribbon {
    font-size: 20px;
  }
}



.box-overview.unit-item-overview .heading {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.box-overview.unit-item-overview .info {
  margin-bottom: 28px;
}

.box-overview.unit-item-overview .title {
  font-size: 16px;
  font-weight: 500;
}

.box-overview.unit-item-overview .price {
  font-size: 16px;
  font-weight: 500;
}

.box-overview.unit-item-overview .price-type {
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px !important;
}

.box-overview.unit-item-overview .price-unit {
  font-size: 13px;
  font-weight: normal;
  margin-left: 0 !important;
}

.box-overview.unit-item-overview {
  padding: 14px !important;
}

.unit-item-detail {
  gap: 14px 5px;
}
.unit-item-detail .box-icon {
  width: calc(50% - 10px);
  align-items: center;
}

@media screen and (min-width: 512px) {
  
  
  .unit-item-detail .box-icon {
    width: calc(50% -10px);
  }
}

@media screen and (min-width: 767px) {
  
  .box-overview.unit-item-overview {
    padding: 24px !important;
  }

  .unit-item-detail {
    row-gap: 32px;
    column-gap: 14px;
  }
  .unit-item-detail .box-icon {
    width: calc(33.3333% - 28px);
  }
  
  .box-overview.unit-item-overview .heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .box-overview.unit-item-overview .info {
    margin-bottom: 40px;
  }

  .box-overview.unit-item-overview .title {
    font-size: 36px;
    font-weight: 500;
  }
  
  .box-overview.unit-item-overview .price {
    font-size: 36px;
    font-weight: 500;
  }
  
  .box-overview.unit-item-overview .price-type {
    font-size: 32px;
    font-weight: 500;
    margin-left: 2px !important;
  }
  
  .box-overview.unit-item-overview .price-unit {
    font-size: 24px;
    font-weight: normal;
    margin-left: 0 !important;
  }
}




/* map in property detail */
.section-property-map  {
  flex-direction: column;
}
.section-property-map.list {
  position: sticky;
}

.section-property-map.list .wrap-map {
  height: auto !important;
}


.wrap-map .property-same-city-map {
  width: 100%;
  min-height: 250px;
  height: 250px;
}

.section-property-map .content-right {
  height: 45vh;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .section-property-map  {
    flex-direction: row;
  }

  .section-property-map.list {
    position: relative;
    height: calc(100vh - 78px);
  }
  
  .section-property-map.list .wrap-map {
    height: calc(100vh - 78px);
  }

  .wrap-map .property-same-city-map {
    height: 100%;
  }
  

  .section-property-map .content-right {
    height: 100%;
    overflow: auto;
  }
}

.property-map-box {
  padding: 24px 15px;
}

.property-map-box .property-map {
  height: 180px;
}


.property-map .leaflet-control-attribution.leaflet-control {
  display: none;
}

.property-related-data .accordion-item:first-of-type, .property-related-data .accordion-item:first-of-type .accordion-button  {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.property-related-data .accordion-item .accordion-button {
  font-size: 14px;
}

.property-related-data .accordion-flush .accordion-item:last-child {
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.property-related-data .title {
  padding: 15px;
  font-size: 16px;
}

.property-related-data .list-other-position li.list-group-item {
  /*cursor: pointer;*/
  padding-left: 15px;
  padding-right: 15px;
}

.property-related-data .list-other-position li.list-group-item:hover {
  background-color: rgba(var(--Line-rbg), 0.25) ;
}

.property-related-data .list-other-position li.list-group-item:first-of-type {
  border-top:  0;
}

.property-related-data .list-other-position li.list-group-item:last-of-type {
  border-bottom:  0;
}

.property-related-data .property-related-cat-title {
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 15px;
}



.property-extend-data-list .accordion-item:nth-child(2n) {
  background-color: var(--bs-gray-100);
}
.property-extend-data-list .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.property-extend-data-list .accordion-item:last-child {
    border-bottom: 0 !important;
}

.property-extend-data-list .accordion-item .accordion-button {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .property-map-box .property-map {
    height: 230px;
  }
  .property-map-box {
    padding: 24px;
  }
  .property-related-data .title {
    padding: 15px 24px;
    font-size: 30px;
  }

  .property-related-data .property-related-cat-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .property-related-data .list-other-position li.list-group-item {
    padding-left: 30px;
    padding-right: 24px;
  }
}


.property-same-city-list .box-house.style-list .image-wrap {
  max-width: 200px;
}

.section-property-map.list .wrap-list.property-same-city-list {
  gap: 1.5rem;
}

/* define proty type color class */
.proty-type-color-billboard {
  color: var(--Primary);
}

.proty-type-color-led {
  color: var(--Color-5);
}

.proty-bgcolor-billboard {
  background-color: var(--Primary);
}

.proty-bgcolor-led {
  background-color: var(--Color-5);
}



.blinking, .blinking-slave {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
}

.blinking::before,
.blinking::after,
.blinking-slave::before,
.blinking-slave::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: ripple-main 2s infinite;
  animation: ripple-main 2s infinite;
}

.blinking::before, .blinking-slave::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;

}

.blinking::after, .blinking-slave::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.blinking-slave::before,
.blinking-slave::after {
  -webkit-animation: ripple-slave 2s infinite;
  animation: ripple-slave 2s infinite;
}

@keyframes ripple-main {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--Primary-rgb), 0.3);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(var(--Primary-rgb), 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--Primary-rgb), 0.3);
  }
}

@keyframes ripple-slave {
  0% {
    box-shadow: 0 0 0 0 var(--Sub-primary-2);
  }
  50% {
    box-shadow: 0 0 0 12px var(--Sub-primary-2);
  }
  100% {
    box-shadow: 0 0 0 0 var(--Sub-primary-2);
  }
}

.img-box-32 {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

.img-box-32 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-box-16-9 {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.img-box-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-box-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.img-box-4-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* demographic */
canvas {
  margin-left: auto;
  margin-right: auto;
}

.proty-demograpic-pie canvas {
  height: 220px;
}


.proty-demographic {
  margin-bottom: 40px;
}
.proty-demographic .nav-tabs .nav-link {
  padding: 0.55rem 1rem;
  font-size: 14px;
  font-weight: normal;
  background-color: var(--bs-gray-100);
  color: var(--Heading);
  margin-bottom: calc(-1.5 * var(--bs-nav-tabs-border-width));
}

.proty-demographic .nav-tabs .nav-link.active {
  background-color: white;
  color: var(--Primary);
  border-bottom: 0 !important;
  
}

.proty-demographic .tab-content.proty-demographic-content {
  border-radius: 0 0 16px 16px;
}

@media screen and (min-width: 768px) {
  
  .proty-demographic {
    margin-bottom: 40px;
  }
  .proty-demographic .nav-tabs .nav-link {
    padding: 0.75rem 2.5rem;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--bs-gray-100);
    color: var(--Heading);
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  }

}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

#loading-icon {
  animation: rotate 1s linear infinite;
}


/* add at 2025-05-14 */

.form-title .block-search {
  max-width: 390px;
  width: 100%;
  flex-shrink: 0;
}

@media(min-width: 768px) {
  .property-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #grid_layout .property-block {
    height: calc(100% - 266px);
  }
}

/* Bookmark */
header .bookmark {
  position: relative;
  display: inline-block;
}

header .bookmark .ri-shopping-cart-fill {
  font-size: 24px;
}

header .bookmark-count {
  position: absolute;
  top: -8px;
  right: -8px;
  color: var(--White);
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
}

.add-bookmark.disable {
  background-color: #e6e6e6;
  color:  var(--Text);
  text-decoration: none;
  border: 1px solid var(--Text);
}

.add-bookmark.disable:hover{
  background-color: #e6e6e6;
  color:  var(--Text);
}

/* Date range picker */
body .daterangepicker .drp-calendar {
  max-width: 294px;
}

body .daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0;
}

body .daterangepicker .drp-calendar.right {
  padding-left: 0;
}

.bookmark-item .progress {
  width: 148px;
}

.bookmark-item .progress .progress-label {
  max-width: 148px;
}

body .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  background-color: var(--Color-2);
  color: var(--White) !important;
  text-decoration: none !important;
}

body .flatpickr-calendar .flatpickr-day.flatpickr-disabled.past-day {
  background-color: #e6e6e6;
  color: var(--Text) !important;
  text-decoration: none !important;
}

body .flatpickr-calendar .flatpickr-day.flatpickr-disabled.not-enough {
  background-color: var(--Color-8) !important;
  color: var(--White) !important;
  text-decoration: none !important;
}

body .ajs-top.ajs-right {
  top: 68px;
}
/* end add at 2025-05-14 */
.categories-item {
  padding: 0 0 24px;
}

.categories-item .content {
  padding: 0 24px;
}

.nice-select > .list {
  max-height: 280px;
}

.nice-select .dropdown-search.form-control {
  height: 42px;
  font-size: 13px;
}

.widget-content-inner .box-house {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.widget-content-inner .box-house .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.widget-content-inner .box-house .box-overview.property-deteil-specs {
  border-top: 1px solid #ccc;
  overflow-x: unset;
  margin-top: auto;
}

.widget-content-inner .box-house, .widget-content-inner .box-house .image-wrap {
  position: relative;
}

.box-house .star-featured {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  color: gold;
  z-index: 20;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.home-search-custom .group-select {
  grid-template-columns: repeat(3, 1fr);
}

.box-house .content .location {
  font-size: 13px;
}

.box-house .content .title {
  font-size: 16px;
}

.section-categories .swiper-button-prev.sw-button, .section-categories .swiper-button-next.sw-button {
  height: 40px;
  width: 40px;
}

/* header */
.header-right ul.submenu.nav_explore {
  min-width: calc(800px + 20px * 2);
  display: flex;
  justify-content: space-between;
  right: 50%;
  position: absolute;
  z-index: 1000;
}

.header-right ul.submenu2.nav_explore {
  display: flex;
  flex-wrap: wrap;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-menu .navigation > li > .submenu::before {
  right: 45px;
  left: unset;
}

.main-menu .navigation > li > .submenu li {
  width: 200px;
}

.main-menu .navigation > li > .submenu li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-menu .navigation > li > .submenu {
  padding-right: 0px;
}

.main-menu .navigation > li > .submenu li:nth-child(4n) {
  width: fit-content;
}

#sub-city-list ul.sub-mobile {
  max-height: 400px;
  overflow-y: auto;
}

/* custom property items */
.box-house .content .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.box-house .content .location {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.box-house .content .location .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.box-house .content .title-text,
.box-house .content .location-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-house .content,
.box-house .content .title,
.box-house .content .location {
  min-width: 0;
}

.bot.box-overview.property-deteil-specs {
  overflow: hidden;
  flex-wrap: wrap;
  gap: 12px;
}

i.cart-icon {
  position: relative;
  transition: all linear 0.3s;
  color: #0d5af8;
  font-size: 24px;
  cursor: pointer;
}

i.cart-icon.disabled {
  opacity: 0.5;
}

i.cart-icon.disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  right: -3px;
  height: 1.5px;
  background-color: #0d5af8;
  transform-origin: center;
  pointer-events: none;
}

i.cart-icon:hover {
  color: #0d5af8;
}

/* custom scrollbar */
#property-weather-content {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

#property-weather-content > div {
  margin-right: 1rem;
}

#divListSameProtyInCity::-webkit-scrollbar, #property-weather-content::-webkit-scrollbar, #demographic-population-tab-pane::-webkit-scrollbar {
  height: 8px;
}

#divListSameProtyInCity::-webkit-scrollbar-track, #property-weather-content::-webkit-scrollbar-track, #demographic-population-tab-pane::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

#divListSameProtyInCity::-webkit-scrollbar-thumb, #property-weather-content::-webkit-scrollbar-thumb, #demographic-population-tab-pane::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
  transition: background-color 0.3s;
}

#divListSameProtyInCity::-webkit-scrollbar-thumb:hover, #property-weather-content::-webkit-scrollbar-thumb:hover, #demographic-population-tab-pane::-webkit-scrollbar-thumb:hover  {
  background-color: #999;
}

@media (max-width: 767px) {
    /* property data weather/population */
    .tab-content > .demographic-population-tab-pane.tab-pane.active  {
      overflow-x: auto;
      display: flex;
      align-items: center;
      /* gap: 40px; */
    }

    #demographic-population-tab-pane .col-12,
    #demographic-population-tab-pane .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding: 0 0 16px 0 !important;
    }

    #demographic-population-tab-pane .demographic-chart {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    #divTablePopulationRadis table {
        width: 100% !important;
        table-layout: fixed;
    }

    #demographic-population-tab-pane .row.align-items-center {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 1.5rem;
        min-width: 100% !important;
        margin: 0;
    }

    #demographic-population-tab-pane .row > .col-12 {
        flex: 0 0 auto !important;
        width: 50% !important;
        padding-right: 8px;
    }

    #demographic-population-tab-pane .row.mb-3, #demographic-population-tab-pane .row.mb-4 {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 1.5rem;
        min-width: 100%;
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .demographic-chart {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    /* data same city */
    .section-property-map > .content-right.w-sm-50 {
      width: 100% !important;
      overflow-y: hidden;
      height: 100%;
    }

    div#divListSameProtyInCity {
      overflow-y: hidden;
      overflow-x: scroll;
      display: flex;
      flex-direction: row;
      padding: 8px 0;
    }

    .property-same-city-list .box-house.same-city-item-box {
      min-width: 100% !important;
    }
}

.box-overview .box-icon .icons {
  min-width: 52px;
}

.tf-btn.disable {
    pointer-events: none;
    opacity: 0.6;
}
