.cs-container {
	box-sizing: border-box;
	display: none;
	background-color: #fff;
	border: solid 1px #aaa;
	position: absolute;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	user-select: none;
	font-family: sans-serif;
	font-size: 10pt;
}

.cs-feedback {
	font-size: 1em;
	margin: 5px;
}

.label-container {
	padding: 0.3em;
	max-height: 100px;
	overflow-y: scroll;
}

.cs-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #aaa;
}

.cs-actions button {
	display: flex;
	align-items: center;
	font-size: 12pt;
}

.label-container label {
	width: 100%;
	padding: 0.2em 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.label-container input {
	cursor: pointer;
}

.cs-selected {
	background-color: #eae5e5;
}

.cs-input-container {
	display: inline-block;
	margin-bottom: 1em;
}

.search-input {
	width: 100%;
}
