
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
	height: 3rem;
	/* line-height: 3rem; */
	margin-top: 1px;
	/* padding-top: 7px; */
	background: transparent;
}

.select2-container--default .select-field .select-wrapper {
	margin-top: 7px;
	line-height: 0;
}

.select-wrapper .select-dropdown, .select-wrapper select, .select-wrapper svg {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}


.select-field .select2 {
	width: 100% !important;
	margin: 0 0 15px 0;
}

