/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

@font-face {
	font-family: 'FontAwesome';
	src: url('../../includes/vendor/fontawesome-free-6.1.2-web/webfonts/fa-solid-900.ttf');
}

#wp-admin-bar-cbc_admin_bar_menu > div {
	color: #FAC123;
}

#wp-admin-bar-cbc_admin_bar_menu #cbc-free_icon::before {
	content: '\f7a2';
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FAC123;
}

input.select2-search__field {
	width: 100%;
	height: 20px;
}
