body {
    font-size: 14px;
}

.header .navbar .dropdown-menu {
    left: 0;
}

.sticky-top {
    top: 20px;
}

.login.d-inline-block:hover .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 30px, 0px);
    top: 0;
    left: 0;
    will-change: transform;
    display: block !important;
    color: #212529 !important;
}

.change_avatar {
    width: 83px;
    height: 83px;
    line-height: 83px;
    position: absolute;
    right: -1px;
    font-size: 20px;
    border-radius: 50%;
}

.change_avatar #choose_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.change_avatar .pencil {
    position: absolute;
    right: 0;
    display: none;
}

.change_avatar:hover .pencil {
    display: block;
}

.clcam {
    color: #ff9100;
}

.dz-image img {
    height: 120px;
}

.dropzone .dz-preview.dz-image-preview {
    z-index: 0;
}

.header .topbar {
    padding: 10px 0;
}

.navbar-brand {
    padding: 10px 0;
}

.space-pt,
.space-ptb {
    padding: 20px 0;
}

.property-filter {
    padding-top: 16px;
    padding-bottom: 16px;
}

.property-filter ul li {
    padding: 0 14px;
}

.property-details {
    border: none;
}

.property-details .property-details-inner .property-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    max-width: 100%;
    max-height: 32px;
    white-space: initial;
}

.property-details .property-details-inner .property-address {
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(50% - 5px);
}

.property-details .property-info li span {
    font-size: 14px;
}

.sidebar {
    box-shadow: 0 2px 13px rgba(0,0,0,.1);
}

.sidebar .widget {
    padding: 10px;
    border-top: 0;
}

.nav-tabs .nav-item .nav-link {
    padding: 5px 15px;
    text-transform: initial;
    margin-bottom: -3px;
}

.nav-tabs .nav-item .nav-link.active {
    border-bottom: none;
}

.property-filter:before,
.property-filter:after,
.sidebar .widget:before,
.sidebar .widget:after {
    background: none;
}

.nav-tabs {
    border-bottom: none;
}

.widget-title {
    text-align: center;
    margin: 0;
    background-color: #52af61;
    color: #fff;
    line-height: 22px;
    padding: 11px 5px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}

.sidebar #pills-tab {
    background-color: #e7e7e7;
    padding: 15px 10px 0;
    color: #26ae61;
}

.sidebar #pills-tabContent {
    padding-top: 10px;
}

.property-details .property-price {
    font-size: 19px;
    margin-top: 10px;
    color: #c82323;
    font-family: Roboto;
    font-weight: 500;
}

.property-details .property-project-info {
    border-top: 1px solid rgb(237, 237, 237);
    margin-top: 10px;
    padding: 10px 30px 0 0;
}

.property-details .property-details-inner {
    padding: 10px;
}

.property-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 13px;
}

.badge-md {
    font-size: 10px;
}

#pills-tabContent .col {
    flex-basis: initial;
}

.accordion-style-2 .accordion-title .btn {
    font-size: 16px;
}

.accordion-style-2 .accordion-content {
    border-top: none;
}

#filter-property .accordion-style-2 .accordion-title button .icon {
    font-family: "Font Awesome 5 Free";
}

#filter-property .accordion-style-2 .accordion-title button .icon:before {
    content: "\f068";
}

.fixed_mobile {
    position: fixed;
    bottom: 5px;
    left: 10px;
    right: 10px;
    z-index: 99;
    border-radius: 50px;
    overflow: hidden;
}

.action_footer {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: auto;
    z-index: 9;
}

.action_footer > a {
    color: white;
    font-size: 18px;
    float: right;
    background: #26ae61;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.fixed_mobile a i {
    font-size: 18px;
}

#filter-property .accordion-style-2 .accordion-title button.collapsed .icon:before {
    content: "\f067";
}

.toa-tang-can-mobile {
    display: none;
}

.search a {
    position: initial;
    right: initial;
    top: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
}

.search .d_suggest {
    display: none;
    background-color: white;
    position: absolute;
    width: 100%;
    margin-top: 32px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 13px;
}

.search .d_suggest,
.search .d_suggest a {
    z-index: 20;
}

.search:hover .d_suggest,
.search .d_suggest.active:hover {
    display: block;
}

.search .d_suggest a {
    padding: 5px;
}

.search .d_suggest > div:hover {
    background-color: #52af61;
}

@media (max-width: 767px) {
    .widget-title {
        display: none;
    }

    .property-filter .property-view-list, .property-filter .property-short li {
        border-bottom: none;
    }

    .property-filter ul li {
        padding: 0 .5rem;
    }

    .property-filter ul:nth-child(2n+2) li:last-child {
        padding-right: 0;
    }

    .property-list li b {
        color: #6c757d;
    }

    #property-list .col-lg-9 {
        order: 2;
        -webkit-order: 2;
    }

    #property-list .col-lg-3 {
        margin-bottom: 1rem!important;
    }

    #pills-tabContent .col {
        flex-basis: 0;
    }

    .property-item .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .property-item .col-lg-4 .property-lable {
        display: none;
    }

    .property-item .col-lg-4 .img-fluid {
        height: 123px !important;
    }

    .property-item .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .property-item .col-lg-8 .property-details-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .property-item .col-lg-8 .property-summary,
    .property-item .col-lg-8 .property-info {
        display: none!important;
    }

    .property-item .col-lg-8 .property-address {
        display: block;
        margin-left: 3px;
        margin-right: 0;
    }

    .property-item .col-lg-8 .property-details {
        border-left: none;
    }

    .property-item .col-lg-8 .property-details-inner-box .property-price {
        display: inherit;
        padding-left: 0;
    }

    .property-item .col-lg-8 .property-details-inner-box .property-price .d-block {
        margin-top: 7px;
        margin-left: 10px;
    }

    .toa-tang-can-mobile {
        display: block;
    }

    .toa-tang-can-mobile .property-info {
        font-size: 16px;
    }
}

