.react-date-picker.home-datepicker .react-calendar {
  /* Base tile numbers */
  button.react-calendar__tile > abbr {
    color: #111 !important;
    font-weight: 500;
    text-decoration: none;
  }

  /* Active date styling */
  button.react-calendar__tile--active > abbr {
    background: #007bff !important;
    color: #fff !important;
    border-radius: 50%;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
  }

  /* Hover on tiles */
  button.react-calendar__tile:enabled:hover > abbr {
    background-color: #e6f0ff !important;
    color: #111 !important;
    cursor: pointer;
  }

  /* Neighboring month days */
  button.react-calendar__month-view__days__day--neighboringMonth > abbr {
    color: #666 !important;
    opacity: 1 !important;
  }

  /* Month/year navigation */
  .react-calendar__navigation button {
    color: #111 !important;
    font-weight: 600;
    font-size: 1.1em;
  }

  .react-calendar__navigation button:enabled:hover {
    background-color: #e6f0ff !important;
    color: #111 !important;
    cursor: pointer;
  }
}
