
.date-filter
{
	display: flex;
  flex-direction: column;
  height: var(--desktop-line-height);
  overflow: auto;
}

.date-filter div
{
	display: flex;
  align-items: center;
	flex-shrink: 0;
	color: black
}

.date-filter input
{
	border: 0px;
	height: 100%;
	flex-grow: 1;
}

.date-filter input::-webkit-inner-spin-button
{
	height: auto;
}

label
{
	min-width: 55px;
}