.selectAsyncChipWrapper {
	display: flex;
}

.selectAsyncChipWrapper[data-invalid] input {
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-style: dashed;
}