﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');

body { font-family: "Barlow", sans-serif; line-height:1.2; font-size:15px; color:#191919; background: #0b1b27; }

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, input:focus, textarea: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%;
}
.t-body {
	overflow: hidden;
    padding-top: 140px;
}
.max-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
button.back-to-top {
    position: fixed;
    bottom: 5%;
    right: 10px;
    background: #546975;
    border: none;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
	z-index: 100;
}
button.back-to-top:hover {
	background: #182939;
	transform: scale(0.98);
}
.floating-contact {
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 99;
}
.live-img {
    max-width: 145px;
	cursor: pointer;
}
.support-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 100%;
	visibility: hidden;
	opacity: 0;
}
.floating-contact:hover .live-img {
	transform: scale(1.03);
	filter: brightness(1.03) drop-shadow(0 0 4px rgb(255,255,255,0.4));
	transition: 0.1s;
}
a.contact-box {
	color: #fff;
	font-size: 13px;
	display: block;
	margin: 4px 0;
	transform: translateY(30px);
	transition: linear 0.1s;
}
a.contact-box:hover {
	color: #ffe27f;
	transform: scale(1.03);
}
a.contact-box:hover .social-box {
	transform: scale(1.04);
	transition: 0.1s;
}
.sctext {
	color: #ffe27f;
	font-weight: 500;
}
.social-box {
    display: inline-block;
    margin: 1px;
    background: #141e37;
    border: 1px solid #1d2945;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 3px;
    font-size: 20px;
}
.social-box  i {
    background: linear-gradient(to bottom, rgba(251,234,108,1) 0%, rgba(209,156,40,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.floating-contact:hover .support-wrapper {
	visibility: visible;
	opacity: 1;
	transition: linear 0.1s;
}
.floating-contact:hover .support-wrapper a.contact-box:first-child {
	transform: translate(0);
	transition: linear 0.1s;
	transition-delay: 0.25s;
}
.floating-contact:hover .support-wrapper a.contact-box:nth-child(2) {
	transform: translate(0);
	transition: linear 0.1s;
	transition-delay: 0.20s;
}
.floating-contact:hover .support-wrapper a.contact-box:nth-child(3) {
	transform: translate(0);
	transition: linear 0.1s;
	transition-delay: 0.15s;
}
.floating-contact:hover .support-wrapper a.contact-box:nth-child(4) {
	transform: translate(0);
	transition: linear 0.1s;
	transition-delay: 0.1s;
}
.floating-contact:hover .support-wrapper a.contact-box:last-child {
	transform: translate(0);
	transition: linear 0.1s;
	transition-delay: 0.05;
}


/** Header **/
.header-sec {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.logo img {
    max-height: 82px;
}
.header-top {
    background: #081922;
    color: #fff;
}
.header-top-container {
    max-width: 1300px;
    height: 85px;
    margin: 0 auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
}
.mobile-menu-btn {
	display: none;
}
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.btn-top {
    display: flex;
    align-items: center;
}
@-webkit-keyframes glow {
0% {
	box-shadow: none;	
}
50% {
	box-shadow: 0 0 14px -1px #ffed7d;
	filter: brightness(1.05);
}
100% {
	box-shadow: none;
}
}
button.join-btn {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 500;
    font-size: 17px;
    height: 32px;
    padding: 3px 6px;
    min-width: 100px;
    border-radius: 9px;
    margin: 0 4px;
	animation: glow 1.5s ease-in-out infinite;
}
button.join-btn:hover {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	box-shadow: 0 0 4px -1px #ffed7d;	
	transform: scale(0.98);
}
button.login-btn {
    background: #233648;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    height: 32px;
    padding: 3px 6px;
    min-width: 100px;
    border-radius: 9px;
    margin: 0 4px;
}
button.login-btn:hover {
    background: #081420;
}
.date-top {
    font-size: 13px;
    padding: 0 0 8px;
}
.dropdown.language {
    background: #233648;
    border-radius: 22px;
    height: 32px;
    padding: 2px 6px;
    display: flex;
    align-items: center;
	cursor: pointer;
	z-index: 9;
}
button.flag-btn {
    background: none;
    padding: 0;
    border: none;
    margin: 2px 0;
}
button.flag-btn img, button.flag-item img {
	height: 23px;
}
.arrow-down {
    font-size: 12px;
    margin-left: 4px;
}
.language-dropdown {
    position: absolute;
    left: 7px;
    top: 100%;
	opacity: 0;
	visibility: hidden;
}
button.flag-item {
    background: none;
    padding: 0px;
    border: none;
    display: block;
    margin: 1px 0;
}
.dropdown.language:hover .language-dropdown {
	opacity: 1;
	visibility: visible;
}
.header-btm {
    background: #0e212f;
	position: relative;
}
.header-btm-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}
ul.nav.main-nav {
    align-items: center;
	justify-content: space-around;
	height: 55px;
}
ul.nav.main-nav li.nav-item {
    height: 55px;
}
ul.nav.main-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 16px 13px;
    font-weight: 500;
    font-size: 18px;
	position: relative;
	transition: none;
}
.dropdown-container {
    background: rgb(0,0,0,0.85);
    padding: 5px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    border-bottom: 3px solid #ffe27f;
	opacity: 0;
	visibility: hidden;
}
.hot-icon {
    position: absolute;
    background: #ff9600;
    color: #000;
    border-radius: 8px 0;
    padding: 0px 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    left: 14px;
    top: 5px;
	z-index: 2;
	animation: blink 0.9s ease-in-out infinite;
}
@-webkit-keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 0.3;
}
100% {
	opacity: 1;
}
}
ul.nav.main-nav li.nav-item:hover {
	background: linear-gradient(to bottom, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
}
ul.nav.main-nav li.nav-item:hover a.nav-link {
	color: #000;
}
ul.nav.main-nav li.nav-item:hover a.nav-link.icon-link img {
	filter: brightness(0) contrast(1);
}
ul.nav.main-nav li.nav-item:hover .dropdown-container {
    opacity: 1;
	visibility: visible;
}
.nav-dropdown-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
.nav-dropdown-wrapper a {
    display: inline-block;
    margin: 5px auto;
    max-width: 155px;
}
.dname {
	color: #fbfec6;
	text-transform: uppercase;
	font-size: 14px;	
	font-weight: 700;
	padding-top: 3px;
	display: none;
}
.nav-dropdown-wrapper a:hover {
	transform: scale(1.04);
	filter: brightness(1.08);
}
.userwelcome-wrap {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 16px;
}
button.mail-btn-top {
    background: none;
    border: none;
    color: #fff;
    position: relative;
    margin: 0 15px 0 0;
    font-size: 19px;
    padding: 0;
    line-height: 1;
}
button.mail-btn-top:hover {
    color: #ffe27f;
}
span.mail-redot {
    background: #f00;
    font-size: 8px;
    height: 7px;
    padding: 0 3px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -6px;
    bottom: 3px;
}
.welcome-user {
    border-left: 1px solid #424f5a;
    padding-left: 7px;
}
.mobile-mail-top {
    position: absolute;
    right: 0;
	display: none;
}


/** Footer **/
.footer-sec {
    background: #081420;
    border-top: 3px solid #ffe27f;
    color: #787b8b;
    padding: 15px 0;
	font-size: 12px;
}
.footer-sec a {
	color: #787b8b;
}
.footer-sec a:hover {
	color: #ffe27f;
}
.ft-divider-row {
    border-top: 2px dotted #626a8d;
    margin: 15px 0;
}
.quicklink-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
	padding: 10px 0;
}
.qbox {
    padding: 0 15px;
    border-right: 2px dotted #626a8d;
}
.quicklink-wrapper .qbox:last-child {
    border-right: none;
}
.qbtitle {
    padding-bottom: 10px;
    color: #ffe27f;
    font-weight: 700;
}
ul.ft-link {
    padding-left: 15px;
}
.footer-column-wrapper {
	display: grid;
    grid-template-columns: 30% 40% 30%;
	padding: 10px 0;
}
.footer-column-wrapper .qbox:last-child {
    border-right: none;
}
.qbtitle-1 {
    font-weight: 600;
    padding-bottom: 10px;
    color: #5e6470;
}
.logo-icon img {
    margin: 5px 5px;
}
a.social-link {
    display: inline-block;
    margin: 2px;
    background: #141e37;
    border: 1px solid #1d2945;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 3px;
    font-size: 17px;
	filter: contrast(0.7) grayscale(1);
}
a.social-link:hover {
	filter: none;
}
.round-border {
    border: 1px solid #ebcc53;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
a.social-link i {
    background: linear-gradient(to bottom, rgba(251,234,108,1) 0%, rgba(209,156,40,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.powered-wrapper {
	padding: 0 15px;
}
.provider-logo img {
	margin: 5px;
}
.footer-seo {
    padding: 15px 15px;
}
.ft-title-1 {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 10px;
}
.copyright {
    text-align: center;
    color: #fff;
	padding: 0 0 5px;
}
.copyright strong {
	color: #fbfec6;
}

/** Mobile Bottom Menu**/
.mobile-btm-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	display: none;
}
.btm-menu {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
}
.border-menu {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    height: 7px;
    box-shadow: 0 0 10px -1px #ffed7d;
}
a.mb-menulink {
    background: linear-gradient(45deg, rgba(20,40,53,1) 0%, rgba(11,27,39,1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
	line-height: 1;
    padding: 10px 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
a.mb-menulink img {
    max-width: 43px;
    margin-bottom: 5px;
    position: relative;
}
a.mb-menulink .wheel-icon img {
    max-width: 78px;
}
.wheel-icon {
    position: absolute;
    top: -33%;
}

/** Home **/
.slider-sec {
	position: relative;
}
.desktop-slider {
	margin-bottom: -1px;
}
.mobile-annoucement, .mobile-home-menu-sec {
	display: none;
}
.desktop-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #808080;
    opacity: 1;
    border-radius: 50%;
    border: none;
    transition: 0.2s linear;
}
.desktop-slider .carousel-indicators .active {
    opacity: 1;
    background-color: #f3cd68;
}
.guide-sec {
    background: #0b1b27;
	color: #fff;
	padding: 15px 0;
}
.guide-wrapper {
	display: grid;
    grid-template-columns: repeat(3,1fr);
}
.guide-box {
    display: grid;
    grid-template-columns: 64px auto;
    grid-gap: 10px;
    align-items: center;
    padding: 10px 5px;
}
.sgtitle {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.sports-game-sec {
	background: url("../images/home-sport.jpg")no-repeat top center;
	background-size: cover;
	padding: 15px 0 0;
}
.annoucement-sec {
    background: rgb(11,27,39,0.8);
    color: #fff;
    border-radius: 30px;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
	margin-bottom: 15px;
}
.speaker-icon {
    margin-right: 10px;
}
.annouce-text {
    width: 100%;
	font-style: italic;
}
.sport-game-container {
    display: grid;
    grid-template-columns: 65% 35%;
}
.title-wrap {
    position: relative;
    margin: 0 0 20px;
}
.title-text {
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    left: 30px;
    top: 7px;
    display: flex;
    align-items: center;
}
.title-text img {
    height: 28px;
    margin-right: 15px;
}
.sport-game-inner {
    display: grid;
    grid-template-columns: 180px auto;
}
ul.nav-games {
    flex-direction: column;
}
ul.nav-games li.game-item {
    margin: 5px 0;
}
ul.nav-games li.game-item a.nav-game {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
    color: #ffe27f;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 160px;
    height: 50px;
    display: grid;
    grid-template-columns: 44px 2px 45%;
    grid-gap: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
	text-align: center;
}
ul.nav-games li.game-item a.nav-game.active {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: 1px solid #ffe27f;
    color: #0a1941;
}
ul.nav-games li.game-item a.nav-game.active img {
	filter: contrast(1) brightness(0);
}
.spline {
    background: linear-gradient(to bottom, rgba(255,236,173,1) 0%, rgba(218,149,74,1) 100%);
    height: 55%;
    width: 2px;
}
ul.nav-games li.game-item a.nav-game.active .spline {
	background: linear-gradient(to bottom, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
}
.sports-intro-wrap {
    max-width: 590px;
    margin: 0 auto;
}
.sg-chrt-img {
    text-align: right;
    position: relative;
	max-width: 70%;
    margin: 0 0 0 auto;
}
.sg-caption {
    border-bottom: 4px solid #d6b987;
    background: rgb(11,41,63,0.8);
    color: #fff;
    font-size: 17px;
    padding: 15px 20px;
    position: absolute;
    max-width: 231px;
	top: 35%;
}
.sg-text {
    max-width: 74%;
    margin-top: 12px;
}
.sports-slider {
    max-width: 370px;
}
.matchteam-box {
    background: url(../images/home/match-base.png)no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
	padding: 0 5px 20px;
}
.date-match {
    background: #0b1b27;
    color: #f3e378;
    font-size: 16px;
    padding: 8px 5px;
    max-width: 150px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}
.match-logo {
    margin: 15px auto -15px;
}
.match-vs-wrapper {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    text-align: center;
    align-items: center;
}
.teambox {
    font-size: 14px;
}
.vs-text {
    font-size: 28px;
    font-weight: 800;
    color: #0b1b27;
    padding-bottom: 25px;
}
.team-name {
    color: #0a2252;
    font-weight: 600;
	padding-bottom: 5px;
}
.betrate {
    max-width: 65px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 11px;
    font-size: 13px;
}
.bet1 {
    background: #0b1b27;
    color: #fff;
    padding: 2px;
}
.bet2 {
    background: #c5cece;
    color: #0b1b27;
    font-weight: 600;
    padding: 1px;
}
.bet-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 9;
}
button.match-bet-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    font-size: 17px;
    font-weight: 600;
    height: 30px;
    text-transform: uppercase;
    padding: 3px 13px;
    border-radius: 10px;
}
button.match-bet-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.06);
}
.sports-slider ul.carousel-indicators {
    position: unset;
    margin: 10px 0;
}
.sports-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #808080;
    opacity: 1;
    border-radius: 50%;
    border: none;
    transition: 0.2s linear;
}
.sports-slider .carousel-indicators .active {
    opacity: 1;
    background-color: #f3cd68;
}
.homepage-feature-sec {
	background: url("../images/home-dark-bg.jpg")repeat top center;
	background-size: 100%;
	padding: 0 0 45px;
	color: #fff;
}
.home-column-wrap {
    display: grid;
    grid-template-columns: 54% 44%;
    grid-gap: 2%;
}
button.livestream-btn {
    position: absolute;
    right: 0;
    top: 7px;
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
button.livestream-btn img {
	margin-right: 6px;
}
.stream-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding: 0 0 12px;
}
.lvbox {
    border-bottom: 4px solid #ffe27f;
}
.stream-wrapper.past .lvbox {
	border-bottom: 4px solid #808080;
}
.iframeCustom {
    height: 269px;
}
.video-content {
    background: #0e212f;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 8px 8px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 4px solid #ffe27f;
}
.vctitle-1 {
    font-size: 28px;
    font-weight: 800;
}
.vctitle-2 {
    color: #ffe27f;
}
.featured-container {
    padding-top: 20px;
}
.moregame-btn-wrap {
    margin: 0 0 -30px auto;
    display: flex;
    justify-content: flex-end;
}
button.moregmames-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
	position: relative;
    z-index: 1;
}
button.moregmames-btn i {
	margin-left: 5px;
}
button.moregmames-btn:hover {
	filter: brightness(1.05);
	transform: scale(0.98);
}
ul.nav.nav-featured {
    border-bottom: 4px solid #ffe27f;
}
ul.nav.nav-featured li.nav-item {
    margin: 0 10px;
}
ul.nav.nav-featured li.nav-item a.nav-link {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
    border-bottom: none;
    color: #ffe27f;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    min-width: 150px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
}
ul.nav.nav-featured li.nav-item a.nav-link.active {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
    border: 1px solid transparent;
}
.games-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 12px;
	padding: 12px 0 5px;
}
.fgbox {
    overflow: hidden;
    border-radius: 10px;
	cursor: pointer;
}
.fg-gname {
    background: #0e212f;
    height: 45px;
    text-align: center;
    color: #bac9f3;
	padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.seemore-btn-wrap {
    margin: -55px 0 10px auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.moregame-wrapper {
    text-align: center;
}
a.mgbox {
    display: inline-block;
    position: relative;
    max-width: 290px;
    margin: 0 10px;
	overflow: hidden;
}
.mgimg-hover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.2s;
	transform: translateY(90px);
}
a.mgbox:hover .mgimg-hover {
	opacity: 1;
	visibility: visible;
	transition: 0.2s;
	transform: none;
}
.mobile-sportgame, .mobile-home-nav, .mobile-login-reg {
	display: none;
}

/** Register page **/
.register-sec {
	background: url("../images/reg-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.regtitle {
	display: none;
}
.register-wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: #08202f;
    color: #c7dbe0;
}
.reg-left-column {
    padding: 20px;
}
.reg-right-column {
    background: #061c29;
	padding: 20px 20px 0;
}
form.reg-form {
    padding: 15px;
}
.rfwrap {
    position: relative;
    margin-bottom: 22px;
}
.reg-field {
    position: relative;
}
input.reg-input {
    background: #0b2e42;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px;
    border-radius: 8px;
}
input.reg-input::placeholder {
	color: #c7dbe0;
}
.error-msg {
	display: none;
    color: #f1331f;
    font-size: 11px;
    padding: 3px 0 0;
	line-height: 1;
}
.field-icon {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 17px;
    cursor: pointer;
}
.reg-line {
    background: #8496a3;
    height: 1px;
    width: 100%;
    margin: 0px 0 20px;
}
.choose-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
}
.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: #bfced9;
}
.game-option:hover input ~ .checkmark {
	background-color: #ccc;
}
.game-option input:checked ~ .checkmark {
	background-color: #233648;
}
.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 white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reg-btn-wrap {
    text-align: center;
    padding: 15px 0;
}
button.join-reg-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    border-radius: 8px;
    color: #0a1941;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 220px;
    padding: 8px 15px;
	transition: 0.2s;
}
button.join-reg-btn:hover {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	box-shadow: 0 0 10px -1px #ffed7d;
	transform: scale(0.98);
	transition: 0.2s;
}
.agree-text {
    font-size: 14px;
}
.yltext, .agree-text a {
    color: #ffe27f;
}
.agree-text a:hover {
	color: #fff;
}
.fun-begin {
    padding: 0 20px;
}
.regtext-1 {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}
.regtext-2 {
    font-size: 17px;
}
ul.fun {
    padding: 10px 0 0px 17px;
	color: #668f99;
}
ul.fun .yltext {
	font-weight: 700;
}
ul.fun li {
	padding-bottom: 3px;
}

