.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}


.provider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 15px;
    height: 26px;
}

   .autocomplete-items {
            position: absolute;
            border: 1px solid #d4d4d4;
            border-bottom: none;
            border-top: none;
            z-index: 99;
            top: 100%;
            left: 0;
            right: 0;
            background-color: white;
        }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

        .verified-row {
            background-color: #d1e7dd !important; /* Light green */
        }
.salary-report-table .flatpickr-input[readonly] {
    width:100px;
    border:1px solid #ccc;
    border-radius:4px;
    padding:3px,
}    