.timecount {
	color: #c21017;
	font-size: 18px !important;
	text-align: center;
	margin-top: 4px;
	padding: 2px 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	}
.timecount .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.left-icon,
.right-icon {
	width: 30px;
	min-width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 10px !important;
}
.left-icon:empty,
.right-icon:empty {
	visibility: hidden;
}
.countleft,
.countright {
	font-size: 30px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	top: 1px;
}
.time-fade-count {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	animation: fade-in-count 2s ease;
	white-space: normal;
	height: 100%;
	font-size: inherit;
	position: relative;
	top: -1px;
}
span.cd-time {
	color: #105289;
}
span.timefont {
	font-size: 12px;
	color: #105289;
	margin-left: -5px;
}
@keyframes fade-in-count {
	from { opacity: 0; }
}
/* Responsive tweaks */
@media only screen and (max-width: 800px) {
	.timecount {
		font-size: 16px !important;
		min-height: 20px;
	}
	span.timefont {
		font-size: 10px;
		margin-left: -4px;
	}
	.countleft,
	.countright {
		font-size: 28px;
	}
}
@media only screen and (max-width: 700px) {
	.timecount {
		font-size: 14px !important;
		min-height: 20px;
	}
	.left-icon,
	.right-icon {
		display: none;
	}
	span.timefont {
		font-size: 10px;
		margin-left: -3px;
	}
}
@media only screen and (max-width: 550px) {
	.timecount {
		font-size: 12px !important;
	}
	.time-fade-count {
		top: 0;
	}
	span.timefont {
		font-size: 8px;
		margin-left: -2px;
	}
}
html.phpbb-dark-mode span.cd-time, html.phpbb-dark-mode span.timefont { color: #cfd6e4; }
/*
* Just a little something for you to style the FA icons
* The first is for a birthday cake, usage: "icon fa-birthday-cake fa-fw fa-gradient fa-gradient-bday"
* The second is rainbow colors bottom to top, usage example: "icon fa-star fa-fw rainbow-mage"
* The third is rainbow colors left to right, usage example: "icon fa-star fa-fw rainbow-text"
* The forth is for styling a beer mug, usage example: "icon fa-beer fa-fw beer-image"
* Feel free to ad your own classes
*/
i.fa-gradient {background-clip: text;text-fill-color: transparent;-moz-background-clip: text;-moz-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fa-gradient-bday { background: linear-gradient(orange 4px, white 5px, brown 11px); }
.rainbow-image {
	background-image: linear-gradient(360deg, violet, indigo, blue, green, yellow, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rainbow-text {
	background-image: linear-gradient(270deg, violet, indigo, blue, green, yellow, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.beer-image {
	background-image: linear-gradient(360deg, #b37400, #cc8500, #e69500, orange, orange, orange, #ffb833, #fff6e6, white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gold-star {
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gold-star2 {
	background: linear-gradient(135deg, #FFD700 0%, #FFED4E 25%, #C5A028 50%, #FFD700 75%, #FFED4E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}