/** Promotion page **/
.promo-sec {
	background: url("../images/promo-bg.jpg")no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 30px 0;
}
.mix {
    display: none;
}
.promo-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #11263a;
    border-radius: 15px;
    padding: 15px 35px;
}
.filter-menu {
	padding: 15px 0;
}
.pmbox {
    display: inline-block;
    margin: 3px 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 19px;
    position: relative;
    border-radius: 10px;
	cursor: pointer;
}
.pmbox.active, .pmbox:hover {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
}
.pmbox::after {
	content: '';
	background: #4b5041;
	height: 20px;
	width: 2px;
	position: absolute;
	right: -2px;
	top: 6px;
}
.filter-menu .pmbox:last-child::after {
	content: none;	
}
.promo-content-area {
    text-align: center;
}
.promo-bx {
    vertical-align: top;
    width: 47%;
    margin: 0.7% 0.5%;
}
.promobox {
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto;
	cursor: pointer;
}
.pm-img {
	overflow: hidden;
}
.pm-img img {
    transition: ease-in-out 0.2s;
    object-fit: cover;
    width: 100%;
    height: 270px;
}
.promobox:hover .pm-img img {
	transform: scale(1.07);
	transition: ease-in-out 0.3s;
}
.pm-detail-wrap {
    border-top: 3px solid #ffe27f;
    background: linear-gradient(132deg, rgba(11,27,39,1) 0%, rgba(20,40,53,1) 74%, rgba(20,40,53,1) 100%);
    padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
}
.comtext {
    padding: 8px 25px;
    text-align: left;
}
.sm-promo-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
}
.smpromo-caption {
    color: #ffe27f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more-info-wrap {
    padding: 5px 10px 5px;
    display: flex;
    justify-content: flex-end;
}
button.pm-more-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
	transition: 0.2s;
}
button.pm-more-btn i {
    margin-left: 5px;
}
button.pm-more-btn:hover {
	background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	transform: scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}

/** Sports page **/
.sports-sec {
	background: #000e18 url("../images/sports/sport-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 10px 0;
	position: relative;
	color: #fff;
}
ul.nav-game {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
	z-index: 3;
}
ul.nav-game li.nav-item {
    margin: 5px 10px;
}
ul.nav-game li.nav-item a.nav-link {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
    width: 180px;
    margin: 0 auto;
    height: 60px;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.nav-game li.nav-item a.nav-link.active {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: 1px solid #ffe27f;
}
img.acvimg {
	display: none;
}
ul.nav-game li.nav-item a.nav-link.active img.acvimg {
	display: initial;
}
ul.nav-game li.nav-item a.nav-link.active img.nmimg {
	display: none;
}
.tab-content {
	position: relative;
}
.spfloat {
	position: absolute;
}
.spfloat.deco-1 {
    left: 4%;
    top: 33%;
    max-width: 14%;
	animation: float 2s ease-in-out infinite;
}
.spfloat.deco-2 {
    left: 8%;
    top: 43%;
    max-width: 12%;
	animation: float 2.5s ease-in-out infinite;
}
.spfloat.deco-3 {
    right: 0;
    top: 9%;
    max-width: 17%;
	animation: float 2.8s ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translateY(-15px);
}
50% {
	transform: translateY(0);
}
100% {
	transform: translateY(-15px);
}
}
.game-inner-wrap {
    display: grid;
    grid-template-columns: 52% 350px;
    max-width: 1120px;
    margin: 0 auto;
	position: relative;
}
.spimg {
    text-align: right;
}
.spcolumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
	z-index: 2;
}
.sport-text {
    max-width: 320px;
    font-size: 17px;
    padding: 8px 0;
}
.play-btn-wrap {
    padding-top: 10px;
}
button.play-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px 15px;
    border-radius: 8px;
    min-width: 140px;
}
button.play-btn:hover {
	background: linear-gradient(to left, rgba(218,149,74,1) 0%, rgba(255,236,173,1) 100%);
	transform: scale(0.97);
	filter: brightness(1.07);
	box-shadow: 0 0 10px -1px #ffed7d;
}
.casino-sec {
	background: url("../images/casino/casino-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 10px 0;
	position: relative;
	color: #fff;
}
ul.nav-game.casino {
    max-width: 1050px;
    margin: 0 auto;
}
ul.nav-game.casino li.nav-item {
	margin: 5px 5px;
}
ul.nav-game.casino li.nav-item a.nav-link {
	width: 140px;
}
.lcfloat {
	pointer-events: none;
	position: absolute;
}
.lcfloat.deco-1 {
    left: 12%;
    top: 29%;
    max-width: 19%;
    animation: float 2s ease-in-out infinite;
}
.lcfloat.deco-2 {
    left: 45%;
    top: 23%;
    max-width: 18%;
    animation: float 2.5s ease-in-out infinite;
}
#casinoContent .spcolumn {
	padding-bottom: 180px;
}
.gaming-sec {
	background: url("../images/gaming/gaming-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 10px 0;
	position: relative;
	color: #fff;
}
#gamingContent .spcolumn {
	padding-bottom: 180px;
}
.gmfloat {
	pointer-events: none;
	position: absolute;
}
.kissdeco-1 {
    left: 5%;
    top: 3%;
	max-width: 16%;
	animation: float 2s ease-in-out infinite;
}
.kissdeco-2 {
    left: 42%;
    top: 53%;
	max-width: 12%;
	animation: float 2s ease-in-out infinite;
}
.megadeco-1 {
    left: 2%;
    top: 17%;
    max-width: 16%;
    animation: float 2s ease-in-out infinite;
}
.megadeco-2 {
    left: 44%;
    top: 53%;
    max-width: 13%;
    animation: float 2s ease-in-out infinite;
}
.pussydeco-1 {
    left: 0%;
    top: 4%;
    max-width: 13%;
    animation: float 2s ease-in-out infinite;
}
.pussydeco-2 {
    left: 37%;
    top: 53%;
    max-width: 15%;
    animation: float 2s ease-in-out infinite;
}
.kayadeco-1 {
    left: 9%;
    top: 6%;
    max-width: 14%;
    animation: float 2s ease-in-out infinite;
}
.kayadeco-2 {
    left: 44%;
    top: 51%;
    max-width: 10%;
    animation: float 2s ease-in-out infinite;
}
.bbindeco-1 {
    left: 0%;
    top: 33%;
    max-width: 14%;
    animation: float 2s ease-in-out infinite;
}
.bbindeco-2 {
    left: 42%;
    top: 52%;
    max-width: 16%;
    animation: float 2s ease-in-out infinite;
}
/** Lottery Page **/
.lottery-sec {
	background: #010305 url("../images/lottery/lottery-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
}
.lottery-top {
    position: relative;
    height: 330px;
    max-width: 1100px;
    margin: 0 auto;
}
.ltfloat {
	position: absolute;
}
.ltfloat.deco-1 {
    left: 3%;
    top: 18%;
    max-width: 7%;
	animation: float 2s ease-in-out infinite;
}
.ltfloat.deco-2 {
    right: 26%;
    top: 3%;
    max-width: 9%;
	animation: float 3s ease-in-out infinite;
}
.ltfloat.deco-3 {
    left: 14%;
    top: 24%;
    max-width: 10%;
	animation: float 2.5s ease-in-out infinite;
}
.ltfloat.deco-4 {
    right: 12%;
    top: 22%;
    max-width: 10%;
	animation: float 2.2s ease-in-out infinite;
}
.lottery-container {
    background: linear-gradient(to bottom, rgba(18,39,58,1) 0%, rgba(4,23,37,1) 100%);
    padding: 20px;
    border-radius: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.lotto-btn-wrap {
    text-align: center;
}
button.lotto-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: 1px solid #ffe27f;
    width: 180px;
    color: #0a1941;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    height: 47px;
    padding: 5px;
    margin: 5px;
}
button.lotto-btn.guide {
	background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
	color: #ffe27f;
}
button.lotto-btn:hover {
	transform: scale(0.97);
    box-shadow: 0 0 10px -1px #ffed7d;
}
.lotto-divider {
    background: #0b2e42;
    height: 2px;
    margin: 15px auto;
	width: 100%;
}
.date-search-wrap {
    position: relative;
    max-width: 300px;
    margin: 15px auto;
}
input.date-input {
    background: #0b2e42;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px;
    border-radius: 30px;
    width: 100%;
}
button.search-btn {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    border-radius: 0 40px 40px 0;
    height: 40px;
    width: 50px;
	color: #0a1941;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.lottery-result-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
	padding: 0 10px;
	max-width: 1100px;
	margin: 0 auto;
}
.result-box {
	background: #14283c;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #ffecab;
	max-width: 350px;
	margin: 0 auto;
	color: #fff;
	width: 100%;
	text-align: center;
}
.lotto-top {
    background: linear-gradient(to right, rgba(217,147,73,1) 0%, rgba(255,225,127,1) 42%, rgba(255,237,174,1) 100%);
    color: #14283c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
	height: 55px;
}
.lotto-title {
    text-align: right;
    font-size: 14px;
	font-weight: 500;
}
.lottitle-1 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
table.rs-top tr th {
	background: #051d2f;
	color: #ffe27f;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #6e6724;
}
table.rs-top tr td {
	background: #14283c;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #6e6724;
}
table.rs-btm tr th {
	background: #051d2f;
	color: #ffe27f;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #6e6724;
}
table.rs-btm tr td {
	background: #14283c;
	padding: 10px 1px;
	border: 1px solid #6e6724;
	font-size: 16px;
}
.consol-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 5px;
}
.lottery-mobile {
	display: none;
}

