/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

#DOTAPudgePersonaDebutPage
{
	width: 100%;
	height: 100%;
}

#ModelContainer
{
	width: 100%;
	height: 100%;
}

#ModelForeground,#ModelForegroundAlt
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	horizontal-align: center;
	transition-property: opacity;
	transition-duration: 0.9s;
	transition-timing-function: ease-in;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#ModelForegroundAlt
{
	opacity: 0.001;
}

.DashboardPage.ShowingAlternateStyle #ModelForegroundAlt
{
	opacity: 1;
	transition-duration: .9s;
	transition-delay: 0.0s;
}

#DebutInformation
{
	width: 900px;
	padding: 0px 68px;
	height: fit-children;
	opacity: 0;
	margin-top: 20px;
	margin-right: 120px;
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-in;
	horizontal-align: right;
	vertical-align: middle;
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/arcana_drow_debut_bg_psd.vtex");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 2s;
	transition-delay: 0.6s;
	overflow: noclip;
}

#DebutInformation.Initialize
{
	opacity: 1;
	transition-duration: 0s;
}

#InformationBackground
{
	width: 100%;
	height: 100%;
}

#ScrollPanel
{
	width: 580px;
	height: 500px;
	opacity: .8;
	overflow: clip scroll;
	margin-top: 15px;
	margin-bottom: 5px;
	z-index: 10;
	horizontal-align: center;
	opacity-mask: url("s2r://panorama/images/masks/softedge_vertical_vscroll_wide_psd.vtex");
	vertical-align: top;
}

#InformationBody
{
	padding: 30px 30px;
	horizontal-align: middle;
	width: 660px;
	height: 950px;
	z-index: 10;
	opacity: 1;
	flow-children: down;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity-mask: url("s2r://panorama/images/leaf_pages/debut_persona_pudge/poster_opacity_mask_square_alt_psd.vtex");
}

#InformationBodyBackground
{
	width: 800px;
	height: 474px;
	margin-left: -70px;
	margin-top: -170px;
	transition-property: opacity;
	transition-duration: 3s;
	transition-timing-function: ease-in;
	transition-delay: 1s;
	opacity: 0;
}

