.data-object-form-input-input {
  font: inherit;
  padding: 8px 10px;
  width: 100%;
  outline: none;
  font-size: 14px;
  height: 100%;
  color: inherit;
  background-color: transparent;
  border: none;
}

.input-placeholder {
  color: #9e9e9e;
}

.react-datepicker-wrapper,
.react-datepicker__input-container {
  display: block;
  height: 100%;
  color: inherit;
  background-color: transparent;
  border: none;
  font: inherit;
  width: 100%;
}

.react-datepicker-popper {
  width: 500px;
  left: -10px !important;
}

.react-datepicker__time-container {
  width: 100px;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: auto;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 110px;
}

.date-text-input {
  flex: 1;
  display: block;
  width: 100%;
  height: 100%;
  font: inherit;
  outline: none;
  border: none;
  background: transparent;
  padding: 0 12px;
}

.date-text-input::-webkit-calendar-picker-indicator {
  display: none;
}
