#searchInput{
    border-radius: 5px;
}

.owner-img{
    border-radius: 50%;
    border: none !important;
    height: 80px !important;
    width: 80px !important;
    object-fit: cover;
}

.card-footer{
    display: flex;
    background: transparent !important;
    border: none !important;
}

#searchResults {
    position: absolute;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

#searchResults li {
    padding: 10px;
    cursor: pointer;
}

#searchResults li:hover {
    background-color: #f5f5f5;
}

.card-title-property{
    font-weight: 400 !important;
    font-size: 24px;
}

.card-text-property{
    font-size: 20px;
    font-weight: 400;
    color: #717171;
}

.card-text-price{
    font-weight: 600;
    font-size: 24px;
}

.property-details{
    font-size: 24px;
    font-weight: 400;
}

.page-item.active .page-link {
    background-color: #999 !important;
    border-color: #ccc !important;
    color: white !important;
}

.page-link{
    color: #999 !important;
}

.total-items-count{
    padding-top: 10px;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
}

.custom-checkbox input {
    margin-right: 5px;
}

.scroll-box{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
}

#propertyMap{
    min-height: 100vh;
    width: 100%;
}

.like-index{
    font-size: 24px;
    bottom: 170px !important;
}

@media only screen and (max-width: 500px) {
    .like-iindex{
        font-size: 12px;
    }
    .custom-checkbox{
        left: 10px;
    }

    .card-footer{
        display: unset;
    }

    .profile-box{
        font-size: 12px;
    }

    .card-title-property{
        font-size: 14px;
    }

    .card-text-property{
        font-size: 12px;
    }

    .card-text-price{
        font-size: 14px;
    }

    .property-details {
        padding-bottom: 0;
        font-size: 14px;
    }
}