﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #35065c; }

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, textarea:focus, input:focus, select:focus { 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 {
    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;
}
.header-sec {
	background: #4a0791;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
}
.header-container {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 75px;
	padding: 0 10px;
}
.header-left-wrapper {
    display: flex;
    align-items: center;
}
.logo {
    margin-right: 30px;
}
.logo img {
    max-height: 70px;
}
ul.nav.header-menu {
    height: 65px;
    display: flex;
    align-items: center;
}
ul.nav.header-menu li.menu-item {
    position: relative;
    margin: 0 1vw;
}
ul.nav.header-menu li.menu-item a.menu-link {
    display: flex;
    align-items: center;
    color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
ul.nav.header-menu li.menu-item:hover a.menu-link {
	border-bottom: 2px solid #ffd338;
}
.down-arrow {
    margin: 0 0 5px 10px;
	transform-origin: center;
}
.header-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #200838;
    padding: 25px 25px 30px;
    min-width: max-content;
	visibility: hidden;
	opacity: 0;
}
ul.nav.header-menu li.menu-item:hover .header-dropdown {
    opacity: 1;
	visibility: visible;
}
.hgtitle {
    font-size: 14px;
    padding: 0 0 10px 5px;
}
.dropdown-menu-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
a.ddmenu-box {
	display: inline-block;
	min-width: 90px;
    position: relative;
    background: #4a0791;
    padding: 15px 12px;
    text-align: center;
    color: #fff;
    font-size: 12px;
	margin: 0 -1px;
}
.dd-img {
    max-width: 30px;
    margin: 0 auto 5px;
}
a.ddmenu-box:hover {
	background: #ffd338;
	color: #000;
}
a.ddmenu-box:hover .dd-img img {
	filter: grayscale(1) brightness(0);
}
.hdright-wrap {
    display: flex;
    align-items: center;
}
.logreg-wrap {
    display: flex;
    align-items: center;
}
button.login-btn {
    position: relative;
    min-width: 110px;
    background: transparent;
    height: 35px;
	border: 1px solid #fff;
    border-radius: 45px;
    margin: 0 auto 0 8px;
    color: #fff;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 2px 10px;
}
button.register-btn {
    position: relative;
    min-width: 110px;
    background: #ffd338;
    height: 35px;
	border: 1px solid #ffd338;
    border-radius: 45px;
    margin: 0 auto 0 8px;
    color: #000;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 2px 10px;
}
button.login-btn:hover {
    background: #fff;
	color: #000;
}
button.register-btn:hover {
	background: transparent;
	color: #ffd338;
}
button.wallet-btn {
    position: relative;
    min-width: 110px;
    background: #ffd338;
    height: 35px;
    border: 1px solid #ffd338;
    border-radius: 45px;
    margin: 0 auto 0 8px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
}
a.toprofile-link {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 7px;
    margin: 0 0 0 5px;
    font-size: 14px;
}
a.toprofile-link:hover , a.inbox-link:hover {
	color: #ffd338;	
}
a.inbox-link {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 2px;
    font-size: 18px;
    margin: 0 5px;
}
span.mailnum {
    position: absolute;
    right: -5px;
    top: -1px;
    background: #f00;
    font-size: 7px;
    border-radius: 50%;
    height: 11px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dk-none {
	display: none;
}
.language-wrap.header {
    margin-left: 10px;
}
button.lang-btn.header {
    max-width: 30px;
}
a.lang-top-link {
	display: block;
	margin: 5px 3px;
}
a.lang-top-link img {
	max-width: 31px;
}


/** Footer **/
.footer-sec {
    position: relative;
    background: #200838;
    padding: 30px 0 15px;
}
.footer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}
.ft-col-2 {
	text-align: center;
}
.connect-text {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.social-logo a {
    display: inline-block;
    margin: 0 4px;
}
.social-logo a:hover {
	transform: scale(1.03);
	filter: brightness(1.07);
}
.ft-menu-wrapper {
    column-count: 2;
}
ul.nav.ft-menu {
    flex-direction: column;
}
ul.nav.ft-menu li {
    margin: 3px 0;
}
ul.nav.ft-menu li a {
    font-size: 14px;
    color: #fff;
}
ul.nav.ft-menu li {
    margin: 3px 0;
}
ul.nav.ft-menu li a:hover {
	color: #ffd338;
}
.footer-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
}
.cert-text {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
    border-bottom: 1px solid #656366;
}
.footer-row-2 .ft-col {
    padding: 0 30px;
}
.ft-col.line {
	border-right: 1px solid #656366;
}
.cert-logo img {
    margin: 0 15px 10px 0;
}
.ft-crypto img {
    max-width: 50px;
    margin: 0 15px 10px 0;
}
.ft-payment img {
    margin: 0 10px 10px 0;
}
.copyright-footer {
    font-family: 'Montserrat';
    text-align: center;
    padding: 25px 0 10px;
    font-size: 12px;
}

/** Mobile Bottom Menu **/
.mobile-btm-sec {
    position: fixed;
    background: #3c0773;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 -1px 6px rgb(0, 0, 0, 0.4);
	display: none;
}
ul.nav.btm-menu-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    text-align: center;
    height: 58px;
}
a.bmenu-link {
	position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 5px 1px;
}
.bmtext {
    line-height: 1;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bmimg {
    height: 25px;
}
.bmimg img {
    max-height: 25px;
}
.bmtext {
    line-height: 1;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bmimg.rwc-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto;
    max-height: 45px;
}
.floating-chat {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 999;
    animation: 1.8s float ease-in-out infinite;
}


/** Home **/
.t-inner-body {
    position: relative;
    padding-top: 75px;
	background: url("../images/bg-1.jpg")no-repeat top center;
	background-size: cover;
}
.owl-carousel.main-slider {
	margin-bottom: 10px;
}
.mbimg {
    overflow: hidden;
}
.owl-theme.main-slider .owl-nav {
    margin-top: 0;
}
.owl-theme.main-slider button.owl-prev span, .owl-theme.main-slider button.owl-next span {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    line-height: 0;
}
.owl-theme.main-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 3%;
    top: 0;
    bottom: 0;
    font-size: 50px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: auto;
    background: none;
    z-index: 3;
	opacity: 0.5;
}
.owl-theme.main-slider .owl-nav button.owl-next {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    font-size: 50px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: auto;
    background: none;
    z-index: 3;
	opacity: 0.5;
}
.owl-theme.main-slider .owl-dots, .owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme.main-slider .owl-dots .owl-dot span {
	background: #525252;
	width: 20px;
    height: 5px;
	margin: 5px 3px;
	transition: 0.2s;
}
.owl-theme.main-slider .owl-dots .owl-dot.active span  {
    background: linear-gradient(90deg, rgba(146, 32, 119, 1) 0%, rgba(74, 7, 145, 1) 100%);
	width: 40px;
	transition: 0.2s;
}
.owl-theme.promo-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -1%;
    top: 0;
    bottom: 0;
    font-size: 22px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: auto;
    color: #ffd338;
    background: rgb(255,255,255,0.2);
    z-index: 3;
    padding-bottom: 0.3% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme.promo-slider .owl-nav button.owl-next {
    position: absolute;
    right: -1%;
    top: 0;
    bottom: 0;
    font-size: 22px;
    border-radius: 50%;
	height: 30px;
    width: 30px;
    margin: auto;
    color: #ffd338;
    background: rgb(255,255,255,0.2);
    z-index: 3;
    padding-bottom: 0.3% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-sec {
	background: url("../images/home/home-girl-bg.png")no-repeat top center;
	background-size: 100%;
    position: relative;
    padding: 15px 0;
    text-align: center;
}
.welcome-text-1 {
    font-size: 34px;
    font-weight: 700;
    color: #ffd338;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.welcome-text-2 {
	font-family: 'Montserrat';
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
}
.usp-wrapper {
    position: relative;
}
.welcome-img {
    margin: 0 auto -9%;
}
.uspbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 238px;
    margin: 0 -2%;
	width: 33%;
}
.usp-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 74%;
    font-size: 23px;
    font-weight: 600;
    color: #ffd338;
    text-transform: uppercase;
}
.ftgame-container {
	position: relative;
	margin: 0 0 30px;
}
.owl-theme.slots-slider .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: -14%;
}
.owl-theme.slots-slider .owl-nav button.owl-prev {
    position: absolute;
    right: 42px;
    bottom: 0;
    font-size: 22px;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    margin: auto;
    background: rgb(255,255,255,0.2);
    z-index: 3;
    line-height: 0;
    padding-bottom: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme.slots-slider .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 22px;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    margin: auto;
    background: rgb(255,255,255,0.2);
    z-index: 3;
    line-height: 0;
    padding-bottom: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme.slots-slider .owl-nav button.owl-prev:hover, .owl-theme.slots-slider .owl-nav button.owl-next:hover {
	background: rgb(255,255,255,1);
	color: #ffd338;
} 
.owl-carousel.main-slider::before {
    content: '';
    background: linear-gradient(90deg,rgba(32, 8, 56, 1) 0%, rgba(32, 8, 56, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.owl-carousel.main-slider::after {
    content: '';
    background: linear-gradient(270deg,rgba(32, 8, 56, 1) 0%, rgba(32, 8, 56, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 19%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.fgtitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.hot-icon {
	margin-right: 7px;
}
.hot-icon img {
    max-height: 35px;
}
.passion-sec {
    position: relative;
    margin-top: -50px;
}
.passion-sec::before {
    content: '';
    background: url(../images/home/arena-background.png) no-repeat;
    background-size: 100%;
    width: 57%;
    height: 100%;
    mix-blend-mode: color-dodge;
    position: absolute;
    right: 4%;
    top: 0;
}
.passion-wrapper {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    justify-content: center;
}
.passion-content {
    font-size: 38px;
    text-align: center;
	text-transform: uppercase;
}
.pctext-1 {
    font-weight: 700;
	margin-bottom: 5px;
}
.pctext-1 .ylw-text {
	font-size: 135%;
}
.pctext-2 {
    font-size: 80%;
    font-weight: 700;
	margin-bottom: 10px;
}
.pctext-3 {
    font-size: 18px;
	font-family: 'Montserrat';
}
.ylw-text {
    color: #ffd338;
}
.pss-img {
    margin-left: -8%;
}
/** SEO **/
.powered-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.powerby {
    font-size: 16px;
    color: #f5cf42;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.seo-container {
	position: relative;
	padding: 15px 0;
}
.seo-wrapper {
    font-size: 13px;
	font-family: 'Montserrat';
	color: #fff;
	overflow: hidden;
	max-height: 280px;
}
.seo-wrapper a {
	color: #fff;
	text-decoration: underline;
}
.seo-wrapper h1,.seo-wrapper h2, .seo-wrapper h3, .seo-wrapper h4, .seo-wrapper h5 {
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: 700;
}
.seo-wrapper h1 {
	font-size: 130%;
}
.seo-wrapper h2 {
	font-size: 120%;
}
.seo-wrapper h3 {
	font-size: 110%;
}
.seo-wrapper h4 {
	font-size: 100%;
}
.seo-wrapper h5 {
	font-size: 100%;
}
button.read-more {
	font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
	text-transform: uppercase;
}
.seo-container.active .readmore-seo {
    margin-top: 0;
}
.seo-container.active .seo-wrapper {
	max-height: none;
}
.more-arrow {
    vertical-align: text-bottom;
    margin-left: 6px;
    font-size: 125%;
	display: inline-block;
}
.readmore-seo.active .more-arrow {
    transform-origin: 7px 15px;
    transform: rotate(180deg);
}


/** Login/ Register page **/
.reg-sec {
	position: relative;
    padding: 30px 0 30px;
    background: linear-gradient(50deg, rgba(122, 26, 108, 1) 0%, rgba(37, 7, 64, 1) 100%);
}
.register-wrapper {
    display: grid;
    grid-template-columns: 55% 45%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: #310a5b;
}
.reg-left-column {
	padding: 30px 20px 20px;
}
.reg-right-column {
    padding: 20px;
}
.regtitle {
	display: none;
}
form.reg-form {
    padding: 15px;
}
.rfwrap {
    position: relative;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.reg-field {
    position: relative;
    width: 100%;
}
.input-icon {
    position: absolute;
    z-index: 2;
    left: 15px;
    color: #8940d7;
    font-size: 16px;
    top:10px;
}
input.reg-input {
    background: #4a0791;
    color: #fff;
    border: none;
    height: 40px;
    padding: 2px 15px 2px 45px;
    border-radius: 8px;
}
input.reg-input::placeholder {
	color: #fff;
}
.field-icon {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 17px;
    cursor: pointer;
	color: #8940d7;
}
.reg-line {
    background: #535e76;
    height: 1px;
    width: 100%;
    margin: 0px 0 20px;
}
.choose-text {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}
.fav-game {
    display: flex;
    justify-content: space-evenly;
}
.game-option {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin: 4px 6px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}
.game-option input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: #fff;
}
.game-option:hover input ~ .checkmark {
	background-color: #4a0792;
}
.game-option input:checked ~ .checkmark {
	background-color: #4a0792;
}
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.game-option input:checked ~ .checkmark:after {
	display: block;
}
.game-option .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reg-btn-wrap {
    text-align: center;
    padding: 20px 0;
}
button.reg-join-btn {
    background: #ffd338;
    border: none;
    border-radius: 45px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 220px;
	height: 40px;
    padding: 2px 15px;
	transition: 0.2s;
}
button.reg-join-btn:hover {
	filter: brightness(1.1);
	transform: scale(0.98);
	transition: 0.2s;
}
.yellowtext, .agree-text a {
	color: #ffd338;
}
.agree-text {
    font-size: 14px;
	color: #fff;
}
.agree-text a:hover {
	color: #fff;
}
.fun-begin {
    padding: 0 5px;
}
.regtext-1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
ol.fun {
    padding: 10px 0 0px 17px;
	font-size: 17px;
}
ol.fun .yellowtext {
	font-weight: 700;
}
ol.fun li {
	padding-bottom: 10px;
}
.reg-feature-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.activate-wrapper {
    background: #310a5b;
    padding: 30px 20px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
	text-align: center;
}
.active-img {
	margin-bottom: 10px;
}
.actext-1 {
    color: #ffd338;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn-act {
    padding-top: 20px;
}
.btn-act button.login-btn:hover {
	background: #ffd338;
	color: #000;
}
.active-img {
	max-width: 150px;
    margin: 0 auto 10px;
}

/** Slots **/
.t-inner-body.slots {
    background: url("../images/slots/slots-bg.jpg") no-repeat top center;
    background-size: cover;
}
.slots-sec {
	padding-bottom: 30px;
}
.slots-top-banner {
	position: relative;
	margin-bottom: 20px;
}
.deco.slotdeco-1 {
    left: 9%;
    top: 9%;
    max-width: 11%;
	animation: 2.4s float ease-in-out infinite;
}
.deco.slotdeco-2 {
    left: 1%;
    top: 51%;
    max-width: 12%;
    animation: 2.2s float ease-in-out infinite;
}
.deco.slotdeco-3 {
    right: 4%;
    top: 16%;
    max-width: 10%;
    animation: 2s float ease-in-out infinite;
}
.deco.slotdeco-4 {
    right: 1%;
    top: 64%;
    max-width: 11%;
    animation: 2.2s float ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-15px);
}

100% {
	transform: translateY(0);
}
}
@-webkit-keyframes zooming {
0% {
	transform: scale(1.1);
}

50% {
	transform: scale(1);
}

100% {
	transform: scale(1.1);
}
}
.lobby-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16%;
    text-align: center;
}
button.globby-btn {
    background: #ffd338;
    color: #000;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    min-width: 180px;
    border-radius: 32px;
    padding: 2px 10px;
    box-shadow: 0px 2px 9px rgb(0, 0, 0, 0.5);
}
button.globby-btn:hover {
	transform: scale(0.98);
	background: #4a0791;
	color: #fff;
	box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
}
.slots-lobby-container {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 15px;
    position: relative;
    margin: 0 auto;
}
.slot-filter-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}
button.sfbtn {
    background: #481a69;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
    padding: 3px 10px;
    height: 35px;
    border-radius: 6px;
    min-width: 75px;
    position: relative;
	margin-right: 3px;
}
button.sfbtn.active, button.sfbtn:hover {
    background: #ffd338;
    color: #000;
}
.slot-search-box {
    position: relative;
    background: #632f88;
    border-radius: 6px;
    display: grid;
    grid-template-columns: auto auto;
    height: 33px;
    max-width: 185px;
}
input.slots-input {
    background: none;
    border: none;
    height: 33px;
    padding: 5px 10px;
    color: #fff;
    width: 160px;
	font-weight: 600;
}
button.slot-search-btn {
    background: none;
    border: none;
    color: #b26fe2;
    padding: 5px;
}
input.slots-input::placeholder {
	color: #b26fe2;
}
.slots-provider {
    background: linear-gradient(90deg, rgba(122,26,108,1) 0%, rgba(37,7,64,1) 100%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: fit-content;
}
a.spvdbox {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 5px 4px 4px 20px;
    position: relative;
    overflow: hidden;
    height: 55px;
    display: flex;
    align-items: center;
}
a.spvdbox.active, a.spvdbox:hover {
	background: #310f49;
	color: #fff;
	font-weight: 500;
}
.hot-slot {
    background: #ffd338;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    padding: 17px 2px 3px;
    text-align: center;
    transform: rotateZ(39deg);
    position: absolute;
    right: -31px;
    top: -9px;
    box-shadow: 0 0px 4px rgb(0, 0, 0, 0.4);
    z-index: 2;
}
.pdv-icon {
    margin-right: 8px;
}
.slots-container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
.slotgbox {
    position: relative;
    max-width: 180px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
.slot-tumbnail {
    overflow: hidden;
}
.slot-tumbnail img {
    object-fit: cover;
	width: 100%;
}
.slot-name {
    background: #4a0791;
    color: #fff;
    height: 50px;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px;
    overflow: hidden;
    line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
}
.slotgbox:hover .play-hover {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}
button.playslot-btn {
    background: #ffd338;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    min-width: 110px;
    padding: 9px 7px;
    margin: 5px 0px;
    border-radius: 7px;
    transform: scale(0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
button.playslot-btn:hover {
    transform: scale(0.97);
    filter: brightness(1.07);
    box-shadow: 0 0 10px -1px #ffd338;
}
.slotgbox:hover .play-hover button.playslot-btn {
	transition: 0.2s;
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
/** Casino**/
.t-inner-body.casino {
	background: url("../images/casino/bg-casino.jpg")no-repeat top center;
	background-size: cover;
}
.casino-sec {
    position: relative;
    padding: 60px 0 30px;
}
.display-game-container {
    background: url(../images/casino/bg-top-casino.png) no-repeat;
    background-size: cover;
	border-radius: 12px;
}
.display-game-wrap {
    position: relative;
    text-align: center;
    height: 335px;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}
.dg-column {
    position: relative;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.game-pvd-img {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}
.game-pvd-img img {
	max-height: 75px;
}
.dg-subtitle {
    max-width: 380px;
    margin: 0 auto 10px;
    font-size: 15px;
}
button.gmplay-btn {
    background: #9141e1;
    color: #fff;
    height: 45px;
    font-size: 20px;
    min-width: 180px;
    border-radius: 8px;
    padding: 2px 15px;
	text-transform: uppercase;
}
button.gmplay-btn:hover {
	background: #4a0791;
	color: #fff;
}
.dg-img-column {
    position: relative;
}
.casino-character {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
	margin: 0 auto;
}
.casino-character img {
    max-height: 400px;
}
.game-character {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.game-character img {
    max-height: 400px;
}
.deco.casino-deco img, .deco.gaming-deco img, .deco.fishing-deco img {
	max-height: 400px;
}
.deco.casino-deco {
    left: 0;
    right: 0;
    top: -5%;
    max-width: 80%;
    margin: 0 auto;
    animation: 2.2s float ease-in-out infinite;
}
.deco.gaming-deco {
    max-width: 23%;
    left: 0;
    top: 8%;
	animation: 2.2s float ease-in-out infinite;
}
.deco.fishing-deco {
    max-width: 25%;
    left: 0;
    top: 8%;
	animation: 2.2s float ease-in-out infinite;
}
ul.nav.nav-provider-game {
    justify-content: center;
}
ul.nav.nav-provider-game li.nav-item {
	max-width: 190px;
    width: 15.5%;
    margin: 0.5%;
}
ul.nav.nav-provider-game a.nav-link {
    background: #481a69;
	border: 1px solid transparent;
    border-top: 2px solid #76538f;
	border-bottom: 1px solid #240d34;
    border-radius: 10px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
ul.nav.nav-provider-game a.nav-link img {
	max-height: 50px;
	max-width: 90%;
}
ul.nav.nav-provider-game a.nav-link.active {
	background: linear-gradient(0deg, rgba(175,38,155,1) 0%, rgba(39,9,60,1) 100%);
	border: 1px solid #835acf;
}
.t-inner-body.sports {
	background: url("../images/sports/sports-bg.jpg")no-repeat top center;
	background-size: cover;
}
.t-inner-body.fishing {
	background: url("../images/fishing/fish-bg.jpg")no-repeat top center;
	background-size: cover;
}
.t-inner-body.gaming {
	background: url("../images/games/game-bg.jpg")no-repeat top center;
	background-size: cover;
}
.display-game-container.sports {
    background: url("../images/sports/sport-top-bg.png") no-repeat;
    background-size: cover;
}
.display-game-container.fishing {
    background: url("../images/fishing/fish-top-bg.png") no-repeat;
    background-size: cover;
}
.display-game-container.gaming {
    background: url("../images/games/game-top-bg.png") no-repeat;
    background-size: cover;
}



/** VIP **/
.top-vipbanner {
    position: relative;
}
.top-vipbanner::before {
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.vipbanner-title {
    position: absolute;
	z-index: 2;
    left: 17%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 40px;
    max-width: 350px;
}
.viptx-1 {
    font-weight: 800;
    color: #ffd338;
}
.viptx-2 {
    font-size: 70%;
    font-weight: 600;
}
.vip-sec {
	background: url("../images/vip/bg_vip.jpg")no-repeat top center;
	background-size: cover;
	padding-bottom: 30px;
	position: relative;
}
.vip-top-banner {
    position: relative;
    padding-top: 30px;
    height: 400px;
    display: flex;
}
.vip-car-wrapper {
    position: relative;
    max-width: 627px;
    margin: 0 auto;
	height: 100%;
    display: flex;
    align-items: flex-end;
}
.deco.vipdeco-1 {
    top: 1%;
    left: 23%;
    max-width: 18%;
}
.deco.vipdeco-2 {
    right: 2%;
    top: 31%;
    max-width: 24%;
}
.deco.vipdeco-3 {
    right: 20%;
    top: 0;
    max-width: 16%;
}
.deco.vipdeco-4 {
    left: 2%;
    top: 31%;
    max-width: 14%;
}
.vip-privilege {
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vptext-1 {
	color: #ffd338;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
	text-transform: uppercase;
}
.vptext-2 {
    font-size: 24px;
    line-height: 1;
}
.vptext-current {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
}
.crt-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    max-width: 450px;
	width: 100%;
    margin: 20px auto 0;
}
.turnbox-wrap {
    overflow: hidden;
    border-radius: 10px;
    max-width: 240px;
    border: 1px solid #2b3248;
	width: 100%;
}
.twbox-1 {
    background: #28143d;
    color: #ffd338;
    font-size: 17px;
    padding: 3px 5px;
    line-height: 1.1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twbox-2 {
    background: #532a7e;
    color: #fff;
    padding: 5px 5px;
    font-size: 18px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidermain_vip {
	position: relative;
	padding-bottom: 45px;
	display: none;
}
.slick-slide.slick-current.slick-active.slick-center >div {
	width: 120%!important;
    margin-left: -10%!important;
}
.slick-current .vip-card-wrapper {
    z-index: 9;
    transition: 0.3s;
    top: 0;
	filter: none;
}
.vip-card-wrapper {
	position: relative;
	margin: 0 6px;
	color: #fff;
	top: 25px;
	filter: blur(1.5px) brightness(0.7);
}
.lock-status {
    position: absolute;
    left: 6%;
	top: 5%;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lock-status img {
	margin-right: 5px;
}
.vip-lvl {
    position: absolute;
    left: 5%;
    top: 25%;
	font-size: 40px;
    font-weight: 800;
}
.turnover-text {
    position: absolute;
    top: 51%;
    left: 5%;
    color: #ffd338;
	font-size: 14px;
}
.achieve-text {
    position: absolute;
    top: 76%;
    left: 5%;
    font-size: 11px;
}
.lvlbar-wrap {
    position: absolute;
    left: 5%;
    top: 86%;
    height: 10px;
    background: #414141;
    width: 90%;	
    border-radius: 25px;
}
.lvlbar-inner {
    height: 100%;
    background: #ffd338;
    border-radius: 35px;
}
.lvlbar-wrap.completed .lvlbar-inner {
	background: #ffd338;
}
.vip-badge {
    max-width: 44%;
    position: absolute;
    right: 1%;
    top: -16%;
}
.slidermain_vip .slick-track {
    padding-top: 20px;
}
.slick-current .vip-lvl {
    font-size: 50px;
}
.slick-current .turnover-text {
	font-size: 15px;
}
.slick-current .achieve-text {
	font-size: 13px;
	 top: 76%;
}
.slick-current .lock-status {
	font-size: 14px;
}
.slick-current .lock-status i {
    margin-right: 10px;
}
.slidermain_vip .slick-prev:before {
	content:'\f137';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
	font-weight: 700;
    line-height: 1;
    opacity: 1;
    color: #ffd338;
}
.slidermain_vip .slick-next:before {
	content:'\f138';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
	font-weight: 700;
    line-height: 1;
    opacity: 1;
    color: #ffd338;
}
.how-vip {
    background: linear-gradient(180deg, rgba(175, 38, 155, 1) 0%, rgba(39, 9, 60, 1) 100%);
    border-radius: 20px;
    grid-gap: 20px;
    color: #fff;
    display: grid;
    grid-template-columns: 550px auto;
    max-width: 1200px;
    margin: 110px auto 0px;
    align-items: center;
    padding: 15px 15px 0;
    font-size: 16px;
}
.couple-vip {
    position: relative;
    max-width: 216px;
    margin: -100px auto 0;
    text-align: center;
}
.vip-gal {
	position: relative;
}
.deco.vip-money-1 {
    left: -85%;
    bottom: 0%;
    max-width: 100%;
    width: 180px;
    height: 85px;
    border-radius: 0 0 0 20px;
    overflow: hidden;
}
.deco.vip-money-1 img {
    object-fit: cover;
    height: 130px;
    object-position: right bottom;
}
.deco.vip-money-2 {
    right: -70%;
    top: 17%;
    max-width: 85%;
}
.deco.vip-money-3 {
    left: -54%;
    top: 18%;
    max-width: 47%;
}
.hvptitle {
    color: #ffd338;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 7px;
}
.vip-table-wrapper {
	color: #fff;
}
table.vip-table tr td {
	padding: 7px 2px;
	text-align: center;
}
table.vip-table tr td:last-child {
	border: none;
}
table.vip-table tr td:first-child {
	text-align: left;
	color: #ffd338;
}
table.vip-table tr td.whtext {
	color: #fff;
}
.badgeimg {
    max-width: 110px;
	margin: 0 auto;
}
.vptxt {
	font-weight: 600;
	margin-top: 5px;
}
.normal {
	color: #00bbff;
}
.bronze {
	color: #c75e27;
}
.silver {
	color: #e2e2e2;
}
.gold {
	color: #cc905a;
}
.platinum {
	color: #00f0ff;
}
.titanium {
	color: #a000fe;
}
.vip-colm {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
	padding-top: 30px;
}
.vipcbox {
    position: relative;
    background: rgb(8,38,56,0.9);
    border-radius: 15px;
}
.vipcbox-inner {
    padding: 20px;
    color: #668f99;
}
.vptitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.vipcbox {
    position: relative;
}
.qtext {
    color: #ffe27f;
}
.uptext-1 {
    color: #969561;
    padding-bottom: 15px;
}
.vipcbox-inner.upgrade {
    width: 373px;
}
.vipgirl {
    position: absolute;
    right: -12%;
    top: 0;
    z-index: 0;
    max-width: 55%;
}
.vip-tnc {
    margin: 45px 0 0;
}
.vip-term-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.terms {
	padding-left: 17px;
}
ol.vip-terms {
    padding-left: 17px;
}
ol.vip-terms li {
	padding: 2px 0;
}
.vip-mobile-wrapper {
	display: none;	
}
.vip-girl-car-wrapper {
    display: grid;
    grid-template-columns: 40% auto;
    position: relative;
    z-index: 1;
    top: -35px;
    margin-bottom: -60px;
}
.vipgirl-wrap {
    position: relative;
    max-width: 459px;
    margin: 0 auto;
}
.deco.deco-diamond {
    left: -16%;
    top: 46%;
    max-width: 18%;
}
.supercar {
    margin-bottom: 25px;
}
.current-vip-level {
    font-size: 28px;
    font-weight: 800;
}









/** Promotion **/
.mix {
    display: none;
}
.filter-menu {
    background: #200838;
    padding: 3px;
    border-radius: 45px;
    margin: 0 0 15px;
    max-width: fit-content;
}
.pmbox {
    position: relative;
    display: inline-block;
    margin: 2px 5px;
    color: #fff;
    min-width: 55px;
    text-align: center;
    border-radius: 45px;
    cursor: pointer;
    padding: 0 12px;
}
.pmbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.pmbox.active, .pmbox:hover {
    background: #4a0791;
    color: #fff;
}
.promo-bx {
    margin: 5px 0;
}
.promobox {
    background: #310a5b;
    display: grid;
    grid-template-columns: 52% 46%;
    grid-gap: 2%;
    padding: 12px 12px;
    border-radius: 10px;
}
.pm-img {
    overflow: hidden;
    border-radius: 8px;
}
.pm-detail-wrap {
    position: relative;
}
.pmtag {
    position: relative;
    margin: 5px 0;
}
.tagbox {
    display: inline-block;
    vertical-align: text-top;
    background: #4a0791;
	color: #fff;
    margin: 0 5px 0 0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.sm-promo-title {
	color: #ffd338;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smpromo-caption {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.more-info-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}
button.pm-more-btn {
    background: #ffd338;
    color: #000;
    min-width: 130px;
    height: 35px;
    border-radius: 6px;
	border: 1px solid #ffd338;
}
button.pm-more-btn:hover {
	background: transparent;
	color: #ffd338;
}

/** Afterlogin Pages **/
.deposit-sec {
    background: linear-gradient(40deg, rgba(175, 38, 155, 1) 0%, rgba(39, 9, 60, 1) 100%);
    position: relative;
    padding: 30px 0 30px;
}
.quick-menu-wrapper {
    padding-bottom: 15px;
    display: none;
}
.topmain-btn {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
    grid-gap: 1%;
}
a.tpm-btn {
    background: #310a5b;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 0;
}
a.tpm-btn.active {
    background: #4f237e;
}
a.tpm-btn img {
    margin-bottom: 4px;
	filter: contrast(0) brightness(10);
	max-height: 30px;
}
a.tpm-btn.active img {
	filter: contrast(1) brightness(1);
}
.af-container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px auto;
    grid-gap: 15px;
    position: relative;
}
.player-vip-box {
    background: #310a5b;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    padding: 10px 10px 15px;
    margin-bottom: 15px;
}
.vip-badge-img {
    max-width: 120px;
    margin: -40px auto 10px;
    position: relative;
}
.mblvl-text-1 {
    font-size: 13px;
}
a.info-vip {
    color: #ffd338;
    margin: 0 5px;
}
.mblvl-text-2 {
	color: #ffd338;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.afmenu-box {
    background: #310a5b;
    border-radius: 25px;
    padding: 20px 20px;
}
ul.nav.afmenuside-nav {
	flex-direction: column;
}
ul.nav.afmenuside-nav li.nav-item {
	margin-bottom: 5px;
}
ul.nav.afmenuside-nav li.nav-item a.mslink {
    display: block;
    color: #fff;
    padding: 2px 25px;
    border-radius: 45px;
	font-size: 16px;
    height: 42px;
    display: flex;
    align-items: center;
	position: relative;
}
.afn-icon {
	margin-right: 15px;
}
.afn-icon img {
	max-height: 24px;
	filter: brightness(10) contrast(1);
}
.deposit-note {
    background: #310a5b;
    border-radius: 25px;
    padding: 25px;
    margin-top: 15px;
}
.important-note {
    margin-bottom: 10px;
}
.important-note i {
    color: #FF0004;
	margin-right: 5px;
}
.deposit-note ul {
    font-size: 12px;
    color: #c2c2c2;
	margin-bottom: 0;
}
.deposit-note ul li {
    padding: 2px 0;
}
.deposit-note.mobile {
	display: none;
	padding: 15px 0;
}
ul.nav.afmenuside-nav li.nav-item a.mslink.active, ul.nav.afmenuside-nav li.nav-item a.mslink:hover {
	background: #ffd338;
    color: #000;
}
ul.nav.afmenuside-nav li.nav-item a.mslink.active img, ul.nav.afmenuside-nav li.nav-item a.mslink:hover img {
	filter: brightness(0) contrast(1);
}
.af-submenu-box {
    position: relative;
    padding: 0 5px 0 35px;
    margin-top: 5px;
}
.af-submenu-box::before {
    content: '';
    background: #78848b;
    height: 100%;
    width: 2px;
    margin: auto;
    position: absolute;
    left: 21px;
    top: 0;
}
.af-submenu-box a {
    display: block;
    color: #fff;
    margin: 3px 0;
    padding: 10px 15px;
    border-radius: 8px;
}
.af-submenu-box a:hover, .af-submenu-box a.active {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	color: #0a1941;
}
.afcolumn-right {
    position: relative;
}
.afinner {
	border-radius: 25px;
    overflow: hidden;
}
.mainwallet-wrap {
    background: #310a5b;
    display: grid;
    padding: 25px 30px;
    grid-template-columns: 48% 30% 20%;
    grid-gap: 1%;
    border-radius: 0 0 25px 25px;
}
.mwtext {
    color: #ffd338;
    font-size: 15px;
    padding: 5px 0;
    height: 38px;
}
button.restore-btn {
    border: 1px solid #ffd338;
    border-radius: 45px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
	margin: 0 2px 0 10px;
}
button.restore-btn i {
    color: #ffd338;
	margin-right: 5px;
}
button.restore-btn:hover {
	background: #ffd338;
	color: #000;
}
button.restore-btn:hover i {
	color: #000;
}
.info-restore {
    position: relative;
	cursor: pointer;
}
.info-wrap {
    position: absolute;
    color: #fff;
    width: 120px;
    background: rgb(0, 0, 0, 0.8);
    left: 105%;
    top: 0;
    font-size: 11px;
    padding: 6px;
    border-radius: 5px;
	opacity: 0;
	visibility: hidden;
}
.info-restore:hover .info-wrap {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
button.redeem-btn {
    background: #ffd338;
    border: 1px solid #ffd338;
    border-radius: 45px;
    color: #000;
    padding: 5px 14px;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}
button.redeem-btn:hover {
	background: none;
	color: #ffd338;
}
.mwbalance {
    font-size: 38px;
    font-weight: 700;
}
sup.crt-my {
    text-transform: uppercase;
    font-size: 50%;
    color: #ffd338;
    top: -0.8em;
}
button.reload-btn {
    background: none;
    border: none;
    font-size: 21px;
    color: #ffd338;
    padding: 0px 5px 7px;
    vertical-align: middle;
}
button.reload-btn:hover {
	color: #fff;
}
button.reload-btn:hover i {
	transform: rotate(180deg);
	transition: 0.3s;
}
.mw-transfer {
    display: flex;
    align-items: center;
	margin-top: 5px;
}
.mwauto-text {
    color: #ffd338;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.auto-switch-wrap {
    position: relative;
    margin: 0;
    display: flex;
}
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    vertical-align: -webkit-baseline-middle;
	margin: 0;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.sliderx {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #959595;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderx:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 3px;
    bottom: 0px;
    top: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
	filter: drop-shadow(0px 0px 3px rgb(0, 0, 0, 0.3));
}
input:checked + .sliderx {
    background-color: #ffd338;
}
input:focus + .sliderx {
	box-shadow: 0 0 1px #959595;
}
input:checked + .sliderx:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}
.sliderx.round {
	border-radius: 40px;
}
.sliderx.round:before {
	border-radius: 50%;
}
.info-btn-wrapper {
    position: relative;
    margin-left: 2px;
}
button.auto-info-btn {
    background: none;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 0;
    margin: 3px;
    display: inline-block;
    vertical-align: middle;
}
button.auto-info-btn:hover {
	color: #ffd338;	
}
.info-how-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgb(0,0,0,0.85);
    color: #fff;
    padding: 7px;
    font-size: 12px;
    min-width: 205px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
	z-index: 3;
}
.iftitle {
	font-weight: 700;
	padding-bottom: 3px;
}
.info-btn-wrapper:hover .info-how-wrapper { 
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}
a.rwc-wrap {
    text-align: center;
    text-transform: uppercase;
    color: #ffd338;
    font-size: 13px;
    font-weight: 600;
}
.rwiconimg {
    margin-bottom: 5px;
	transition: 0.2s;
}
.rwiconimg img {
    max-width: 45px;
}
a.rwc-wrap:hover .rwiconimg {
	transform: scale(1.05);
	transition: 0.2s;
}
.frame-container {
	margin-top: 10px;
}
.aform-wrapper {
    background: #310a5b;
    padding: 15px 25px;
    height: 100%;
    color: #fff;
    border-radius: 25px 25px 0 0;
}
.aform-wrapper.trans {
    border-radius: 25px;
    margin-bottom: 15px;
}
.af-submenu-wrap {
    padding: 5px 0 20px;
}
a.afsub-btn {
    background: #66298c;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 6px 5px;
    margin: 0.5% 0.5% 0.5% 0;
    display: inline-block;
	min-width: 170px;
    text-align: center;
    font-size: 15px;
}
a.afsub-btn.active, a.afsub-btn:hover {
    background: #ffd338;
	color: #000;
}
a.afsub-btn.active .aficon, a.afsub-btn:hover .aficon {
	filter: brightness(0) contrast(1);
}
a.afsub-btn.active .subicon , a.afsub-btn:hover .subicon {
    filter: brightness(0) contrast(1);
}
.aficon {
    margin-right: 15px;
}
.aficon img {
	max-height: 30px;
}
.afsub-btn.active .aficon img, .afsub-btn:hover .aficon img {
	filter: contrast(1) brightness(5);
}
.af-field-wrap {
    display: grid;
    grid-template-columns: 160px auto;
    grid-gap: 5px;
    margin-bottom: 10px;
}
.label-col {
	color: #ffd338;
    font-weight: 500;
    padding-top: 10px;
}
.redtext {
    color: #f00;
}
.af-field {
    position: relative;
}
input.afinput, select.afinput, textarea.afinput {
    background: #502380;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px;
    border-radius: 8px;
	width: 100%;
}
input.afinput::placeholder {
	color: #c5c5c5;
}
button.qamt-btm {
    background: #441d6d;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    min-width: 75px;
    border-radius: 8px;
    padding: 11px 5px;
    margin: 7px 5px 0 0;
}
button.qamt-btm:hover {
	background: #6a1ac0;
}
.bank-depo-option.banking .bank-acct-btn img {
	max-height: 35px;
}
.afinput.upload {
	padding: 8px 15px;
}
.bank-pay {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    max-width: 130px;
    width: 100%;
	vertical-align: text-top;
}
.input-hide input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}
.bank-acct-btn {
    position: relative;
    background: #502380;
    text-align: center;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    padding: 12px 5px;
}
.bank-acct-btn img {
    position: relative;
    max-height: 30px;
}
.input-hide[type="radio"], .input-hide input[type="checkbox"] {
	appearance: none;
	display: none;
}
.input-hide .bank-pay input:active + .bank-acct-btn, .input-hide .bank-pay input:checked + .bank-acct-btn {
	background: #6a1ac0;
}
.bank-acct-btn.bnk {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 5px;
}
label.bank-acct-btn.bnk img {
	max-height: 35px;
	margin-right: 10px;
}
.banking .bank-acct-btn {
	font-size: 13px;
	font-weight: 500;
	color: #f8f8f8;
}
.banking .bank-acct-btn img {
	margin-bottom: 5px;
}
.greytext {
    color: #66298c;
    font-size: 14px;
}
.agree-af-wrap {
    display: grid;
    grid-template-columns: 35px auto;
    padding: 15px 0;
}
.agree-depo {
    color: #8e8e8e;
    font-size: 13px;
    padding: 2px;
}
.agree-depo a {
    color: #fcd137;
}
.af-field-submit {
    padding: 15px 0;
    text-align: center;
}
.how-depo-wrap {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 15px;
}
.how-depo-wrap a {
	color: #ccc;
}
.how-depo-wrap a:hover {
	color: #ffd338;
}
.wbank-table {
    text-align: center;
    margin-bottom: 20px;
}
.transfrom-amt-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    position: relative;
    grid-gap: 30px;
    padding: 15px 0px;
    max-width: 720px;
    margin: 0 auto;
}
.trans-card {
    background: #66298c;
    border-radius: 10px;
    padding: 15px 20px 25px;
}
.tc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    padding-bottom: 10px;
}
button.max-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 1px 7px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
button.max-btn:hover {
	background: #ffd338;
	color: #fff;
	border: 1px solid #ffd338;
}
.prod-amt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
}
select.trans-input {
    background: none;
    color: #fff;
    border: none;
    width: 150px;
    font-weight: 600;
    padding: 0;
}
select.trans-input option {
	color: #000;
}
input.trans-input-1 {
    text-align: right;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
input.trans-input-1.edit {
    padding-right: 25px;
}
input.trans-input-1::placeholder {
	color: #c5c5c5;
}
.pdatext {
    font-size: 12px;
    color: #607e8f;
    font-weight: 500;
}
.edit-icon {
    position: absolute;
    right: 0;
    top: 7px;
}
input.trans-input-1.locked {
	color: #607e8f;
}
.swap-icon {
    text-align: center;
	max-width: 42px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}
button.swap-btn {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    z-index: 2;
}
button.swap-btn:hover {
	transform: scale(0.96);
	filter: brightness(1.07);
}
.trans-note {
    max-width: 450px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 30px auto;
    color: #fff;
    padding: 15px;
	font-size: 13px;
}
button.balance-btn {
    background: #66298c;
    color: #fff;
    border: none;
    padding: 15px 38px;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    text-align: left;
    position: relative;
}
button.balance-btn::after {
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    right: 30px;
    top: 17px;
    transform: rotate(180deg);
    transition: 0.3s;
}
button.balance-btn.collapsed::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    transform: none;
    transition: 0.3s;
}
.balance-panel {
    background: #310a5b;
}
.all-balance-card {
	background: #310a5b;
    padding: 20px 30px;
}
.abtitle {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 9px;
}
.pvd-balance-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 8px;
	padding-bottom: 10px;
}
.prvdbox {
	width: 100%;
    background: #66298c;
    padding: 15px 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
	max-width: 250px;
}
.pvb-col-1 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
button.allin-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 7px;
    margin-top: 6px;
}
button.allin-btn:hover {
	background: #ffd338;
	color: #000;
	border: 1px solid #ffd338;
}
.pvb-col-2 {
    text-align: right;
    font-size: 18px;
}
.crcy-text {
    font-size: 80%;
}
.date-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.history-date-wrapper {
    display: flex;
    align-items: center;
}
.date-icon {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #fff;
    font-size: 20px;
}
.hsword {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
input.afinput.history {
    background: #66298c;
    padding-left: 40px;
	max-width: 170px;
}
button.reg-join-btn.history {
    height: 40px;
    padding: 5px;
    font-size: 18px;
    min-width: 150px;
    margin-left: 10px;
}
.depo-divider {
    height: 1px;
    background: #ffd338;
    margin: 0 auto 15px;
    max-width: 95%;
}
.af-submenu-wrap.history a.afsub-btn {
    min-width: 15.5%;
    font-size: 15px;
    padding: 10px 5px;
}
.history-table-wrap {
	margin: 10px 0;
}
table.history-table {
	text-align: center;
	color: #f8f8f8;
	font-size: 14px;
}
table.history-table tr.hstop td {
	background: #66298c;
	font-weight: 600;
}
table.history-table tr.hstop td:first-child {
	border-radius: 8px 0 0 8px;
}
table.history-table tr.hstop td:last-child {
	border-radius: 0 8px 8px 0;
}
table.history-table tr td {
	padding: 12px 1px;
}
.rb-info {
    margin-left: 5px;
    color: #ffd338;
    cursor: pointer;
}
span.pending-st {
    font-size: 14px;
    font-weight: 500;
    color: #08202f;
    background: #ff9600;
    padding: 1px 5px;
    border-radius: 6px;
}
span.success-st {
    font-size: 14px;
    font-weight: 500;
    color: #08202f;
    background: #49d166;
    padding: 1px 5px;
    border-radius: 6px;
}
span.fail-st {
    font-size: 14px;
    font-weight: 500;
    color: #08202f;
    background: #f05f5f;
    padding: 1px 5px;
    border-radius: 6px;
}
.paginiation-history {
    text-align: center;
    padding: 12px 0;
}  
button.page-arrow-btn {
    background: none;
    border: none;
    color: #fff;
}
button.page-arrow-btn:hover {
	color: #ffe27f;	
}
span.page-num-btn {
	letter-spacing: 1px;
	padding: 0 5px;
}
button.btncopy {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
}
button.btncopy:hover {
	color: #ffe27f;	
}
.profile-top-wrapper {
    background: #66298c;
    position: relative;
    padding: 20px 25px;
    border-radius: 10px;
	margin-bottom: 15px;
}
.pf-ftitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.pfrow {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.pfcol {
    padding-right: 20px;
}
.pfrow .pfcol:last-child {
	border: none;
	padding-left: 20px;
	padding-right: 0;
}
.pf-label {
    color: #c2c2c2;
    font-size: 15px;
    margin-bottom: 0;
}
.pfcol .af-field {
	margin-bottom: 5px;
}
input.profile-input {
    background: none;
    border: none;
    color: #fff;
	font-weight: 500;
    font-size: 17px;
    padding: 5px 0;
}
button.edit-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 2;
    background: none;
    border: none;
    color: #94b6be;
}
button.edit-btn:hover {
    color: #fff;
}
.pfrow-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
	margin-bottom: 15px;
}
.pfcolumn {
    background: #66298c;
    position: relative;
    padding: 20px 25px;
    border-radius: 10px;
}
.pw-note {
    color: #f8f8f8;
    padding: 5px 0;
}
.pw-btn-wrap {
	padding-top: 15px;
	text-align: center;
}
button.update-btn {
    background: #ffd338;
    border: 1px solid transparent;
    color: #000;
    font-size: 15px;
    border-radius: 8px;
    padding: 7px 15px;
    height: 37px;
}
button.update-btn:hover {
	background: transparent;
	border: 1px solid #ffd338;
	color: #ffd338;
}
.crypto-note {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    background: #310a5b;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cytext {
    font-weight: 400;
    color: #c2c2c2;
}
.crypto-btn-wrap {
    display: grid;
    grid-template-columns: auto 75px;
    grid-gap: 10px;
	align-items: center;
}
input.crypto-input {
    background: #310a5b;
    height: 37px;
    color: #fff;
    border: none;
    padding: 2px 15px;
    border-radius: 8px;
}
button.update-btn.copy {
    padding: 5px;
}
.bank-profile-wrap {
	margin-top: 15px;
}
button.update-btn.add-bank {
    position: absolute;
    right: 25px;
    top: 13px;
}
.bank-pf img {
    max-height: 37px;
}
.bank-profile-wrap table.history-table tr.hstop td {
    background: #310a5b;
    font-weight: 600;
}
.bank-profile-wrap table.history-table {
    font-size: 15px;
}
.pm-box {
    display: grid;
    grid-template-columns: 55% 35% 10%;
    text-align: center;
    color: #f8f8f8;
    padding: 12px 10px;
    border-bottom: 1px solid #66298c;
    margin: 3px auto;
	cursor: pointer;
}
.pm-box.top-title {
    background: #66298c;
    font-weight: 600;
    font-size: 17px;
    border-radius: 12px;
    max-width: 100%;
}
.mail-icon {
    position: relative;
}
.unread .mail-icon::after {
    content: '';
    background: #FF0004;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 2;
}
.mtitle {
    display: grid;
    grid-template-columns: 26px auto;
    grid-gap: 15px;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
}
.unread .mtitle {
	font-weight: 700;
}
button.delete-btn {
    background: none;
    color: #f8f8f8;
    border: none;
    padding: 2px;
}
button.delete-btn:hover {
	color: #ffd338;
}
.mbtext {
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.upload-box {
    display: grid;
	grid-template-columns: auto 120px;
	grid-gap: 10px;
}
input.upload-custom {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}
button.upload-btn {
	background: #ffd338;
    color: #000;
    border: none;
    border-radius: 8px;
    font-weight: 500;
	text-transform: uppercase;
    padding: 5px 15px;
	font-size: 15px;
}
.bank-info-depo {
    background: #502380;
    padding: 10px;
    max-width: 600px;
    margin-bottom: 30px;
    border-radius: 7px;
}
a.copy-icon {
    color: #ffd338;
    font-size: 15px;
    margin-left: 5px;
}
.subicon {
    margin-right: 10px;
}
.subicon img {
    max-width: 30px;
}
/** Reward Center **/
.player-reward-box {
	background: #310a5b;
    border-radius: 20px;
    text-align: center;
    padding: 10px 15px 20px;
    margin-bottom: 15px;
}
.rwctitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 12px;
    border-bottom: 1px solid #2b3248;
    padding-bottom: 12px;
}
.rwcimg {
    max-width: 90px;
    margin: -25px 15px 0 0;
}
.rwctitle {
    font-size: 24px;
    color: #ffd338;
    font-weight: 700;
    text-transform: uppercase;
}
button.wdr-btn {
    border: 1px solid #ffd338;
    border-radius: 45px;
    color: #fff;
    height: 32px;
    padding: 2px 4px;
    font-size: 14px;
    margin: 0 0.5%;
    width: 48%;
}
button.wdr-btn i {
    color: #ffd338;
    margin-right: 8px;
}
button.wdr-btn:hover {
	background: #ffd338;
	color: #000;
}
button.wdr-btn:hover i {
	color: #000;
}
.rwcinfo {
    text-align: left;
    padding: 0 10px 10px;
}
.rwrow {
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
    margin: 5px 0 10px;
}
.rwicon {
	color: #ffd338;
}	
.mw2balance {
    font-size: 26px;
    font-weight: 700;
	text-align: center;
}
.mw2balance button.reload-btn {
    font-size: 18px;
    padding: 0px 0px 3px;
    margin-left: 5px;
}
.rc-quickgame-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
	margin-top: 2px;
}
.rc-quickgame {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    background: #5f2683;
    border-radius: 10px;
    padding: 5px 2px;
    vertical-align: text-top;
	cursor: pointer;
}
.rc-quickgame img {
	max-width: 40px;
}
.rc-quickgame a {
	display: block;
}
.rcgtext {
    margin-top: 5px;
    color: #fff;
}
.rc-quickgame:hover {
    background: #4a0791;
}
.rc-quickgame:hover .rcgtext {
	color: #ffd338;
}
a.mslink.noticed::after {
    content: '!';
    background: #fd0007;
    height: 15px;
    width: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
}
.rwc-toptitle {
    font-size: 22px;
    font-weight: 700;
	color: #ffd338;
    margin-bottom: 20px;
}
.rwcbox-wrap {
    background: #131723;
    padding: 15px 15px;
    border-radius: 15px;
	position: relative;
	margin: 10px 0;
}
.rwcbox-wrap.claimed {
	filter: grayscale(1);
	pointer-events: none;
}
.rwclaim-upper {
    display: grid;
    grid-template-columns: 360px auto;
    grid-gap: 10px;
}
.rwclaim-img {
    height: 125px;
    overflow: hidden;
    max-width: 360px;
}
.rwclaim-img img {
    object-fit: cover;
    height: 100%;
}
.rwclaim-info {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.rwclaim-top {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}
.rwctext-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rwctext-2 {
    color: #ffd338;
    font-size: 90%;
}
.date-legend {
    color: #888888;
    font-size: 13px;
}
.date-legend i {
	margin-right: 5px;
}
.claim-date-text {
    color: #fff;
	font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
}
.rwclaim-btm {
    display: grid;
    grid-template-columns: auto 140px;
    grid-gap: 20px;
    margin-top: 5px;
}
.claim-requirement {
    font-size: 12px;
    color: #888888;
    padding: 5px 0px;
}
.claim-date {
    margin-bottom: 7px;
}
button.rw-claim-btn {
    background: #ffd338;
    border: 1px solid transparent;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 2px 5px;
    height: 37px;
    width: 100%;
    max-width: 140px;
}
button.rw-claim-btn:hover {
	background: transparent;
    border: 1px solid #ffd338;
    color: #ffd338;
}
.reward-claim-info {
    position: absolute;
    right: 9px;
    top: 7px;
    z-index: 2;
}
button.claim-info {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
button.claim-info:hover {
	color: #ffe27f;
}
ul.nav.nav-provider-game.rwcenter li.nav-item {
    width: 23.5%;
}
ul.nav.nav-provider-game.rwcenter a.nav-link:hover {
    background: linear-gradient(0deg, rgba(175, 38, 155, 1) 0%, rgba(39, 9, 60, 1) 100%);
}

/** Lottery **/
.t-inner-body.lottery {
    background: url("../images/lottery/lottery-bg.jpg") no-repeat top center;
    background-size: cover;
}
.lottery-sec {
	position: relative;
	padding-bottom: 30px;
}
.lottery-top-wrap {
    position: relative;
    max-width: 1078px;
    margin: 0 auto;
    text-align: center;
}
.deco.ball-1 {
    max-width: 11%;
    left: 7%;
    top: 13%;
    z-index: 2;
    animation: 2.5s float ease-in-out infinite;
}
.deco.ball-2 {
    left: 14%;
    top: 49%;
    max-width: 15%;
    z-index: 2;
    animation: 2.1s float ease-in-out infinite;
}
.deco.ball-3 {
    right: 13%;
    top: 36%;
    max-width: 13%;
    z-index: 2;
    animation: 2.2s float ease-in-out infinite;
}
.deco.cash-1 {
    left: -1%;
    top: 44%;
    max-width: 19%;
    z-index: 2;
    animation: 2.3s float ease-in-out infinite;
}
.deco.cash-2 {
    right: 1%;
    top: 56%;
    max-width: 15%;
    z-index: 2;
    animation: 2.4s float ease-in-out infinite;
}
.lottery-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
@-webkit-keyframes float {
0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-15px);
}

100% {
	transform: translateY(0);
}
}
.lotto-opt-wrap {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 15px 0;
}
button.lott-btn {
    background: #481a69;
    border: 1px solid transparent;
    border-top: 2px solid #76538f;
    border-bottom: 1px solid #240d34;
    border-radius: 10px;
    height: 80px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1% 1%;
    margin: 0 10px;
}
button.lott-btn.active {
	background: linear-gradient(0deg, rgba(175, 38, 155, 1) 0%, rgba(39, 9, 60, 1) 100%);
    border: 1px solid #835acf;
}
button.lott-btn img {
    max-height: 100%;
}
ul.lt-wrap.win28 {
    grid-template-columns: repeat(9, 1fr);
}
.lottery-container {
	position: relative;
}
.lotto-btn-wrap {
    text-align: center;
}
button.lotto-btn {
    background: #ffd338;
    width: 180px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    height: 45px;
    padding: 5px;
    margin: 5px;
    font-family: 'Montserrat';
}
button.lotto-btn.guide {
	border: 1px solid #ffd338;
	background: #000;
	color: #fff;
}
button.lotto-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
.date-search-wrap {
    position: relative;
    max-width: 250px;
    margin: 20px auto;
}
input.date-input {
    background: #000;
    color: #fff;
    border: 1px solid #ffd338;
    height: 40px;
    padding: 4px 15px;
    border-radius: 40px;
    width: 100%;
}
button.search-btn {
	background: #ffd338;
    border: none;
    border-radius: 0 40px 40px 0;
    height: 40px;
    width: 50px;
	color: #000;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.lottery-result-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
	padding: 0 10px;
	max-width: 1100px;
	margin: 0 auto;
}
.result-box {
    background: #310a5b;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #ffd338;
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    text-align: center;
	font-family: 'Montserrat';
}
.lotto-top {
	background: #ffd338;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
	height: 55px;
}
.lotto-img {
    max-width: 40px;
    overflow: hidden;
    border-radius: 6px;
}
.lotto-title {
    text-align: right;
    font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.lottitle-2 {
    font-size: 70%;
    font-weight: 500;
    text-transform: uppercase;
}
table.rs-top tr th {
	background: #1f0639;
	border: 1px solid #ffd338;
    color: #ffd338;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 1px;
}
table.rs-top tr td {
	font-size: 20px;
	font-weight: 500;
	padding: 5px 1px;
	border-right: 1px solid #ffd338;
}
table.rs-top tr th:first-child {
	border-left: none;
}
table.rs-top tr th:last-child {
	border-right: none;
}
table.rs-top tr td:last-child {
	border: none;
}
table.rs-btm tr th {
	background: #1f0639;
    color: #ffd338;
	border: 1px solid #ffd338;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 1px;
}
table.rs-btm tr td {
	padding: 10px 1px;
	border-right: 1px solid #ffd338;
	font-size: 16px;
}
table.rs-btm tr td:last-child {
	border: none;
}
table.rs-btm tr th:first-child {
	border-left: none;
}
table.rs-btm tr th:last-child {
	border-right: none;
}
.consol-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 5px;
}
.lottery-mobile {
	display: none;
}
/** Download Page **/
.t-inner-body.download {
	background: url("../images/download/download-bg.jpg")no-repeat top center;
	background-size: cover;
	background-position-y: -60px; 
}
.download-sec {
	position: relative;
	padding: 10px 0 30px;
}
.dl-banner {
    position: absolute;
    left: -4%;
    top: 0;
    max-width: 65%;
    margin: 0 auto;
	pointer-events: none;
}
.download-content {
    max-width: 650px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
}
ul.nav.nav-download {
    justify-content: center;
}
ul.nav.nav-download li.nav-item {
	margin: 0 10px;
}
ul.nav.nav-download li.nav-item a.nav-link {
    background: #66298c;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
}
ul.nav.nav-download li.nav-item a.nav-link i {
	margin-right: 6px;
}
ul.nav.nav-download li.nav-item a.nav-link.active {
	background: #ffd338;
    color: #000;
}
.download-list-wrapper {
    text-align: center;
}
.download-box {
    display: inline-block;
    background: linear-gradient(180deg, rgba(48, 19, 79, 0) 6%, rgba(48, 19, 79, 0.5999649859943977) 34%, rgba(48, 19, 79, 0.8828781512605042) 65%, rgba(48, 19, 79, 1) 100%);
    text-align: center;
    width: 31%;
    max-width: 190px;
    color: #fff;
    margin: 2% 0.5%;
    border-radius: 0 0 8px 8px;
    padding: 0 0 15px;
}	
.dl-qr {
    max-width: 130px;
    margin: 5px auto;
}
.device-os {
    letter-spacing: 1px;
    padding: 6px 0;
    font-size: 14px;
}
.android-icon {
    color: #a4c639;
}
button.download-btn {
    background: #ffd338;
    border: 1px solid #ffd338;
    color: #000;
    height: 35px;
    padding: 2px 5px;
    width: 100%;
    max-width: 85%;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}
button.download-btn:hover {
	background: none;
	color: #ffd338;
}
/** Info Pages **/
.info-page-sec {
	position: relative;
    padding: 30px 0 30px;
    background: linear-gradient(50deg, rgba(122, 26, 108, 1) 0%, rgba(37, 7, 64, 1) 100%);
}
.infopage-container {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 15px;
}
.info-menu-wrap {
    background: #310a5b;
    border-radius: 16px;
    padding: 15px;
	height: fit-content;
}
a.infolink {
    display: flex;
    align-items: center;
	justify-content: center;
    height: 45px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px 5px 20px;
    margin: 5px 0;
    border-radius: 45px;
}
a.infolink.active, a.infolink:hover {
    background: #ffd338;
    color: #000;
}
.info-content {
	background: #310a5b;
    border-radius: 16px;
    padding: 30px;
}
.info-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px 5px;
}
.info-divider {
    height: 2px;
    background: #ffd338;
    width: 100%;
    margin: 20px 0;
}
.info-content-inner {
    padding: 0 15px;
    line-height: 1.4;
    color: #fff;
}
table.banking-table tr td {
	background: #0c293b;
	border: 1px solid #465a66;
	text-align: center;
	padding: 6px 2px;
}
table.banking-table tr td.bktitle {
	background: #051a27;
}
.tnc-card {
    margin-bottom: 7px;
}
button.btn-tnc {
    background:#ffd338;
	font-weight: 500;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 5px 35px 5px 20px;
    height: 42px;
    border-radius: 6px;
	position: relative;
	line-height: 1;
}
button.btn-tnc.collapsed {
    background: #66298c;
    color: #fff;
	font-weight: 500;
}
button.btn-tnc::after {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
    font-size: 14px;
	font-weight: 700;
	position: absolute;
	color: #000;
	right: 15px;
	top: 13px;
}
button.btn-tnc.collapsed::after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: #ffd338;
}
.tnc-body {
	padding: 10px;
}
.contactbox {
    background: rgb(0,0,0,0.2);
    max-width: 180px;
    width: 100%;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.ct-icon {
    font-size: 50px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ct-detail {
    background: #66298c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-detail a {
    color: #fff;
}
.ct-icon img {
	max-height: 90px;
}
.contactbox:hover .ct-detail {
    background: #ffd338;
}
.contactbox:hover .ct-detail a {
    color: #000;
}

/** Download Modal **/
.modal-dialog.download {
    max-width: 600px;
}
.downloadbody {
    text-align: center;
}
.downloadbox {
    text-align: center;
    width: 30%;
    margin: 0 1%;
    display: inline-block;
}
a.dllink-btn {
    background: #ffd338;
    border: 1px solid #ffd338;
    color: #000;
    height: 35px;
    padding: 2px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 8px auto;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
}
.table-responsive.access-info {
    margin-top: 10px;
	text-align: center;
}
input.access-input {
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    width: auto!important;
    text-align: center;
}
button.reg-join-btn.password {
    font-size: 14px;
    height: 33px;
    min-width: auto;
}




@media(max-width: 1080px) {	
.header-container {
    height: 55px;
}
.logo {
    margin-right: 10px;
}	
.logo img {
    max-height: 50px;
}	
.header-navigation {
    display: none;
}	
button.login-btn, button.register-btn {
    height: 32px;
	min-width: 100px;
    margin: 0 auto 0 8px;
    font-size: 13px;
}	
button.wallet-btn {
	min-width: auto;
	border-radius: 6px;
	font-size: 18px;
	padding: 0px;
	height: 32px;
	width: 32px;
}	
button.lang-btn.header {
    display: none;
}	
.t-inner-body {
	padding-bottom: 55px;
    padding-top: 55px;
}
.passion-content {
    font-size: 28px;
}
.pctext-3 {
    font-size: 16px;
}	
.mobile-btm-sec {
	display: block;
}		
.dk-none {
	display: inherit;
}
.m-none {
	display: none;
}	
.vip-mobile-wrapper {
	display: block;
	padding: 0 10px;
	max-width: 1300px;
	margin: 30px auto 0;
	position: relative;
}	
.how-vip, .vip-table-wrapper {
	display: none;
}	
.t-inner-body.vip {
	background-position-y: 55px;
	background-size: 140%;
	background-position-x: left;
}
.vip-privilege {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5775560224089635) 21%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
    padding: 15px 15px;
	margin: 0 -15px;
}	
.vip-top-banner {
	height: 370px;
}
.vip-privilege {
    left: 0;
    right: 0;
}	
.slidermain_vip {
	padding-bottom: 0;
	display: block;
}	
.vptext-1 {
	font-size: 40px;
}
.vptext-2 {
    font-size: 19px;
}
.vptext-current {
    font-size: 30px;
}
.vip-card-wrapper {
	margin-top: 12%;
}
.vip-lvl {
	font-size: 3.4vw;
}
.turnover-text {
	font-size: 0.8vw;
}	
.achieve-text {
	font-size: 0.9vw;
}		
.lock-status {
	font-size: 1vw;
}
.whtext {
    color: #fff;
}	
.slick-active.slick-center .vip-card-wrapper {
	margin: 0 -19%;
	transform: scale(1);
}	
.slick-current .vip-lvl {
	font-size: 5.3vw;
}	
.slick-current .achieve-text {
	top: 74%;
	font-size: 1.6vw;
}
.slick-current .lock-status {
    font-size: 1.8vw;
}		
.af-container {
	display: block;
}	
.quick-menu-wrapper {
	display: block;
}
.afcolumn-left {
	display: none;
}	
.deposit-note.mobile {
	display: block;
	background: none;
}
.mainwallet-wrap {
    padding: 15px 25px;
}		
.af-field-wrap {
	grid-template-columns: auto;
}	
.mwbox-rc {
	display: none;
}	
.mainwallet-wrap {
	padding: 15px 15px;
	grid-template-columns: 59% 40%;
}		
.mwbalance {
	font-size: 28px;
}
.bank-pay {
	max-width: 110px;
	font-size: 14px;
}	
.afcolumn-left.rwcenter {
    display: block;
}
.rwrow {
    justify-content: center;
}
.rwcenter .afmenu-box {
    margin-bottom: 15px;
}
.all-balance-card {
	padding: 20px 15px;
	max-width: 800px;
	margin: 0 auto;
}	
.pfrow {
	grid-template-columns: auto;
}
.pfrow .pfcol:last-child {
	border: none;
	padding-left: 0;
	padding-right: 0;
}	
.lottery-result-wrapper {
	display: none;
}	
.lottery-mobile {
	text-align: center;
	display: initial;
}	
.table-responsive.rs-table {
    background: #310a5b;
    border: 1px solid #ffd338;
}	
ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #ffd338;
    padding: 0 2px;
	text-align: center;
}
.nav-tabs.lt-wrap .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}
.nav-tabs.lt-wrap .nav-item.show .nav-link, .nav-tabs.lt-wrap .nav-link.active {
	color: #ffd338;
	background-color: transparent;
}
li.lt-item {
    position: relative;
    padding-bottom: 22px;
}
ul.lt-wrap li a.active:after {
    content: "";
    color: #ffd338;
    position: absolute;
    border-top: 0;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}
.date-box {
	padding: 10px 0px;
	font-size: 15px;
	background: #310a5b;
	text-align: center;
	border-left: 1px solid #ffd338;
	border-right: 1px solid #ffd338;
}	
.infopage-container {
	grid-template-columns: auto;
}	
.info-menu-wrap {
	display: none;
}
.info-content {
	padding: 30px 15px;
}	
.slots-lobby-container {
	grid-template-columns: auto;
}	
.slots-provider {
	white-space: nowrap;
	overflow: auto;
}	
a.spvdbox {
	display: inline-block;
	height: auto;
	width: 12.2%;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}	
.pdv-icon {
    margin: 0;
    display: block;
}	
.all-balance-card {
    padding: 20px 15px;
    max-width: 800px;
    margin: 0 auto;
}	
.pfrow {
    grid-template-columns: auto;
}	
.pfcol {
    border-right: none;
    padding-right: 0;
}
.pfrow .pfcol:last-child {
    border: none;
    padding-left: 0;
    padding-right: 0;
}		
.hot-slot {
    font-size: 10px;
    padding: 16px 2px 2px;
}	
.vipbanner-title {
    font-size: 3.8vw;
    width: 33%;
}	
.vip-girl-car-wrapper {
    top: -20px;
    margin-bottom: -20px;
}	
}

@media(max-width: 991px) {
.fgtitle {
    font-size: 18px;
}	
.hot-icon img {
    max-height: 25px;
}
.owl-theme.slots-slider .owl-nav {
    top: -11%;
}
.footer-row {
    display: block;
    text-align: left;
}	
.ft-col-1 {
	display: inline-block;
	max-width: 210px;
	margin-right: 10px;
	vertical-align: top;
}
.supp24-logo img {
    max-height: 70px;
}
.ft-col-2 {
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-align: left;
}	
.ft-col-3 {
	padding: 15px 0 10px;
}  
.ft-menu-wrapper {
    column-count: auto;
}
ul.nav.ft-menu.menu1 {
    display: none;
}	
.footer-row-2 {
    grid-template-columns: auto;
    grid-gap: 15px;
    border-bottom: 1px solid #656366;
}
.footer-row-2 .ft-col {
    padding: 0;
}	
.ft-col.line {
    border-right: none;
}
.register-wrapper {
    display: flex;
    flex-direction: column-reverse;
}	
.regtitle {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}	
.vip-top-banner {
    flex-direction: column;
    height: auto;
}
.vip-car-wrapper {
    height: 360px;
}	
.vip-privilege {
    background: rgb(0, 0, 0, 0.4);
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.transfrom-amt-wrapper {
	grid-template-columns: auto;
	max-width: 460px;
}	
.lottery-logo {
    max-width: 39%;
    margin: 0 auto;
}
.dl-banner {
	left: 0;
	right: 0;
	top: 0;
	position: inherit;
	margin-bottom: -10%;
}	
.download-content {
    margin: 0 auto;
    max-width: none;
}
.transfrom-amt-wrapper {
    grid-template-columns: auto;
    max-width: 460px;
}		
}

@media(max-width: 767px) {
.welcome-text-1 {
	font-size: 28px;
}
.welcome-text-2 {
    font-size: 16px;
}	
.welcome-img {
    margin: 0 auto -14%;
}
.usp-text {
    font-size: 3vw;
}	
.passion-sec {
    margin-top: 0;
    padding: 15px 0 5px;
}	
.passion-wrapper {
    grid-template-columns: auto;
}
.pss-img {
	margin-left: -12%;
}
.seo-wrapper {
    font-size: 12px;
    max-height: 200px;
}
ul.nav.nav-provider-game li.nav-item {
	width: 23.5%;
}
ul.nav.nav-provider-game a.nav-link {
	height: 11vw;
}	
ul.nav.nav-provider-game a.nav-link img {
	max-height: 90%;
}	
.display-game-container {
    background: #371c52;
    background-image: none;
}	
.display-game-container.slots .dg-img-column {
    background: url(../images/casino/bg-top-casino.png) no-repeat right top;
	background-size: cover;
	border-radius: 12px 12px 0 0;
}	
.display-game-container.sports .dg-img-column {
    background: url("../images/sports/sport-top-bg.png") no-repeat right top;
	background-size: cover;
	border-radius: 12px 12px 0 0;
}
.display-game-container.fishing .dg-img-column {
    background: url("../images/fishing/fish-top-bg.png") no-repeat right top;
	background-size: cover;
	border-radius: 12px 12px 0 0;
}	
.display-game-container.gaming .dg-img-column {
    background: url("../images/games/game-top-bg.png") no-repeat right top;
	background-size: cover;
	border-radius: 12px 12px 0 0;
}		
.display-game-wrap {
    display: flex;
    flex-direction: column-reverse;
	height: auto;
}	
.casino-character {
    position: inherit;
	margin-top: -70px;
}
.game-character {
	position: inherit;
	max-width: 65%;
	margin: -60px auto 0;
}	
.dg-column {
    padding: 15px 15px 30px;
}
.deco.casino-deco {
    max-width: 390px;	
}
.dg-subtitle {
	display: none;
}
.slick-current .lock-status {
	font-size: 2.5vw;
}	
.slick-current .vip-lvl {
	font-size: 8vw;
}	
.slick-current .achieve-text {
	top: 76%;
	font-size: 2.1vw;
}	
.slick-active.slick-center .vip-card-wrapper {
	margin: 0 -40%;
	transform: scale(1);
}	
.slick-current .lvlbar-wrap {
    height: 2vw;
}
.vip-top-banner {
	padding-top: 10px;
}	
.vip-car-wrapper {
	height: 270px;
	max-width: 480px;
}	
.vip-privilege {
	top: -30px;
}
button.restore-btn {
	padding: 3px 7px;
	font-size: 12px;
	margin: 0 2px 0 5px;
}	
.rwclaim-upper {
	display: grid;
	grid-template-columns: 45% auto;
	grid-gap: 10px;
}
.rwclaim-img {
	height: 14vw;
}
.rwctext-1 {
	-webkit-line-clamp: 2;
}	
.rwclaim-top {
	font-size: 18px;
}
.rwclaim-wrap {
	text-align: right;
}
.claim-requirement {
	font-size: 11px;
}
.all-balance-card {
	max-width: 480px;
}	
.pvd-balance-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}	
.pvb-col-1 {
	font-size: 13px;
}
button.allin-btn {
	font-size: 13px;
	padding: 2px 6px;
}	
.pvb-col-2 {
	font-size: 15px;
}
.date-form-wrapper {
	display: grid;
	grid-gap: 15px;
}	
.history-btn-wrap {
	text-align: center;
}	
.pfrow-2 {
	grid-template-columns: auto;
}
.filter-menu {
	background: none;
	padding: 0;
	text-align: center;
}	
.pmbox {
	background: #200838;
	margin: 4px 1px;
}	
.promobox {
	grid-template-columns: auto;
}
.more-info-wrap {
	position: initial;
	margin-top: 15px;
}	
a.spvdbox {
	width: 16.3%;
	font-size: 13px;
}
.slot-filter-wrap {
	display: block;
}	
.sf-btn-wrap {
	margin-bottom: 10px;
}
button.sfbtn {
	margin-bottom: 3px;
}
.slots-container {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6px;
}	
.slot-name {
	font-size: 12px;
}
form.reg-form {
	padding: 15px 0;
}
.vipmb-img {
    height: 40vw;
}	
.vipmb-img img {
    object-fit: cover;
    height: 100%;
}	
.vipbanner-title {
	font-size: 4.8vw;
	width: 40%;
	left: 8%;
}
.vip-girl-car-wrapper {
    grid-template-columns: 30% auto;
}
.current-vip-level {
    font-size: 20px;
}
.twbox-1 {
    font-size: 14px;
	height: 55px;
}	
.twbox-2 {
    font-size: 16px;
	height: 48px;
}
.mwauto-text {
    font-size: 13px;
}	
}
	

@media(max-width: 480px) {
button.login-btn, button.register-btn {
	height: 32px;
	min-width: 90px;
	margin: 0 auto 0 6px;
	font-size: 12px;
}	
a.toprofile-link {
    font-size: 13px;
}	
.welcome-text-1 {
	font-size: 24px;
}
.welcome-text-2 {
	font-size: 14px;
}	
.passion-content {
    font-size: 24px;
}
.pctext-3 {
    font-size: 14px;
}
.owl-theme.slots-slider .owl-nav {
    top: -18%;
}	
.owl-theme.slots-slider .owl-nav button.owl-prev, .owl-theme.slots-slider .owl-nav button.owl-next {
	font-size: 20px;
	height: 25px;
	width: 25px;
}	
.fgtitle {
	font-size: 15px;
	margin-bottom: 10px;
}	
.supp24-logo img {
	max-height: 60px;
}	
.connect-text {
    font-size: 14px;
}
.ft-col-1 {
    display: block;
    max-width: 100%;
    margin: 0 0 15px 0;
}	
.social-logo a {
    margin: 0px 3px;
    max-width: 40px;
}	
.copyright-footer {
    font-size: 10px;
}
.casino-sec {
    padding: 45px 0 30px;
}	
.casino-character {
	max-width: 80%;
	margin: -8% auto 0;
}
.game-character {
    margin: -8% auto 0;
}	
.deco.casino-deco {
    max-width: 75%;
}	
.deco.gaming-deco {
    max-width: 23%;
    left: 25%;
    top: 16%;
}
.deco.fishing-deco {
    max-width: 25%;
    left: 19%;
    top: 8%;
}	
.game-pvd-img {
	max-width: 80%;
	margin: 0 auto;
}	
.game-pvd-img img {
    max-height: 55px;
}
ul.nav.nav-provider-game li.nav-item {
	width: 31%;
	margin: 0.7%;
}	
ul.nav.nav-provider-game a.nav-link {
	height: 13vw;
}
.slick-current .lvlbar-wrap {
    height: 2vw;
}	
table.vip-table {
    font-size: 14px;
}	
.vip-tnc {
	font-size: 14px;
}	
.lvlbar-wrap {
    height: 4px;
}
.vptext-1 {
	font-size: 34px;
}
.vptext-2 {
	font-size: 16px;
}
a.tpm-btn {
	font-size: 10px;
}
.aform-wrapper {
	padding: 15px 15px;
}	
.mwtext {
	font-size: 13px;
	padding: 0 0 5px;
	height: 30px;
}
.mwbalance {
	font-size: 20px;
}
button.redeem-btn {
	padding: 2px 5px;
	font-size: 11px;
	margin-left: 2px;
}	
button.reload-btn {
	font-size: 13px;
	padding: 0px 3px 3px;
}
a.afsub-btn {
	margin: 0.5% 0.5% 0.5% 0;
	min-width: 48.5%;
	font-size: 14px;
}
.bank-pay {
	max-width: 31.5%;
	margin: 0 0.4%;
}
.bank-acct-btn.bnk {
	font-size: 13px;
}	
.bank-info-depo {
	font-size: 14px;
}	
.bank-depo-option.banking .bank-acct-btn img {
    max-height: 30px;
}
button.update-btn.add-bank {
	position: initial;
	margin-top: 5px;
}
.profile-top-wrapper {
	padding: 20px 15px;
}	
.pfcolumn {
	padding: 20px 15px;
}	
.pvb-col-1 {
	font-size: 13px;
}	
button.allin-btn {
	font-size: 13px;
	padding: 2px 6px;
}	
.rwcenter ul.nav.afmenuside-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
.rwcenter ul.nav.afmenuside-nav li.nav-item a.mslink {
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background: #5f2683;
	color: #fff;
    height: 75px;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    padding: 1px 3px;
}
ul.nav.afmenuside-nav li.nav-item a.mslink.active, ul.nav.afmenuside-nav li.nav-item a.mslink:hover {
	color: #ffd338;
}
ul.nav.afmenuside-nav li.nav-item a.mslink.active img, ul.nav.afmenuside-nav li.nav-item a.mslink:hover img {
    filter: none;
}	
.afn-icon {
    margin: 0 auto 5px;
}
a.mslink.noticed::after {
    right: 5px;
    top: 6px;
}	
.rc-quickgame {
    font-size: 13px;
}
.rc-quickgame img {
    max-width: 35px;
}	
.rwcenter .rwc-content {
    padding: 15px 15px;
}	
.rwclaim-btm {
	grid-template-columns: auto 115px;
	grid-gap: 5px;
}	
.rwclaim-top {
	font-size: 3.3vw;
}
button.rw-claim-btn {
    font-size: 14px;
    height: 30px;
}		
button.lott-btn {
    height: 60px;
}
.sm-promo-title {
	font-size: 16px;
}	
.smpromo-caption {
	font-size: 13px;
}
.download-box {
	width: 47%;
}	
.info-title {
	font-size: 22px;
	padding: 0 10px;
}
.info-content-inner {
	padding: 0 10px;
}
a.spvdbox {
	width: 24.5%;
	font-size: 12px;
}	
.slots-container {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 10px;
}
.slotgbox {
    max-width: none;
}
.slot-name {
	font-size: 14px;
}
.hot-slot {
	font-size: 9px;
	padding: 14px 2px 1px;
	right: -33px;
	top: -8px;
}
button.globby-btn {
    height: 9vw;
    font-size: 3.6vw;
    min-width: 39vw;
}	
button.btn-tnc {
    font-size: 14px;
}	
.ft-crypto img {
    max-width: 40px;
    margin: 0 15px 10px 0;
}	
.ft-payment img {
    max-height: 24px;
}
.vip-girl-car-wrapper {
    height: 350px;
}	
.vip-privilege {
    position: absolute;
    left: 0;
    right: 0;
    top: 136px;
}	
.supercar {
    margin-bottom: 0;
    margin-top: 10px;
}	
}

/** Update - 30/4/22025 **/
.daily-turnover-wrap {
    overflow: hidden;
    padding: 2px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0;
}
.dtinner {
    background: #131723;
    border-radius: 14px;
    padding: 15px 15px;
    display: grid;
    grid-template-columns: 35% auto 140px;
    grid-gap: 15px;
}
.torw-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 5px 0;
}
.torwtext-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
	margin-bottom: 4px;
}
.torwtext-2 {
    font-size: 15px;
	font-weight: 700;
	color: #ffd338;
}
.progress-turnover {
	text-align: center;
	font-size: 14px;
}
.progress-turnbar {
	background: #5f2683;
	height: 10px;
	overflow: hidden;
	border-radius: 25px;
	margin-top: 2px;
}
.curt-innerbar {
	background: #ffd338;
	height: 100%;
	border-radius: 25px;
}
.slots-rwclaim {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.slots-rwclaim .date-legend {
    font-size: 11px;
}
ul.cdtimer {
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    display: flex;
    line-height: 1.2;
    padding: 5px 2px;
}
ul.cdtimer li {
    margin: 0 4px;
    text-align: center;
}
ul.cdtimer li span {
    display: block;
    font-size: 140%;
}
button.rw-claim-btn.ongoing {
    background: #4a0791;
    color: #fff;
	pointer-events: none;
}

@media(max-width: 480px) {
.dtinner {
    padding: 15px 10px;
    display: grid;
    grid-template-columns: auto 115px;
    grid-gap: 10px;
}
.trw-img {
    grid-column: 1 / 3;
    width: 60%;
}	
.torwtext-1 {
    font-size: 17px;
}
.torwtext-2 {
    font-size: 14px;
}	
.progress-turnover {
    font-size: 13px;
}	
.slots-rwclaim .date-legend {
    font-size: 10px;
}	
}

/** PT quiz tnc page - updated 27/5/2025 **/
.quiz-banner {
    margin-bottom: 10px;
}

.disclaimer-wrap {
    background: #010429;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #ebca57;
}

.info-tnc-content {
    background: #180e3a;
    border-radius: 16px;
    padding: 30px;
}

.tnc-content-inner {
    line-height: 1.6;
    color: #fff;
}

.quiz-tnc-title {
    font-size: 24px;
    color: #ffd338;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.quiz-tnc-title-2 {
    font-size: 18px;
    color: #ffd338;
    font-weight: 700;
    margin-bottom: 15px;
}

.tnc-content-inner ol {
    padding-left: 17px;
}

    .tnc-content-inner ol li {
        padding: 2px 0;
    }

@media(max-width: 480px) {
    .disclaimer-wrap {
        padding: 20px 15px;
    }

    .info-tnc-content {
        padding: 20px 15px;
    }

    .tnc-content-inner {
        font-size: 14px;
    }

    .quiz-tnc-title {
        font-size: 20px;
    }
}

/** Live Stream Page **/
a.livestream-icon {
    display: inline-block;
    max-width: 90px;
}
.live-stream-container {
    display: grid;
    grid-template-columns: auto 315px;
    grid-gap: 10px;
    height: 474px;
}
.live-stream-container.active {
	grid-template-columns: auto;
	height: 600px;
}
.livechat-stream-box {
    border: 2px solid #7f34ce;
    background: #000;
}
.live-stream-container.active .livechat-stream-box {
	display: none;
}
.tnc-btn-wrap {
    padding: 25px 0;
    text-align: center;
}
.tnc-btn-wrap button.moregmames-btn {
	margin: 0 auto;
}
.wlist-wrapper {
	position: relative;
    background: #310a5b;
    max-width: 790px;
    margin: 0 auto;
    border-radius: 15px;
}
.wl-title {
	position: relative;
	color: #ffd338;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 25px;
}
button.gentnc-btn {
    position: relative;
    min-width: 140px;
    background: #ffd338;
    height: 35px;
    border: 1px solid #ffd338;
    border-radius: 45px;
    margin: 0 auto 0 8px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
}
ol.terms {
	padding-left: 17px;
}
.wsp-icon {
    color: #ffe27f;
    font-size: 34px;
    margin-left: 10px;
}
.wlist-content {
	text-align: center;
	padding: 30px;
	margin-bottom: 30px;
}
.winner-top {
	border-radius: 10px;
	background: #7f34ce;
	overflow: hidden;
}
.table-responsive.winner-list {
    max-height: 400px;
    overflow: auto;
}
.winner-top table.winner-table tr td {
    color: #fff;
    padding: 15px 5px;
    font-size: 19px;
    font-weight: 600;
}
.winner-list table.winner-table tr td {
	padding: 5px 5px;
	font-size: 16px;
}
.wbtn {
	cursor: pointer;
}
.wbtn::after {
    content: '\f13a';
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    color: #7f34ce;
    right: 30px;
    top: 17px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.wbtn.collapsed::after {
    content: '\f13a';
    font-family: 'Font Awesome 5 Free';
    transform: none;
    transition: 0.3s;
}
.table-responsive.winner-list::-webkit-scrollbar {
	width: 4px;
}
.table-responsive.winner-list::-webkit-scrollbar-track {
	background: #21093b;
	border-radius: 15px;
}
.table-responsive.winner-list::-webkit-scrollbar-thumb {
	background: #7f34ce;
	border-radius: 15px;
}
.table-responsive.winner-list::-webkit-scrollbar-thumb:hover {
	background: #28475f;
}
button.hide-chat-btn {
	background: #fac462;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 17px;
    border-radius: 8px;
    text-transform: uppercase;
	margin: 5px 0;
}

@media(max-width: 991px) {
.live-stream-container {
    grid-template-columns: auto;
	height: auto;
}
.live-stream-container.active {
    height: auto;
}
.live-video-box {
    height: 54vw;
}	
.livechat-stream-box {
	height: 626px;
}
a.livestream-icon { 
	display: none;
}
}

@media(max-width: 767px) {
.wl-title {
    font-size: 20px;
    padding: 15px 15px;
}	
.wbtn::after {
    font-size: 19px;
    right: 15px;
}











