.reminder-time__date {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-block: 2rem;
}

.reminder-time__date input {
  border: none;
  border-bottom: 1px solid var(--text-muted);
  width: 50px;
  text-align: center;
  font-size: 16px;
}

.reminder-time__submit-btn {
  width: 100%;
}

.reminder-time__date input::-webkit-outer-spin-button,
.reminder-time__date input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.reminder-time__date input {
  -moz-appearance: textfield;
}

.import-file__message {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--success);
  border-radius: 12px;
  color: var(--success);
  text-align: center;
  font-weight: 500;
}
