.form-control:focus{box-shadow: none;}

/* countdown */
#timer {margin: 10px 0}
.countdown {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 6px solid rgb(13 110 253 / 43%);
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 25px auto;
}

.countdown .timer {
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	color: #0d6efd;
}

.countdown .seconds {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #0d6efd;
}			

/* ads */
.ads-square{width:300px;height:250px;background:#428bca;color:#fff;line-height:250px;text-align:center;margin:auto}
.ads-horizontal{width:100%;height:90px;background:#428bca;color:#fff;line-height:90px;text-align:center}