.price-cross-tooltip:hover .cross-icon{
    opacity: 1;
    visibility: visible;
}
.price-cross-tooltip .cross-icon{
    width: 17px;
    height: 17px;
    background: red;
    border-radius: 50rem;
    color: white;
    padding: 0px;
    font-size: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}
#myCustomPreLoader {
    display: block;
    /* Initially hide the preloader */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
    padding-top: 20%;
}


.go-back-btn .arrow {
    margin-right: 8px;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.go-back-btn .text {
    margin-right: 8px;
    font-size: 18px;
    color: black;
}

.blue-link {
    color: blue;
    text-decoration: underline;
}

.blue-link:hover {
    text-decoration: underline;
}

.filters {
    background-color: transparent;
    border-radius: 10px;
}

.dropzone {
    height: 541px;
    width: 170vh;
    border: 2px dashed #ccc;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
}

.form-check-input {
    height: 1.4rem;
    width: 1.4rem;
}

.login-box .form-check label {
    margin-top: 3px;
}

.logo img {
    height: 3rem;
}

.flatpickr-day.selected,
.flatpickr-day.today {
    background-color: #BD8843 !important;
    border-color: #BD8843 !important;
    border-radius: 50% !important;
    max-width: 2.5rem !important;
}

.flatpickr-innerContainer {
    margin-top: 2rem !important;
}

.flatpickr-monthDropdown-months {
    background-color: #F4F7FE !important;
    border-radius: 2rem !important;
    padding: 10px !important;
    color: #BD8843 !important;
    margin-right: 5rem !important;
}

.flatpickr-months {
    background-color: transparent;
}

.flatpickr-months .flatpickr-month {
    height: 3.5rem !important;
}

.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days,
.flatpickr-weekdays {
    border: none !important;
}

.dayContainer {
    height: 100%;
}

.flatpickr-days {
    height: 15rem !important;
}

.flatpickr-day.today {
    color: white !important;
}

.flatpickr-day.inRange {
    color: white !important;
}

.flatpickr-weekdays {
    margin-bottom: 1rem;
}

.flatpickr-day {
    max-width: 2.5rem !important;
}

.flatpickr-day:hover,
.endRange {
    border-radius: 50% !important;
    background-color: #BD8843 !important;
    border: 1px solid #BD8843 !important;
}

span.flatpickr-weekday {
    font-weight: 600 !important;
    color: black !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    display: none !important;
}

.dtable.table>:not(caption)>*>* {
    border-bottom-width: 1px !important;
}

.searchBar {
    background-color: #F6F9FB;
    border-radius: 3px;
    border: 0;
    height: 40px;
    width: 20rem;
    font-size: 1rem;
    padding: 0 1rem 0 3rem;
}

.searchBar:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.searchIcon {
    position: absolute;
    left: 1rem;
    top: .65rem;
}

.paidBtn {
    border: 1px solid #52B98E;
    background-color: #52b98e41;
    color: #52B98E;
    border-radius: 1rem;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unpaidBtn {
    border: 1px solid #EE3C3C;
    background-color: #EE3C3C41;
    color: #EE3C3C;
    border-radius: 1rem;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cond {
    margin-top: 7rem;
}

.calBg {
    background-color: #F4F7FE;
}

.soplist li::marker {
    color: #BD8843 !important;
}

.soplist li {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.dashCards .card {
    height: 165px;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: none;
}

.dashCards .card-body {
    padding: 19px;
}

.chartHead {
    font-size: 34px;
}

.chartHeadP {
    font-size: 14px;
    font-weight: 500;
    color: #A3AED0;
}

.cardShadows .card {
    box-shadow: none;
}

.cardBorder {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#invoice-table tbody td p {
    padding: 5px;
}

#invoice-table tbody td {
    vertical-align: middle;
}

.table th {
    font-weight: 500 !important;
}

.invoice-th th{
    font-weight: 600 !important;
}

.invoice-th thead th {
    border-bottom: 2px solid black;
}

.table thead tr {
    border-bottom: 0 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #E2E8F0;
}

.dataTables_info,
.dataTables_paginate {
    margin: 20px;
}

.dataTables_info {
    position: absolute;
    bottom: 0;
}

.flatpickr-monthDropdown-months {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('../images/arr.png') !important;
    background-repeat: no-repeat !important;
    background-position: right .9rem center !important;
    background-size: 10px 6px !important;
}

.print-section .card {
    box-shadow: none;
}

.print-section .strong {
    font-weight: 600;
}

@media (max-width: 768px) {
    .form-container {
        padding: 10px;
    }

    .form-footer {
        padding: 10px;
    }

    .step-form {
        padding: 20px;
    }

    .card-body {
        padding: 20px;
    }

    .btn {
        width: 100%;
        margin: 10px;
    }

    .form-label {
        font-size: 1.2rem;
        /* Adjust label font size for smaller screens */
    }

    .filters {
        background-color: transparent;
        border-radius: 10px;
    }

}
.dataTables_length label{
    padding-left: 10px;
    margin: 5px 0px;
}
.dataTables_length select{
    min-width: 100px;
    padding: .5rem  .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    border: 1px solid var(--vz-input-border);
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 17px;

}
div#tblPropertyServiceStatement_processing {
    color: var(--primary-color);
    font-weight: bold;
}
