﻿@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: #228486 url("/event/assets/casinojr/images/slots-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;
	pointer-events: none;
}
.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: 75px;
	margin: 1px 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 {
	background: url("/event/assets/casinojr/images/slots-ranking/top-ribbon.png")no-repeat top center;
	background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
.logo {
    position: relative;
    max-width: 400px;
    margin: 0 auto -4%;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.title-img {
    position: relative;
}
.deco.fw-1 {
    left: -26%;
    top: 10%;
    max-width: 68%;
    mix-blend-mode: screen;
    animation: firework 2.5s ease-in-out infinite;
}
.deco.fw-2 {
    right: -16%;
    top: 23%;
    max-width: 57%;
	mix-blend-mode: screen;
    animation: firework 2.8s ease-in-out infinite;
}
.deco.top-deco-1 {
    left: -11%;
    top: 44%;
    max-width: 13%;
	z-index: 1;
	animation: float 2s ease-in-out infinite;
}
.deco.top-deco-2 {
    left: 16%;
    top: 7%;
    max-width: 12%;
	z-index: 1;
	animation: float 2.2s ease-in-out infinite;
}
.deco.top-deco-3 {
    right: 12%;
    top: 11%;
    max-width: 13%;
	z-index: 1;
	animation: float 2s ease-in-out infinite;
}
.deco.top-deco-4 {
    right: -9%;
    top: 29%;
    max-width: 11%;
	z-index: 1;
	animation: float 2.4s ease-in-out infinite;
}
.deco.top-deco-5 {
    right: -12%;
    top: 79%;
    max-width: 16%;
	animation: float 2.6s ease-in-out infinite;
}
@keyframes firework {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.date-wrap {
    margin: 0 -5% 0 0;
}
.btm-sec {
    position: relative;
    text-align: center;
}
.deco.ghost-1 {
    left: -5%;
    top: -4%;
    max-width: 18%;
}
.deco.broom {
    right: -8%;
    top: 1%;
    max-width: 15%;
}
.how-wrapper {
	padding-bottom: 30px;
}
.stepbox {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.stepinfo {
    font-size: 18px;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
}
.turnover-wrapper {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.overamt {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    font-size: 48px;
    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;
}
button.spin-btn {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.5%;
    max-width: 42%;
    margin: 0 auto;
}
.deco.lamp {
    left: -7%;
    bottom: -1%;
    max-width: 20%;
	animation: float 1.5s ease-in-out infinite;
}
.deco.wdeco-1 {
    left: 5%;
    top: -9%;
    max-width: 45%;
    animation: float 1.9s ease-in-out infinite;
}
.deco.wdeco-2 {
    left: -6%;
    top: 46%;
    max-width: 31%;
	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: 5%;
    top: 46%;
    max-width: 23%;
    animation: float 1.9s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
.leaderboard-wrapper {
    position: relative;
    max-width: 317px;
    margin: 50px auto 0;
    border: 2px solid #fff;
    border-radius: 13px;
    padding: 30px 5px 20px;
    box-shadow: 0 0 10px #f323e9, inset 0 0 10px #f323e9, 0 0 5px #f323e9, inset 0 0 4px #f323e9;
}
.lbtitle {
    position: absolute;
    left: 0;
    right: 0;
    top: -33%;
    margin: 0 -7%;
}
.result-leaderboard {
    position: relative;
    max-width: 90%;
    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(43, 5, 113, 0.85);
    border: 3px solid #fe0ec1;
    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: 1080px) {
.logo {
    max-width: 38%;
}	
}

@media(max-width: 991px) {
button.float-btn {
	max-width: 60px;
}
.deco.ghost-1, .deco.broom {
	display: none;
}
}

@media(max-width: 767px) {
button.float-btn {
	max-width: 55px;
}		
.overamt {
    font-size: 6.5vw;
}
.event-container {
    grid-template-columns: auto;
	grid-gap: 75px;	
}	
}

@media(max-width: 480px) {
button.float-btn {
	max-width: 50px;
}	
button.spin-btn {
    font-size: 5vw;
}	
}