/** Blog Page **/
.blog-sec {
	background: url("../images/promo-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
}
.blog-pg-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 10px;
}
.blog-box {
    background: linear-gradient(132deg, rgba(11,27,39,1) 0%, rgba(20,40,53,1) 74%, rgba(20,40,53,1) 100%);
    padding: 10px;
    border-radius: 10px;
    max-width: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.blog-img {
    border-bottom: 3px solid #efd57a;
	overflow: hidden;
}
.blog-description {
    padding: 0 5px;
}
.brow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 13px;
}
span.btag {
    background: #efd57a;
    color: #0a1941;
    font-weight: 500;
	font-size: 12px;
    padding: 1px 5px;
    border-radius: 4px;
    margin: 2px 1px;
	display: inline-block;
	cursor: pointer;
}
.blog-date {
    color: #7894a6;
}
.blogtitle-sm {
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    padding-bottom: 10px;
}
.blog-box .more-info-wrap {
	padding-right: 0;
}
.blog-pagination {
    padding: 25px 0 10px;
    text-align: center;
}
button.nexprev-btn {
    color: #979db0;
    background: none;
    border: none;
    padding: 0;
    font-size: 17px;
    margin: 0 5px;
}
button.nexprev-btn:hover {
	color: #1e455b;
}
button.pgnum-btn {
    background: none;
    border: none;
    border-radius: 5px;
    color: #979db0;
    font-weight: 600;
    padding: 3px 9px;
    margin: 0 1px;
}
button.pgnum-btn.active, button.pgnum-btn:hover {
    background: #1e455b;
    color: #c8e8fa;
}
.blog-inner-container {
    background: #08202f;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 45px;
    border-radius: 20px;
}
.blog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-title {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 5px;
}
.blog-caption {
    color: #ffe27f;
}
.bycol {
    color: #8b9fab;
}
.blog-content {
    padding: 15px 0;
}
.back-btn-wrap {
	padding: 10px 0;
    text-align: center;
}
button.blog-back-btn {
    background: #ffea8d;
    color: #0a1941;
    border: none;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 8px;
    min-width: 130px;
}
button.blog-back-btn:hover {
    background: #081420;
	color: #fff;
}

/** Slots Page **/
.slots-sec {
	background: #000 url("../images/slots/slots-bg.jpg?1")no-repeat top center;
	background-size: auto;
	padding: 30px 0;
}
@-webkit-keyframes shake {
0% {
	transform: rotate(15deg);
}
50% {
	transform: rotate(0);
}
100% {
	transform: rotate(15deg);
}
}
.sdeco {
	position: absolute;
	pointer-events: none;
}
.sdeco.deco-1 {
    left: -9%;
    top: 12%;
    max-width: 10%;
	animation: float 2.5s ease-in-out infinite;
}
.sdeco.deco-2 {
    left: 28%;
    top: 2%;
    max-width: 11%;
	animation: shake 2s ease-in-out infinite;
}
.sdeco.deco-3 {
    right: 24%;
    top: 3%;
    max-width: 11%;
	animation: float 3s ease-in-out infinite;
}
.sdeco.deco-4 {
    right: -5%;
    top: 11%;
    max-width: 10%;
	animation: float 2.4s ease-in-out infinite;
}
.jackpot-wrap {
    position: relative;
    max-width: 497px;
    margin: 0 auto;
    text-align: center;
}
.jackpot-prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    font-size: 58px;
    font-weight: 700;
    color: #ffec94;
}
.slots-lobby-container {
    background: #12263a;
    padding: 30px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 15px;
    position: relative;
	max-width: 1200px;
    margin: -70px auto 0;
}
.slot-filter-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}
button.sfbtn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 7px;
    min-width: 80px;
	position: relative;
}
button.sfbtn.active, button.sfbtn:hover {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #000;
}
button.sfbtn::after {
	content: '';
	height: 20px;
	width: 1px;
	background: #495143;
	position: absolute;
	right: -2px;
	margin: auto;
}
button.sfbtn:last-child::after {
	content: none;
}
.slot-search-box {
    position: relative;
    background: #233343;
    border-radius: 7px;
    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;
}
button.slot-search-btn {
    background: none;
    border: none;
    color: #707f8d;
    padding: 5px;
}
input.slots-input::placeholder {
	color: #707f8d;
}
.slots-provider {
    border: 1px solid #f2e277;
	background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
	position: relative;
	height: fit-content;
}
a.spvdbox {
    display: block;
    color: #ffe27f;
    font-size: 16px;
    padding: 5px 4px 4px 20px;
    position: relative;
    overflow: hidden;
    height: 55px;
    display: flex;
    align-items: center;
}
a.spvdbox.active, a.spvdbox:hover {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	color: #182939;
	font-weight: 500;
}
a.spvdbox.active img, a.spvdbox:hover img {
	filter: grayscale(1) brightness(0);
}
a.spvdbox::after {
    content: '';
    width: 80%;
    margin: auto;
    height: 1px;
    background: #3b3b3b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1;
}
a.spvdbox:first-child::after {
	content: none;	
}
.hot-slot {
    background: #ed9823;
    color: #000;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    padding: 15px 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;
}
span.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;
}
.slot-tumbnail {
    overflow: hidden;
}
.slot-tumbnail img {
    object-fit: cover;
	width: 100%;
    /*height: 110px;*/
}
.slot-name {
    background: #0b1b27;
    color: #bac9f3;
    height: 50px;
    font-size: 13px;
    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: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    min-width: 120px;
    padding: 6px;
    margin: 5px 0px;
    border-radius: 7px;
	transform: scale(0.3);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
button.playslot-btn.demo {
	background: #081420;
	border: 1px solid #ffe27f;
	color: #ffe27f;
	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 #ffed7d;
}
.slotgbox:hover .play-hover button.playslot-btn {
	transition: 0.2s;
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

/** VIP Page **/
.vip-sec {
	background: url("../images/vip/vip-bg.jpg")no-repeat top center;
	background-size: cover;
	color: #fff;
}
.vip-top-banner {
	background: url("../images/vip/top-vip.png")no-repeat top center;
	background-size: cover;
    position: relative;
	padding-top: 30px;
    margin-bottom: -14%;
	height: 636px;
}
.vip-privilege {
    position: absolute;
    color: #fff;
    text-align: center;
    right: 16%;
    top: 10%;
}
.vptext-1 {
    font-size: 50px;
    font-weight: 700;
    text-shadow: -1px 2px 4px rgb(0,0,0,0.7);
    line-height: 1;
}
.vptext-2 {
	font-weight: 500;
    font-size: 24px;
    line-height: 1;
}
.crt-row {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
    max-width: 425px;
    margin: 20px auto 0;
}
.turnbox-wrap {
    overflow: hidden;
    border-radius: 10px;
    max-width: 610px;
    border: 1px solid #ffe27f;
}
.twbox-1 {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #051a2a;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px;
    line-height: 1;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twbox-2 {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    padding: 8px 10px;
    font-size: 17px;
	font-weight: 600;
}

.slidermain_vip {
	position: relative;
    margin-top: -20px;
	padding-bottom: 45px;
}
.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: 5%;
    top: 10%;
    color: #a3a3a3;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lock-status img {
	margin-right: 5px;
}
.vip-lvl {
    position: absolute;
    left: 5%;
    top: 25%;
	font-size: 50px;
    font-weight: 800;
}
.turnover-text {
    position: absolute;
    top: 51%;
    left: 5%;
    color: #4482ab;
	font-size: 14px;
}
.whtext {
    color: #fff;
}
.achieve-text {
    position: absolute;
    top: 72%;
    left: 5%;
	font-size: 14px;
}
.lvlbar-wrap {
    position: absolute;
    left: 5%;
    top: 84%;
    height: 10px;
    background: #21292c;
    width: 90%;
    border-radius: 25px;
}
.lvlbar-inner {
    height: 100%;
    background: linear-gradient(to right, rgba(180,226,243,1) 0%, rgba(117,206,235,1) 100%);
    border-radius: 35px;
}
.lvlbar-wrap.completed .lvlbar-inner {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	box-shadow: 0 0 10px -1px #ffed7d;
}
.vip-badge {
    max-width: 35%;
    position: absolute;
	right: 5%;
}
.slick-current .vip-badge {
    max-width: 35%;
}
.slick-current .vip-lvl {
    font-size: 57px;
}
.slick-current .turnover-text {
	font-size: 15px;
}
.slick-current .achieve-text {
	font-size: 15px;
	 top: 74%;
}
.slick-current .lock-status {
	font-size: 14px;
}
.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: #fff;
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.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: #fff;
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.how-vip {
    background: linear-gradient(to bottom, rgba(18,39,58,1) 0%, rgba(5,23,37,1) 100%);
    border-radius: 20px;
    grid-gap: 20px;
    color: #ffe27f;
    display: grid;
    grid-template-columns: 360px auto;
    max-width: 1000px;
    margin: 7% auto 0px;
    align-items: center;
    padding: 15px 15px 0;
}
.couple-vip {
    margin-top: -34%;
}
.hvptitle {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 7px;
}
.vip-table-wrapper {
	margin-top: 45px;
	color: #ffe27f;
}
table.vip-table tr td {
	padding: 5px 2px;
	text-align: center;
	border-right: 1px solid #ffe27f;
}
table.vip-table tr td:last-child {
	border: none;
}
table.vip-table tr td:first-child {
	text-align: left;
}
tr.tbrow {
	background: linear-gradient(to right, rgba(8,38,56,0) 0%, rgba(8,38,56,0.88) 10%, rgba(8,38,56,0.88) 21%, rgba(8,38,56,0.88) 78%, rgba(8,38,56,0.88) 89%, rgba(8,38,56,0.88) 90%, rgba(8,38,56,0) 100%);
}
.badgeimg {
    max-width: 100px;
	margin: 0 auto;
}
.vptxt {
	font-weight: 600;
	margin-top: 5px;
}
.normal {
	color: #5f91cf;
}
.bronze {
	color: #edd08a;
}
.silver {
	color: #979699;
}
.gold {
	color: #f8de9a;
}
.platinum {
	color: #d5d7e5;
}
.diamond {
	color: #ffffff;
}
.effect-note {
    font-size: 14px;
    color: #668f99;
    padding: 5px;
}
.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-term-container {
	position: relative;
	background: #061826;
	color: #668f99;
	padding: 30px 0;
}
.max-container.terms {
	max-width: 1100px;
	margin: 0 auto;
}
.vip-tnc-title {
	position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
	padding-bottom: 15px;
	cursor: pointer;
}
.vip-tnc-title:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 700;
	position: absolute;
	right: 15px;
	top: 0;
}
.vip-tnc-title:hover {
	color: #ffe27f;
}
.vip-term-container ul.terms li {
	padding-bottom: 8px;	
}
.vip-mobile-wrapper {
	display: none;	
}


/** Info Pages **/
.about-sec {
	background: #000 url("../images/promo-bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
	color: #fff;
}
.infopage-container {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 15px;
}
.info-menu-wrap {
    background: #08202f;
    border-radius: 16px;
    padding: 15px;
	height: fit-content;
}
a.infolink {
    display: flex;
    align-items: center;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px 5px 20px;
    margin: 5px 0;
    border-radius: 10px;
}
a.infolink.active, a.infolink:hover {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
}
.info-content {
	background: #08202f;
    border-radius: 16px;
    padding: 30px;
}
.info-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0 20px 5px;
}
.info-divider {
    height: 2px;
    background: #0b2e42;
    width: 100%;
    margin: 20px 0;
}
.info-content-inner {
	padding: 0 20px;
	line-height: 1.4;
}
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: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	border: 1px solid #ffe27f;
	font-weight: 600;
    color: #0a1941;
    width: 100%;
    text-align: left;
    padding: 5px 35px 5px 20px;
    height: 42px;
    border-radius: 8px;
	position: relative;
	line-height: 1;
}
button.btn-tnc.collapsed {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
	border: 1px solid #ffe27f;
    color: #ffe27f;
	font-weight: 500;
}
button.btn-tnc::after {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
    font-size: 14px;
	font-weight: 700;
	position: absolute;
	color: #a194100;
	right: 15px;
	top: 13px;
}
button.btn-tnc.collapsed::after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: #ffe27f;
}
.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;
}
.contactbox:hover {
	box-shadow: 0 0 12px -1px #ffed7d;
}
.ct-icon {
    font-size: 56px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ct-detail {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-detail a {
    color: #0a1941;
}
.ct-icon img {
	max-height: 90px;
}

/** After Login Pages **/
.frame-container iframe {
    border: none;
    min-height: 1000px;
}
.quick-menu-wrapper {
    padding-bottom: 15px;
    display: none;
}
.topmain-btn {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-gap: 1%;
}
a.tpm-btn {
    background: linear-gradient(135deg, rgba(11,27,39,1) 0%, rgba(20,40,53,1) 74%, rgba(20,40,53,1) 100%);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #f2e277;
    border-radius: 10px;
    padding: 10px 0;
}
a.tpm-btn.active {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
}
a.tpm-btn img {
    margin-bottom: 4px;
}
a.tpm-btn.active img {
	filter: contrast(1) brightness(0);
}
.deposit-sec {
	background: #061826 url("../images/reg-bg.jpg")no-repeat top center;
	background-size: 100%;
	padding: 60px 0 45px;
	color: #fff;
}
.af-container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px auto;
    grid-gap: 15px;
    position: relative;
    padding: 0 10px;
}
.player-vip-box {
    background: url(../images/uservip-base-bg.jpg)no-repeat;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    padding: 10px 10px 25px;
    margin-bottom: 15px;
}
.vip-badge-img {
    max-width: 120px;
    margin: -40px auto 10px;
    position: relative;
}
.mblvl-text-1 {
    color: #ffe27f;
    font-size: 16px;
}
.mblvl-text-2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.afmenu-box {
    background: #08202f;
    border-radius: 25px;
    padding: 25px;
}
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 10px;
    border-radius: 8px;
	font-size: 16px;
    height: 42px;
    display: flex;
    align-items: center;
	position: relative;
}
.afn-icon {
	margin-right: 15px;
}
.afn-icon img {
	max-height: 24px;
}
ul.nav.afmenuside-nav li.nav-item a.mslink.active, ul.nav.afmenuside-nav li.nav-item a.mslink:hover {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
	font-weight: 500;
}
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);
}
a.mslink.expand-arrow::after {
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    color: #00a194100;
    right: 15px;
    top: 14px;
	transform: rotate(180deg);
	transition: 0.3s;
}
a.mslink.expand-arrow.collapsed::after {
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
	transform: none;	
	transition: 0.3s;
}
.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: linear-gradient(to bottom, rgba(14,33,48,1) 0%, rgba(6,50,83,1) 100%);
    padding: 25px 35px;
    display: grid;
    grid-template-columns: 54% 45%;
    grid-gap: 1%;
}
.mwtext {
    color: #ffe27f;
    font-size: 15px;
    padding: 5px 0;
}
.mwtext i, .mwtext img {
	margin-right: 8px;
}
.mwbalance {
    font-size: 40px;
    font-weight: 700;
}
sup.crt-my {
	text-transform: uppercase;
    font-size: 60%;
    color: #ffe27f;
}
sub.crt-my {
	text-transform: uppercase;
	bottom: 0;
	color: #ffe27f;
	font-size: 60%; 
}
button.reload-btn {
    background: none;
    border: none;
    font-size: 21px;
    color: #ffe27f;
    padding: 0px 5px 7px;
    vertical-align: middle;
}
button.reload-btn:hover {
	color: #fff;
}
button.reload-btn:hover i {
	transform: rotate(180deg);
	transition: 0.3s;
}
.aform-wrapper {
	background: #08202f;
    padding: 15px 25px;
	height: 100%;
	color: #fff;
}
.aform-wrapper.trans {
    border-radius: 0 0 25px 25px;
    margin-bottom: 15px;
}
.af-submenu-wrap {
    padding: 5px 0 20px;
}
a.afsub-btn {
    background: #0b2e42;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 5px;
    margin: 0.5% 0.5% 0.5% 0;
    display: inline-block;
	min-width: 180px;
    text-align: center;
    font-size: 16px;
}
a.afsub-btn.active, a.afsub-btn:hover {
    background: #1c4861;
}
span.aficon {
    margin-right: 15px;
}
.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 {
    font-weight: 500;
    padding-top: 10px;
}
.redtext {
    color: #f00;
}
.af-field {
    position: relative;
}
input.afinput, select.afinput, textarea.afinput {
    background: #0b2e42;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px;
    border-radius: 8px;
	width: 100%;
}
input.afinput::placeholder {
	color: #94b6be;
}
button.qamt-btm {
    background: #07273e;
    color: #94b6be;
    border: none;
    font-weight: 600;
    font-size: 15px;
    min-width: 75px;
    border-radius: 8px;
    padding: 11px 5px;
    margin: 7px 5px 7px 0;
}
button.qamt-btm:hover {
	background: #1c4861;
}
.afinput.upload {
	padding: 8px 15px;
}
.bank-pay {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    max-width: 140px;
    width: 100%;
}
.bank-pay.maintenance {
    opacity: 0.4;
}
.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: #0b2e42;
    text-align: center;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    padding: 12px 5px;
}
.bank-acct-btn img {
	position: relative;
}
.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: #1c4861;
}
.bank-acct-btn.bnk {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 17px;
	font-weight: 600;
	color: #94b6be;
	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: #5a6c77;
    font-size: 14px;
}
.agree-af-wrap {
    display: grid;
    grid-template-columns: 35px auto;
    padding: 15px 0;
}
.agree-depo {
    color: #94b6be;
    font-size: 14px;
}
.agree-depo a {
    color: #ffe27f;
}
.af-field-submit {
    padding: 15px 0;
    text-align: center;
}
.how-depo-wrap {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 26px;
    z-index: 2;
}
.how-depo-wrap a {
	color: #5a6c77;
}
.how-depo-wrap a i {
	color: #fff;
}
.how-depo-wrap a:hover {
	color: #fff;
}
.wbank-table {
    text-align: center;
    margin-bottom: 20px;
}
.transfrom-amt-wrapper {
    display: grid;
    grid-template-columns: 345px 345px;
    align-items: center;
    position: relative;
    grid-gap: 30px;
    padding: 15px 0px;
    max-width: 720px;
    margin: 0 auto;
}
.trans-card {
    background: #0b2e42;
    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: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	color: #131313;
	border: 1px solid transparent;
}
.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;
}
select.trans-input option.maintenance {
    color: #94b6be;
    font-style: italic;
}
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;
}
.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.95);
	filter: brightness(5) contrast(1);
}
.trans-note {
    max-width: 450px;
    margin: 0 auto;
    border: 2px solid #94b6be;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 30px auto;
    color: #94b6be;
    padding: 15px;
	font-size: 13px;
}
button.balance-btn {
    background: #063252;
    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: #789ca8;
    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;
}
.all-balance-card {
	background: #08202f;
    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: #0b2e42;
    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;
    color: #94b6be;
    font-weight: 600;
}
button.allin-btn {
    border: 1px solid #94b6be;
    color: #fff;
    background: none;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 7px;
    margin-top: 6px;
}
button.allin-btn:hover {
	color: #dec672;
	border: 1px solid #dec672;
}
.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: #78848b;
    font-size: 20px;
}
.hsword {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #78848b;
}
input.afinput.history {
    background: #1c4861;
    padding-left: 40px;
	max-width: 170px;
}
button.join-reg-btn.history {
    height: 40px;
    padding: 5px;
    font-size: 18px;
    min-width: 110px;
    margin-left: 10px;
}
.depo-divider {
    height: 2px;
    background: #0b2e42;
    margin: 0 auto 15px;
    max-width: 95%;
}
.af-submenu-wrap.history a.afsub-btn {
    min-width: 15.5%;
    font-size: 15px;	
}

