#propertycard .top-card {
    border: 1px solid #40AFFC;
    background-image: linear-gradient(#F9FDFF, #E2F3FF);
}
#propertycard .top-card .card-body {
    padding: 25px 50px;
}
#propertycard  h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #0194fb;
}
#propertycard p {
    margin-bottom: 0;
    font-size: 17px;
    color: #1e4969;
    font-weight: 400;
    line-height: 35px;
}
#propertycard tbody, td, tfoot, th, thead, tr {
    border-style: none;
} 
#propertycard table.dataTable>thead>tr>th {
    background: #0194fb;
    color: #FFF;
    border-bottom: 0;
}
#propertycard .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin: 15px;
}
#propertycard table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 10px;
} 
#propertycard .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #d5eeff;
}
#propertycard .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0194fb;
    color: #FFF !important;
    border: 1px solid #0194fb;
    border-radius: 7px;
}
#propertycard .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0194fb;
    color: #FFF !important;
    border: 1px solid #0194fb;
    border-radius: 7px;
}


/* Property Card Css */
#propertycard #propertyTable {
    width: 100%;
    border-collapse: collapse;
}

#propertycard #propertyTable td {
    border: 0;
    padding: 10px;
    vertical-align: middle;
}

#propertycard #propertyTable a {
    text-decoration: none;
    color: #0194fb;
}

#propertycard .card-input-field {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

#propertycard .card-input-field::placeholder {
    color: #0194fb; 
    font-weight: bold;
}

#propertycard .text-blue {
    color: #0194fb !important;
}

#propertycard .text-gray {
    color: #8f8f8f !important;
}

#propertycard .dark-blue {
    color: #1e4969;
}

#propertycard .bg-light-gray {
    background-color: #EDEDED !important;
}

#propertycard .address {
    /* top: 8px; */
    left: 10px;
    position: relative;
}

#propertycard .property-type-text {
    width: fit-content;
    height: 25px;
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    background: #0194FB;
    color: #FFF;
    border-radius: 20px;
}

#propertycard  .icon-circle {
    width: 30px;
    height: 30px;
    display: flex;
    padding: 8px;
    background-color: #ebebeb;
    color: #1e4969;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 50%; 
}

#propertycard .input-group-text {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

#propertycard #up-btn, #down-btn {
    float: right;
padding: 10px;
}

#propertycard .btn-prev, .btn-next {
    background: #0194fb;
    color: #FFF;
}
#propertycard .btn-prev:hover, .btn-next:hover {
    background: #0194fb;
    color: #FFF;
    border: 1px solid #0194fb;
}