/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2025 | 23:37:07 */
.ui-datepicker-unselectable > * {
    text-decoration: line-through !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: mistyrose !important;
}

/*.table tbody>tr:nth-child(odd)>td*/

.ui-datepicker table tbody > tr > td {
	background: white !important;
}

table tbody>tr:nth-child(odd)>td {
	background-color: white !important
}

.ui-datepicker-calendar td.checkin-checkout-inner {
	opacity: 0.5 !important;
	pointer-events: none;
}