.history-table-wrap {
	margin: 10px 0;
}
table.history-table {
	text-align: center;
	color: #f8f8f8;
	font-size: 14px;
}
table.history-table tr.hstop td {
	background: #0b2e42;
	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;
}
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: #0b2e42;
    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 {
    border-right: 2px solid #17405f;
    padding-right: 20px;
}
.pfrow .pfcol:last-child {
	border: none;
	padding-left: 20px;
	padding-right: 0;
}
.pf-label {
    color: #607e8f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1px;
}
input.profile-input {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    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: #0b2e42;
    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: #ffea8d;
    border: 1px solid transparent;
    color: #0a1941;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    padding: 7px 10px;
    height: 37px;
}
button.update-btn:hover {
	background: #0e212f;
	border: 1px solid #ffea8d;
	color: #ffea8d;
}
.crypto-note {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    background: #0d2436;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cytext {
    font-weight: 400;
    color: #607e8f;
}
.crypto-btn-wrap {
    display: grid;
    grid-template-columns: auto 75px;
    grid-gap: 10px;
	align-items: center;
}
input.crypto-input {
    background: #224d6e;
    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-profile-wrap table.history-table tr.hstop td {
    background: #0d2436;
    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 #0b2639;
    margin: 3px auto;
	cursor: pointer;
}
.pm-box.top-title {
    background: #0b2e42;
    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: #ffe27f;
}
.mbtext {
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

/** Live Stream Page **/
.livestream-sec {
	background: #000104 url("../images/promo-bg.jpg")no-repeat top center;
    background-size: 100%;
    padding: 45px 0;
	color: #fff;
}
.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 #f3e278;
    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: #0f202d;
    max-width: 790px;
    margin: 0 auto;
    border-radius: 15px;
}
.wl-title {
	position: relative;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 25px;
}
.claim-wrap {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #ffe27f;
    font-weight: 600;
    text-align: right;
    display: flex;
    align-items: center;
}
.claim-wrap a {
	color: #3686c9;
}
.claim-wrap a:hover {
	color: #fff;
	text-decoration: underline;
}
.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: #152d41;
	overflow: hidden;
}
.table-responsive.winner-list {
    max-height: 400px;
    overflow: auto;
}
.winner-top table.winner-table tr td {
    color: #ffe27f;
    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: #fff;
    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: #081420;
	border-radius: 15px;
}
.table-responsive.winner-list::-webkit-scrollbar-thumb {
	background: #28475f;
	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;
}

/** Fortune Wheel **/
.wheel-wrapper iframe {
    border: none;
    width: 100%;
    height: 646px;
}
.accumulate-wrapper {
    background: linear-gradient(to right, rgba(6,31,49,1) 0%, rgba(10,36,53,1) 100%);
    max-width: 766px;
    margin: 5px auto;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 22px;
}
.gold-text {
    color: #ffe27f;
}
.depo-amt-wrap {
    background: #294e66;
    max-width: 500px;
    margin: 10px auto;
    border-radius: 35px;
    display: grid;
    grid-template-columns: auto 160px;
    overflow: hidden;
    align-items: center;
	font-size: 20px;
}
button.depo-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 5px;
    height: 45px;
}
button.depo-btn:hover {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
}
.winner-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    max-width: 766px;
    margin: 15px auto;
}
.winner-box {
    background: linear-gradient(135deg, rgba(6,31,49,1) 0%, rgba(10,36,53,1) 100%);
    background-size: 100% 100%;
    width: 100%;
    max-width: 375px;
    min-height: 400px;
    margin: 0 auto;
    padding: 15px 20px;
	overflow: hidden;
	border-radius: 15px;
	text-align: center;
}
.title-winner {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
table.list-table tr td {
    border-bottom: 1px solid #0c334c;
    padding: 5px 2px;
}
table.list-table tr.top-title td {
    background: #0b2e42;
	border: none;
	color: #ffe27f;
	font-weight: 700;
	font-size: 17px;
	padding: 8px 2px;
	text-transform: uppercase;
}
table.list-table tr.top-title td:first-child {
	border-radius: 8px 0 0 8px; 	
}
table.list-table tr.top-title td:last-child {
	border-radius: 0 8px 8px 0; 	
}
.pagination-wrap {
    display: flex;
	align-content: center;
	justify-content: center;
	padding: 10px 0;
}
.pagination-wrap a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}
.pagination-wrap a:hover {
	color: #ffc833;
}
.bank-pf img {
    max-height: 37px;
}
.bank-pf {
    text-align: left;
}


