body .select2 *,
body .select2-dropdown * {
	font-family: 'Nexa';
    font-weight: bold;
	text-align: left;
}

body .select2-container {
	font-size: 18px;
}

body .select2-dropdown {
	background-color: white;
    border: none;
	border-radius: 0px;
    padding: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}
body .select2-container--default .select2-results__group {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 5px;
}
body .select2-container--default .select2-results>.select2-results__options {
	scrollbar-width: thin;
	scrollbar-color: #6ddfc8 #235F53;
	padding-right: 5px;
}
body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background-color: #6ddfc8;
	margin: 10px 0px;
	border-radius: 6px;
}
body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #235F53;
	border-radius: 6px;
	border: none;
}

/* SINGLE */
body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
body .select2-container .select2-selection--single {
	height: 46px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
    padding-right: 45px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
	position: absolute;
	top: 9px;
    right: 30px;
	margin-right: 0px;
	padding: 0px;
	color: #888;
	font-size: 25px;
}
body .select2-results__option {
	font-size: 16px;
}
body .select2-container--default .select2-results__option--selected {
    background-color: #f3f3f3;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d2cdcb;
    color: white;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 30px;
    font-size: 16px;
    padding: 0px 10px;
}

/* MULTIPLE */
body .select2-container .select2-selection--multiple {
	min-height: 46px;
	line-height: 46px;
}
body .select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}
body .select2-container .select2-search--inline .select2-search__field {
	height: 46px;
	margin-top: 0px;
    margin-left: 0px;
    padding: 16px 20px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6ddfc8;
    border: 1px solid #c7bdb3;
    border-radius: 0px;
	line-height: 1;
	padding: 5px 5px 5px 5px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    min-height: auto;
	height: 100%;
	padding: 0px 2px 0px 6px;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
    padding: 0px;
    margin: 0px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1280px) {
	
}