.flatpickr-day.nextMonthDay:not(.flatpickr-disabled) {
  color: #393939;
}

.rating-stars {
    font-size: 2rem;
    cursor: pointer;
}
.rating-stars .star {
    color: #ccc;
    margin-right: 5px;
}
.rating-stars .star.active {
    color: #f5b301;
}