#ItemName
{
	font-size: 80px;
	letter-spacing: 3px;
	text-overflow: shrink;
	text-align: left;
	vertical-align: bottom;
	horizontal-align: center;
	color: gradient( linear, 0% 0%, 0% 100%, from( #EFAEF0 ), to( #fff ) );
	text-shadow: 1px 1px 12px 3.0 #B507DC;
	opacity: 0;
	margin-top: 0px;
	letter-spacing: 6px;
	width: 100%;
}

#ItemName,#InnerPanel
{
	opacity: 0;
	margin-top: 36px;
	transition-property: opacity;
	transition-duration: 0.0s;
	transition-timing-function: ease-in-out;
}

.CloseButton
{
	horizontal-align: right;
	width: 48px;
	height: 48px;
	margin-top: 64px;
	margin-right: 32px;
	wash-color: #fff;
	background-color: #00000000;
	background-size: 50%;
	width: 48px;
	height: 48px;
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_wraith_king/close_png.vtex");
	background-size: 32px;
	transition-property: background-size, transform;
	transition-duration: 1.0s;
	transition-timing-function: ease-in-out;
}

.FullscreenPage .CloseButton
{
	transform: translateY( -32px );
}

.CloseButton:hover
{
	background-size: 36px;
}

#ItemLore
{
	color: #d9e8e7;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
	text-shadow: 0 2px 2px #000000;
	horizontal-align: center;
	text-align: justify;
	font-family: titleFont;
}

#ItemName.Initialize,#InnerPanel.Initialize,#ItemLore.Initialize
{
	opacity: 1;
	transition-duration: 0s;
}

#TitleContainer
{
	width: 100%;
	horizontal-align: center;
	transition-property: hue-rotation, wash-color, saturation;
	transition-duration: .1s;
	transition-timing-function: ease-in-out;
	flow-children: down;
}

#HeroSubtitle
{
	margin-top: 12px;
	margin-bottom: 12px;
	flow-children: right;
	horizontal-align: center;
}

#AttackType
{
	color: #ccc;
	margin-right: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.RolesContainer
{
	width: 400px;
	height: 50px;
	flow-children: right;
}

.RoleLabel
{
	font-size: 18px;
	font-family: titleFont;
	font-weight: semi-bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #CDE7FF;
	text-shadow: 0px 0px 10px #ff000496;
	padding: 5px;
	margin-top: -10px;
}

VerticalScrollBar .ScrollThumb
{
	background-color: #3a3f44;
}

VerticalScrollBar:hover .ScrollThumb,VerticalScrollBar:active .ScrollThumb
{
	background-color: #454e59;
}

#MainContainer
{
	width: 100%;
	height: 100%;
	wash-color: #000;
	transition-property: wash-color;
	transition-duration: 2.0s;
	transition-timing-function: ease-in;
}

#MainContainer.Initialize
{
	wash-color: #fff;
	transition-duration: 0.2s;
}

#Intro
{
	color: #d9e8e7;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	horizontal-align: center;
	margin-left: 0;
}

#DebutInformation.Initialize #Intro
{
	color: #d9e8e7;
}

#HeroButtons
{
	margin-bottom: 80px;
	flow-children: down;
	horizontal-align: center;
	vertical-align: bottom;
	padding: 0px 16px;
}

#DemoButtons
{
	flow-children: right;
	horizontal-align: center;
}

#DemoHeroButton
{
	width: fit-children;
	height: 48px;
	vertical-align: middle;
	brightness: 1.6;
	margin-right: 12px;
	box-shadow: fill #00000090 1px 0px 1px 4px;
}

#ToLoadout
{
	height: 48px;
	font-size: 16px;
	margin-right: 0;
	box-shadow: fill #00000090 1px 0px 1px 4px;
}

#ToLoadout Label
{
	font-size: 18px;
	vertical-align: middle;
}

#LogoFull
{
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/arcana_drow_logo_en_psd.vtex");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 670px;
	height: 256px;
	horizontal-align: middle;
	transform: translateY(30px) translateX(-10px);
	z-index: 8;
	margin-left: 10px;
	margin-top: 20px;
	img-shadow: #27110230 6px 6px 12px ;
}

.Language_schinese #LogoFull,.Language_tchinese #LogoFull
{
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/arcana_drow_logo_cn_psd.vtex");
	margin-left: 6px;
	margin-top: 10px;
}

.Title
{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 130%;
	height: 290px;
	height: 200px;
	border: 1px solid red;
	opacity: 0;
	horizontal-align: center;
	margin-top: 20px;
}

#Video1
{
	max-width: 94%;
	height: 280px;
	margin-bottom: 20px;
	horizontal-align: center;
}

.DashboardPage:not(.ShowingAlternateStyle) #DefaultStyleButton
{
	opacity: 0;
}

.DashboardPage.ShowingAlternateStyle #DefaultStyleButton.Initialize,.DashboardPage:not(.ShowingAlternateStyle) #AlternateStyleButton.Initialize
{
	opacity: 1.0;
}

.PurchaseButton
{
	width: 236px;
	height: 49px;
}

.Bullet
{
	vertical-align: top;
	margin-top: 9px;
	background-color: #e95458;
}

.BulletList
{
	max-width: 500px;
	margin-left: 25px;
	margin-right: 24px;
	color: #d9e8e7;
}

.BulletList Label
{
	font-size: 16px;
	margin-bottom: 6px;
	max-width: 100%;
	color: #d9e8e7;
}

.bullettitle
{
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 100%;
	margin-bottom: 4px;
	color: #d9e8e7;
	font-family: titleFont;
	font-size: 16px;
	font-weight: semi-bold;
}

.BulletDesc
{
	flow-children: down;
	margin-bottom: 12px;
}

.BulletDesc .Bullet
{
	margin-top: 5px;
}

.BulletBold
{
	font-weight: bold;
}

#HeroPortrait
{
	width: 95px;
	height: 120px;
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/portrait_png.vtex");
	background-position: 0% 0%;
	background-size: 100%;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 12px;
}

#HeroIcons
{
	width: 120px;
	height: 120px;
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/hero_icon_png.vtex");
	background-position: 0% 0%;
	background-size: 100%;
	vertical-align: top;
	background-repeat: no-repeat;
	margin-right: 15px;
}

#HeroAbilities
{
	width: 120px;
	height: 120px;
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/ability_icons_png.vtex");
	background-position: 0% 0%;
	background-size: 100%;
	vertical-align: top;
	background-repeat: no-repeat;
}

#ESImages
{
	flow-children: right;
}

#ControlButtonsContainer
{
	width: 200px;
	height: 500px;
	vertical-align: top;
	flow-children: down;
	visibility: collapse;
}

.MainBranch #ControlButtonsContainer
{
	visibility: visible;
}

#ControlButtonsContainer.Hide
{
	opacity: 0;
}

#ControlButtonsContainer .ButtonBevel
{
	width: 300px;
	height: 50px;
}

DOTAPurchaseBattlePassReward.RewardClaimed
{
	visibility: collapse;
}

#SecondStyle,#DefaultStyle
{
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 200px;
	vertical-align: bottom;
	margin-left: 50px;
	margin-bottom: 50px;
	opacity: 0.0;
	transition-property: opacity, brightness, color;
	transition-duration: 0.3s;
}

#SecondStyle:hover,#DefaultStyle:hover
{
	brightness: 1.2;
}

#SecondStyle Label,#DefaultStyle Label
{
	font-size: 16px;
	horizontal-align: center;
	vertical-align: center;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px 2.0 #000000;
	text-transform: uppercase;
	font-family: titleFont;
	color: #ffdfdf;
	text-shadow: 2px 2px 2px 2.0 #000000;
	transition-property: color, text-shadow, opacity;
	transition-duration: .24s;
	transition-timing-function: ease-in-out;
}

#DefaultStyle:hover Label
{
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 14px 1 #37689eCC;
	transition-property: opacity, color;
	transition-delay: 0s;
	transition-duration: .2s;
}

#SecondStyle:hover Label
{
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 14px 1 #ffc0a8CC;
	transition-property: opacity, color;
	transition-delay: 0s;
	transition-duration: .2s;
}

#DefaultStyle Label
{
	color: #eee9ff;
	text-shadow: 2px 2px 2px 2.0 #000000;
}

#SecondStyle
{
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/drow_arcana_style_02_psd.vtex");
}

#DefaultStyle
{
	background-image: url("s2r://panorama/images/leaf_pages/debut_arcana_drow/drow_arcana_style_01_psd.vtex");
}

.DashboardPage.ShowingAlternateStyle #DefaultStyle.Initialize,.DashboardPage:not(.ShowingAlternateStyle) #SecondStyle.Initialize
{
	opacity: 1.0;
}

.DashboardPage.ShowingAlternateStyle #ModelBackgroundAlt
{
	opacity: 1;
	transition-duration: .9s;
	transition-delay: 0.0s;
}

