/* Asegura que las fechas del datepicker se vean */ .ui-datepicker { background: #fff !important; /* fondo blanco */ border: 1px solid #ccc !important; /* borde visible */ color: #000 !important; /* texto negro */ z-index: 9999 !important; /* asegurarse que esté encima de otros elementos */ } .ui-datepicker td a { color: #000 !important; /* fecha visible */ } .ui-datepicker td a.ui-state-hover { background: #007bff !important; /* color de hover azul */ color: #fff !important; /* texto blanco al pasar mouse */ }