.choices{
	height:100%;
	background: white;
	border-radius: 5px;
	border: 0;
}
.choices__item {
	color: #828282;
}

.choices__inner {
	height: 100%;
	background: #F4F4F4;
	border: none;
	padding: 0 !important;
}
choices__list{
	padding: 0 !important;
}

.choices__list--single{
	padding: 0 !important;
	height:100%;
}
.choices__item--selectable{
	display: flex;
    align-items: center;
	height:100%;
	width:100%;
	padding-right:0px !important;
}

.choices__list--dropdown{
	border: 1px solid #dfe1e5 !important;
}

.choices__item{
	height:100%;
}

.img-flag {
	object-fit: contain;
	width: 32px;
	max-height: 18px;
}