@media(max-width: 1080px) {
.t-body {
    padding-top: 55px;
}	
.mb-none {
	display: none;
}	
.floating-contact {
	display: none;	
}
.header-btm, .header-right, .annoucement-sec, .guide-sec { 
	display: none;
}
.mobile-mail-top {
	display: initial;
}
.mobile-mail-top button.mail-btn-top {
    font-size: 24px;
}
.mobile-mail-top button.mail-btn-top span.mail-redot {
    font-size: 8px;
    height: 9px;
}
.desktop-slider {
    margin-bottom: -1px;
}	
.header-top-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}	
.logo img {
    height: 50px;
}	
button.mobile-menu-btn {
    display: initial;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 25px;
    position: absolute;
    left: 15px;
    z-index: 2;
}
.desktop-slider .carousel-item img {
	object-fit: cover;
	height: 44vw;
}
.mobile-annoucement {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    background: rgb(14,33,47,0.8);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    font-size: 14px;
}
.mb-notice-wrapper {
    display: grid;
    grid-template-columns: 30px auto;
    width: 100%;
    background: rgb(251,254,198,0.1);
    border-radius: 35px;
    padding: 0 10px;
}
.mobile-login-reg {
    display: flex;
	position: relative;
}	
button.mobile-join-btn {
    background: linear-gradient(to bottom, rgba(255,237,174,1) 0%, rgba(255,225,127,1) 50%, rgba(217,147,73,1) 100%);
    color: #0a1941;
    border: none;
    width: 50%;
    height: 50px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}	
button.mobile-login-btn {
    background: linear-gradient(135deg, rgba(11,27,39,1) 0%, rgba(20,40,53,1) 74%, rgba(20,40,53,1) 100%);
    color: #fff;
    border: 1px solid #f2e277;
    width: 50%;
	height: 50px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}
.mobile-home-menu-sec {
	display: block;
}	
.mhm-container {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    color: #ffe27f;
    height: 90px;
	background: #08202f;
}	
.mhm-col-1 {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    position: relative;
    background: linear-gradient(to right, rgba(8,46,78,1) 0%, rgba(13,36,53,1) 100%);
    height: 100%;
    align-items: center;
    justify-content: center;
}
button.refresh-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #08202f;
    font-size: 18px;
    height: 40px;
    width: 40px;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    right: -20px;
	line-height: 0;
}
button.refresh-btn:hover i {
	transform: rotate(360deg);
	transition: linear 0.3s;
}	
.mhtext-1 {
    font-size: 17px;
}
.mhtext-1 i {
    margin-right: 7px;
}
.mhtext-2 {
    font-size: 24px;
    font-weight: 700;
}
.mhtext-2 sup {
    font-size: 65%;
    margin-right: 5px;
    top: -0.4em;
}	
.mhm-col-2 {
    text-align: center;
    padding: 5px 15px;
}
ul.nav.mhm-menu {
    justify-content: space-around;
}	
ul.nav.mhm-menu li.mhm-item a.mhm-link {
	color: #ffe27f;
	font-size: 14px;
}	
ul.nav.mhm-menu li.mhm-item a.mhm-link img {
    margin-bottom: 5px;
    max-height: 33px;
}		
	
	
.max-container.sports {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 2%;
}	
.sport-game-inner {
	display: none;
}
.mobile-home-nav {
	display: block;
}
ul.nav.home-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
ul.nav.home-nav li.nav-item {
    margin-bottom: 6px;
    width: 100%;
}	
a.navhome-link {
    background: linear-gradient(135deg, rgba(11,27,39,1) 0%, rgba(20,40,53,1) 74%, rgba(20,40,53,1) 100%);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #f2e277;
    border-radius: 10px;
    padding: 5px 0;
}
a.navhome-link.active {
    color: #0a1941;
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    font-weight: 700;
}	
a.navhome-link img {
    margin-bottom: 5px;
	max-height: 38px;
}
a.navhome-link.active img {
	filter: contrast(1) brightness(0);
}
.sport-game-container {
    grid-template-columns: auto;
	grid-gap: 15px;
}	
.mobile-sportgame {
    display: initial;
}	
ul.carousel-indicators.sport-games {
    left: 0;
    right: auto;
    margin-right: 0;
}	
.sportgame-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #808080;
    opacity: 1;
    border-radius: 50%;
    border: none;
    transition: 0.2s linear;
}
.sportgame-slider .carousel-indicators .active {
    opacity: 1;
    background-color: #f3cd68;
}	
.sports-game-sec {
    background: none;
}	
.sg-column.sport {
	background: url("../images/home/mb-slider-spt.png")no-repeat;
	background-size: cover;
	margin-right: -10px;
}	
.sportgame-wrap {
    max-width: 580px;
    margin: 0 auto;
}
.sports-slider {
    max-width: none;
}	
.matchteam-box {
    max-width: 500px;	
}
.home-column-wrap {
    grid-template-columns: auto;
}
.games-feature-wrapper {
    grid-template-columns: repeat(5,1fr);
}
.games-feature-wrapper .fgbox:nth-child(n + 6) {
  display: none;
}
.quicklink-wrapper {
    grid-template-columns: auto;
}	
.qbox {
    border-right: 0;
}
.qbtitle {
    color: #5e6470;
}	
ul.ft-link {
    padding-left: 0;
}
ul.ft-link li {
    display: inline-block;
    font-weight: 500;
    margin: 0 12px 0 0;
}	
.footer-column-wrapper {
    grid-template-columns: auto;
    padding: 0;
}
.footer-column-wrapper .qbox {
	padding: 15px 15px;
	border-bottom: 2px dotted #626a8d;
}	
.footer-column-wrapper .qbox:last-child {
	border: none;
}	
.ft-divider-row {
    margin: 10px 0;
}
.footer-sec {
    padding: 15px 0 120px;
}
.mobile-btm-menu {
	display: block;
}
.lottery-result-wrapper {
	display: none;
}
.lottery-mobile {
	text-align: center;
	display: initial;
}
.lottery-sec {
    background-size: 150%;
}	
.lottery-top {
    height: 32vw;
}	
ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #ffe27f;
    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: #ffe27f;
	background-color: transparent;
}
li.lt-item {
    position: relative;
    padding-bottom: 22px;
}
ul.lt-wrap li a.active:after {
    content: "";
    color: #ffe27f;
    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: #182939;
    text-align: center;
}
.deposit-sec {
    padding: 15px 0 35px;
}	
.quick-menu-wrapper {
    display: block;
}	
.af-container {
    display: block;
}
.afcolumn-left {
	display: none;
}	
.vip-table-wrapper {
    display: none;
}
.vip-mobile-wrapper {
	display: block;
	padding: 0 10px;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}	
.how-vip {
    display: none;
}
.vip-colm {
    grid-template-columns: auto;
}	
.vipcbox {
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
}	
.vipgirl {
    display: none;
}
.vipcbox-inner.upgrade {
    width: auto;
}	
.vip-top-banner {
    height: 40vw;
}
.vip-banner {
	object-fit: cover;
	height: 100%;
}
.vptext-1 {
	font-size: 30px;
}
.vptext-2 {
    font-size: 20px;
}		
.vip-privilege {
    left: 0;
    right: -37%;
    top: 10%;
    width: 100%;
}
.slidermain_vip {
    padding-bottom: 0;
}	
.slick-active.slick-center .vip-card-wrapper {
    margin: 0 -18%;
	transform: scale(1);
}
.vip-lvl {
    font-size: 3.4vw;
}
.slick-current .vip-lvl {
    font-size: 5.3vw;
}
.achieve-text {
    font-size: 1vw;
}	
.slick-current .achieve-text {
    font-size: 1.7vw;
    top: 74%;
}
.turnover-text {
    font-size: 0.8vw;
}	
.slick-current .turnover-text {
    font-size: 1.6vw;
}	
.vip-card-wrapper {
    margin-top: 12%;
}	
.lock-status {
    font-size: 1vw;
}
.slick-current .lock-status {
    font-size: 1.6vw;
}	
.sports-sec {
	padding-bottom: 40px;
}	
.game-inner-wrap {
    grid-template-columns: auto;
}	
.spimg {
    text-align: center;
}
.spcolumn {
    margin-top: -11%;
}
ul.nav-game {
    position: initial;
}
.sport-text {
    display: none;
}
ul.nav-game li.nav-item {
    margin: 5px 0.5%;
    width: 23%;
}	
ul.nav-game li.nav-item a.nav-link {
    width: 100%;
    height: 50px;
}
.casino-sec {
    padding-bottom: 40px;
}
.gaming-sec {
    padding-bottom: 40px;
}
ul.nav-game.casino {
    max-width: 750px;
}
ul.nav-game.casino li.nav-item {
    margin: 5px 0.5%;
	width: 19%;
}
ul.nav-game.casino li.nav-item a.nav-link {
    width: 100%;
}
#casinoContent .spcolumn {
	margin-top: -22%;
    padding-bottom: 30px;
}
#casinoContent .game-inner-wrap {
    max-width: 562px;
    margin: 0 auto;
}	
.lcfloat.deco-2 {
    left: unset;
    right: 18%;
    margin: 0 auto;
}	
#gamingContent .spcolumn {
    padding-bottom: 30px;
}	
#gamingContent .game-inner-wrap {
    max-width: 562px;
    margin: 0 auto;
}
#gamingContent .spcolumn {
    margin-top: -21%;
}
.kissdeco-1 {
    left: 15%;
    top: 3%;
    max-width: 20%;
}	
.kissdeco-2 {
    left: 62%;
    top: 50%;
    max-width: 16%;
}
.megadeco-1 {
    left: 2%;
    top: 17%;
    max-width: 23%;
}
.megadeco-2 {
    left: 63%;
    top: 53%;
    max-width: 18%;
}
.pussydeco-1 {
    left: 0%;
    top: 4%;
    max-width: 18%;
}
.pussydeco-2 {
    left: 42%;
    top: 53%;
    max-width: 23%;
}	
.slots-lobby-container {
    padding: 20px;
    grid-template-columns: auto;
    margin: -70px auto 0;
}
.jackpot-wrap {
    display: none;
}
.slots-lobby-container {
    margin: 0;
}	
a.spvdbox {
    display: inline-block;
    height: auto;
    width: 12.2%;
    text-align: center;
    font-size: 14px;
	padding: 5px;
    border-right: 1px solid #182939;
}	
a.spvdbox::after {
	content: '';
}
span.pdv-icon {
    margin: 0;
    display: block;
}
.slots-provider {
    white-space: nowrap;
    overflow: auto;
}	
.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;
}	
.filter-menu {
    padding: 15px 0;
    text-align: center;
}	
.promo-container {
    padding: 15px 15px;
}		
.sm-promo-title {
    font-size: 22px;
}
.blog-container {
    grid-template-columns: repeat(2,1fr);	
}
.blog-pg-title {
    text-align: center;
}	
button.back-to-top {
    bottom: 105px;
    opacity: 0.7;
	height: 33px;
    width: 33px;
    border-radius: 6px;
    font-size: 20px;
    padding: 4px;
}
.wheel-wrapper iframe {
    height: 60vw;
}
		
}

@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;
}	
.register-wrapper {
    grid-template-columns: auto;
}	
.regtitle {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.pm-img img {
    height: 24vw;
}	
.comtext {
    padding: 8px 10px;
}
.infopage-container {
    grid-template-columns: auto;
}
.info-menu-wrap {
    display: none;
}	
.info-content {
    padding: 30px 15px;
}
.blog-inner-container {
    padding: 25px 20px;
}
	
}

@media(max-width: 767px) {
.transfrom-amt-wrapper {
    grid-template-columns: auto;
    max-width: 345px;
}
.games-feature-wrapper {
    grid-template-columns: repeat(3,1fr);
}
.games-feature-wrapper .fgbox:nth-child(n + 4) {
    display: none;
}
.moregame-btn-wrap {
    margin: -50px 0 20px auto;
}
.sg-chrt-img {
    max-width: 69%;
}	
.sg-caption {
	border-bottom: 2px solid #d6b987;
	top: 26%;
	left: 3%;
    padding: 3% 3%;
    font-size: 2.2vw;
	max-width: 30vw;
}	
.sg-text {
    margin-top: 5%;
}
.sg-caption img {
    max-height: 5.5vw;
}
.mainwallet-wrap {
    padding: 15px 25px;
}	
.mwtext {
    font-size: 14px;
}	
.mwbalance {
    font-size: 28px;
}	
.af-field-wrap {
    grid-template-columns: auto;
}
.bank-pay {
    margin-right: 5px;
    max-width: 110px;
}
.bank-pay.maintenance {
    opacity: 0.4;
}
.vip-top-banner {
    height: 388px;
}	
.vip-privilege {
    left: 0;
    right: 0;
    top: 15%;
}	
.vip-table-wrapper {
	margin-top: 0;
}
.slidermain_vip {
    height: 43vw;
}	
.vip-card-wrapper {
    margin-top: 34%;
}	
.slick-active.slick-center .vip-card-wrapper {
    margin: 0 -50%;
    transform: scale(1);
}	
.slick-current .achieve-text {
    font-size: 2.5vw;
}
.slick-current .vip-lvl {
    font-size: 8vw;
}
.slick-current .turnover-text {
    font-size: 3vw;
}
.slick-current .lock-status {
    font-size: 2.5vw;
}
.lock-status img {
    margin-right: 5%;
    height: 1vw;
}
.sports-sec {
    background-position-y: -112px;
}
ul.nav-game.casino li.nav-item {
    margin: 0.6% 0.5%;
    width: 24%;
}	
a.spvdbox {
    width: 16.3%;
	font-size: 13px;	
}
.slots-container {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 6px;
}
.slot-name {
    font-size: 12px;
}
.slot-filter-wrap {
    display: block;	
}
.sf-btn-wrap {
	margin-bottom: 10px;
}
.wl-title {
    font-size: 20px;
    padding: 15px 15px;
}	
.wbtn::after {
    font-size: 19px;
    right: 15px;
}
.claim-wrap {
    position: initial;
    font-size: 13px;
    text-align: left;
    padding: 0 15px;
}
form.reg-form {
    padding: 15px 0;
}	
.how-depo-wrap {
    position: initial;
    text-align: center;
}	
.all-balance-card {
    max-width: 535px;
}	
.pvd-balance-wrapper {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
}
.prvdbox {
    padding: 10px 10px;
}
.pvb-col-1 {
    font-size: 13px;
}
.pvb-col-2 {
    font-size: 16px;
}	
.history-date-wrapper.history {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    grid-gap: 10px 0;
}	
.date-form-wrapper {
    display: grid;
    grid-gap: 15px;
}
.hsword {
    text-align: center;
}
.history-btn-wrap {
    text-align: center;
}	
.pfrow-2 {
    grid-template-columns: auto;
}
.pm-box {
    font-size: 13px;
    padding: 10px 10px;
}	
.promo-bx {
    width: 100%;
}	
.pm-img img {
    height: 300px;
}	
.sm-promo-title {
    white-space: normal;
    text-overflow: initial;
}
.blogtitle-sm {
    font-size: 17px;
}
.brow {
    display: block;
}
.blog-date {
    margin-top: 4px;
}
.blog-top {
    display: block;
}
.blog-title {
    font-size: 22px;
}	
.blog-caption {
    font-size: 14px;
}	
.bycol {
    margin-top: 5px;
}	
.af-submenu-wrap.history a.afsub-btn {
    min-width: 32%;
    font-size: 14px;
}
.winner-list-wrapper {
    grid-template-columns: auto;
}
.transfrom-amt-wrapper {
    grid-template-columns: auto;
    max-width: 345px;
}	
}

