/* filter btn dark */
.filter-open-btn{
    position: fixed;
    right: -45px;
    /*right: 3px;*/
    top: 50%;
    width: 90px;
    height: 90px;
    background: #C7650F;
    z-index: 1;
    border-radius: 50%;
    vertical-align: middle;
    /*opacity: .7;*/
}
.filter-open-btn.filter-btn-white{
    right: 3px;
}
.filter-open-btn:hover{
    opacity: 1;
    cursor: pointer;
}
.filter-open-btn i.filter-icon{
    margin: 35px 0 0 10px;
}
.filter-open-btn i.filter-icon-white{
    display: none;
}
/* filter btn white */
.filter-open-btn.filter-btn-white{
    top: 55%;
    /*width: 140px;
    height: 140px;*/
    width: 60px;
    height: 60px;
    background: #fff;
}
.filter-open-btn.filter-btn-white i.filter-icon-white{
    display: block;
    margin: 20px 0 0 16px;
}
.filter-open-btn.filter-btn-white i.filter-icon{
    display: none;
}
.filter.modal {
    touch-action: auto;
}






/*Modal*/
.filter .modal-dialog {
    max-width: 100%;
    background: #A27A57;
}
.filter .modal-header {
    border-bottom: none;
}
.filter .modal-header h5 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.filter .modal-header .close {
    text-shadow: none;
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    opacity: 1;
}

