body.home .auto_valaszto_v2_kivalaszt {
	font-family: 'Gilroy Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #0140FF;
	text-transform: none;
	background: #FFFFFF;
	border-radius: 8px;
	width: 100%;
	margin-top: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
}

body.home .auto_valaszto_v2_kivalaszt:hover {
	background: #0e0483 !important;
	color: #FFFFFF !important;
}








body.home .select2-container--default .select2-selection--single {
	background-color: #0140ff;
	border: 1px solid #fff;
	border-radius: 8px;
}

body.home .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
} 

body.home .select2-container .select2-selection--single {
	height: 48px;
}

body.home .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
}

body.home .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
}

body.home .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	margin-left: -12px;
}

body.home .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px;
}


body.home .select2-dropdown {
	border-radius: 8px !important;
	border: 1px solid #fff;
}

body.home .select2-container--open .select2-dropdown--below {
	margin-top: -16px;
}

body.home .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #0140ff;
	border-radius: 8px;
	padding-left: 12px;
}

body.home .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

body.home .select2-container *:focus {
    outline: none;
}

body.home .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #0140ff;
	border-radius: 8px;
}

body.home .select2-container--default .select2-results__group {
	color: #0140ff;
}
 