.achievement {
	background: linear-gradient(to bottom, #cccccc, #4d4d4d);
	border-radius: 5px;
	display: inline-block;
	margin: 10px;
	padding: 5px 65px 5px 5px;
	width: 350px;
	height: 60px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}

.achievement.unlockedAndSeen {
	background: linear-gradient(to bottom, rgb(229, 199, 102), rgb(166, 136, 38));
}

.achievement .container {
	position: relative;
}

.achievement .header{
	font-family: TankTrouble;
	padding: 0px 0px 5px 0px;
}

.achievement img {
	position: absolute;
	right: -95px;
	top: -35px;
	z-index: 1;
}

.achievement .progresswrapper {
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.achievement .progress {
	background: linear-gradient(to bottom, #427fff, #0014ab);
	border-radius: 5px;
	width: 350px;
	height: 60px;
}

.achievement .shine {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	background: linear-gradient(110deg, rgba(255, 195, 0, 0.5) 54%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0.8) 68%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0) 88%) no-repeat;
	background-size: 200% 100%;
	background-position: -700px 0;
}

.achievement .shine.shiny {
	background-position: 0px 0;
	transition: background-position 1s ease-in-out;
}

.achievementUnlock {
	color: #ffffff;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-webkit-filter: drop-shadow(0px 12px 7px rgba(0,0,0,0.25));
    filter: drop-shadow(0px 12px 7px rgba(0,0,0,0.25));
	z-index: 10;
}

.achievementUnlockIcon {
	position: absolute;
	z-index: 10;
}
