@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Oswald:wght@200..700&display=swap');

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #ff0c3c url("/event/assets/betasia/images/daily-treat/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 50px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 8px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	background: url("/event/assets/betasia/images/daily-treat/bg-top.png")no-repeat top center;
	background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 60px;
}
.logo {
	position: relative;
    max-width: 250px;
    margin: 0 auto -16%;
}
.title-top {
    position: relative;
}
.deco.coin-1 {
    left: -5%;
    top: 31%;
    max-width: 14%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-2 {
    left: 20%;
    top: 16%;
    max-width: 13%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.coin-3 {
    right: 17%;
    top: 26%;
    max-width: 13%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin-4 {
    right: -7%;
    top: 56%;
    max-width: 16%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.ribbon-1 {
    left: -15%;
    top: 78%;
    max-width: 23%;
}
.deco.ribbon-2 {
    left: 2%;
    top: 21%;
    max-width: 15%;
}
.deco.ribbon-3 {
    right: 0%;
    top: 15%;
    max-width: 20%;
    z-index: -1;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.deco.cash {
    left: -3%;
    top: 2%;
    max-width: 12%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.coin {
    right: 0%;
    top: 8%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
.date-wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto 15px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000;
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
}
.subinfo {
    margin: 0 10px;
}
.subinfo img {
    max-height: 30px;
    margin-right: 8px;
}
.event-container {
    position: relative;
    background: url(/event/assets/betasia/images/daily-treat/frame.png) no-repeat;
    background-size: 100% 100%;
    max-width: 919px;
    height: 650px;
    margin: 30px auto 60px;
    filter: drop-shadow(0px 0px 8px rgb(0, 0, 0, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkin-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px 10px;
    max-width: 87%;
    width: 100%;
    margin: -7% auto 0;
}
.daybox {
    position: relative;
    max-width: 143px;
    margin: 0 auto;
}
.day-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 0 0px 7px rgb(0, 0, 0, 0.7);
}
.gift-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    max-width: 70%;
    margin: 0 auto;
}
.reward-prz {
    background: url(/event/assets/betasia/images/daily-treat/btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 125px;
    height: 49px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding-bottom: 2%;
    text-shadow: 0px 0px 5px rgb(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 700;
}
.reward-prz img {
    margin-right: 5px;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0, 0.7));
}
.daybox.claimed::after {
	content: '' ;
	background: url("/event/assets/betasia/images/daily-treat/tick.png")no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	width: 82px;
	height: 72px;
	margin: 0 auto;
	z-index: 2;
}
.daybox.missed {
	filter: grayscale(1) brightness(1.1);
}
.daybox.active .reward-prz {
	animation: shine 1s ease-in-out infinite;
}
@keyframes shine {
    0% {
        filter: drop-shadow(0 0 0 rgb(255,255,255,0.8));
    }
    50% {
        filter: drop-shadow(0 0 7px rgb(255,255,255,0.8)) brightness(1.1);
    }
    100% {
        filter: drop-shadow(0 0 0 rgb(255,255,255,0.8));
    }
}
.claim-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6%;
    z-index: 3;
}
button.claim-btn {
    background: url(/event/assets/betasia/images/daily-treat/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 330px;
    height: 115px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.7);
}
button.commn-btn {
    position: relative;
    max-width: 300px;
}
.btn-text {
    position: absolute;
    left: 22%;
    right: 12%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.7);
    font-size: 20px;
    text-transform: uppercase;
}

/** Modal **/
.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.popup {
	background: linear-gradient(180deg,rgba(235, 9, 49, 1) 0%, rgba(125, 19, 37, 1) 100%);
	border: 2px solid #f8d4b1;
	padding: 15px 25px;
	border-radius: 15px;
	box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.6);
}
button.close-x {
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.poptitle {
    color: #fff6a4;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}
.example-wrap {
    font-size: 18px;
    line-height: 1.4;
}

@media(max-width: 991px) {
.logo {
    max-width: 26%;
}
.sub-detail {
    display: block;
}
.subinfo {
    margin: 5px 0px;
}	
.event-container {
	background: linear-gradient(180deg, rgba(235, 9, 49, 1) 0%, rgba(125, 19, 37, 1) 100%);
	border: 10px solid #edc49d;
	height: auto;
	padding: 30px 15px;
	display: block;
	margin: 30px auto 20px;
}
.checkin-wrapper {
    margin: 0 auto;
}
.claim-btn-wrap {
    position: initial;
    margin-top: 40px;
}	
.checkin-wrapper {
	margin: 0 auto;
	max-width: 100%;
}		
}



@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
	top: 50px;
}	
.date-wrap {
    max-width: 67%;
}	
.date-text {
    font-size: 4vw;
}	
.day-text {
    font-size: 2.9vw;
}	
.reward-prz {
    max-width: 96%;
    font-size: 2vw;
    height: 6.5vw;
}
.daybox.claimed::after {
    width: 60%;
    height: 9vw;
}
button.claim-btn {
    max-width: 47%;
    height: 15vw;
    font-size: 4vw;
}	
.reward-prz img {
    margin-right: 5px;
    max-height: 2.3vw;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}	
.title-img {
    height: 76vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.sub-detail {
	font-size: 15px;
}	
.event-container {
	border: 4px solid #edc49d;
	padding: 20px 10px;
	margin: 10px auto 20px;
}	
.checkin-wrapper {
    grid-gap: 25px 1%;
}	
button.commn-btn {
    max-width: 49%;
}	
.btn-text {
    font-size: 3.1vw;
}
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}	
.poptitle {
    font-size: 20px;
}
.example-wrap {
    font-size: 14px;
    line-height: 1.6;
}	
}

























