input[type="datetime-local"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.form-floating > label {
  opacity: 0.65;
}

/*# sourceMappingURL=edit.css.map */
