
#wpadminbar {
	.tec-tickets-commerce-sandbox-mode-active {
		& > .ab-item {
			background-color: #ffba00;
			color: #fff;
		}

		&:hover,
		&:active,
		&:focus {
			& > .ab-item {
				background-color: rgba(203, 144, 0, 1) !important;
				color: #fff !important;
			}
		}
	}
}
