/* Kludge while we figure out how to add the form-control ng-invalid classes directly to the nested day-picker input */
.DayPickerInput.ng-invalid > input {
  border-color: var(--color-danger);
}
