.atimer {
	display: none;
	background: rgba(255,255,255,0.9);
	padding: 16px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
	text-align: center;
	box-shadow: 0 15px 15px 1px rgb(0 0 0 / 10%);
	box-sizing: border-box;
}
.atimer-text p { 
	font-size: 16px;
	margin: 0 0 6px;
}	
.atimer-time {
	margin-top: 10px;
	height: 8px;
	width: 0;
	background: #337AB7;
	transition: width 4.9s linear;
}
.atimer-time.timerun {
	width: 100%;
}	
.atimer-pinguin {
	max-width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;	
	background: #F6FCFF;
	padding: 26px;
	border-radius: 50%;
	box-shadow: 0 15px 15px 1px rgb(0 0 0 / 10%);
	border: 8px solid #BFE2FF;
	overflow: hidden;
	display: none;
}