/*  Theme Name:   Mon thème enfant 
Theme URI:    https://expert-accident.fr 
Description:  Description de mon thème enfant 
Author:       
Author URI:   https://expert-accident.fr
Template:     hello-biz  
Version:      0.1.0 */

body{
	background-color: black;
}

.select2-selection--multiple {
	border-radius: 20px!important;
	background-color: #474747!important;
	color: white!important;
	padding: 5px!important;
}

.select2-selection__choice {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
	background-color: #474747!important;
}

.select2-results__options{
	background-color: #474747!important;
	color:white!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color:white!important;
	color: #474747!important;
}

.select2-container--default .select2-results__option--selected {
	background-color:white!important;
	color: #474747!important;
}