@font-face {
    font-family: 'MTD_Gorni';
    src: url('../fonts/MTD_Gorni.ttf'); 
}
@font-face {
    font-family: 'VL-Antipasto-pro-bold';
    src: url('../fonts/VLANTIPASTOPROBOLD-BOLD.TTF'); 
}
@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTM HelvetIns.ttf'); 
}
@keyframes motion {
  0% {transform: scale(0.8);}
  50% {transform: scale(1);}
  100% {transform: scale(0.8);}
}

@keyframes spinroll {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes hidepopup {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
@keyframes showpopup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
div	{
	display: block;
    unicode-bidi: isolate;
}
.outer {
/*	width: 100%;*/
	background-color: #086fcb;
	min-height: 100vh;
/*	min-width: 470px; /*750*/*/
}
.container{
	width: 470px;
	margin: auto;
	background-color: #086fcb;
}
.header .banner{
	background-image: url('../images/banner-header.jpg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 470px;
    height: 247px;
/*	min-height: 393px;*/
}
.header .banner .btn-quayngay{
	position: relative;
	display: block;
	width: 140px;
	height: 30px;
	background-image: url('../images/btn-quayngay.png');
	background-position: center; 
    background-repeat: no-repeat;
    background-size: contain;
    left: 68px;
    top: 187px;
    animation-duration: 2s;
  	animation-iteration-count: infinite;
  	transform: scale(1);
}
.btn{
    cursor: pointer;
}
.hide{
	display: none;
}
.btn-quayngay { animation-name: motion;}
.rotation-wrapper{
	background-image: url('../images/bg-rotation.jpg');
	background-position: center; 
    background-repeat: no-repeat;
    background-size: 470px 700px;
	min-height: 700px;
}
.rotation-title{
	position: relative;
	width: 276px;
	top: 10px;
	margin: auto;
}
.rotation-title img{
	width: 276px;
	height: 125px;
}
.rotation-outer{
	position: relative;
	background-image: url('../images/rotation-outer.png');
	background-position: center; 
  background-repeat: no-repeat;
  background-size: 398px 408px;
	min-height: 408px;
	margin-top: 10px;
}
.rotation-main{
	position: absolute;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
	background-image: url('../images/rotation-main.png');
	background-position: center; 
  background-repeat: no-repeat;
  background-size: 351px 351px;
  width: 351px;
	height: 351px;
	top: 29px;
}
.rotation-outer .btn-start-rotation{
	position: absolute;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
	background-image: url('../images/btn-start-rotation.gif');
	background-position: center; 
  background-repeat: no-repeat;
  background-size: 98px 116px;
  width: 98px;
   height: 116px;
	top: 48%;
  transform: translateY(-52%);
  cursor: pointer;
  background-color: transparent;
    border: none;

}
.rotation-function{
	position: relative;
	width: 450px;
	margin: auto;
}
.rotation-function .btn-rotation-left, .rotation-function .btn-rotation-right{
	display: inline-block;
	width: 96px;
	height: 41px;
	line-height: 41px;
	color: #943400;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background-image: linear-gradient(#f0ff00, #ff9c00);
	border-radius: 6px;
	border: 1px solid #ff9c00;
	font-family: "MTD_Gorni";
	box-shadow: 2px 2px 4px #0000009c;
}
.rotation-function .btn-rotation-left {
	position: absolute;
	right: 0;
}
.rotation-function .btn-rotation-right {
	position: absolute;
	left: 0;
}
.rotation-wrapper #luotquay{
	text-align: center;
	font-family: "MTD_Gorni";
	font-size: 16px;
	color: #fffc00;
}
.btn{
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: "MTD_Gorni";
	font-size: 22px;
	color: #943400;
	background-image: linear-gradient(#f0ff00, #ff9c00);
	box-shadow: 2px 2px 4px #0000009c;
	border-radius: 50px;
	border: 2px solid #ff9c00;
	line-height: 57px;
}
.btn.receive-turns{
	width: 309px;
  height: 54px;
	margin: auto;
}
.popup .btn.receive-turns{
  margin-top: 10px;
  margin-bottom: 10px;
}
#popup-rules .popup-content{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#popup-rules .popup-content h4{
	font-size: 16px;
	color: #ff4800;
}
#popup-rules .popup-content span{
	line-height: 20px;
}

.btn.close-popup{
	width: 150px;
	height: 44px;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 44px;
}
.event-time{
	background-color: #fc4902;
}
.event-time{
	text-align: center;
	padding: 25px;
}
.event-time p{
	font-family: "VL-Antipasto-pro-bold";
	font-size: 30px;
	color: #ffffff;
}
.event-time p#time-close{
	font-family: "UTM_HelvetIns";
	font-size: 75px;
	margin-top: -15px;
	margin-bottom: 5px;
	color: #fffc00;
}
.title-quayngay{
/*	animation-name: motion;*//*
	animation-duration: 2s;
  animation-iteration-count: infinite;*/
/* 	transform: scale(1);*/
}
.trungthuong-outer{
	font-family: 'MTD_Gorni';
	background-color: #fcfbe9;
	padding: 10px 0 10px 0;
}
.trungthuong-outer .title-danhsach{
	text-align: center;
}
.trungthuong-outer .title-danhsach h2{
	display: inline-block;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #b87d00;
	background-image: linear-gradient(#ffbe00, #fedd69);
	color: #b70d02;
	font-size: 14px;
	padding: 0 30px;
	margin-bottom: 10px;
	box-shadow: 0px 4px 0px #b70d02;
}
.table-trungthuong{
	text-align: center;
}
table{
	font-family: 'MTD_Gorni';
	border-collapse:collapse; 
	text-align: center;
}
.table-trungthuong table{
	width: 450px;
	margin: auto;
}
.popup table{
	width: 420px;
	margin: auto;
}
table thead{
	font-size: 13px;
	color: #fc4902;
	border-bottom: 1px solid #fc4902;
}
table tbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table tbody td{
	padding: 8px;
}
table tbody{
	border-bottom: 1px solid #fc4902;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #086fcb;
	text-align: center;
	color: #ffffff;
	padding: 15px 0px 30px 0;
}
.footer h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.footer .btn-hotline{
	position: relative;
	width: 388px;
	height: 56px;
	margin: auto;
	background-color: #f1f500;
	border-radius: 50px;
	cursor: pointer;
}
.footer .btn-hotline img{
	position: absolute;
	width: 47px;
	height: 47px;
	top: 5px;
	left: 5px;
}
.footer .btn-hotline span{
	position: absolute;
	left: 70px;
	font-size: 44px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
}
.alert{
	display: none;
}
.alert.active {
	z-index: 999999;
	text-align: center;
	display: block;
	height: 100%;
  	width: 100%;
  	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
  	top: 0;
  	left: 0;
  	transition: opacity 1s;
    animation: showpopup 0.7s forwards;
    pointer-events: none
}
.alert-container{
	position: relative;
    opacity: 1;
    background-color: #000000a6;
    padding: 5px 30px;
    font-size: 30px;
    border-radius: 10px;
    color: #edff00;
    text-shadow: 2px 2px 4px #0000009c;
}
#alert-message.closing{
    animation: hidepopup 0.7s forwards;
}
.popup{
	display: none;
}
.popup.active {
	display: block;
	height: 100%;
  	width: 100%;
  	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
  	top: 0;
  	left: 0;
  	background: rgb(5 5 5 / 80%);
  	transition: opacity 1s;
}
.popup-container{
	position: relative;
	opacity: 1;
  animation: showpopup 0.7s forwards;
}
.popup-background{
	font-family: 'MTD_Gorni';
	position: relative;
	width: 445px;
	max-height: 90vh;
	background-color: #ffffffeb;
	border-radius: 12px;
/*	overflow: hidden;*/
}
.popup-background .popup-title{
	width: 253px;
	height: 51px;
	line-height: 51px;
	margin: auto;
	text-align: center;
	font-size: 29px;
	background-color: #ff0000;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
	background-image: linear-gradient(#ff9c00, #ff4800);
	color: #ffffff;
}
.popup-background .popup-close{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 12px;
	right: 18px;
	background-image: url('../images/close.png');
	background-size: contain;
	background-position: center; 
  background-repeat: no-repeat;
  font-size: 0;
}
.popup-background .popup-content{
	text-align: center;
	padding: 10px;
	overflow: auto;
}
.form-receive-turns{
	width: 100%;
	margin: auto;
}
.popup-background h3{
	color: #ff5200;
	font-size: 29px;
	height: 45px;
}
.input-group{
	position: relative;
	width: 100%;
	height: 37px;
	border-radius: 6px;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 2px 5px;
	margin-top: 15px;
}
.input-group.invalid, .input-group-exp.invalid .input-group{
	border: 1px solid #ff0000;
}
.input-group .form-control.fullname:empty{
	text-transform: uppercase;
}
.input-group .form-control, .input-group .form-select{
	font-family: sans-serif;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	background-color: #ffffff;
}
.input-group + label, .input-group-exp + label{
	display: none;
}
.input-group.invalid + label, .input-group-exp.invalid + label{
	display: block;
	margin-top: 7px;
	text-align: left;
	font-family: sans-serif;
	font-size: 14px;
  font-style: italic;
  color: #ff0000;
}
.input-group .form-select{
	position: absolute;
	left: 5px;
	margin-top: 5px;
	width: 80%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}
.input-group .select-img{
	position: absolute;
	width: 17%;
	height: 33px;
	right: 1%;
}
.input-group .select-down{
	display: none;
	position: absolute;
	width: 15px;
	height: 13px;
	right: 13px;
	top: 13px;
}
.input-group-exp{
	margin-top: 15px;
}
.input-group-exp .input-group{
	float: left;
	width: 30%;
	margin: 0;
	margin-right: 8px;
}
.clearfix{
	clear: both;
}
.input-group-exp .text-sub{
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
  font-style: italic;
  padding-top: 5px;
  color: #ff5200;
}
.form-receive-turns p{
	font-family: sans-serif;
	font-size: 16px;
  color: #ff5200;
  margin-top: 15px;
  font-weight: bold;
}
select:invalid,::placeholder {text-transform: none;  color: #797979; }
select:invalid + .select-down{
	display: inline-block;
}
select:invalid + .select-down + .select-img{
	display: none;
}
input,select {border:0;outline:0;}
input:focus, select:focus {outline:none!important;}
.alert-award{
	position: relative;
	width: 470px;
	height: 450px;
	margin: auto;
	background-image: url('../images/award.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.award-container{
	text-align: center;
}
.award-container .alert-award .award-message{
	position: absolute;
	width: 220px;
	top: 219px;
    left: 125px;
	box-sizing: border-box;
}
.award-container .alert-award .award-message .award-title {
	font-family: "VL-Antipasto-pro-bold";
	font-size: 26px;
	margin-top: 10px;
	color: #fc4902;
}
.award-container .alert-award .award-message #award-value {
	font-family: "UTM_HelvetIns";
    font-size: 44px;
    color: #fc4902;
    line-height: 55px;
}
.award-container .otp-warning{
	font-family: "VL-Antipasto-pro-bold";
	font-size: 20px;
	line-height: 30px;
	color: #fc4902;
/*	text-shadow: 2px 2px 4px #0000009c;*/
	-webkit-text-stroke: 4px #ffffff;
	paint-order: stroke fill;
	margin-bottom: 5px;
}
.award-container .award-input-group{
	width: 285px;
	margin: auto;
	height: 50px;
	border: 1px solid #fc4902;
	border-radius: 50px;
	background-color: #ffffff;
}
.award-container .award-input-group input{
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	width: 80%;
	height: 45px;
	font-size: 25px;
	background-color: #ffffff;
}
.award-container .otp-message{
	font-family: 'MTD_Gorni';
	color: #fffc00;
	font-size: 17px;
}
.btn.btn-award{
	width: 300px;
  	height: 53px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
.award-loading{
	font-family: "VL-Antipasto-pro-bold";
	font-size: 38px;
	color: #fffc00;
}
.award-error{
	font-family: "VL-Antipasto-pro-bold";
	text-align: center;
	color: #fffc00;
}
.award-error img.bee-sad{
	width: 195px;
	height: 215px;
	margin-bottom: 20px;
}
.award-error .error-title{
	font-size: 30px;
	margin-bottom: 20px;
}
.award-error .error-content{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px #0000009c;
}
.award-error .error-fix{
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #0000009c;
}

#mqs-main-img.spinroll{
	animation: spinroll 0.5s linear infinite;
}


.confirm-gift-container{
	box-sizing: border-box;
	padding: 10px 0;
}
.confirm-gift{
	min-height: 100vh;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	padding-bottom: 50px;
}
.confirm-gift-content h3{
	font-size: 20px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    text-align: center;
    background-color: #fc4902;
    position: relative;
    display: inline-block;
    top: -15px;
    padding: 5px 15px;
    border-radius: 5px;
}
.gift-content{
	text-align: center;
	border: 3px solid #ff0000;
	border-radius: 10px;
	margin: 20px 0;
	padding-bottom: 15px;

}
.gift-content .bonus-info{
	font-family: "UTM_HelvetIns";
	font-size: 40px;
	line-height: 40px;
	color: #ff0000;
	margin-bottom: 10px;
}
.gift-content .reward-type, .reward-timeout{
	font-family: "UTM_HelvetIns";
	font-size: 27px;
	line-height: 33px;
	color: #ff0000;
	margin-bottom: 10px;
}
.gift-tutorial-content{
	text-align: center;
	font-family: sans-serif;
}
.gift-tutorial-content .tut-step-title{
	display: inline-block;
	padding: 10px 30px;
	font-size: 20px;
	border-radius: 30px;
	background-color: #9d00ff;
	color: #ffffff;
	margin-bottom: 10px;
}
.tut-step-line{
	width: 400px;
	margin: 15px auto;
	border-bottom: 3px dashed #9d00ff;
}
.gift-tutorial-step .tut-text{
	width: 400px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #9d00ff;
	margin-bottom: 5px;
}
.gift-tutorial-step .tut-img{
	display: inline-block;
	width: 300px;
	border: 2px solid #000000;
}
.gift-tutorial-step .tut-img img{
	width: 100%;
	height: 100%;
}
.btn.btn-receive-reward{
	font-size: 29px;
	padding: 15px;
	line-height: 45px;
	border-radius: 70px;
	text-transform: uppercase;
	font-family: "UTM_HelvetIns";
}
.account-list{
	width: 420px;
	margin-top: 10px;
}
.account-list .account-item{
	cursor: pointer;
	width: 135px;
	box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: -10px;
}
.account-list .account-item .account-item-btn{
	font-family: sans-serif;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #ff5200;
	text-decoration: none;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
}
.account-list .account-item .account-item-btn.active{
	background-color: #11a100;
}
.btn-account-reset, .btn-account-confirm{
	cursor: pointer;
	margin: 10px 0;
	box-sizing: border-box;
	font-family: sans-serif;
	display: inline-block;
	width: 200px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fffc00;
	text-decoration: none;
	border: 2px solid #515151;
	font-weight: bold;
	color: #515151;
}