
@font-face {
  font-family: casio-reg;
  src: url(casio.ttf);
}
* {
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
  min-height: 100vh;
}

.container {
	max-width: 650px;
	margin: 0 auto;
	width: 100%;
  background-color: #199373;
}

.centerx {
	display: flex;
	justify-content: center;
}
.layout {
	width: 100%;
	position: relative;
	z-index: 2;
	transform: translateY(var(--layout));
}

.download-app {
	width: calc(100% - 100px);
	min-width: 200px;
	display: inline-flex;
}
.download-app img {
	width: 100%;
}
.nsc-box {
	background-color: #199373;
	padding: 8px 12px;
}
.inner {
	background: url(imgs/inner.png);
  background-size: cover;
  background-repeat: no-repeat;
	border-radius: 12px;
	padding: 18px 12px;
}

.ping {
	background-color: #056f53;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px;
	border-radius: 1666px;
}
.ping:first-child {
	margin-bottom: 12px;
}
.ping img.ping-ic {
	width: 18px;
	margin-left: 6px;
}

.ping .text {
	font-size: 10px;
	color: #d8d8d8;
}

.ping .ping-btn {
	height: 30px;
}
.ping .ping-btn img {
	height: 100%;
}
.v-center {
	display: flex;
	align-items: center;
}

@keyframes shaking {
	0% {
		transform: rotate(0);
	}
	15% {
		transform: rotate(5deg);
	}
	30% {
		transform: rotate(-5deg);
	}
	45% {
		transform: rotate(4deg);
	}
	60% {
		transform: rotate(-4deg);
	}
	75% {
		transform: rotate(0deg);
	}
	85% {
		transform: rotate(0deg);
	}
	92% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0);
	}
}
.banner .support img {
	width: 100px;
}
.download img {
	width: 180px;
}
.download {
}
.banner .support {
	position: absolute;
  z-index: 3;
	top: 6px;
	right: 12px;
	height: 50px;
	animation: shaking 1.5s linear infinite;
}
.banner {
	position: relative;
}

.dlx {
	background-color: #279D12;
	display: flex;
	justify-content: center;
	transform: translateY(-5px);
}

@keyframes z00m {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.05);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.zoom-ani {
	animation: z00m 1.4s linear infinite;
}

.bfoot {
	position: relative;
	z-index: 1;
	transform: translateY(-60px);
	margin: 0 24px;
	padding: 60px 12px 12px;
	background-color: #ffde00;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bfoot img.lds {
	width: 100%;
}

.css-ol {
	color: #194c38;
}

.css-ol li {
	margin-top: 6px;
}

.text-red {
	color: #ec092f;
	font-weight: bold;
}

.text-bsxc {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

.tele-area {
	background-color: #ffde00;
	border-radius: 10px;
	margin: 0 36px;
	display: flex;
}
.tele-area .bdx {
	width: 43%;
}
.elsc-text {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 12px 0 0 12px;
}

.y-streed {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tele-avs {
	display: flex;
	align-items: center;
	font-weight: bold;
	padding-left: 12px;
	font-size: 1.3rem;
  color: black;
}
.tele-avs img {
	width: 48px;
  margin-right: 6px;
}
.fake-href {
	padding-left: 12px;
	padding-bottom: 12px;
  color: black;
}

.tele-bx {
  position: fixed;
  bottom: 24px;
  left: 10px;
  z-index: 200;
}

.tele-ico {
  width: 100px;
}

@keyframes nhapnhap {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.cursor {
  position: absolute;
  right: 12px;
  bottom: 30px;
  width: 45px;
  animation: nhapnhap .3s linear infinite;
}

#tele-close {
  top: -10px;
  position: absolute;
  left: 10px;
  width: 23px;
}
.count-down {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.text-center {
  text-align: center;
}

.count-down-item {
  padding: 3px;
  color: #d8d8d8;
  width: calc(50% - 24px);
  border: 1px solid #40FD0D;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(152,246,151,1) 0%, rgba(54,221,97,1) 100%);;
}

.cd-text {
  padding-bottom: 3px;
  color: #0d7f00;
}

.time-down {
  font-weight: bold;
  font-family: casio-reg;
  color: red;
}