.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: auto;          /* biar ikut konten */
  height: auto;         /* jangan fixed */
  background: none;     /* hapus background biru */
  color: inherit;       /* biar normal */
  line-height: normal;  /* biar gak kepaksa */
  text-align: center;   /* tetap rata tengah */
  margin: 20px auto;    /* jarak atas bawah */
}

.ads-square img,
.ads-square iframe {
  max-width: 100%;      /* responsif */
  height: auto;         /* jaga proporsi */
  display: inline-block;
}


.ads-horizontal {
  width: auto;          /* biar ikut konten */
  height: auto;         /* jangan fixed height */
  background: none;     /* hapus background warna biru */
  color: inherit;       /* biar ikut teks default */
  line-height: normal;  /* biar teks/iframe normal */
  text-align: center;   /* iklan tetap rata tengah */
  margin: 20px auto;    /* beri jarak atas bawah */
}

.ads-horizontal img,
.ads-horizontal iframe {
  max-width: 100%;      /* responsif */
  height: auto;         /* biar proporsional */
  display: inline-block;
}
