#booking-package tr:first-child .sun,
#booking-package tr:first-child .mon,
#booking-package tr:first-child .tue,
#booking-package tr:first-child .wed,
#booking-package tr:first-child .thu,
#booking-package tr:first-child .fri,
#booking-package tr:first-child .sat,
#booking-package tr:first-child .nationalHoliday {
    background-color: #2c3e50 !important; 
    color: #ffffff !important;           
    border-bottom: 3px solid #34495e;
    padding: 12px 0;
    font-weight: bold;
    font-family: sans-serif;
}

#booking-package tr:first-child .sat {
    color: #74b9ff !important; 
}
#booking-package tr:first-child .sun,
#booking-package tr:first-child .nationalHoliday {
    color: #ff7675 !important; 
}


#booking-package_calendarPage .dateField {
    background-color: #ffffff !important; 
    color: #333333 !important;            
    border: 1px solid #ecf0f1;            
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

#booking-package_calendarPage .dateField:hover {
    background-color: #f0fbff !important;
    box-shadow: inset 0 0 0 2px #0984e3;
    cursor: pointer;
}


#booking-package .sat .dateField {
    color: #0984e3 !important; 
}

#booking-package .sun .dateField,
#booking-package .nationalHoliday .dateField {
    color: #d63031 !important; 
}


#booking-package_calendarPage .startDateOfFullRoom,
#booking-package_calendarPage .dateOfFullRoom,
#booking-package_calendarPage .endDateOfFullRoom {
    background-color: #f5f5f5 !important;
    background-image: repeating-linear-gradient(135deg, #ddd, #ddd 1px, transparent 1px, transparent 5px);
    color: #bbb !important;
    pointer-events: none;
}