html #booking-package input[type="text"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #606060;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
html #booking-package input[type="text"]:focus {
  border: 1px solid black;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  outline: none;
}

button {
    background-color: #006b8c;
    padding: 12px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
button:hover, button:focus {
    background-color: #00384a;
}

#booking-package .dayPanel {
}

#booking-package .sun {
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package .goToBookingFormButton {
    
}

#booking-package .bookingButton {
    
}