<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #030107 url("/event/assets/betasia/images/slots-clash/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: 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/slots-clash/bg-top.png")no-repeat top center;
	background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 15px;
}
.logo {
    max-width: 250px;
    margin: 0 auto -13%;
}
.title-top {
    position: relative;
    margin-bottom: -5%;
}
.deco.top-1 {
    top: 22%;
    left: 16%;
    max-width: 12%;
	animation: shake 2.2s ease-in-out infinite;
}
.deco.top-2 {
    right: 12%;
    top: 21%;
    max-width: 21%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.top-3 {
    left: 0%;
    top: 13%;
    max-width: 11%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.top-4 {
    right: 11%;
    top: 12%;
    max-width: 9%;
	animation: shake 2.2s ease-in-out infinite;
}
.deco.crown {
    left: -3%;
    bottom: 22%;
    max-width: 13%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.seven {
    right: -2%;
    bottom: 24%;
    max-width: 11%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(18deg);
    }
    100% {
        transform: rotate(0);
    }
}
.date-wrapper {
    position: relative;
    margin: 0 auto 30px;
}
.date-event {
    max-width: 600px;
    margin: 0 auto -15px;
    position: relative;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.daynote {
    font-size: 18px;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 320px;
    margin: 10px 10px;
    font-size: 16px;
	vertical-align: top;
}
.leaderboard-sec {
    position: relative;
	text-align: center;
    padding: 10px 0 45px;
}
ul.nav.nav-leaderboard {
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}
ul.nav.nav-leaderboard li.nav-item {
    margin: 5px 10px;
}
ul.nav.nav-leaderboard li.nav-item a.nav-link {
    background: url(/event/assets/betasia/images/slots-clash/purple-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 250px;
    height: 80px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Noto Serif";
    font-size: 20px;
    font-weight: 700;
    padding: 5px 5px 15px;
	filter: grayscale(1) brightness(2);
}
ul.nav.nav-leaderboard li.nav-item a.nav-link.active {
	filter: none;
}
.winner-box {
    position: relative;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -30px 10px;
}
.winner-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 63%;
    max-width: 62%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
}
.wprize {
    font-family: 'Noto Serif';
    font-weight: 900;
    font-size: 140%;
}
.wturn {
    font-size: 85%;
}
.top-three-wrapper {
    padding-bottom: 20px;
}
.table-responsive.rank-table-wrap {
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #fbbd48;
    border-radius: 20px;
}
table.rank-table tr th {
    background: linear-gradient(180deg, rgba(55, 29, 110, 1) 0%, rgba(95, 42, 155, 1) 100%);
	border: 2px solid #fbbd48;
	border-top: none;
	font-family: 'Noto Serif';
	font-size: 110%;
    font-weight: 900;
	padding: 15px 2px;
}
table.rank-table tr th:last-child {
	border-right: none;	
}
table.rank-table tr th:first-child {
	border-left: none;	
}
table.rank-table tr td {
    background: #120d13;
	border: 2px solid #fbbd48;
	padding: 10px 2px;
}
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;	
}

.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.popup {
   background: linear-gradient(180deg, rgba(55, 29, 110, 1) 0%, rgba(95, 42, 155, 1) 100%);
    border: 2px solid #fbbd48;
    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: #fece2e;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}


@media(max-width: 1080px) {
.logo {
    max-width: 26%;
}	
.deco.crown, .deco.seven {
	display: none;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}	
.winner-box {
    width: 61%;
}	
.winner-box.first {
    display: block;
    margin: 0 auto;
}	
}

@media(max-width: 600px) {
.date-event {
    max-width: 90%;
}	
.date-text {
    font-size: 3.7vw;
}	
.stepbox {
    width: 47%;
    margin: 10px 1%;
    font-size: 3.4vw;
}
ul.nav.nav-leaderboard li.nav-item {
    margin: 5px 1%;
    width: 48%;
}	
ul.nav.nav-leaderboard li.nav-item a.nav-link {
	width: 100%;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}	
.date-event {
    margin: 0 auto -10px;
}
.daynote {
    font-size: 14px;
}
ul.nav.nav-leaderboard li.nav-item a.nav-link {
	width: 100%;
	height: 15vw;
	font-size: 4vw;
	padding: 0 0 3%;
}
.winner-info {
    font-size: 4.2vw;
}
.winner-box {
	margin: 0 -6% 10px;
}
table.rank-table {
    font-size: 13px;
}
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}
.poptitle {
    font-size: 22px;
}	
}








</pre></body></html>