/* All text inside the Select2 dropdown results */
.select2-container--default .select2-results__option {
	color: #333;
	font-family: 'Palatino Linotype';
	font-size:16px;
}

/* Highlighted (hovered/keyboard-focused) item */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;     /* default blue - change as desired */
	color: white;
}

/* The placeholder / no-results / searching messages */
.select2-container--default .select2-results__message {
	color: #777;   /* slightly lighter gray for messages */
}

/* The actual selected value in the closed box (optional) */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	background-color: #eee;
	line-height: 26px;
}

/* Search field inside dropdown when open */
.select2-container--default .select2-search--dropdown .select2-search__field {
	color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-style: italic !important;
}
.select2-selection {
	font-family: 'Palatino Linotype';
}
.select2-dropdown {
	font-family: 'Palatino Linotype';
	font-size: 16px;
}









#Currency + .select2-container .select2-selection__rendered,
#Currency + .select2-container .select2-selection__rendered span {
	color: #333 !important;        /* Change to your desired color */
}

.currency-dropdown .select2-results__option,
.currency-dropdown .select2-results__option span {
    color: #333 !important;
}
/* Dropdown option text color */
#Currency + .select2-container .select2-results__option,
#Currency + .select2-container .select2-results__option span {
		color: #333 !important;        /* Change to your desired color */
}

/* Hover / highlighted option */
#Currency + .select2-container .select2-results__option--highlighted {
	color: #ffffff !important;        /* Text color when hovering */
	background-color: #007bff !important;
}

/* Placeholder / no selection color */
#Currency + .select2-container .select2-selection__placeholder {
	color: #aaa49d !important;
}
