
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e4e7ea;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #5c6873;
	line-height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	/* padding-left: 8px; */
	/* padding-right: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 2px 10px;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 35px;
	user-select: none;
	-webkit-user-select: none;
}
