/*
Theme Name: checkgamegagau
Text Domain: https://checkgagau.xyz/
Version: 0.0.1
Requires PHP: 7.0
Description: theme thuộc quyền sở hữu của gagau
Author: gagau
Author URI: 
*/
body {
	font-family: TikTokFont,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	background: #f5f5f5;
	color: rgba(0, 0, 0, 1);
	margin:0px;
}
.container{
	margin: 0px auto;
	padding: 0px 5px;
}
icon{
	color:#6A6A6A;
}
.head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px;
}
.head img{
	width: auto;
	height: 20px;
}
.head-test{
	font-weight: 700;
	font-size: 17px;
}
.avt img{
	height: 50px;
	border-radius: 50%;
	width: 50px;
}
.coin{
	display: flex;
	align-items: center;
	gap: 3px;
}
.info{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.account{
	display: flex;
	gap: 12px;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
}
.main-coin{
	font-weight: 500;
	font-size: 12px;
	letter-spacing: .0134em;
	line-height: 1.3em;
	color: #000000;
}
.main-get-coin-note {
	margin: 3px 0px;
	color: #fd3030;
	font-weight: 500;

}
.name{
	font-weight: 600;
}
.main-get-coin-title{
	font-size: 25px;
	font-weight: 700;
	margin: 15px 0px;
}

.wraps{
	background: #fff;
	padding: 10px;
	margin: 5px 0px;
	border-radius: 3px;
}
.main-input{
	height: 42px;
	width: calc(100% - 16px);
	margin: 5px 0px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding-left: 10px;
	font-size: 16px;
}
.item-bnt-coin{
	display: flex;
	gap: 2px;
	align-items: center;
}
.item-bnt-coin-1{
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -.0046em;
	line-height: 1.3em;
}
.box-bnt{
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	gap: 8px;
	margin-top: 10px;
}
.item-bnt,#item-bnt{
	border-radius: 8px;
	background: #f1f1f2;
	height: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	cursor: pointer;
	border: none;
}
.item-bnt:hover{
	border: 1px solid #fe2c55;
	background:#fff3f5 ;
}
input,textarea,select {
  font-size: 16px;
}
input:focus {
  border: 1px solid #fe2c55;
  box-shadow: 0 0 4px 0px #fe2c55a3;
}

.Paymemt-icon{
	width: 30px;
}
.Paymemt-methed{
display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}
.Paymemt-text{
	color:rgb(0 0 0 / 47%) ;
}
.them{
	border: 1px solid #cacaca;
	text-align: center;
	padding: 1px;
	font-size: 14px;
	color: #939393;
	border-radius: 3px;
}
.Paymemt-main{
	display: flex;
	gap: 3px;
}
.btn-Paymemt{
	background: #fe2c55;
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 10px 0px;
	padding: 8px;
	border-radius: 8px;
}
.btn-Paymemt-text{
	display: flex;
	gap: 3px;
	font-weight: 600;
	padding: 8px;
	font-size: 19px;
	align-items: center;
}


.input-coin-box {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Khi active thì hiện */
.input-coin-box.active {
  opacity: 1;
  visibility: visible;
}
.input-coin-main {
  min-height: 240px;
  max-height: 90%;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);  /*ẩn ở dưới */
  transition: transform 0.3s cubic-bezier(.25, 0, .25, 1);
}

/* Khi có .active thì trượt lên */
.input-coin-box.active .input-coin-main {
  transform: translateY(0);
}
.input-coin-top{
	display: flex;
	justify-content: space-between;
	padding: 17px 10px;
	border-bottom: 1px solid #ccc;
	align-items: center;
}
.coin-main-title{
	display: flex;
	align-items: center;
	gap: 5px;
}
.coin-main-title span svg{
	transform: rotate(270deg);
}
.keyboard-coin svg{
	width: 20PX;
	height: 20px;
}
.keyboard-coin{
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 15px 0px 3px 0px;
}
.keyboard-coin-main{
	font-weight: 600;
	font-size: 25px;
	font-family: TikTokFont;
}
.keyboard-main{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 8px;
	padding: 4px 0px 12px;
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.keyboard-btn{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 50px;
	height: 100%;
	width: 100%;
	background-color: rgba(22,24,35,.06);
	border-radius: 2px;
	font-family: TikTokFont;
	font-weight: 700;
	border-radius: 3px;
}
#xoa{
	color: rgba(0, 0, 0, .32);
}

.Special-sale{
	display: flex;
	gap: 3px;
	align-items: center;
	color: #fe2c55;
	font-weight: 500;
	font-size: 14px;
}
.Special-sale-icon svg{
	transform: rotate(270deg);
}
.Special{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.keyboard-money{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	font-weight: 700;
	margin: 13px 0px;
}
.money-flex{
	DISPLAY: flex;
	gap: 3px;
}
#input-coin-box-3, #input-coin-box-4{
	display: flex;
	align-items: center;
	justify-content: center;
}

.css-15nbb49{
	height: 28px;
	background: rgba(11, 224, 155, .12);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: #008568;
	font-size: 12px;
	font-weight: 700;
}
.main-pay-cow{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay-donate{
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 5px 0px;
}
.pay-donate .keyboard-coin-main{
	font-size: 20px;
}
.main-coin-2{
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .0134em;
	line-height: 1.3em;
	color: #000000;
}
.Payment-method-b{
	color: rgba(0, 0, 0, .56);
	font-size: 13px;
	letter-spacing: .0097em;
	line-height: 1.3em;
}
.Payment-method {
	border-top: 1px solid #ccc;
}
.Payment-method-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Payment-cart{
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 10px;
}
.Payment-method-icon{
	width: 26px;
}
.Payment-name{
	font-size: 14px;
	color: #7a7a7a;
	font-family: monospace;
}

.tiktok {
  position: relative;
  width: 30px;
  height: 30px;
  background: rgb(77, 232, 244);
  border-radius: 50%;
  animation: leftToRight 0.8s ease-in-out infinite;
  mix-blend-mode: darken;
  transform: scale(1);
}

.tiktok.red {
  background: rgb(253, 62, 62);
  animation: rightToLeft 0.8s ease-in-out infinite;
}

@keyframes leftToRight {
  0% {
    left: 0;
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    left: 30px;
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    left: 0;
  }
}

@keyframes rightToLeft {
  0% {
    right: 0;
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    right: 30px;
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    right: 0;
  }
}

.container-tittok{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 10px;
}
.Pay{
	min-height: 240px;
  max-height: 90%;
 	width: calc(95% - 20px);
  background-color: #fff;
	border-radius: 12px;
  position: fixed;
  padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.Pay .Processing{
		font-size: 19px;
}
.This{
	color: #000000;
	font-size: 13px;
	width: 276px;
	text-align: center;
	font-weight: 500;
}
.time{
	padding: 20px;
	border-radius: 50%;
	background: #cccccc4f;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	margin: 12px;
}
.Pay img{
	width: 100px;
}
.Pay .keyboard-coin-main{
	font-size: 13px;
	font-weight: 600;
}
.Pay button{
	background: #fe2c55;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
}
#tiktok-box{
		height: 135px;
	overflow: hidden;
}
.tt-coin{
	width: 18px;
}
#wpadminbar{
	display: none;
}
blockquote{
	max-width: 780px;
	min-width: 288px;
	max-height: 107px;
	border-radius: 10px;
	border: 1px solid #ccc;
}