/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.PopupPanel
{
	width: 1100px;
	height: 640px;
	padding: 0px;
	overflow: clip;
	flow-children: none;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #333f ), to( #222f ) );
	border: 2px solid white;
	border-radius: 4px;
	border-brush: gradient( linear, 0% 50%, 0% 80%, from( #ff9df5 ), to( #6b2264 ) );
}

.Contents
{
	flow-children: down;
}

.CloseButton
{
	background-image: url("s2r://panorama/images/control_icons/x_close_png.vtex");
	horizontal-align: right;
	width: 38px;
	height: 38px;
	background-size: 60%;
	background-color: #0000;
	margin-top: 8px;
	margin-right: 8px;
	wash-color: #ccc;
	pre-transform-scale2d: 0.8;
}

.CloseButton:hover
{
	wash-color: white;
	opacity: 1;
	pre-transform-scale2d: 1;
}

.OverlayText
{
	flow-children: down;
	margin-left: 20px;
	margin-top: 16px;
	padding-right: 16px;
}

.header
{
	height: 107px;
	width: 100%;
	box-shadow: 0px 0px 64px #00000080;
}

#headerBGContainer
{
	width: 100%;
	height: 100%;
	overflow: noclip;
}

#headerBackground
{
	transform: scaleX(-1) translateY(265px);
	opacity-brush: gradient( linear, 0% 0%, 0% 100%, from( #fff ), color-stop( 0.19, #fff ), color-stop( 0.19, #fff0 ), to( #fff0 ) );
	background-color: gradient( linear, 100% 0%, 0% 0%, from( #cc97eb ), color-stop( 0.39, #a668a8 ), to( #342436 ) );
	background-size: 100%;
	width: 25%;
	height: 150%;
	z-index: 100;
	horizontal-align: center;
	vertical-align: middle;
	pre-transform-scale2d: 4;
	blur: gaussian(3px);
	contrast: 0.9;
}

.OverlayHeader
{
	text-transform: uppercase;
	color: #fbc1ff;
	font-size: 20px;
	font-weight: semi-bold;
	letter-spacing: 1px;
	text-shadow: 0px 3px 4px #000000;
}

#CachePrice
{
	color: white;
	font-size: 28px;
	vertical-align: bottom;
	margin-bottom: 60px;
	margin-left: 20px;
	visibility: collapse;
}

.OverlayDetails
{
	max-width: 330px;
	color: #ccc;
	text-shadow: 0px 0px 4px 2.0 black;
	font-size: 16px;
}

#SplashImage
{
	horizontal-align: center;
	width: 1100px;
	height: 640px;
	background-image: url("s2r://panorama/images/battlepass/spring2021/popup_cache_bg_psd.vtex");
	background-repeat: no-repeat;
	background-size: 100%;
}

.SplashImageShading
{
	vertical-align: bottom;
	width: 700px;
	height: 500px;
}

.SplashImageOverlay
{
	flow-children: down;
	margin-bottom: 100px;
	margin-left: 20px;
	horizontal-align: right;
	vertical-align: bottom;
}

#Contents
{
	flow-children: down;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #000e;
	padding: 16px 20px 20px 20px;
}

#SubTitle
{
	width: 100%;
	height: 100px;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: semi-bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #E4C269;
	letter-spacing: 2px;
}

#Title
{
	width: 100%;
	height: 100px;
	text-align: center;
	horizontal-align: center;
	padding-top: 40px;
	font-weight: semi-bold;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #E4C269;
	letter-spacing: 2px;
}

#Message
{
	color: #ccc;
	vertical-align: bottom;
	max-width: 640px;
	font-size: 20px;
	padding: 8px;
}

#DetailsButton
{
	horizontal-align: center;
	vertical-align: bottom;
	margin-bottom: 60px;
	box-shadow: black 0px 0px 0px 0px;
	width: 260px;
	height: 42px;
	background-color: gradient( linear, 0% 0%, 0% 100%, from( #C079BB ), to( #3C1A41 ) );
	border: 1px solid white;
	border-brush: gradient( linear, 0% 0%, 0% 100%, from( #FC99F9 ), to( #af68a8 ) );
	transition-duration: .21s;
}

#DetailsButton:hover
{
	background-color: gradient( linear, 0% 0%, 0% 100%, from( #f1aaed ), to( #C079BB ) );
}

#Countdown
{
	width: 100%;
	vertical-align: top;
	flow-children: down;
	margin-top: 30px;
	background-color: gradient (linear, 100% 0%, 0% 0%, from (#79507c), to (transparent) );
	padding: 8px 0px 8px 20px;
	horizontal-align: right;
}

.time-left
{
	font-weight: semi-bold;
	font-size: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px black;
	color: gradient (linear, 0% 100%, 0% 0%, from (#DAAFDD), to ( #fff) );
}

.remaining
{
	color: #ECD393;
	font-weight: semi-bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0px 2px 2px black;
	brightness: 1.4;
	margin-top: -4px;
}

#Countdown.CountdownActive .finished
{
	visibility: collapse;
}

#Countdown.CountdownAfterEnd .time-left,#Countdown.CountdownAfterEnd .remaining
{
	visibility: collapse;
}

.finished
{
	font-weight: semi-bold;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px black;
	color: gradient (linear, 0% 100%, 0% 0%, from (#F8E8B9), to ( #fff) );
	vertical-align: middle;
}

#Countdown.CountdownActive .finished
{
	visibility: collapse;
}

#CollectorsCacheScene.SceneLoaded
{
	opacity: 1;
}

#CollectorsCacheScene
{
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity-brush: gradient( linear, 100% 0%, 0% 0%, from( #fff ), color-stop( 0.69, #fff ), color-stop( 0.89, rgb(255, 184, 136) ), to( rgb(61, 33, 94) ) );
	transform: scaleX(-1);
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

#DropletMask
{
	width: 100%;
	height: 100%;
	opacity-mask: url("s2r://panorama/images/masks/camera_droplet_bottom_right_psd.vtex");
	-s2-mix-blend-mode: screen;
	visibility: collapse;
}

#CacheDroplets
{
	width: 26%;
	height: 20%;
	pre-transform-scale2d: 5;
	blur: gaussian(5);
	brightness: 3;
	saturation: 1.5;
	transform: translateX(72px) translateY(195px);
	z-index: 10;
}

