﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/casinojr/images/leaderboard-ranking/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: 999;
    right: 0;
    bottom: 50px;
}
button.float-btn {
    display: block;
    max-width: 85px;
	margin: 3px 0;
	filter: drop-shadow(0 1px 4px rgb(0,0,0,0.9));
}
button.float-btn:hover {
	filter: drop-shadow(0 1px 4px rgb(0,0,0,0.9)) brightness(1.07);
	transform: scale(0.98);
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0;
}
.logo {
    max-width: 30%;
    margin: 0 auto -4%;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 15px;
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-15deg);
    }
}
.deco.top-deco-1 {
    left: -8%;
    top: 11%;
    max-width: 12%;
	animation: float 1.9s ease-in-out infinite;
}
.deco.top-deco-2 {
    left: 19%;
    top: -4%;
    max-width: 10%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.top-deco-3 {
    left: -2%;
    top: 46%;
    max-width: 9%;
	animation: float 2s ease-in-out infinite;
}
.deco.top-deco-4 {
    right: 15%;
    top: -4%;
    max-width: 11%;
	animation: float 1.9s ease-in-out infinite;
}
.deco.top-deco-5 {
    right: -10%;
    top: 22%;
    max-width: 12%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.top-deco-6 {
    right: 0%;
    top: 68%;
    max-width: 11%;
	animation: shake 1.9s ease-in-out infinite;
}
.btm-sec {
    position: relative;
    text-align: center;
	background: url("/event/assets/casinojr/images/leaderboard-ranking/bg-center.png")no-repeat top center;
	background-size: 100%;
	padding: 0 0 30px;
}
.deco.gift {
    left: 8%;
    top: 29%;
    max-width: 9%;
	animation: shake 1.9s ease-in-out infinite;
}
.deco.deco777 {
    right: 8%;
    top: 42%;
    max-width: 8%;
	animation: shake 2s ease-in-out infinite;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 800px;
    margin: 0 auto 45px;
}
.stepbox {
    position: relative;
    max-width: 249px;
    margin: 0 auto;
}
.turnover-wrapper {
    position: relative;
    max-width: 436px;
    margin: 10px auto;
}
.turnover-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -9%;
}
.overamt {
    position: absolute;
    left: 0;
    right: 0;
    top: 31%;
    font-size: 46px;
    font-weight: 700;
}
.event-container {
    display: grid;
    grid-template-columns: 55% 45%;
    max-width: 820px;
    margin: 35px auto;
	align-items: center;
}
.wheel-wrapper {
    position: relative;
    max-width: 454px;
    margin: 0 auto;
	cursor: pointer;
}
.deco.wdeco-1 {
    left: 5%;
    top: -9%;
    max-width: 26%;
	animation: float 1.9s ease-in-out infinite;
}
.deco.wdeco-2 {
    left: -6%;
    top: 46%;
    max-width: 40%;
	animation: float 2s ease-in-out infinite;
}
.deco.wdeco-3 {
    right: 1%;
    top: -1%;
    max-width: 31%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.wdeco-4 {
    right: -2%;
    top: 56%;
    max-width: 26%;
	animation: float 1.9s ease-in-out infinite;
}
.leaderboard-wrapper {
    position: relative;
    max-width: 317px;
    margin: 0 auto;
}
.lbtitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    max-width: 66%;
    margin: 0 auto;
}
.result-leaderboard {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    max-width: 87%;
    margin: 0 auto;
}
ul.nav.nav-weeks li.nav-item {
    width: 33.33%;
}
ul.nav.nav-weeks li.nav-item a.nav-link {
    background: #252525;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    padding: 5% 0;
    border: 1px solid #515151;
}
ul.nav.nav-weeks li.nav-item a.nav-link.active {
	background: linear-gradient(180deg, rgba(0,189,250,1) 0%, rgba(0,98,235,1) 100%);
}
.table-responsive.leaderboard-table {
    max-height: 328px;
    padding-right: 1%;
}
.table-responsive.leaderboard-table::-webkit-scrollbar {
  width: 2px;
}
.table-responsive.leaderboard-table::-webkit-scrollbar-track {
  background: #777777;
}
.table-responsive.leaderboard-table::-webkit-scrollbar-thumb {
  background: #c52af5;
}
.table-responsive.leaderboard-table::-webkit-scrollbar-thumb:hover {
  background: #c52af5;
}
table.boardtable tr td {
    font-size: 13px;
    border: 1px solid #fff;
    padding: 2% 0.5%;
}

/** Modal **/
.modal-dialog.terms {
	max-width: 750px;
}
.modal-content.popup {
    background: rgb(11, 50, 133, 0.9);
    border: 3px solid #527bac;
    border-radius: 14px;
    padding: 15px 15px 10px;
}
button.close-x {
    position: absolute;
    z-index: 2;
    color: #fff;
    right: 9px;
    top: 6px;
}
.title-popup {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
}
ul.terms {
	padding-left: 17px;
}
.language-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 275px;
    margin: 0 auto;
}


@media (max-width: 991px) {
	
}


@media (max-width: 767px) {
.event-container {
    display: block;
}
.how-wrapper {
    display: block;
}	
.stepbox {
    display: inline-block;
    width: 48%;
}	
button.float-btn {
    max-width: 70px;
}	
}

@media (max-width: 480px) {
.logo {
    max-width: 42%;
    margin: 0 auto -7%;
}	
.title-img {
    height: 72vw;
    margin: 0 -10px;
}	
.title-img img {
    height: 100%;
    object-fit: cover;
}	
.deco.top-deco-2 {
    left: 14%;
    top: -4%;
    max-width: 15%;
}
.deco.top-deco-4 {
    right: 10%;
    top: -2%;
    max-width: 16%;
}
.deco.top-deco-3 {
    left: -3%;
    top: 65%;
    max-width: 12%;
}
.deco.top-deco-6 {
    right: -1%;
    top: 69%;
    max-width: 13%;
}	
.deco.gift, .deco.deco777 {
	display: none;
}
.deco.wdeco-1 {
    top: -3%;
}	
.turnover-wrapper {
    width: 85%;
}	
.turnover-title {
    max-width: 50%;
    margin: 0 auto;
}
.overamt {
    font-size: 10vw;
}
button.float-btn {
    max-width: 60px;
}		
}










