<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bw_multi_select-container {
	margin: 0 -0.25rem 0.5rem -0.25rem;
	display: flex;
	flex-wrap: wrap;
}
.bw_multi_select-container.bw_multi_select-empty {
	display: none;
}

.bw_multi_select-value {
	margin: 0 .25rem;
	border: 1px solid #D6D6D6;
	border-radius: .25rem;
	display: flex;
	overflow: hidden;
}

.bw_multi_select-name {
	border-right: 1px solid #D6D6D6;
	padding: 2px 7px;
	color: #464a4c;
}

.bw_multi_select-remove {
	font-size: 1.35rem;
	color: #FF7E7E;
	line-height: 1;
	padding: 2px 7px;
	display: flex;
	align-items: center;
}
.bw_multi_select-remove:hover {
	color: #FB4242;
	background-color: #ECECEC;
}
.bw_multi_select-remove:hover, .bw_multi_select-remove:active, .bw_multi_select-remove:link, .bw_multi_select-remove:visited {
	text-decoration: none;
}</pre></body></html>