/* CIMWORKS Academy - selector de población */
.cwa-municipio-field .select2-container,
.cwa-municipio-field .selectWoo-container {
	width: 100% !important;
}

.cwa-municipio-field .select2-selection--single {
	min-height: 48px !important;
	border: 1px solid #b4b4b4 !important;
	border-radius: 6px !important;
	background: #ffffff !important;
}

.cwa-municipio-field .select2-selection--single .select2-selection__rendered {
	padding: 9px 42px 9px 14px !important;
	line-height: 28px !important;
	color: #333333 !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
}

.cwa-municipio-field .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	right: 8px !important;
}

.cwa-municipio-field .select2-container--focus .select2-selection--single,
.cwa-municipio-field .select2-container--open .select2-selection--single {
	border-color: #be0036 !important;
	box-shadow: 0 0 0 1px #be0036 !important;
	outline: none !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #be0036 !important;
	color: #ffffff !important;
}
