.select2-container {
    width: 100%;
    text-align: left;
}
.select2-dropdown {
	z-index: 100000;
	border-radius: 8px;
    overflow: hidden;
}
.select2-search--dropdown {
	padding: 6px;
}
.select2-selection__arrow {
	top: 0px;
    bottom: 0px;
    margin: auto;
}
.select2-container .select2-selection--single {
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}
.select2-container--default .select2-selection--single {
	border-radius: 30px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 18px;
}
.select2-results__option {
	padding-left: 18px;
	border-bottom: 1px solid #e0e0e0;
}
.select2-results__option {
    min-height: 40px;
}
