/* Style for highlighted dates in the datepicker */
.ui-datepicker .highlight a {
    background-color: #BDC189 !important; /* Change this color based on your theme */
    color: #000000 !important; /* Change text color as needed */
    border-radius: 50%; /* Circular highlight, remove if you prefer square */
}

/* Additional styling can be added here as per your design requirements */