.filter .modal-content {
    width: 100%;
    /*background: #C7650F;*/
    background: url('../../../../images/filter_bg.png');
    border: none;
    border-radius: 0;
}
.form-check-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: start;
}
.complex .form-check {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.complex .form-check input,
.select_all input {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.complex .form-check-label {
    margin-right: 10px;
}
.complex .form-check-inline {
    flex-wrap: wrap;
}
.complex-item {
	margin-right: 1rem;
    margin-bottom: 1rem;
    /*border: 1px #ccc solid;
    box-shadow: 0px 0px 5px #cccccc;
    padding: 10px 10px 10px 15px;*/
}
.complex .district-list {
    width: 100%;
}
.complex .district-list.hide {
    display: none;
}
.room .form-check input {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.room .form-check-inline {
    margin-right: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.room .form-check-inline:first-child {
    padding-left: 1rem;
}
.room .form-check-label {
    position: absolute;
    top: -26px;
    z-index: 10;
    pointer-events: none;
}
.ranges, .reset {
    margin-top: 3rem;
}
.ranges .title,
.filter-style label {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.ranges .status .filter-style label {
    margin-bottom: 1.1rem;
}
.ranges .status .filter-style select {
    height: 32px !important;
}
.filter-style select.form-control {
    border: 1px solid transparent;
    border-radius: 0;
}
.filter-style select.form-control:focus {
    box-shadow: 0 0 0 0 transparent;
}
.reset hr {
    height: 1px;
    background: #fff;
    float: left;
    width: 100%;
}
.reset .reset-btn {
    float: right;
}
.reset .label {
    font-weight: 200;
    font-size: 12px;
    color: #fff;
}
.reset .button {
    cursor: pointer;
    display: inline-block;
    margin-left: 1rem;
    padding: 0;
    width: auto;
    background: transparent;
}
.sort label {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.sort .form-control,
.sort .form-control:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
}
.sort .form-group {
    width: 9%;
    display: inline-block;
}
.sort option,
.sort option:hover {
    background: #C7650F;
    border: none;
    box-shadow: none;
}
.sort select:focus option:checked,
.sort select:hover option {
    box-shadow: 0 0 10px 100px #1882A8 inset;
    border: none;
}
.sort select {
     /*-webkit-appearance: none;
     -moz-appearance: none;*/
 }
.sort option[selected] {
    background: red;
}
/*Ranges*/
.ranges .slider-handle.round {
    border-radius: 0;
    background-image: none;
    background: #fff;
    top: -9px;
    width: 30px;
    height: 30px;
}
.ranges .slider-handle:before {
    content: '|';
    display: block;
    color: #000;
    font-weight: bold;
    position: relative;
    width: 2px;
    right: 6%;
    margin: auto;
}
.ranges .slider.slider-horizontal .slider-track {
    height: 2px;
}
.ranges .slider.slider-horizontal,
.ranges .points {
    width: 90%;
}
.ranges .prices .slider.slider-horizontal,
.ranges .prices .slider.slider-horizontal  .points {
    width: 100%;
}
.ranges .points {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}
.ranges .points span {
    position: relative;
    text-align: center;
    display: inline-block;
}
.ranges .points .unit {
    position: relative;
    display: inline;
    font-style: normal;
    border-bottom: 1px solid #fff;
}
.ranges .points .unit.left {
    float: left;
}
.ranges .points .unit.right {
    float: right;
}
.ranges .points .unit i {
    opacity: 0.5;
    font-size: 10px;
}
/*.ranges .points span:after {
    content:'';
    position: absolute;
    width: 150%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
}*/

/*.ranges .area .points span:after {
    width: 200%;
}*/
/*.ranges .points span:before {
    content:'';
    position: absolute;
    left: 110%;
    bottom: 0;
    opacity: 0.5;
    font-size: 10px;
}*/
/*.ranges .area .points span:before {
    content:'sqm';
    content:var(--my-sqm-var);
}*/
/*.ranges .prices .points span:before {
    content:'amd';
}
.ranges .points .min {
    float: left;
}
.ranges .points .max {
    float: right;
}*/
.ranges .prices .slider.slider-horizontal {
    width: 98%;
}
/*.tooltip.in {
    opacity: 0.9;
}*/
.result-part {
    margin-bottom: 2rem;
}
.result-part .list-item {
    background: #fff;
    padding: 25px 15px;
}
.result-part .list-item .heading {
    margin-bottom: 2.5rem;
}
.result-part .list-item .heading .info {
    display: inline-block;
    padding: 0 5%;
}
.result-part .list-item .heading .info:first-child {
    border-right: 1px solid #ccc;
}
.result-part .list-item .heading .big {
    font-weight: bold;
    font-size: 18px;
    color: #FF7700;
}
.result-part .list-item .img img {
    max-width: 100%;
}
.col-orange {
    color: #FF7700;
}
.item-footer {
    margin-top: 2rem;
}
.item-footer .price {
    font-weight: bold;
    font-size: 24px;
    color: #C7650F;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

#filter-result{
    border: none;
}
#filter-result thead th{
    border: none;
    color: white;
}
#filter-result tbody tr{
    background: white;
}
.filter-result-table{
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    text-align: center;
}
.filter-result-table .filter-result-thead{
    display: table-header-group;
}
.filter-result-table .filter-result-tbody{
    display: table-row-group;
}
.filter-result-table .filter-result-tr{
    display: table-row;
}
.filter-result-tbody a,
.filter-result-tbody a:hover,
.filter-result-tbody a:focus,
.filter-result-tbody a:active {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.filter-result-table .filter-result-tr .filter-result-td{
    display: table-cell;
}
.filter-result-table .filter-result-thead .filter-result-td,
.result-count {
    color: white;
    text-transform: capitalize;
}
.result-count {
    color: rgba(55, 255, 255, 0.73);
}
.result-count span {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.filter-result-table .filter-result-tbody .filter-result-tr{
    background: white;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.filter-result-table .filter-result-tbody .filter-result-tr:hover {
    -webkit-filter: brightness(80%);
}
.filter-result-table .filter-result-tbody .filter-result-tr .filter-result-td{
    padding: 10px;
    vertical-align: middle;
}
.td-rooms-count{
    font-size: 36px;
    font-weight: bold;
    color: #FF7700;
    background: #F4F4F4;
}
.td-apartments-number{
    font-size: 24px;
}
.td-apartment-area{
    font-size: 24px;
    color: #000000;
}
.ap-status-available{
    color: #47714B;
}
.ap-status-sold{
    color: #a4a4a4;
}
.ap-status-booked{
    color: #ffaaaa;
}
.td-status{
    font-size: 24px;
}

.td-apartments-number,
.td-apartment-area{
    background: #F4F4F4;
}
.td-rooms-count{
    position: relative;
}
.rooms-count::after{
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 60%;
    background: black;
    opacity: .3;
}

.filter-pagination-content .pagination .page-link{
    display: inline-block;
    color: #FF7700;
    width: 52px;
    text-align: center;
}
.filter-pagination-content .page-item.page-item-prev .page-link,
.filter-pagination-content .page-item.page-item-next .page-link{
    color: #A27A57;
}

.filter-pagination-content .page-item-numbers .page-link.page-link-active{
    color: silver;
}
.filter-pagination-content .pagination-nav{
    margin-top: 0;
    margin-left: 0;
}
.filter-pagination-content .page-item.disabled .page-link{
    opacity: .7;
    pointer-events: none;
}

.filter-result-table .filter-result-thead .filter-result-td span,
.filter-result-table .filter-result-thead .filter-result-td .sort-icon{
    vertical-align: middle;
}
.filter-result-table .filter-result-thead .filter-result-td .sort-icon{
    margin-left: 10px;
    cursor: pointer;
}

.form-check-input[checked="checked"]{
    transform: scale(5);
}

.form-check-input[checked="checked"]+.form-check-label{
    position: absolute;
    top: -10px;
    z-index: 16;
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
    color: #505050;
    padding: 0 10px;
    left: -10px;
    background: #ffffff7a;
}
.filter-part .row.ranges .title{
    text-transform: capitalize;
}
.ranges .floor .points .max{
    float: right;
}

.filter-result-tr {
    cursor: pointer;
}


.form-check-inline .form-check-input {
    margin-left: -4px !important;
}
.select_all {
	padding-left: 4px;
    margin-bottom: 1rem;
}
.select_all label {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 991px) {
  .form-check-group {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px){
    .td-status {
        font-size: 11px;
    }
    .td-rooms-count {
        font-size: 22px;
    }
    .td-apartments-number {
        font-size: 16px;
    }
    .td-apartment-area {
        font-size: 16px;
    }
	.form-check-group {
        grid-template-columns: repeat(1, 1fr);
	}
    /*.result-part{*/
        /*overflow-x: scroll;*/
    /*}*/
    /*.result-part::-webkit-scrollbar-track{*/
        /*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);*/
        /*border-radius: 10px;*/
        /*background-color: transparent;*/
    /*}*/
    /*.result-part::-webkit-scrollbar{*/
        /*width: 4px;*/
        /*background-color: #a17957;*/
    /*}*/
    /*.result-part::-webkit-scrollbar-thumb{*/
        /*border-radius: 10px;*/
        /*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);*/
        /*background-color: #a07148;*/
    /*}*/
}

