/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.PopupPanel
{
	width: 908px;
	height: 908px;
	flow-children: none;
	padding: 0px;
	background-image: url("s2r://panorama/images/splash_ads/ti8_lion_prestige_png.vtex");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.CloseButton
{
	horizontal-align: right;
	width: 30px;
	height: 30px;
	background-size: 60%;
	background-color: #444;
	margin-top: 8px;
	margin-right: 8px;
}

#Contents
{
	width: 908px;
	flow-children: down;
}

#LowerContents
{
	width: 908px;
	height: 160px;
	vertical-align: bottom;
	flow-children: down;
}

#Title
{
	width: 100%;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
	padding-bottom: 8px;
	font-size: 48px;
	text-transform: uppercase;
	text-shadow: 0px 3px 4px #000000;
	letter-spacing: 6px;
	text-overflow: shrink;
	font-weight: semi-bold;
	color: gradient( linear, 0% 0%, 0% 100%, from( #fff7e8 ), to( #9e8364 ) );
	background-color: gradient( linear, 0% 0%, 0% 100%, from ( backgroundDimColor ), to( bp_color12 ) );
}

#SubTitle
{
	width: 100%;
	text-align: center;
	horizontal-align: center;
	color: #cac8c7;
	margin-top: 12px;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px #000000;
	letter-spacing: 2px;
	font-weight: semi-bold;
}

#ExclusiveInfo
{
	width: 100%;
	text-align: center;
	horizontal-align: center;
	color: #808d7b;
	font-size: 16px;
	text-shadow: 0px 2px 4px #000000;
	letter-spacing: 2px;
}

#BattlePassLevel
{
	color: accentColor;
	horizontal-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: semi-bold;
	letter-spacing: 3px;
	vertical-align: bottom;
	margin-bottom: 0px;
}

#Includes
{
	color: #cac8c7;
	horizontal-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: semi-bold;
	letter-spacing: 3px;
	vertical-align: bottom;
	margin-bottom: 26px;
}

.Buttons
{
	horizontal-align: center;
	flow-children: right;
}

.Buttons > TextButton
{
	horizontal-align: center;
	vertical-align: bottom;
	box-shadow: #00000077 0px 0px 8px 0px ;
	margin: 0px 10px;
	width: 298px;
	height: 48px;
}

#PurchaseBattlePassButton,#PurchaseLevelsButton,#ClaimButton
{
	visibility: collapse;
}

.EventLevelNotOwned #PurchaseBattlePassButton,.EventLevelNotReached #PurchaseLevelsButton,.EventLevelAvailableToClaim #ClaimButton
{
	visibility: visible;
}

