.acp-bar-spacer {
	height: 32px;
}

.acp-bar {
	background-color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #f0f0f1;
	height: 32px;
	z-index: 10;
}

.acp-bar-button {
	color: #f0f0f1;
	height: 32px;
	border-radius: 0;
	padding: 6px 10px!important;
}

.acp-bar-button:hover {
	color: #2196F3 !important;
	background-color: #343f47 !important;
}

.acp-bar i {
	font-size: 16px;
	margin-right: 8px;
	opacity: .6;
}

.acp-bar .dropdown-content {
	margin-top: 32px;
	color: #f0f0f1;
	background-color: #343f47;
}

.dropdown-hover:first-child,
.dropdown-click:hover {
	color: #2196F3 !important;
	background-color: #343f47 !important;
}

.dropdown-hover:hover>.button:first-child,
.dropdown-click:hover>.button:first-child {
	color: #2196F3;
	background-color: #343f47 !important;
}
