/* Hide caret only for the time-masked field */
input[data-fc-time-mask="1"] {
  caret-color: transparent;
}
