.filter-order {
  display: flex;
  gap: 20px;
  border: 1px solid #4C3B4D;
  padding: 10px 12px;
  border-radius: 5px;
  color: #4C3B4D;
  font-size: 15px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
}
.term-show-more {
  max-height: 0;
  overflow: 0;
  overflow: hidden;    transition: all .5s ease;

}
.term-show-more.show{
  max-height: 50px;
}
button.filter-term-more-less {
  background: transparent;
  border: gainsboro;
  text-align: center;
  color: #ff5001;
}
button.filter-term-more-less.hidden {
  display: none;
}
.filter-title-left h3 {
  font-size: 25px;
}
.filter-content.blur {
    filter: blur(1px);
}
.filter-top {
  margin-bottom: 30px;
}

.filter-count {
  margin-top: 20px;
}

.filter-tab button {
  background: #f9f9f9;
  flex: 1;
  border: 1px solid #e1e1e1;
  padding: 14px 10px;
}

.filter-tab {
  display: flex;
  gap: 0;
}

.filter-tab button.active {

  border: 1px solid #ccc;
  border-top: 5px solid #4b3b4d;
  background: #FFF;
  border-bottom: none;
}

.filter-content {
  border: 1px solid #ccc;
  padding: 10px 18px;
  border-top: none;
}

.filter-title {
  font-weight: 600;
  margin-bottom: 11px;
}

.filter-row {
  margin-bottom: 20px;
}

.filter-property-category .row .col-6 {
  padding-right: 2px;
}

.checkbox-container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  line-height: 21px;
  align-items: center;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #c8c8c8;
  background: transparent;
}

.checkbox-container input:checked~.checkmark {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.radio-container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  line-height: 21px;
  align-items: center;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  background: transparent;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
  border-color: var(--main-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
}

.filter-tab a {
  display: flex;
  flex: 1;
}

.open-filter-mobile {
  display: none !important;
}

.norderbydiv {
  flex-shrink: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 50%;
  flex:1;
}
.norderbydiv-title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;


}
.prlist-faq .accordion-header{
  background: #F3F5F6;
}
.prlist-faq .accordion-body.show{
  padding-top: 19px;
}


.filter-tag {
  background-color: #f0f0f0;
  color: #333;
  padding: 7px 12px;
  border-radius: 45px;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: space-between;
  gap: 9px;
}

.filter-tag .remove {
  font-size: 23px;
  line-height: 16px;
  color: #ff5001;
  cursor: pointer;
}
.selected-filters {
  
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.filter-selected-content{
  display: flex;
  gap: 10px;
}
span.remove.filter_remove {
  background: #4b3b4d;
  color: #fff;
  cursor: pointer;
}
#filter-form.sticky{
  position: -webkit-sticky;  /* Safari için */
  position: sticky;
  background: #fff;
  z-index: 0;
  top: 0;  
}
ul.property-inline-ul
 {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 11px 0px;
    gap: 7px 25px;
}
.list-city-description {
  max-height: 200px;
  overflow: hidden;
  margin-top: 9px;
}
.list-city-description.show {
  max-height: 1200px;
}
.property-inline-row {
  padding: 30px 0px;
}
.property-inline-ul li {
  width: 32%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-collapse: separate;
}
@media screen and (max-width:992px){
  div#filter-form {
    position: fixed;
    height: 100%;
    right: 100%;
    overflow: auto;
    top: 0;
    background-color: #fff;
    transition: transform .3s;
    width: 100%;
    max-width: 360px;
    transform: translateX(0);
    padding: 12px 14px;
    box-sizing: border-box;
    z-index: 999;
  }
  .open-filter-mobile {
    display: flex !important;
    font-size: 14px;
    flex-basis: 50%;
    flex: 1;
  }
  .list-title-content.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    text-align: center;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 10px;
  }
  .filter-title-right {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  
  button.nav-link.dropdown-toggle.filter-order.nobg {
    width: 100%;
    font-size: 14px;
    gap: 3px;
  }

  

  #filter-form.show {
    transform: translateX(100%);
  }

}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 18.666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 81.333333%;
  }
}

@media (max-width: 767px) {
  



}