.js-datetimepicker {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}
#date-display,
#time-display {
  display: inline-block;
  padding: 6px 8px;
  margin: 5px 5px 5px 0;
  background-color: #f4f4f5;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-family: Arial, sans-serif;
  transition: all 0.2s ease;
  font-weight: 600;
  color: var(--primary-color);
}
#time-display {
  text-transform: uppercase;
}
