/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.PopupPanel
{
	border-radius: 0px;
	horizontal-align: center ;
	vertical-align: middle;
	flow-children: none;
	padding: 15px;
	background-color: #191343;
	background-image: url("s2r://panorama/images/battlepass/fall2021/ending_popup/agh_popup_psd.vtex");
	background-size: cover;
	border: 1px solid #24275e;
}

.Contents
{
	flow-children: down;
	padding: 16px;
}

.CloseButton
{
	horizontal-align: right;
	width: 48px;
	height: 48px;
	background-size: 60%;
	margin-right: 8px;
	wash-color: #b1bfff;
	z-index: 10;
}

.CloseButton:hover
{
	brightness: 2.0;
	wash-color: #B1BFFF;
	transform: translateY( -2px );
	img-shadow: #846bff8f 0px 0px 30px 0px;
	transition-property: brightness, wash-color, transform, img-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-duration: 0.2s;
}

.BundleTitleContainer
{
	width: 100%;
	height: 64px;
	horizontal-align: center;
	margin-bottom: -12px;
}

.BundleTitle
{
	horizontal-align: center;
	height: 100%;
	color: gradient( linear, 0% 50%, 0% 80%, from( #A6EAFF ), to( #FFFFFF ) );
	text-shadow: 0px 0px 10px 0 #0066ff3d;
	text-overflow: shrink;
	font-size: 35px;
	font-weight: semi-bold;
	font-family: titleFont;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.EndDate
{
	horizontal-align: center;
	padding-bottom: 10px;
	text-align: center;
	font-size: 25px;
	color: #b1bfff;
	font-weight: normal;
	text-shadow: 2px 2px 4px black;
	letter-spacing: 1px;
}

.Description
{
	horizontal-align: center;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
	color: #8f8f8f;
}

.RewardSections
{
	horizontal-align: center;
	flow-children: right;
	margin-bottom: 24px;
}

.RewardSectionLeft
{
	width: 450px;
	height: 580px;
	margin: 0px 12px;
	border: 1px solid white;
	border-brush: gradient( linear, 0% 0%, 0% 100%, from( #4349b4af ), to( #4349b400 ) );
	background-color: gradient( linear, 0% 0%, 0% 100%, from( #4349b459 ), to( #19134300 ) );
	background-image: url("s2r://panorama/images/battlepass/fall2021/ending_popup/battle_pass_psd.vtex");
	background-size: contain;
}

.RewardSectionRight
{
	width: 450px;
	height: 580px;
	margin: 0px 12px;
	border: 1px solid white;
	border-brush: gradient( linear, 0% 0%, 0% 100%, from( #4349b4af ), to( #4349b400 ) );
	background-color: gradient( linear, 0% 0%, 0% 100%, from( #4349b459 ), to( #19134300 ) );
	background-image: url("s2r://panorama/images/battlepass/fall2021/ending_popup/collectors_cache_psd.vtex");
	background-size: contain;
}

.RewardSectionFooter
{
	width: 100%;
	vertical-align: bottom;
	horizontal-align: center;
	margin-bottom: 20px;
	flow-children: down;
}

.RewardSectionTitle
{
	width: 90%;
	horizontal-align: center;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: semi-bold;
	color: white;
	text-shadow: 0px 2px 6px 1.5 black;
}

.RewardSectionDescription
{
	width: 95%;
	horizontal-align: center;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 8px;
	padding: 0px 24px;
	font-size: 18px;
	color: white;
	font-weight: thin;
	text-shadow: 0px 1px 4px 1.5 black;
	letter-spacing: 1px;
}

.RewardsSectionButton
{
	horizontal-align: center;
}

#PurchaseBattlePassButton,#ActivateBattlePassButton,#PurchaseLevelsButton
{
	visibility: collapse;
}

.SelfEventNotActive #PurchaseBattlePassButton,.SelfEventNeedsActivate #ActivateBattlePassButton,.SelfEventActive #PurchaseLevelsButton
{
	visibility: visible;
}

