.history-date-picker {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 6px 8px;
  color: #718096;
  font-size: 9px;
  font-weight: 800;
}

.history-date-picker select {
  max-width: 106px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 10px;
  outline: 0;
}
