.form-select option {
	background-color: #686c76 !important;
}

.select2.select2-container {
	background-color: transparent;
}

.select2-selection__placeholder {
	font-style: italic;
	color: #cccccc !important;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
	color: #000000 !important;
}

.frq-datatable-inline-input::placeholder {
    color: rgba(255,255,255,.5);
    opacity: 1
}

.frq-datatable-inline-select option {
	background-color: #686c76 !important;
}