.mainSite .account-impersonation-bar {
	background: #ffc107;
	color: #1f2937;
	font-weight: 600;
	line-height: 1.4;
	position: sticky;
	top: 0;
	z-index: 1035;
}

.mainSite .account-impersonation-bar .container-xxl {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-bottom: .55rem;
	padding-top: .55rem;
}

.mainSite .account-impersonation-bar a {
	color: #1f2937;
	text-decoration: underline;
	white-space: nowrap;
}