@media(max-width: 480px) {
button.mobile-join-btn, button.mobile-login-btn {
	height: 42px;
	font-size: 18px;
}
.mobile-annoucement {
    grid-template-columns: auto auto;
    grid-gap: 10px;
    background: #0e2130;
    padding: 4px 8px;
    position: initial;
    font-size: 12px;
    height: 30px;
}
img.fadebase {
    height: 36px;
}
.date-match {
    font-size: 15px;
    padding: 7px 5px;
}	
.match-logo {
    margin: 10px auto 0px;
}	
.teambox {
    font-size: 12px;
}
.betrate {
    max-width: 55px;
    font-size: 12px;
}	
button.match-bet-btn {
    font-size: 14px;
    height: 30px;
    padding: 3px 11px;
}	
.team-img {
    max-width: 90%;
    margin: 0 auto 5px;
}	
.title-text {
    font-size: 15px;
    left: 24px;
    top: 7px;
}	
.title-text img {
    height: 23px;
    margin-right: 12px;
}
.max-container.sports {
    display: grid;
    grid-template-columns: 80px auto;
}
a.navhome-link {
    font-size: 12px;
}
.vctitle-1 {
    font-size: 22px;
}
.vctitle-2 {
    font-size: 14px;
}	
button.livestream-btn {
    top: 4px;
    font-size: 13px;
    padding: 5px 10px;
}
.fg-gname {
    font-size: 12px;
}	
ul.nav.nav-featured li.nav-item {
    margin: 0 5px;
}	
ul.nav.nav-featured li.nav-item a.nav-link {
	min-width: auto;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}	
button.moregmames-btn {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 8px;
}
.seemore-btn-wrap {
    margin: -50px 0 10px auto;
}
.border-menu {
    height: 3px;
    box-shadow: 0 0 8px -1px #ffed7d;
}	
a.mb-menulink img {
	margin-bottom: 7px;
    max-width: 37px;
	max-height: 33px;
}
.wheel-icon {
    top: -6vw;
}	
a.mb-menulink .wheel-icon img {
    max-width: 16vw;
	max-height: none;
}	
.lottery-sec {
    background-size: 190%;
}	
.lottery-top {
    height: 39vw;
}
a.tpm-btn {
    font-size: 12px;
}
.aform-wrapper {
    padding: 15px 15px;
}
a.afsub-btn {
    padding: 8px 4px;
    margin: 0.5% 0.5% 0.5% 0;
    min-width: 48.5%;
    font-size: 14px;
}	
span.aficon {
    margin-right: 5px;
}
button.qamt-btm {
    font-size: 14px;
    min-width: 70px;
    padding: 9px 5px;
    margin: 5px 4px 2px 0;
}	
.bank-pay {
    margin-right: 0.5%;
    max-width: 32%;
}	
.bank-acct-btn {
    font-size: 13px;
}
.bank-acct-btn img {
    max-height: 29px;
}	
.bank-acct-btn.bnk {
    font-size: 13px;
    padding: 5px 2px;
}
.mainwallet-wrap {
    padding: 15px 15px;
	grid-template-columns: 59% 40%;
}
.mwbalance {
    font-size: 21px;
}	
button.reload-btn {
    font-size: 13px;
    padding: 0px 5px 3px;
}
.max-container.vipslide {
	padding: 0
}
.vip-top-banner {
    margin-bottom: -8%;
}
.crt-row {
    grid-template-columns: auto;
}
.slidermain_vip {
    height: 44vw;
}	
.turnbox-wrap {
    margin: 0 auto;
    width: 100%;
}	
.slick-current .lvlbar-wrap {
    height: 2vw;
}	
.slick-current .lock-status img {
    margin-right: 7%;
    height: 2.8vw;
}	
.lvlbar-wrap.completed .lvlbar-inner {
    box-shadow: 0 0 6px -1px #ffed7d;
}
.vip-table-wrapper {
    font-size: 14px;
}	
ul.nav-game li.nav-item {
    margin: 0.5% 0.5%;
    width: 32%;
}	
ul.nav-game li.nav-item a.nav-link {
    height: 50px;
	padding: 5px 10px;
}
.sports-sec {
    background-position-y: -187px;
}
ul.nav-game.casino li.nav-item {
    width: 32%;
}			
a.spvdbox {
    width: 24.5%;
	font-size: 12px;
}
.hot-slot {
    font-size: 10px;
    padding: 14px 2px 1px;
    right: -33px;
    top: -8px;
}
.slots-container {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
}	
.slots-lobby-container {
    padding: 20px 10px;
    border-radius: 15px;
}
.vptext-1 {
    font-size: 24px;
}	
button.sfbtn {
    font-size: 14px;
}
button.allin-btn {
    font-size: 13px;
    padding: 2px 6px;	
}
table.history-table {
    font-size: 13px;
	width: 500px;
}
.pf-ftitle {
    font-size: 18px;
}
.pfcolumn {
    padding: 20px 15px;
}	
.profile-top-wrapper {
    padding: 20px 15px;
}
button.update-btn.add-bank {
    position: initial;
    margin-top: 5px;
}
.pm-box.top-title {
    font-size: 15px;
}
.trans-card {
    padding: 15px 15px 20px;
    font-size: 14px;
}	
input.trans-input-1 {
    font-size: 20px;
}
.pm-img img {
    height: 49vw;
}	
.sm-promo-title {
    font-size: 20px;
}
.smpromo-caption {
    font-size: 14px;
}
.filter-menu {
    padding: 5px 0 15px;
}	
.pmbox {
    font-size: 14px;
	padding: 5px 10px;
}
.pmbox::after {
    height: 15px;
    width: 1px;
    top: 7px;
}	
.about-sec {
    padding: 30px 0;
    font-size: 14px;
}	
.info-content {
    padding: 20px 15px;
}
.info-title {
    font-size: 22px;
    padding: 0 15px 5px;
}	
.info-content-inner {
    padding: 0 10px;
    line-height: 1.4;
}	
button.btn-tnc {
    padding: 5px 30px 5px 10px;
    font-size: 13px;
}
.blog-sec {
	font-size: 14px;
}	
.blog-container {
    grid-template-columns: auto;
}	
.blog-inner-container {
    padding: 20px 15px;
}
button.pm-more-btn {
    font-size: 14px;
    padding: 4px 12px;
}
input.profile-input {
    font-size: 16px;
}
.mhm-container {
    grid-template-columns: 38% 62%;
    height: 75px;
}
.mhm-col-1 {
    align-items: flex-start;
}	
.mhtext-1 {
    font-size: 13px;
}
.mhm-col-2 {
    text-align: center;
    padding: 5px 5px 0 15px;
}	
.mhtext-2 {
    font-size: 4.8vw;
}
ul.nav.mhm-menu li.mhm-item a.mhm-link {
    font-size: 12px;
}	
ul.nav.mhm-menu li.mhm-item a.mhm-link img {
    max-height: 7vw;
}	
button.refresh-btn {
    font-size: 4vw;
    height: 8vw;
    width: 8vw;
    right: -11%;
}	
.accumulate-wrapper {
    padding: 20px 15px;
    font-size: 19px;
}	
.depo-amt-wrap {
	font-size: 17px;
    grid-template-columns: auto 120px;
}
button.depo-btn {
    font-size: 17px;
}	
}

.btncopy {
    cursor: pointer;
}
#snackbar {
    visibility: hidden;
    color: #fff;
    background-color: #333;
    min-width: 250px;
    margin-left: -125px;
    border-radius: 2px;
    padding: 16px;
    text-align: center;
    left: 50%;
    bottom: 70px;
    z-index: 1;
    position: fixed;
}

    /* This will be activated when the snackbar's class is 'show' which will be added through JS */
    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations for fading in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 70px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 70px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 70px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 70px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.bank-info-depo {
    background: #07273e;
    border: 1px solid #0b2e42;
    padding: 10px;
    max-width: 600px;
    margin-bottom: 30px;
    border-radius: 7px;
}

a.copy-icon {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

    a.copy-icon:hover {
        color: #ffe27f;
    }

/** Update 18/7/2023 **/
.footer-seo h1 {
	font-size: 18px;
	font-weight: 700;
}
.footer-seo h2 {
	font-size: 16px;
	font-weight: 700;
}
.footer-seo h3 {
	font-size: 15px;
	font-weight: 700;
}
.footer-seo ol {
	padding-left: 16px;
}
.dp-achieve-text {
	color: #ffe27f;
    font-size: 13px;
	padding: 5px 0;
}
.dp-achieve-text-2 {
    font-size: 13px;
	padding: 5px 0;
}
.dp-lvlbar-wrap {
    height: 6px;
    background: #07141d;
    width: 80%;
    border-radius: 25px;
    margin: 0 auto;
}
.player-vip-box {
    padding: 10px 10px 15px;
}

/*flaoting icon*/
.floating-icon-event {
    position: fixed;
    z-index: 999;
    bottom: 5%;
    left: 1%;
    max-width: 210px;
    animation: float 2s ease-in-out infinite;
}

@media(max-width: 1080px) {
.deposit-note.mobile {
    display: block;
}    
} 

@media(max-width: 767px) {
.floating-icon-event {
    max-width: 150px;
}
} 

@media(max-width: 480px) {
.floating-icon-event {
    max-width: 100px;
    left: auto;
    right: 1%;
    bottom: 13%;
}
}


/** Deposit page important notice & etc 3/8/2023 **/
.deposit-note {
    background: #08202f;
    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: 13px;
    color: #a8a8a8;
    margin-bottom: 0;
}

    .deposit-note ul li {
        padding: 2px 0;
    }

.deposit-note.mobile {
    display: none;
    padding: 15px 15px;
}

.how-depo-wrap.new {
    position: initial;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 15px;
}

    .how-depo-wrap.new a {
        color: #fff;
    }

.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: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #0a1941;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 5px 15px;
    font-size: 16px;
}

.mb-notice-wrapper {
    height: 18px;
    align-items: center;
    overflow: hidden;
}

.slots-sec {
    padding: 420px 0 30px;
}

.sdeco.deco-1 {
    top: -8%;
}

.sdeco.deco-2 {
    top: -17%;
}

.sdeco.deco-3 {
    top: -19%;
}

.sdeco.deco-4 {
    top: -3%;
}

@media(max-width: 1080px) {
    .deposit-note.mobile {
        display: block;
    }
}




/** Add Maintenace **/
.nav-dropdown-wrapper a {
	position: relative;
}
.nav-dropdown-wrapper a.maintenance {
	pointer-events: none;
}
.nav-dropdown-wrapper a.maintenance img {
	filter: brightness(0.3);
}
.nav-dropdown-wrapper a.maintenance::after {
	content: '';
	background: url("../images/maintenance.png")no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
}
ul.nav-game li.nav-item a.nav-link.maintenance {
	pointer-events: none;
	filter: grayscale(0.5) brightness(0.5);
}
a.spvdbox.maintenance {
    background: #525252;
    color: #fff;
    filter: grayscale(1);
	pointer-events: none;
}


