.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	min-height: 33px;
	background-color: #fff;
	border-color: #ced4da;
}

.bootstrap-select.form-control-sm>.dropdown-toggle.bs-placeholder, .bootstrap-select.form-control-sm>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select.form-control-sm>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select.form-control-sm>.dropdown-toggle.bs-placeholder:hover {
	min-height: 27px;
	background-color: #fff;
	border-color: #ced4da;
}

.bootstrap-select > .dropdown-toggle {
	background-color: #fff;
	border-color: #ced4da;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li .dropdown-item.active {
	color: #fff !important;
}