@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #0b1e38 url("/event/assets/deluxewin/images/deposit-n-ranks-reward/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;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 80px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: -10% 0;
}
button.float-btn:hover, button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 160px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 15px !important;
}
a.float-item {
    display: inline-block;
    max-width: 50px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
button#backtop {
    max-width: 60px;
	margin: 0 auto;
}
#backtop {
    opacity: 0;
    visibility: hidden;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	position: relative;
	text-align: center;
	background: url("/event/assets/deluxewin/images/deposit-n-ranks-reward/bg-claw.png")no-repeat top center;
	background-size: 100%;
	padding: 10px 0 30px;
}
.logo {
    max-width: 370px;
    margin: 0 auto;
}
.top-title {
    position: relative;
}
.deco.coin-1 {
    left: 17%;
    top: -5%;
    max-width: 7%;
	animation: float 2s ease-in-out infinite;
}
.deco.coin-2 {
    right: 23%;
    top: 12%;
    max-width: 6%;
	animation: float 1.8s ease-in-out infinite;
}
.deco.gold-1 {
    left: 0%;
    top: -22%;
    max-width: 13%;
	animation: float 1.9s ease-in-out infinite;
}
.deco.gold-2 {
    right: 3%;
    top: 112%;
    max-width: 12%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.deco.lightning-1 {
    left: 10%;
    top: -44%;
    max-width: 28%;
	z-index: 2;
	animation: lightning 2.1s ease-in-out infinite;
	transform-origin: top center;
}
.deco.lightning-2 {
    right: 7%;
    top: -44%;
    max-width: 28%;
	z-index: 2;
	animation: lightning 2.5s ease-in-out infinite;
	transform-origin: top center;
	opacity: 0;
	animation-delay: 0.1s;
}
@keyframes lightning {
    0% {
        transform: scale(0.9);
		opacity: 0;
    }
    10% {
		opacity: 1;
		transform: scale(1);
    }
	15% {
       opacity: 0;
    }
	20% {
       opacity: 1;
    }
    100% {
		opacity: 0;
    }
}
.date-event {
    max-width: 550px;
    margin: 0 auto -10px;
    position: relative;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.6);
}
.week-note {
    font-size: 18px;
}
.mid-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 30px;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 350px;
    margin: 0 10px;
    vertical-align: top;
}
.step-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
}
.step-title {
    max-width: 74%;
    margin: 0 auto;
    height: 85px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.step-info {
    font-size: 17px;
    max-width: 70%;
    margin: 0 auto;
}
.wheel-wrapper {
    position: relative;
    max-width: 991px;
    margin: 0 auto;
}
button.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13%;
    max-width: 32%;
    margin: 0 auto;
}
.token-spin {
    background: #130e0b;
    border: 2px solid #feac37;
    border-radius: 8px;
    max-width: max-content;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
}
.tknum {
    font-size: 140%;
    margin: 0 5px;
    vertical-align: middle;
    color: #feac37;
}
.play-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
button.play-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.leaderboard-title {
    margin-bottom: 15px;
}
ul.nav.nav-event {
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
ul.nav.nav-event li.nav-item {
     margin: 0 5px;
}
ul.nav.nav-event li.nav-item a.nav-week {
    background: url(/event/assets/deluxewin/images/deposit-n-ranks-reward/btn.png) no-repeat;
    background-size: 100% 100%;
	width: 320px;
    height: 130px;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 6px rgb(0, 0, 0, 0.6);
	filter: grayscale(1);
}
ul.nav.nav-event li.nav-item a.nav-week.active {
	filter: none;
}
.table-wrapper {
    position: relative;
    max-width: 840px;
    margin: -81px auto 0;
}
.tab-content.leaderboard {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    max-width: 70%;
    margin: 0 auto;
}
.table-responsive.table-wrap {
    border-radius: 12px;
    border: 1px solid #fff;
}
table.rank-table {
    font-size: 15px;
}
table.rank-table tr th {
    background: #0170b9;
    padding: 15px 3px;
    font-weight: 500;
    border: 1px solid #fff;
}
table.rank-table tr td {
    padding: 12px 3px;
    border: 1px solid #fff;
}
table.rank-table tr td:first-child {
	border-left: none;
}
table.rank-table tr td:last-child {
	border-right: none;
}
table.rank-table tr:last-child td {
	border-bottom: none;
}
table.rank-table tr th:first-child {
	border-left: none;
}
table.rank-table tr th:last-child {
	border-right: none;
}
table.rank-table tr th {
	border-top: none;
}

.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.popup {
    background: #0170b9;
    border: 3px solid #fff;
    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: #fdcf09;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
	text-shadow: 0 2px 5px rgb(0,0,0,0.3);
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}

@media(max-width: 1080px) {
.logo {
    max-width: 35%;
}
.play-text {
    font-size: 3vw;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}
.date-event {
    max-width: 68%;
	margin-bottom: -1%;
}	
.date-text {
    font-size: 3.6vw;
}
.stepbox {
    max-width: 47%;
    margin: 0 1%;
}	
.step-detail {
    top: 67%;
}	
.step-title {
    height: 10.5vw;
}	
.step-info {
    font-size: 2.5vw;
}
ul.nav.nav-event li.nav-item {
    width: 48%;
    margin: 0 1%;
}	
ul.nav.nav-event li.nav-item a.nav-week {
    width: 100%;
    font-size: 3vw;
    height: 19vw;
}	
.table-wrapper {
    margin: 20px auto 0;
    background: rgb(0, 0, 0, 0.5);
    padding: 20px 20px;
    border-radius: 13px;
    border: 2px solid #e8f1f0;
    box-shadow: 0 0 5px #53e6e5, inset 0 0 7px #53e6e5, 0 0 5px #53e6e5;
}
.tab-content.leaderboard {
    position: initial;
    max-width: 100%;
}	
.frame-img {
    display: none;
}
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.7);
	top: auto;
	bottom: 0;
}
.step-info {
	font-size: 2.89vw;
	max-width: 90%;
}	
.week-note {
    font-size: 14px;
}
.table-wrapper {
    padding: 10px;
}
table.rank-table {
    font-size: 14px;
}	
table.rank-table tr td {
    padding: 9px 2px;
}	
table.rank-table tr th {
    padding: 11px 2px;
}
.modal-content.popup {
    padding: 15px;
    font-size: 14px;
}	
.poptitle {
    font-size: 22px;
    margin-bottom: 10px;
}	
	
}


