/** Update 7/8/2023 Slots lobby**/
.banner-slot-lobby {
    position: relative;
    margin: 0 auto 15px;
    max-width: 925px;
}
button.lobby-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    color: #182939;
    font-weight: 700;
    border: none;
    font-size: 16px;
    max-width: 190px;
    padding: 4px 5px;
    border-radius: 5px;
    height: 40px;
    margin: 0 auto;
    box-shadow: 0 0 14px 0px #ffed7d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 2;
    animation: glow 1.5s infinite;
}
button.lobby-btn:hover {
	background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	box-shadow: 0 0 5px 0px #ffed7d;
}
@media(max-width: 991px) {
.slots-sec {
    background-size: 190%;
    padding: 35% 0 30px;
}
.sdeco.deco-1, .sdeco.deco-2 {
	display: none;
}	
}

@media(max-width: 767px) {
.banner-slot-lobby {
    height: 30vw;
}	
img.bs-img {
	object-fit: cover;
    height: 100%;
}
}

@media(max-width: 480px) {
.banner-slot-lobby {
    height: 44vw;
}
button.lobby-btn {
    font-size: 15px;
    max-width: 180px;
    padding: 4px 3px;
    height: 34px;
}	
}

/** Download Page Updated - 8/8/2023 **/
.download-sec {
	background: url("../images/download/bg-download_02.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.download-container {
    display: grid;
    grid-template-columns: 45% auto;
}
.mobile-dlimg {
    margin-right: -9%;
}
.mb-img {
	display: none;
}
ul.nav.nav-download {
    border-bottom: 2px solid #ffe27f;
    max-width: 545px;
}
ul.nav.nav-download li.nav-item {
    margin-right: 10px;
}
ul.nav.nav-download li.nav-item:last-child {
	margin: 0;
}
ul.nav.nav-download li.nav-item a.nav-link {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
    font-weight: 500;
    font-size: 17px;
    color: #ffe27f;
    min-width: 170px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 8px 15px;
}
ul.nav.nav-download li.nav-item a.nav-link.active {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: 1px solid #ffe27f;
    color: #0a1941;
}
.download-box {
    display: inline-block;
    background: linear-gradient(to bottom, rgba(13,53,81,0) 0%, rgba(13,53,81,0) 22%, rgba(13,53,81,1) 100%);
    text-align: center;
    max-width: 150px;
    color: #fff;
	margin: 1% 2%;
	border-radius: 0 0 8px 8px;
}
.dl-qr {
    max-width: 122px;
    margin: 5px auto;
}
.device-os {
    letter-spacing: 1px;
    padding: 6px 0;
	font-size: 14px;
}
.android-icon {
    color: #a4c639;
}
button.download-btn {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    height: 35px;
    padding: 3px 6px;
    width: 100%;
    border-radius: 7px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
}
button.download-btn:hover {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	box-shadow: 0 0 8px 0px #ffed7d;
}

@media(max-width: 991px) {
.download-sec {
	padding: 30px 0;
}
.download-container {
    grid-template-columns: auto;
}	
.mobile-dlimg {
    margin: 0px -2% -6% auto;
    text-align: center;
}
img.dsk-img {
	display: none;
}
img.mb-img {
	display: initial;
}
.download-list-wrapper {
    text-align: center;
}
ul.nav.nav-download {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}	
.dl-qr {
	display: none;
}	
}

@media(max-width: 767px) {
.download-sec {
    padding: 10px 0 30px;
    background-position-x: 34%;
    background-size: 304%;
}
}

@media(max-width: 480px) {
.download-box {
    max-width: 140px;
}
ul.nav.nav-download li.nav-item {
    width: 45%;
}	
ul.nav.nav-download li.nav-item a.nav-link {
    font-size: 14px;
    min-width: auto;
    padding: 8px 5px;
    width: 100%;
}	
}


/** Home Slider Timer bar **/
.desktop-slider .carousel-control {
	z-index: 2;
}
.desktop-slider .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #233648;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 2;
    position: relative;
}
.desktop-slider .transition-timer-carousel-progress-bar.animate {
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
	transition: width 4.25s linear;
}

@media(max-width: 767px) {
.desktop-slider .transition-timer-carousel-progress-bar {
    height: 3px;
}
}

/** Homepage Product Category**/
.home-product-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.home-product-wrapper a {
    display: inline-block;
    width: 48%;
    margin: 1% 0.5%;
}
.home-product-wrapper a img {
    overflow: hidden;
    border-radius: 8px;
}

/** Close Floating **/
button.close-floating {
    background: none;
    color: #fff;
    padding: 0;
    border: none;
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 2;
    font-size: 15px;
}
.floating-icon-event.closed {
	display: none;
}

/** Sports Page Update - 22/8/2023 **/
.game-inner-wrap {
    height: 512px;
}
.spimg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.spcolumn {
    position: absolute;
    right: 18%;
    top: 20%;
    background: rgb(0,0,0,0.3);
    padding: 15px 10px;
    border-radius: 5px;
}

@media(max-width: 1080px) {
.game-inner-wrap {
    height: auto;
}	
.spcolumn {
    position: initial;
}
.spimg {
    position: initial;
}	
}

/** Update 17/10/2023 **/
.iframe-video {
    height: 400px;
}

@media(max-width: 991px) {
    .iframe-video {
        height: 47vw;
    }
}

/**Update 22/2/2024 **/
.datetime-row {
    display: flex;
    align-items: baseline;
    padding-bottom: 8px;
}

.date-top {
    padding: 0;
}

a.logout-link {
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    text-decoration: underline;
}

    a.logout-link:hover {
        color: #ffe27f;
    }

.welcome-user a {
    color: #ffe27f;
}

.user-dropdown {
    position: absolute;
    z-index: 9;
    background: rgb(0,0,0,0.7);
    padding: 8px 5px;
    border-radius: 8px;
    border: 1px solid #ffe27f;
    opacity: 0;
    visibility: hidden;
}

.welcome-user:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
}

.mwrow {
    display: flex;
    justify-content: space-between;
}

.auto-wrap {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.autext {
    margin-right: 5px;
    color: #ffe27f;
    font-size: 15px;
}

.transfer-button input {
    display: none;
}

.transfer-button label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 16px;
    background: #cccccc;
    border-radius: 50px;
    transition: 300ms linear;
    margin: 0;
}

    .transfer-button label:before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background: #ffffff;
        border-radius: 50%;
        transition: left 300ms linear;
    }

.transfer-button input:checked + label {
    background: #ffe27f;
}

    .transfer-button input:checked + label:before {
        left: 13px;
    }

/** Quick Transfer popup **/
.qt-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.qtwrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.qctext {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.qt-field {
    position: relative;
}

    .qt-field input {
        text-align: center;
        font-size: 18px;
    }

.trans-btn-wrap {
    padding-top: 20px;
}

button.transfer-btn {
    background: linear-gradient(to right, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 3px 6px;
    border-radius: 9px;
    margin: 0 4px;
    min-width: 150px;
}

    button.transfer-btn:hover {
        background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
        box-shadow: 0 0 4px -1px #ffed7d;
    }

button.game-play-btn {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    border: 1px solid #ffe27f;
    min-width: 150px;
    margin: 0 4px;
    height: 40px;
    border-radius: 8px;
    padding: 3px 6px;
    color: #ffe27f;
    font-weight: 600;
    font-size: 18px;
}

    button.game-play-btn:hover {
        background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
        border: none;
        color: #0a1941;
        box-shadow: 0 0 4px -1px #ffed7d;
    }

.qtamt-wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
    margin: 7px 0;
}

    .qtamt-wrap button.qamt-btm {
        min-width: auto;
        width: 100%;
        margin: 0;
    }

.qtbox-wrap {
    display: grid;
    grid-template-columns: 69% 30%;
    grid-gap: 1%;
}

button.transfer-btn:hover {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    box-shadow: 0 0 4px -1px #ffed7d;
}

button.qt-max-btn {
    background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    color: #0a1941;
    border: none;
    height: 40px;
    padding: 4px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

    button.qt-max-btn:hover {
        background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        box-shadow: 0 0 4px -1px #ffed7d;
    }


/** Activate Page **/
.activate-wrapper {
    background: #061c29;
    padding: 30px 20px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
}

.activate-sec {
    background: url(../images/reg-bg.jpg)no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    text-align: center;
    color: #fff;
}

.active-img {
    margin-bottom: 10px;
}

.actext-1 {
    color: #ffe27f;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.actext-2 {
    font-size: 18px;
}

.btn-act {
    padding-top: 20px;
}

@media(max-width: 767px) {
    .autext {
        font-size: 14px;
    }

    .transfer-button label {
        width: 22px;
        height: 11px;
    }

        .transfer-button label:before {
            width: 13px;
            height: 13px;
        }

    .transfer-button input:checked + label:before {
        left: 9px;
    }

    .qtwrap {
        grid-template-columns: auto;
    }
}

@media(max-width: 480px) {
    .mwrow {
        display: block;
    }

    .auto-wrap {
        margin: 0px 0 6px;
    }

    .qt-title {
        font-size: 24px;
    }

    button.transfer-btn, button.game-play-btn {
        min-width: auto;
        width: 46%;
        margin: 0 1%;
        font-size: 16px;
    }
}

/** Reward Center - Update 8/3/2024 **/
.player-reward-box {
    background: #08202f;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.rwbox-info {
    background: url(../images/reward-center/mw2-bg.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 20px 20px 10px;
}

.rwctitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.rwcimg {
    margin-right: 20px;
}

.rwctitle {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffe27f;
    line-height: 1.1;
}

.wdr-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

button.wdr-btn {
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    height: 46px;
    font-size: 14px;
    padding: 5px;
}

    button.wdr-btn img {
        margin-right: 5px;
        max-width: 20px;
    }

    button.wdr-btn:hover {
        background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        color: #0a1941;
    }

        button.wdr-btn:hover img {
            filter: contrast(1) brightness(0);
        }

.rwcinfo {
    padding: 10px 20px;
    border-top: 1px solid #11384f;
    text-align: left;
}

.rwrow {
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
    margin: 5px 0 10px;
}

span.rwicon {
    color: #78848b;
}

.mw2balance {
    font-size: 22px;
    font-weight: 700;
}

    .mw2balance button.reload-btn {
        font-size: 12px;
    }

.rc-gamemenu {
    border-top: 1px solid #11374d;
    padding: 10px 0;
    text-align: center;
    margin-top: 5px;
}

a.rc-menu-link {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right: 1px solid #11374d;
    color: #ffe27f;
    font-size: 13px;
    padding: 2px 3px;
    vertical-align: text-top;
}

    a.rc-menu-link img {
        width: 28px;
    }

.rc-gamemenu a.rc-menu-link:last-child {
    border: none;
}

.rcmenu-text {
    margin-top: 5px;
}

a.rc-menu-link:hover {
    color: #ffe27f;
}

.rwc-content {
    background: #08202f;
    padding: 30px;
    border-radius: 25px;
}

.rwc-toptitle {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #ffe27f;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.rwcbox-wrap {
    background: linear-gradient(132deg, rgba(11, 27, 39, 1) 0%, rgba(20, 40, 53, 1) 74%, rgba(20, 40, 53, 1) 100%);
    padding: 25px 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: 240px auto;
    grid-gap: 10px;
}

.rwclaim-img {
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 240px;
}

    .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: #ffe27f;
    font-size: 90%;
}

.date-legend {
    color: #94b6be;
    font-size: 13px;
}

    .date-legend i {
        margin-right: 5px;
    }

.claim-date-text {
    color: #bfced9;
    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: #d7d7d7;
    background: rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 8px 10px;
}

.claim-date {
    margin-bottom: 7px;
}

button.join-reg-btn.claim {
    font-size: 17px;
    min-width: 125px;
    height: 35px;
    padding: 5px 5px;
}

.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;
    }

.claiminfo-pop {
    position: absolute;
    right: 100%;
    top: 0;
    padding: 10px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.8);
    width: 230px;
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.reward-claim-info:hover .claiminfo-pop {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

ul.nav.nav-game.reward {
    position: initial;
}

ul.nav-game.reward li.nav-item {
    margin: 5px 5px;
}

    ul.nav-game.reward li.nav-item a.nav-link {
        width: 170px;
    }

        ul.nav-game.reward li.nav-item a.nav-link:hover {
            background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
            border: 1px solid #ffe27f;
        }

            ul.nav-game.reward li.nav-item a.nav-link:hover img.nmimg {
                display: none;
            }

            ul.nav-game.reward li.nav-item a.nav-link:hover img.acvimg {
                display: initial;
            }

.bc-game-category {
    border-bottom: 2px solid #0b2e42;
    padding: 5px 0 15px;
    margin-bottom: 10px;
}

button.bc-type-btn {
    background: #0b2e42;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 5px;
    margin: 0.5% 0.5% 0.5% 0;
    display: inline-block;
    min-width: 19%;
    text-align: center;
    font-size: 16px;
}

    button.bc-type-btn.active, button.bc-type-btn:hover {
        background: #1c4861;
    }

.record-date-wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 10px 0;
}

.fav-game.reward .game-option {
    font-size: 14px;
}

.afmenu-box.reward ul.nav.afmenuside-nav li.nav-item a.mslink.noticed::after {
    content: '!';
    background: #fd0007;
    height: 15px;
    width: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
}

.modal-content.rc-popup {
    background: #08202f;
    color: #fff;
    border: 1px solid #fac462;
    border-radius: 15px;
    padding: 20px 30px;
    text-align: center;
}

.notice-text {
    font-size: 20px;
}


@media(max-width: 1080px) {
    button.mobile-menu-btn.notice::after {
        content: '!';
        background: #fd0007;
        height: 10px;
        width: 10px;
        color: #fff;
        border-radius: 50%;
        font-size: 7px;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -6px;
        top: 0px;
    }

    a.mb-menu-link.notice::after {
        content: '!';
        background: #fd0007;
        height: 12px;
        width: 12px;
        color: #fff;
        border-radius: 50%;
        font-size: 8px;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 3px;
        top: 3px;
    }

    .rwcolumn-left {
        margin-block: 15px;
    }

    .rwcinfo {
        text-align: center;
        border-top: none;
    }

    .rwrow {
        justify-content: flex-start;
    }

    ul.nav-game.reward li.nav-item a.nav-link {
        width: 100%;
    }

    .record-date-wrap {
        grid-template-columns: auto;
    }

    .rwbox-info {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 10px 10px;
    }

    .rwctitle-wrap {
        margin-bottom: 0;
    }
}


@media(max-width: 767px) {
    .rwclaim-upper {
        display: grid;
        grid-template-columns: 45% auto;
        grid-gap: 10px;
    }

    .rwclaim-img {
        height: 15vw;
        max-width: 240px;
    }

    .rwclaim-top {
        font-size: 18px;
    }

    .rwctext-1 {
        -webkit-line-clamp: 2;
    }

    ul.nav-game.reward li.nav-item {
        margin: 1% 1%;
        width: 30%;
    }

    button.bc-type-btn {
        min-width: 32%;
        font-size: 14px;
    }

    .rwclaim-wrap {
        text-align: right;
    }

    .claim-requirement {
        font-size: 11px;
    }

    button.claim-info {
        display: none;
    }

    .rwcimg {
        max-width: 40px;
        margin-right: 10px;
    }

    .rwctitle {
        font-size: 16px;
    }
}


@media(max-width: 480px) {
    .rwcinfo {
        text-align: left;
    }

    .rwrow {
        justify-content: flex-start;
    }

    .afmenu-box.reward {
        background: none;
        padding: 15px;
    }

        .afmenu-box.reward ul.nav.afmenuside-nav {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 8px;
        }

            .afmenu-box.reward ul.nav.afmenuside-nav li.nav-item a.mslink {
                display: inline-block;
                background: #08202f;
                border-radius: 8px;
                text-align: center;
                width: 100%;
                height: 100%;
                padding: 10px 5px;
                font-size: 13px;
            }

                .afmenu-box.rewardul.nav.afmenuside-nav li.nav-item a.mslink.active, .afmenu-box.reward ul.nav.afmenuside-nav li.nav-item a.mslink:hover, a.rc-menu-link.active, a.rc-menu-link:hover {
                    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
                    color: #0a1941;
                    font-weight: 500;
                }

                    a.rc-menu-link.active img, a.rc-menu-link:hover img {
                        filter: contrast(1) brightness(0);
                    }

    span.afn-icon {
        margin: 0 0 5px;
        display: block;
    }

    .rc-gamemenu {
        border-top: none;
        padding: 3px 0;
        margin-top: 0px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
    }

    a.rc-menu-link {
        border: none;
        background: #08202f;
        border-radius: 8px;
        padding: 10px 5px;
        width: 100%;
    }

        a.rc-menu-link img {
            width: 24px;
        }

    .rwc-toptitle {
        font-size: 18px;
    }

    .rwc-content {
        padding: 15px;
    }

    .rwcbox-wrap {
        padding: 15px 10px;
    }

    .rwclaim-btm {
        grid-template-columns: auto 115px;
        grid-gap: 5px;
    }

    .rwclaim-top {
        font-size: 3.3vw;
    }

    .claim-date {
        font-size: 13px;
    }

    button.join-reg-btn.claim {
        font-size: 15px;
        min-width: 110px;
        height: 31px;
    }

    .fav-game.reward {
        display: inline-block;
    }

    .afmenu-box.reward ul.nav.afmenuside-nav li.nav-item a.mslink.noticed::after {
        top: 5px;
    }
}

/** Euro Countdown **/
.euro-countdown {
    background: url("../images/uefa-countdown/web_bg.jpg") no-repeat center;
    background-size: cover;
    height: 160px;
    text-align: center;
}

#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdlegend {
    font-size: 35%;
    font-weight: 500;
    text-transform: uppercase;
}

