.input {
	@apply w-full h-10 outline-none leading-normal;
}

.group {
	@apply text-overline text-muted pt-4 pl-1;
}

.options-popup {
	@apply overflow-auto;
	max-height: 400px;
}

.options {
	@apply space-y-1 relative whitespace-nowrap;
}

.option {
	@apply py-1 px-3 -mx-2 rounded-full cursor-pointer active:bg-muted-sm transition-colors;
}

.option.hover,
.option:hover {
	@apply bg-muted-lg;
}

.option.active {
	@apply bg-primary text-white;
}
