/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.HeroBansPopup
{
	width: 1040px;
	height: 700px;
	padding: 0px;
	overflow: clip;
	flow-children: none;
}

#BackgroundImage
{
	horizontal-align: center;
	width: 100%;
	height: 100%;
	background-image: url("s2r://panorama/images/splash_ads/blue_smoke_background_png.vtex");
	background-repeat: no-repeat;
	background-size: cover;
}

.ContentsContainer
{
	horizontal-align: center;
	vertical-align: center;
	flow-children: down;
}

.ContentsContainer Label
{
	horizontal-align: center;
	text-align: center;
	text-shadow: 0px 2px 8px black;
}

.ContentsContainer .Title
{
	color: white;
	font-size: 38px;
	margin-bottom: -4px;
}

.ContentsContainer .SubTitle
{
	color: LighterGrey;
	font-family: titleFont;
	font-size: 24px;
}

.ContentsContainer .BansScreengrab
{
	width: 600px;
	horizontal-align: center;
	margin-top: -60px;
	margin-bottom: -68px;
}

.ContentsContainer #BansButton
{
	horizontal-align: center;
}

.ContentsContainer #DismissButton
{
	horizontal-align: center;
}

.ContentsContainer .Description
{
	width: 580px;
	color: LighterGrey;
	opacity: 0.8;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.ContentsContainer .Description b
{
	color: white;
	font-weight: semi-bold;
}

.ContentsContainer .Dash
{
	width: 800px;
	height: 1px;
	margin: 24px 0;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( rgba(255, 255, 255, 0) ), color-stop( 0.3, white ), color-stop( 0.7, white ), to( rgba(255, 255, 255, 0) ) );
	opacity: 0.08;
	wash-color: rgba(0, 110, 255, 0.304);
}