.cd-euro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    max-width: 550px;
    margin: 0 auto;
    padding-left: 70px;
}

.cdbox {
    font-size: 50px;
    font-weight: 700;
}

.cd-dot {
    margin: 0px 15px;
}

.europlay-wrap {
    margin-left: 5px;
}

button.euro-play {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border: none;
    color: #0a1941;
    font-size: 18px;
    font-weight: 700;
    min-width: 135px;
    height: 40px;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 5px 5px;
}

    button.euro-play:hover {
        background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        box-shadow: 0 0 10px -1px #ffed7d;
    }

@media(max-width: 1080px) {
    .euro-countdown {
        background: url("../images/uefa-countdown/mobile_bg.png") no-repeat center;
        background-size: 100%;
        height: 14vw;
    }

    .cd-euro {
        max-width: 100%;
        justify-content: space-around;
        padding-left: 30%;
    }

    .cdbox {
        font-size: 5vw;
    }
}

@media(max-width: 1080px) {
    button.euro-play {
        min-width: 17vw;
        height: 5vw;
        font-size: 2.4vw;
        border-radius: 0.8vw;
        padding: 0.2vw;
    }

    .cd-dot {
        margin: 0 2vw;
    }

        .cd-dot img {
            max-width: 2vw;
        }

    .cdbox {
        font-size: 5.5vw;
    }
}

@media(max-width: 480px) {
    button.euro-play {
        min-width: 18vw;
        height: 6vw;
        font-size: 2.8vw;
    }
}


/** add restore  Update - 31/5/2024 **/
button.restore-btn {
    background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border-radius: 6px;
    border: none;
    color: #0a1941;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
    margin: 0 2px 0 10px;
}
button.restore-btn i {
    color: #0a1941;
	margin-right: 5px;
}
button.restore-btn:hover {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    box-shadow: 0 0 4px -1px #ffed7d;
}
.info-restore {
    position: relative;
	cursor: pointer;
}
.info-restore i {
	margin: 0;
}
.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;
}
@media (max-width: 480px) {
button.restore-btn {
    padding: 4px 5px;
    font-size: 12px;
    margin: 0 2px 0 5px;
}
.info-restore {
    font-size: 13px;
}	
.info-wrap {
    width: 110px;
    font-size: 11px;
}
}

/** Update 11/6/2024 **/
.europlay-inner {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glow-on-hover {
    border: none;
    outline: none;
    position: relative;
    z-index: 0;
    padding: 0 !important;
    overflow: visible !important;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 5px);
        height: calc(100% + 5px);
        animation: glowing 20s linear infinite;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 400% 0
    }

    100% {
        background-position: 0 0
    }
}

/** Euro predict win - update 18/6/2024 ***/
.cd-euro {
    max-width: 700px;
}

.predict-img {
    padding: 0 5%;
    margin-bottom: -3%;
}

@media(max-width: 1080px) {
    .cd-euro {
        max-width: 95%;
        padding-left: 26%;
    }

    .predict-img {
        padding: 0 4% 0 2%;
        margin-bottom: -3%;
    }
}


/** Reward Club Updated - 2/12/2024 **/
.reward-club-sec {
    background: #000 url("../images/reg-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    color: #fff;
    text-align: center;
}

.rwclub-title {
    background: linear-gradient(180deg, rgba(255, 237, 174, 1) 0%, rgba(255, 226, 127, 1) 50%, rgba(217, 148, 73, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(2px 3px 2px #000);
}

.flare-divider {
    margin: -3% 0 -2%;
}

.rwc-live {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.rwc-text-wrap {
    margin: 10px 0;
    font-size: 26px;
}

.rwc-live {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.rwc-text-1 {
    font-weight: 700;
    text-transform: uppercase;
}

.rwc-text-2 {
    font-size: 62%;
}

button.rwc-btn {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border: none;
    min-width: 180px;
    padding: 8px 5px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px;
}

    button.rwc-btn:hover {
        background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        box-shadow: 0 0 10px -1px #ffed7d;
        transform: scale(0.98);
        transition: 0.2s;
    }

.rwc-prize-wrapper {
    position: relative;
    padding: 45px 0 30px;
    text-align: center;
}

.rwc-prize-box {
    display: inline-block;
    margin: 15px 15px;
    width: 100%;
    max-width: 260px;
    position: relative;
    vertical-align: top;
}

.rwc-prize-img {
    padding: 0 10px;
    transition: ease 0.2s;
}

.rcbox {
    background: linear-gradient(135deg, rgba(6, 32, 51, 1) 0%, rgba(4, 23, 38, 1) 100%);
    border: 2px solid #dec773;
    border-radius: 10px;
    padding: 59% 10px 20px;
    margin-top: -54%;
}

.rwc-text-3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(222, 158, 79, 1) 0%, rgba(229, 172, 89, 1) 35%, rgba(255, 226, 127, 1) 49%, rgba(255, 236, 172, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rwc-prize-box:hover .rwc-prize-img {
    transform: scale(1.03) rotate(-5deg);
    transition: ease 0.2s;
}

.pts-redeem {
    color: #fff;
    border-top: 1px solid #404120;
    padding: 5px;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
}

button.backreward-btn {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 15px;
    min-width: 110px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

    button.backreward-btn i {
        margin-right: 5px;
    }

    button.backreward-btn:hover {
        background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        filter: brightness(1.07);
    }

@media(max-width: 767px) {
    table.history-table.reward {
        width: 100%;
    }
}

@media(max-width: 480px) {
    a.rwc-prize-box {
        width: 48%;
        margin: 1% 0.5%;
    }

    .flare-divider {
        margin: -6% 0 -3%;
    }

    .rwc-text-3 {
        font-size: 18px;
    }

    .rwclub-title {
        font-size: 34px;
    }

    .rwc-live {
        font-size: 15px;
    }

    .rwc-text-wrap {
        font-size: 20px;
    }

    .pts-redeem {
        font-size: 18px;
    }
}


/** Instant Credit - 26/2/2025 **/
.credit-apply {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    align-items: center;
    margin: 5px 0;
}
.crdtext {
    font-size: 16px;
    color: #fae38d;
	margin-bottom: 5px;
}
.insticon {
	margin-right: 5px;
}
button.applybtn {
    background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 600;
    font-size: 17px;
    height: 32px;
    padding: 1px 6px 3px;
    min-width: 120px;
    border-radius: 9px;
}
button.applybtn:hover {
    background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    box-shadow: 0 0 10px -1px #ffed7d;
    transform: scale(0.98);
    transition: 0.2s;
}
button.game-play-btn {
    margin: 4px 4px;
}
span.instbtn-icon {
    max-width: 30px;
    display: inline-block;
    margin-right: 6px;
}
.modal-content.credit {
    background: #08202f;
	border-radius: 15px;
	overflow: hidden;
    border: none;
    color: #fff;
}
.credit-form-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 30px;
}
.input-col.verify {
    display: grid;
    grid-template-columns: auto 150px;
}
.code-note {
    font-size: 13px;
    padding: 5px 3px 0;
    color: #9ab5bd;
}


@media(max-width: 767px) {
.credit-apply {
    grid-template-columns: 85px auto;
}	
}

@media(max-width: 480px) {
.mainwallet-wrap {
	grid-template-columns: 50% 48%;
}
.credit-apply {
    grid-template-columns: 40% auto;
    grid-gap: 5px;
}	
.crdtext {
    font-size: 13px;
    margin-bottom: 3px;
}
button.applybtn {
    min-width: 100px;
    font-size: 14px;
    height: 27px;
    border-radius: 5px;
}
.code-note {
    font-size: 12px;
}	
	
}


/** Updated - 20/3/2025 **/
.mw-transfer {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.mwauto-text {
    color: #ffe27f;
    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: 1px;
        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: #ffe27f;
}

input:focus + .sliderx {
    box-shadow: 0 0 1px #959595;
}

input:checked + .sliderx:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.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: #ffe27f;
    }

.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;
}

@media(max-width: 767px) {
    .mwauto-text {
        font-size: 13px;
    }
}

/** fast Game Upddate 16/5/2025 **/
.nav-dropdown-wrapper.fastgame a {
    position: relative;
    max-width: 120px;
    margin: 5px 10px;
}

.gaming-sec.fastgames {
    background: url(../images/fast-games/bg_fg.jpg) no-repeat top center;
    background-size: cover;
    padding: 10px 0 30px;
}

.spcolumn.fastg {
    right: 10%;
}

ul.nav-game.fastgame {
    position: relative;
    margin-top: -60px;
}

    ul.nav-game.fastgame li.nav-item a.nav-link {
        padding: 5px 10px;
        max-width: 150px;
    }

        ul.nav-game.fastgame li.nav-item a.nav-link img {
            max-height: 47px;
        }

@media(max-width: 1080px) {
    ul.nav-game.fastgame {
        position: relative;
        max-width: 480px;
        margin: 20px auto 0;
    }

    .game-inner-wrap.fastgame {
        max-width: 480px;
    }

    .spcolumn.fastg img {
        max-height: 70px;
    }
}
































