.search_result {
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.with-tooltip {
    text-decoration-line: underline;
    text-underline: #dddddd;
    text-underline-style: dash;
}

.properties-carousel {
    min-height:420px;
}

.payment-head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #000
}

.payment-row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee
}

.pagination>li {
    margin-left:5px;
}

.reports-bg-row {
    font-size:1.1rem;
    font-weight: bold;
}
.reports-sm-row {
    font-size:0.9rem;
    font-style: italic;
}

.table th:first-child, .table td:first-child {
    position: sticky;
    left: 0;
}

.table-white {
    --bs-table-bg: white;
    --bs-table-striped-bg: white;
    --bs-table-striped-color: white;
    --bs-table-active-bg: white;
    --bs-table-active-color: white;
    --bs-table-hover-bg: white;
    --bs-table-hover-color: white;
}
.carousel-img {
    max-height:420px;
}

