@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
  font-family: Retro Computer;
  src: url("../fonts/retro_computer_personal_use.ttf");
}

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff;background: #000 url("/event/assets/eg33/images/daily-mission-blast/bg.png")repeat-y top center; background-size: 100%;}

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;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 4px;
    top: 100px;
    max-width: 90px;
}
.float-btn-wrap {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    max-width: 70%;
    margin: auto;
}
button.float-btn {
    margin: 3px 0;
    display: block;
    transition: 0.2s;
}
button.float-btn:hover {
	transform: rotate(5deg) scale(1.03);
	filter: brightness(1.07);
	transition: 0.2s;
}
.dropdown-menu.language {
    min-width: 180px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 9px;
}
a.float-item {
    display: inline-block;
    max-width: 55px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	background: url("/event/assets/eg33/images/daily-mission-blast/bg-top.png")no-repeat center top;
	background-size: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0 60px;
}
.event-container {
	position: relative;
	background: rgb(4,14,137,0.6);
	border: 5px solid #000024;
	padding: 0 10px;
}
.daily-title {
    max-width: 80%;
    margin: -2% auto 40px;
}
.mission-wrapper {
    position: relative;
    max-width: 940px;
    margin: 0 auto 60px;
}
.mission-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -5%;
}
.mission-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	max-width: 85%;
}
.ms-note {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    color: #ffff67;
	font-family: Retro Computer;
    font-size: 20px;
    text-transform: uppercase;
}
.msbox {
    position: relative;
    max-width: 230px;
    margin: 0 auto;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    max-width: 64%;
    margin: 0 auto;
}
button.claim-btn img {
    max-height: 40px;
}
.msbox.claimed::after {
    content: '';
    background: url(../images/tick.png) no-repeat;
    background-size: 100%;
    width: 25%;
    height: 20%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
}
.msbox.claimed button.claim-btn {
    display: none;
}
.msbox.active button.claim-btn {
	animation: glowing 1.2s ease-in-out infinite;
}
@keyframes glowing {
    0% {
		transform: scale(0.98);
        filter: drop-shadow(0 0 3px #ffce76);
    }
    50% {
        transform: scale(1);
		filter: drop-shadow(0 0 10px #ffce76) brightness(1.07);
    }
    100% {
        transform: scale(0.98);
		filter: drop-shadow(0 0 3px #ffce76);
    }
}

.modal-dialog.popup {
    max-width: 800px;
}
.modal-content.popup {
    border: none;
    background: #101436;
    border: 4px solid #000;
    padding: 15px 10px;
}
button.close-x {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.how-title {
    text-align: center;
    max-width: 80%;
    margin: -5% auto 15px;
}
.step-wrapper {
    text-align: center;
}
.step-box {
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 5px 1%;
    vertical-align: top;
}
.deco.depo-1 {
    left: -9%;
    top: 36%;
    max-width: 18%;
}
.deco.depo-2 {
    right: -10%;
    top: 20%;
    max-width: 18%;
}
.deco.depo-1 img {
    transform: rotate(10deg);
}
.deco.depo-2 img {
    transform: scaleX(-1) rotate(10deg);
}
.deco.slots-1 {
    left: -18%;
    top: 4%;
    max-width: 20%;
}
.deco.slots-2 {
    right: -18%;
    top: 11%;
    max-width: 20%;
}
.deco.slots-1 img {
    transform: scaleX(-1) rotate(10deg);
}
.deco.slots-2 img {
    transform: rotate(10deg);
}
.deco.live-1 {
    left: -18%;
    top: 4%;
    max-width: 19%;
}
.deco.live-2 {
    right: -18%;
    top: 11%;
    max-width: 19%;
}
.deco.live-1 img {
    transform: rotate(10deg);
}
.deco.live-2 img {
    transform: scaleX(-1) rotate(10deg);
}
.deco.sport-1 {
    left: -18%;
    top: 4%;
    max-width: 18%;
}
.deco.sport-2 {
    right: -18%;
    top: 11%;
    max-width: 18%;
}
.deco.sport-2 img {
    transform: scaleX(-1);
}


@media(max-width: 1080px) {
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}
.logo {
    max-width: 27%;
    margin: 0 auto;
}	
}

@media(max-width: 991px) {
.mission-title img {
    max-height: 7.5vw;
}
.msbox {
    max-width: 86%;
}	
.ms-note {
    font-size: 2vw;
}
.daily-title {
    margin: -2% auto 4%;
}
.mission-wrapper {
    margin: 0 auto 6%;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.7);
}
button.claim-btn {
    top: 78%;
}
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.5);
}	
.modal-content.popup {
    font-size: 14px;
}
ul.terms {
    padding-left: 17px;
}	
.step-box {
    width: 46%;
}	
}
















