/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

DOTAWeeklyQuestPipBar_Fall2021
{
	flow-children: right;
}

.PipProgressBar
{
	flow-children: right;
	transform: skew(12deg);
	padding: 0 4px 0 4px;
	margin-bottom: 10px;
	vertical-align: bottom;
	margin-right: -1px;
	width: 620px;
}

.PipPointContainer
{
	horizontal-align: center;
	flow-children: right;
	vertical-align: bottom;
	vertical-align: center;
}

.PipIcon
{
	width: 24px;
	height: 40px;
	vertical-align: bottom;
	transition-property: transform, pre-transform-scale2d, brightness;
	transition-duration: .12s;
	transition-timing-function: ease-in-out;
	tooltip-body-position: 50% 50%;
	tooltip-position: top;
}

.PipIcon .PointTotalIcon
{
	margin: 0px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	background-image: url("s2r://panorama/images/status_icons/star_raised_empty_points_psd.vtex");
}

.PipComplete .PointTotalIcon
{
	background-image: url("s2r://panorama/images/status_icons/star_raised_filled_points_psd.vtex");
}

.PipRewardIcon
{
	vertical-align: center;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("s2r://panorama/images/icon_treasure_button_png.vtex");
}

.PipIcon .PipBackground
{
	width: 100%;
	height: 100%;
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, #785dff ), color-stop(0.25, #6344ff ), color-stop(1, #20295a ));
	border-radius: 4px;
	box-shadow: 0px 1px 6px black;
	border: 1px solid white;
	border-brush: gradient( linear, 20% -50%, 0% 50%, from( #a290ff ), color-stop(0.5, #6344ff) );
	margin: 2px;
	margin-bottom: 4px;
	margin-top: 4px;
	z-index: 0;
}

.PipIcon .PipStar
{
	width: 100%;
	height: 100%;
	background-image: url("s2r://panorama/images/status_icons/star_raised_filled_psd.vtex");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center 22px;
	z-index: 1;
	wash-color: #000000ff;
	opacity: .5;
}

.PipIcon.PipGoal
{
	width: 60px;
	height: 40px;
}

.PipIcon:not(.PipGoal) .PipPointContainer
{
	visibility: collapse;
}

.PipIcon.PipGoal Label
{
	font-size: 14px;
	color: #B1BFFF;
	horizontal-align: center;
	text-align: center;
}

.PipIcon.PipGoal.PipComplete Label
{
	color: white;
}

.PipIcon.PipGoal:not(.PipComplete):hover
{
	brightness: 1.5;
	transform: translateY(-4px);
}

.PipIcon.PipGoal:not(.PipComplete):hover .PipStar
{
	wash-color: #8A6197;
}

.PipIcon.PipGoal .PipStar
{
	background-size: 18px;
	background-position: center 14px;
	visibility: collapse;
}

.PipIcon.PipComplete .PipStar
{
	background-image: url("s2r://panorama/images/status_icons/star_raised_filled_psd.vtex");
	wash-color: #ffffff;
	opacity: 1;
}

.PipIcon.PipComplete .PipBackground
{
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, rgb(114, 104, 255) ), color-stop(0.30, #ac8eff ), color-stop(1, #ffffff ));
	wash-color: #8981ff;
	brightness: 2.0;
}

#WeeklyStarClaimRewardButton,.PipIcon.PipGoal.PipUnclaimed.PipClaimable .PipBackground
{
	animation-name: PipClaimable;
	animation-duration: 1.0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes 'PipClaimable'
{
	0%
	{
		brightness: 0.5;
	}
	
	100%
	{
		brightness: 3;
	}
	
}

.StarCountLabel
{
	color: white;
	vertical-align: middle;
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, #adadad ), color-stop(0.25, #7e7e7e ), color-stop(1, #adadad ));
	wash-color: #a29bff;
	border-radius: 2px;
	padding: 0 8px 0 8px;
	transform: skew(12deg);
	visibility: collapse;
}

.PipCountLabelContainer
{
	flow-children: right;
	transform: skew(12deg);
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, #785dff ), color-stop(0.25, #6344ff ), color-stop(1, #20295a ));
	padding: 2px 8px 0px 10px;
	border-radius: 4px;
	box-shadow: 0px 1px 6px black;
	border: 1px solid white;
	border-brush: gradient( linear, 20% -50%, 0% 50%, from( #a290ff ), color-stop(0.5, #6344ff) );
}

.GoalStarsReached .PipCountLabelContainer
{
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, #4b3eff ), color-stop(0.30, #754fff ), color-stop(1, #8077ff ));
}

.PipCountLabel
{
	font-weight: normal;
	font-family: monospaceNumbersFont;
	font-size: 28px;
	color: white;
	text-shadow: 0px 1px 6px 2.0 #000000;
}

.PipCountLabel.PipCount
{
	margin-top: -3px;
}

.PipCountLabel.PipLabelSlash
{
	color: white;
}

.PipCountLabel.PipCountMax
{
	margin-top: 4px;
	color: white;
}

#StarsRewards
{
	width: 100%;
}

#WeeklyStarClaimRewardButton
{
	margin: 5px;
	margin-top: 2px;
	margin-left: 40px;
	max-width: 270px;
	padding: 1px;
	width: 250px;
	height: 40px;
	border: 1px solid accentColor;
	border-radius: 4px;
	vertical-align: bottom;
	visibility: collapse;
	flow-children: right;
	horizontal-align: right;
	vertical-align: top;
	box-shadow: 0px 0px 20px accentColor;
	transform: skew(12deg);
	background-color: gradient( linear, 0% 100%, 0% 0%, color-stop(0, #4b3eff ), color-stop(0.30, #694fff ), color-stop(1, #8077ff ));
	background-image: none;
}

#WeeklyStarClaimRewardButton .Inner
{
	transform: skew(-12deg);
	horizontal-align: center;
	margin-right: 12px;
	vertical-align: middle;
}

.ClaimAvailable #WeeklyStarClaimRewardButton
{
	visibility: visible;
}

#WeeklyStarClaimRewardButton:hover
{
	border: 1px solid white;
}

#WeeklyStarClaimRewardButton .PointTotalIcon
{
	width: 24px;
	height: 24px;
	margin: 3px;
	vertical-align: center;
	margin-left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	wash-color: #DF6ACC;
	background-image: url("s2r://panorama/images/compendium/spring2021/totalpoints_psd.vtex");
}

.PipRewardClaimLabel
{
	horizontal-align: left;
	margin-left: 10px;
}

