﻿.propertyImgIcon {

    background: rgba(33, 150, 243, 0.8);
    border: 0px;
    display: inline-block;
    width: 50px;
    height: 25px;
    position: center;
    margin: 4px auto;
    opacity: 0.9;
    border-radius: 3px;
    text-align: center;
    color: white;
}

.propertyPriceIcon {
    background: rgba(204,0,51,0.8);
    border: 0px;
    display: inline-block;
    width: 130px;
    padding: 3px 1px 3px 1px;
    opacity: 0.8;
    border-radius: 0px 0px 0px 4px;
    text-align: right;
    color: white;
}

.text-truncate-1 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 17px; /* $font-size*$line-height*$lines-to-show = 12x1.4x2 */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 34px; /* $font-size*$line-height*$lines-to-show = 12x1.4x2 */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.option-btn-selected {
    border-radius:4px;
    background-color: #bbac84;
}

.option-btn-unselected {
    border-radius:4px;
    background-color: white;
}

.section-1 {
    background-color: white;

}

.section-2 {
    background-color: white;
    padding-top: 20px;
}

.section-3 {
    background-color: white;
}

.section-4 {
    background-color: white;
    padding-top: 20px;
    padding-bottom:10px;
}


.btn-search-custom {
    display: flex;
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    height: 27px;
    font-size:small;
    align-items:center;
    width:100px;
    text-align:center;
}


.shadowBox {
    background-color: #fff;
    width: auto;
    box-shadow: 10px 10px 5px grey;
    border: solid 1px #808080;
    padding: 0px;
    margin: 0px;
}


.quick_search {
    position: relative;
    background: rgba(200,159,98,0.4);
    padding: 10px 10px;
    height: 100%;
}


#search-district li {
    list-style: none;
    float: left;
    margin: 4px 2px 4px 2px;
    background-color: #b7ae83;
    padding: 4px 15px 4px 15px;
    border-radius: 20px;
}

#search-district li a{
    font-size:small;
    color:black;
    text-decoration:none;
}

.search_bar {
    border: 1px solid #a19276;
    background: #FFF;
    position: relative;
}

.search_bar .search_type {
    border-right: 1px solid #a19276;
    padding: 5px;
}

.search_bar .search_button button {
    font-size: 15px;
    height: 100%;
    border-radius: 0px;
    background: #bbac84;
    border-color: #a19276;
    border: 0px;
}

.search_bar  input {
        border: 0px;
        width: 100%;
        height: 100%;
    }

.hotsearch {
    color: #936335;
    font-weight: bold;
}

.hotsearch-list {    
    list-style:none;
}

    .hotsearch-list li a {
        margin-right: 10px;
        text-decoration: none;
        color: #936335;
    }

 .more_btn {   
    color: #936335;
    font-weight: bold;
    background: none;
    border: 0px;
}

.nav-tabs .nav-item {
    background-color: #b7ae83;
    border-radius:4px 4px 4px 4px;
}
.swiper {
    width: 100%;
    /*height: 220px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn-area-filter-selected {
    text-decoration: none;
    margin: 0px 2px 0px 2px;
    padding: 5px 5px 5px 5px;
    border: 0px;
    width: fit-content;
    background-color: white;

}

.btn-area-filter-unselected {
    text-decoration: none;
    margin: 0px 2px 0px 2px;
    padding: 5px 5px 5px 5px;
    border: 0px;
    width: fit-content;
    background-color: transparent;
}

    .btn-area-filter-unselected:hover {
        text-decoration: none;
        margin: 0px 2px 0px 2px;
        padding: 5px 5px 5px 5px;
        border: 0px;
        width: fit-content;
        background-color: oldlace;
    }

.card-photo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 200px;
    border: 0px;
}

.section-title {
    color: #bbac84;
    font-weight: bold;
    text-decoration:none;
}

.transcation-title {
text-decoration:none;
color:black;
}

.transcation-update-date {
color:grey;
border-bottom:1px solid lightgrey;
font-size:small;
}

.company-activity-title {
    text-decoration: none;
    color: black;
    font-weight:bold;
}

.company-activity-description {    
    color: grey;
}


.nav-link-custom {
    font-size: 10px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
}

.icon {
    text-decoration: none;
    color: black;
}
.icon-img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px auto;
}
.icon-text {
    display: block;
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
   
}

.firsthand-section {
    display: flex;
    gap:5px;
    align-items:center;
}

    .firsthand-section .section-title {
    flex: 0 0 auto;
    }

    .firsthand-filter-box {
        display:flex;
        align-items: center;
        border: 1px solid #bbac84;
        border-radius: 5px 5px;
    }

.firsthand-filter {
    border: none; 
    max-width:150px;
}

.firsthand-search-btn:link, .firsthand-search-btn:visited {
    color: #bbac84;
}

.firsthand-search-btn:hover {
    color: #bbac84;
}

.keyword_input {
    max-width: 200px;
    flex: 0 1 320px;
    border: none;
    border-radius: 5px 5px;
    font-size: 14px;
    color: #494646;
}

    .keyword_input::placeholder {
    font-size:10px;
    }

    .keyword_input:focus {
        outline: none;
    }

@media (max-width: 575.98px) {
    .keyword_input{ max-width:150px; flex:1; }
}
