.ui-datepicker-today.booked-date {
    border-radius: 50%;
    border: 2px solid rgba(5, 5, 73, 1) !important;
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td {
    height: auto !important;
}

.booked-date span {
    color: #fff !important;
    background-color: #c30010 !important;
    pointer-events: none;
    opacity: 0.5;
}