:root {
	--env-banner-height: 45px;
}

#env-banner {
	background-color: #E03106;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	print-color-adjust: exact;
	height: var(--env-banner-height, 45px);
}

#env-banner-text-container  {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#env-banner-button {
	float: right !important;
	border: none !important;
	background: none !important;
	color: white !important;
	margin-left: auto;
	font-size: 1.5rem;
}

#env-banner-text {
	color: #FFFFFF;
	font-size: 1.5rem;
	padding: .5rem;
}

.env-banner-d-none {
	display: none !important;
}

.env-banner-margin {
	margin-top: var(--env-banner-height, 45px);
}