.select2 {
   appearance: none;
   border: solid 1px $black;
   width: 100%;
   cursor: pointer;
   background: $white;
   border-radius: .5em;
   height: 2.841em;
   line-height: 1;
   padding: .7em 1.285em;
}

.select2-container--default .select2-selection--single {
	background: none !important;
	border: none !important;
}

.select2-container .select2-selection--single {
	height: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px !important;
	padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50% !important;
	right: 1em !important;
	transform: translateY(-50%);
}