@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');

body { font-family: "Arimo", sans-serif; line-height:1.4; font-size:15px; margin:0 auto; color:#191919; background: #000; }

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 { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

body.thank-you {
    background: #000 url("/web/images/thanyou-page.jpg")no-repeat top center;
}

button.playnowreg-btn {
    border: none;
    background: none;
}

button.playnowreg-btn:hover {
    filter: drop-shadow(0 0 15px #e4631d);
}

/** Header **/
.t-header {
    position: relative;
    z-index: 2;
}
.header-top {
    background: #1f0d03;
    height: 130px;
    color: #fff;
}

.datebox {
    text-align: right;
    font-size: 12px;
    padding: 5px 5px 0;
}
.header-sec {
    padding: 10px 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.logo {
    max-width: 300px;
    padding: 23px 0;
}
.login-form {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 10px;
}
.log-field.verify {
    position: relative;
}
span.recaptcha-img {
    position: absolute;
    max-width: 80px;
    right: 0;
    top: -4px;
}
.log-field {
	align-self: center;
}
input.log_input {
    background: transparent;
    border: none;
    color: #fff;
    width: 155px;
    padding: 1px 5px;
	font-size: 13px;
	border-bottom: 1px solid #b98c2d;
}
input.log_input:focus {
	outline: none;
	box-shadow: none;
}
input.log_input::placeholder {
	color: #d3ac96;
}
.change-username-form {
    padding-left: 100px;
}
.warning-notice{
    padding-left: 20px;
    padding-top: 20px;
}
.change-username-form div {
    color: white;
}
.change-field{
    width:55% !important;
}
.forgot {
    color: #d3ac96;
    font-size: 12px;
    align-self: center;
    line-height: 1;
}
.forgot:hover {
    color: #fff;
}
button.login-btn {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,126,61,1) 100%);
    width: 103px;
    height: 30px;
    margin: auto;
    padding: 6px 0;
    border: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 0 7px #ffae00;
}
button.login-btn:focus, button.join-btn:focus {
	outline: none;
}
button.login-btn:hover, button.join-btn:hover {
	filter: drop-shadow(0 0 3px rgb(255,255,255,0.5));
	transform: scale(0.97);
	transition: 0.3s;
}
button.join-btn {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,99,107,1) 100%);
    width: 103px;
    height: 30px;
    margin: auto;
    border: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s;
}
.lang-box {
	align-self: center;
}
.lang-btn {
    background: transparent;
        border: 1px solid transparent;
}
.lang-btn:focus {
	outline: none;
}
.lang-btn.dropdown-toggle::after {
    color: #fff;
}
.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    min-width: auto;
    border: none;
}
.dropdown-menu.language a {
    padding: 1px 5px;
}
.dropdown-menu.language a:hover {
	background: transparent;
}
.dropdown-menu.language a:hover img {
	filter: drop-shadow(0px 0px 2px #fff);
}
.menu-sec {
    float: right;
    padding: 0;
    width:100%;
}
ul.menu-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
ul.menu-wrapper li {
    margin: 0 4px;
    padding: 0px 0;
    list-style-type: none;
    display: inline-block;
    text-align: center;
}

ul.menu-wrapper li a {
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 4px;
    border: 1px solid transparent;
    border-radius: 5px;
    display: block;
}
ul.menu-wrapper li.dropdown a img {
    display: block;
    margin: auto;
    max-width: 46px;
    filter: contrast(2) saturate(5);
    margin-bottom: -2px;
}
ul.menu-wrapper li.dropdown:hover a img {
	filter: drop-shadow(0 0 4px rgb(255, 255, 255,0.9));
}
ul.menu-wrapper li a:hover, .dropdown:hover .dropdown-toggle, ul.menu-wrapper li.active a {
	color: #ffd154;
	border-radius: 5px;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 140px;
    box-shadow: 0px 0px 6px 1px rgb(200, 127, 26);
    margin-top: 0;
    z-index: 999;
    border: 1px solid #c87f1a;
    border-radius: 10px;
    overflow: hidden;
}
ul.menu-wrapper li.dropdown .dropdown-content img {
	max-width: 100%;
}
ul.menu-wrapper li.dropdown:hover .dropdown-content a img {
	filter: none;
}
ul.menu-wrapper li .dropdown-content a:hover img {
	filter: none;
}
.dropdown:hover .dropdown-content {
	display: block;
	z-index: 999;
}
ul.menu-wrapper li .dropdown-content a {
    display: block;
	z-index: 9;
    padding: 0px;
	background: rgba(0,0,0,0.7);
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #c87f1a;
	overflow: hidden;
}
ul.menu-wrapper li .dropdown-content a:hover {
    background: rgb(200, 127, 26, 0.5);
}
.announce-sec {
    background: #000000;
    border: 1px solid #c87f1a;
    border-left: none;
    border-right: none;
    height: 33px;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 0 6px #c87f1a;
}
.notice-wrapper {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
}
/* After login */

.after-login-wrapper {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 10px;
}
.userpoint span {
    display: block;
    line-height: 1.2;
    text-align: right;
}
.wallet-top-menu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid #c87f1a;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px #c87f1a;
	height: 33px;
    position: relative;
}
.balance-drop {
    text-align: center;
}
.wallet_top_btn {
    background: none;
    color: #fff;
    border: none;
    padding: 5px 3px;
}
.wallet_top_btn:focus {
	outline: none;
	box-shadow: none;
}

.option-drop {
	border-left: 1px solid #c87f1a;
    position: relative;
    text-align: center;
}
.dropdown-option {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.9);
    z-index: 2;
    top: 100%;
    left: -26px;
    margin: auto;
    width: 130px;
    text-align: center;
    box-shadow: 0px 0px #c87f1a;
    border: 1px solid #c87f1a;
    border-radius: 8px;
    overflow: hidden;
}
.option-drop:hover .dropdown-option {
    display: block;
    z-index: 2;
}
.option-drop:hover button.loginx_btn {
	background: #ffc001;
	color: #000;
}
.dropdown-option ul {
	padding: 0;
	margin: 0
}
.dropdown-option ul li {
	list-style-type: none;
}
.dropdown-option ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 14px;
}
.dropdown-option ul li a:hover {
	background: rgb(200, 127, 26, 0.5);
    color: #fff;
}

.dropdown-balance {
    display: none;
    position: absolute;
    width: 600px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid #c87f1a;
    left: -85px;
}
.balance-drop:hover .dropdown-balance {
	display: block;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
	padding-bottom: 10px;
}
.main-item, .main-amount {

    background: #c87f1a;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 10px;
}
.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-in:hover {
	background: #9de032;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out:hover { 
	background: #e61b1b;
}
a.inbox-btn {
    color: #fff;
    font-size: 20px;
    position: relative;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}

a.inbox-btn:hover {
    color: #F5E790;
}

span.notice-mail {
    position: absolute;
    background: red;
    border-radius: 50%;
    line-height: 1;
    padding: 3px;
    color: #fff;
    font-size: 10px;
    height: 14px;
    width: 14px;
    text-align: center;
    right: -9px;
    top: -3px;
}



/** End Header **/

/** Home **/
.t-body{
    /* background: url( "../images/bg.jpg")no-repeat top center; */
    /* background-attachment: fixed; */
}
.home-top-sec {
    /*Normal*/
    background: url("/web/images/home_bg.jpg")no-repeat top center;
    /*background: url("/web/images/bg-index-cny.jpg")no-repeat top center;*/
    padding: 30px 0 30px;
    /* background-attachment: fixed; */
}
.hm-top-container {
    padding: 20px 0;
	margin-bottom: 50px;
}
.slider-wrapper {
    position: relative;
}
.carousel-inner {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px #c87f1a;
}
a.prev-btn {
	position: absolute;
    left: -11px;
    bottom: -13px;
    z-index: 2;
}

a.next-btn {
	position: absolute;
    right: -11px;
    bottom: -13px;
    z-index: 2;
	transition: 0.1s;
}
a.prev-btn:hover, a.next-btn:hover {
	transition: 0.1s;
	filter: brightness(1.1);
	transform: scale(1.03);
}
a.slide-btn i {
    font-size: 30px;
    background: #1f0d03;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 3px solid #c87f1a;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.9);
}
.casino-categ-wrapper {
	width: 450px;
	height: 450px;
	position: relative;
}

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.spinning {
  -webkit-animation: spin infinite 3.5s linear;
  -moz-animation: spin infinite 3.5s linear;
  animation: spin infinite 3.5s linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes spinblue {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(-360deg);
}
}
.spinning-blue {
  -webkit-animation: spinblue infinite 15s linear;
  -moz-animation: spinblue infinite 15s linear;
  animation: spinblue infinite 15s linear;
  animation-fill-mode: forwards;
}

.esports-bx {
    left: 100px;
    top: 38px;
}
.sports-bx {
    top: 38px;
    right: 70px;
}
.fourd-bx {
    top: 153px;
    right: -8px;
}
.fishing-bx {
    right: 70px;
    top: 270px;
}
.casino-bx {
	left: 100px;
    top: 270px;
}
.slots-bx {
    top: 153px;
    left: 18px;
}
.rpd-wrapper {
    position: relative;
}
.rpoint-title {
    background: linear-gradient(to bottom, rgba(69,158,196,1) 0%, rgba(22,1,68,1) 100%);
    width: 490px;
    height: 42px;
    border: 3px solid #2adeff;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 40px;
    top: -17px;
}
.reward-wrapper {
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 10px #c87f1a;
    border-radius: 12px;
    height: 200px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.rwbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
	position: relative;
}
.rwbox::before {
	content:url("/web/images/blue-bar.png");
	position: absolute;
	left: 0;
}
.reward-wrapper .rwbox:first-child::before {
	content: none;
}
.rcap {
    color: #fff;
    padding-left: 10px;
	font-weight: 400;
	font-size: 16px;
}
.step {
    color: #fff;
    text-shadow: 0 0 5px #b22fca;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 6px;
	filter: drop-shadow(0px 0px 4px #b22fca);
}
.rcap h4 {
    color: #ffd29e;
	text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
    text-shadow: 0 0 10px #ff9458;
	filter: drop-shadow(0px 0px 2px #ff9458);
}
.info-btn {
    background: linear-gradient(45deg, rgba(131,72,175,1) 0%, rgba(6,119,170,1) 100%);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    width: 150px;
    height: 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f6a1fe;
    border-radius: 10px;
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
    text-align: center;
    display: block;
    padding: 4px 0;
    position: absolute;
    right: -1px;
    bottom: -6px;
}
.info-btn:hover {
	color: #fff;
	filter: drop-shadow(0px 0px 2px rgb(255,255,255,0.6));
}
.contact-home-wrapper {
    position: relative;
    width: 1140px;
    margin-top: 70px;
	margin-bottom: 25px;
}
.contact-us-box {
    background: linear-gradient(to bottom, rgba(30,27,27,1) 0%, rgba(0,0,0,1) 100%);
    border: 1px solid #ae751c;
    border-radius: 10px;
    width: 305px;
    height: 170px;
    color: #fff;
}
.contbox h3 {
    font-size: 17px;
	text-shadow: 0 0 10px #ffd154;
    text-transform: uppercase;
    color: #ffd154;
    margin-bottom: 3px;
}
.contbox {
    max-width: 260px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    line-height: 1.9;
    padding: 23px 0;
}
.contact-media-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmw-box {
    background: url(../images/contact-sbg.jpg)no-repeat top center;
    background-size: 100%;
    border: 1px solid #ae751c;
    border-radius: 10px;
    width: 198px;
    height: 170px;
    text-align: center;
    padding: 11px 4px 8px;
}
.cm-detail {
    padding: 2px 2px;
    color: #fff;
    max-width: 147px;
    margin: auto;
    margin-bottom: 7px;
    font-size: 14px;
}
.cmw-box h4 {
    color: #ffd154;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ffd154;
    margin: 7px 0 6px;
}

/** Footer **/
.footer-sec {
    padding: 20px 0 30px;
}
.provider-wrapper {
    background: rgba(0,0,0,0.8);
    border: 1px solid #ae751c;
    border-radius: 8px;
    width: 100%;
    padding: 22px 10px 10px 10px;
    margin-bottom: 40px;
}
.provider-title {
    position: absolute;
    max-width: 141px;
	margin: auto;
    color: #ffd154;
    text-align: center;
    background: linear-gradient(to bottom, rgba(30,27,27,1) 0%, rgba(0,0,0,1) 100%);
    border: 1px solid #ae751c;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ffd154;
    padding: 5px 5px;
    top: -15px;
    left: 0;
    right: 0;
}
.provider-logo {
    text-align: center;
}
.provider-logo img {
    max-width: 120px;
    margin: auto;
}
.fun-box {
    color: #c2c2c2;
    border: 1px solid #ae751c;
    padding: 20px 20px;
    box-shadow: 0px 0px 0px 0px #000;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 7px;
}
.fun-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.fun-box a {
	color: #fff;
}
.copyright-sec {
    background: linear-gradient(to bottom, rgba(30,27,27,1) 0%, rgba(0,0,0,1) 100%);
    color: #ebebeb;
    padding: 18px 0;
    text-transform: uppercase;
    font-size: 12px;
}
.menu-footer a {
	color: #ebebeb;
	padding: 0 10px;
	line-height: 1;
	border-right: 1px solid #fff;
}
.menu-footer a:last-child {
	border-right: none;
}
.menu-footer a:hover {
	color: #ffd154;
}
#more {
    display: none;
}
button.ft-readmore {
    background: transparent;
    border: none;
    color: #AAAAAA;
    padding: 0;
}

/*** Sports ***/
.sports-sec {
	background: #060301 url("/web/images/sports/sports-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 1000px;
	padding: 60px 0 30px;
	position: relative;
	margin-bottom: -320px;
	overflow: hidden;
}
.sports-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 35px;
	position: relative;
	margin-top: 132px;
}
.sportsbox a {
	position: relative;
    width: 340px;
    height: 235px;
    margin: auto;
    background: rgba(0,0,0,0.7);
    border: 3px solid #f7c37c;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.51);
}
.sportsbox a:hover , .sportsbox a:hover .plybtn {
	box-shadow: 0px 0px 10px 1px #f7c37c;
}
.sportsbox img {
    max-width: 275px;
}
button.plybtn {
    background: linear-gradient(to bottom, rgba(15,13,21,1) 0%, rgba(81,36,34,1) 100%);
    width: 166px;
    text-align: center;
    margin: auto;
    color: #fff;
    border: 2px solid #f7c37c;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.75);
}
.football {
    position: absolute;
    left: -210px;
    top: 360px;
	-webkit-animation: float 3s ease-in-out infinite;
	animation: float 3s ease-in-out infinite;
}
.fireball {
    position: absolute;
	right: -208px;
    top: 264px;
	-webkit-animation: float 3s ease-in-out infinite;
	animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

/*** Esports ***/
.esports-sec {
	background: url("/web/images/esports/esports-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 1000px;
	padding: 60px 0 30px;
	position: relative;
	margin-bottom: -200px;
	overflow: hidden;
}
.esports-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 35px;
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-top: 160px;
}
#particles-js {
    position: absolute;
    z-index: 0;
    width: 100%;
}

/*** Fishing ***/
.fishing-sec {
	background: url("/web/images/fishing/fish_bg_2.jpg")no-repeat top center;
	background-size: cover;
	height: 902px;
	padding: 75px 0 30px;
	position: relative;
	margin-bottom: -180px;
	overflow: hidden;
}
.fishing-sec * {
 	cursor: url(../images/fishing/aim-pointer.png) 60 60 , auto;
}
.fishing-wrapper {
	position: relative;
}
.fishbox {
    position: relative;
    max-width: 620px;
	margin: auto;
}
.fish-play {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.fish-play:hover {
	filter: drop-shadow(0 0 5px rgb(52,250,251,0.6)) brightness(1.2);
	transform: scale(1.01);
}
.fish-1 {
    position: absolute;
    right: 175px;
	-webkit-animation: float 9s ease-in-out infinite;
    animation: float 9s ease-in-out infinite;
}
.fish-2 {
    position: absolute;
    left: 0;
    top: 200px;
	-webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
.fish-3 {
    position: absolute;
    right: 0;
    top: 336px;
	-webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
.fish-1:hover, .fish-2:hover, .fish-3:hover {
	filter: brightness(1.05) drop-shadow(0 0 3px rgb(255,255,255,0.5));
}
.bubble {
	position: absolute;
}
.transform-active {
	-webkit-animation: die 3s ease-in-out infinite;
}

@-webkit-keyframes die {
  0% {
    -webkit-transform: translatey(0) scaleY(-1);
            transform: translatey(0) scaleY(-1);
  }
  50% {
    -webkit-transform: translatey(12px) scaleY(-1);
            transform: translatey(12px) scaleY(-1);
  }
  100% {
    -webkit-transform: translatey(0) scaleY(-1);
            transform: translatey(0) scaleY(-1);
  }
}

/* BUBBLES KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -120%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -120%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -120%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* BUBBLES ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 34%;
    top: 10%;
	background: url("/web/images/fishing/bubble-1.png")no-repeat center;
	width: 73px;
	height: 105px;
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 22%;
    top: 67%;
	background: url("/web/images/fishing/bubble-2.png")no-repeat center;
	width: 109px;
	height: 118px;
}
.x3 {
    -webkit-animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 33%;
	top: 40%;
	background: url("/web/images/fishing/bubble-3.png")no-repeat center;
	width: 57px;
	height: 61px;
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	background: url("/web/images/fishing/bubble-4.png")no-repeat center;
	width: 92px;
	height: 104px;
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	right: 35%;
	top: 50%;
	background: url("/web/images/fishing/bubble-5.png")no-repeat center;
	width: 43px;
	height: 62px;
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 1s ease-in-out infinite alternate;
	
    right: 31%;
	top: 0;
	background: url("/web/images/fishing/bubble-6.png")no-repeat center;
	width: 119px;
	height: 103px;
}

.x7 {
    -webkit-animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	right: 28%;
    top: 70%;
	background: url("/web/images/fishing/bubble-3.png")no-repeat center;
	width: 57px;
	height: 61px;
}

.x8 {
    -webkit-animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	background: url("/web/images/fishing/bubble-7.png")no-repeat center;
	width: 25px;
	height: 24px;
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 16%;
    top: 50%;
	background: url("/web/images/fishing/bubble-7.png")no-repeat center;
	width: 25px;
	height: 24px;
}

.x10 {
    -webkit-animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	background: url("/web/images/fishing/bubble-1.png")no-repeat center;
	width: 73px;
	height: 105px;	
}

.fish {
	position: absolute;
	max-width: 120px;
    top: 17%;
	animation: swim 1.5s, left-right 14s;
	-webkit-animation: swim 1.5s, left-right 14s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear; 
}
.fish-group {
	position: absolute;
    top: 24%;
	animation: right-left 16s;
	-webkit-animation: right-left 16s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear; 
}

@-webkit-keyframes swim
{
  0% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
  50% {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg); 
    transform: rotate(12deg);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
}

@keyframes swim
{
  0% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
  50% {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg); 
    transform: rotate(12deg);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none;
  }
}

@-webkit-keyframes left-right
{
  0% {margin-left: -134px}
	90% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

@keyframes left-right
{
  0% {margin-left: -134px}
	70% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

@-webkit-keyframes right-left
{
  0% {right: 0}
	90% {right: 100%;}
	100% {right: 100%;}
}

@keyframes right-left
{
  0% {right: 0}
	70% {right: 100%;}
	100% {right: 100%;}
}

/*** Casino ***/
.casino-sec {
	background: url("../images/casino/casino-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 939px;
	padding: 10px 0 30px;
	margin-bottom: -140px;
	overflow: hidden;
}
.casino-container {
	position: relative;
	text-align: center;
}
.casino-prov a {
    display: block;
    width: 264px;
    height: auto;
    z-index: 1;
    border-radius: 15px;
}
.casino-prov a:hover, .casino-box.actives a {
}
.casino-prov a img {
	border: 4px solid transparent;
}
.casino-prov a:hover img , .casino-prov .casino-box.actives a img {
	filter: drop-shadow(0 0 8px #8e2311) brightness(1.1);
	box-shadow: 0 0 5px #700809;
	border: 4px solid #710b07;
}
.character-casino {
    max-width: 430px;
    margin: auto;
}
.casino-box {
	position: absolute;
}
.agc {
    top: 100px;
    left: 100px;
}
.ptc {
    top: 210px;
    left: 80px;
}
.evo {
    top: 318px;
    left: 80px;
}
.xpro {
    top: 416px;
    left: 80px;
}
.gpc {
    top: 100px;
    right: 100px;
}
.abc {
	top: 210px;
    right: 80px;
}
.bbinc {
	top: 318px;
    right: 80px;
}
.sexy {
	top: 416px;
    right: 80px;
}
.dreamg {
	top: 530px;
    left: 100px;
}
.be{
    top: 530px;
    right: 100px;
}
a.play-casino {
    display: block;
    max-width: 280px;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, rgba(255,255,253,1) 0%, rgba(255,114,48,1) 100%);
    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 5px;
    border-radius: 9px;
    border: 4px solid #ffa672;
	filter: drop-shadow(0 0 7px #9f1d27);
}
a.play-casino:hover {
	background: linear-gradient(to top, rgba(255,255,253,1) 0%, rgba(255,114,48,1) 100%);
	filter: none;
}

/*** Slots ***/
.slots-sec {
    background: #070302 url(../images/slots/slots-bg.jpg)no-repeat top center;
	background-size: cover;
    height: 1143px;
    padding: 55px 0;
    margin-bottom: -400px;
    overflow: hidden;
}
.slots-charac {
    position: relative;
}
.slots-wrapper {
    z-index: 2;
    position: relative;
}
.slots-wrapper a {
    display: block;
    width: auto;
    height: 90px;
    padding: 16px 0;
    z-index: 1;
    border-radius: 15px;
}
.slots-wrapper a:hover, .slots-wrapper .slots-box.actives a {
    filter: drop-shadow(0 0 8px #700809) brightness(1.2);
}
.rows1 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:10px;
	margin: 15px 0;
}
.rows2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    max-width: 520px;
    margin: auto;
}
.slots-box {
    position: relative;
}
.stt {
	margin-top: 29px;
}
.tech-circle {
    width: 579px;
    height: 579px;
    position: absolute;
	right: -50px;
}
.scroll-img {
    position: absolute;
    top: 362px;
    left: -300px;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

/** 4D **/
.toto-sec {
	background: #070302 url(../images/4d/toto_bg.jpg)no-repeat top center;
	padding: 45px 0;
	overflow: hidden;
}
.toto-top {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
	max-width: 500px;
    margin: auto;
	margin-top: 370px;
}
.toto-btn {
    position: relative;
    text-align: center;
    margin: auto;
}
.toto-btn a {
    display: block;
    max-width: 220px;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, rgba(255,255,253,1) 0%, rgba(255,114,48,1) 100%);
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 13px 5px;
    border-radius: 9px;
    filter: drop-shadow(0 0 4px #ffae00);
}
.toto-top a {
	display: block;
	width: 245px;
	z-index: 1;
	transition: all 0.3s;
}
.toto-top img {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width: 245px;
	height: 250px;
}
.toto-top a:hover {
	filter: brightness(1.15) drop-shadow(0 0 3px #fff);
	transform: scale(0.97);
	transition: all 0.3s;
}

.toto-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    /* margin-top: 30px; */
}
.toto-container-2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
	max-width: 860px;
	margin: auto;
}
.lotto-box {
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.lott-title-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	background: #9C9C9C;
}
.lott-title-box {
    line-height: 1.2;
    padding: 3px 10px;
}
.lott-type {
    font-size: 16px;
	font-weight: 600;
	display: block;
}
.cal-date {
    font-size: 12px;
}
.lott-logo {
    text-align: center;
}
.top-winner {
	text-align: center;
    font-size: 21px;
    margin: 7px 0;
}
tr.lot-place-num td {
    padding: 2px 0;
}
table.special {
    text-align: center;
    font-size: 20px;
}
.special tr td {
	border: 1px solid #9B9B9B;
}
tr.special-title {
    font-size: 17px;
    font-weight: 700;
	background: #9B9B9B;
	text-transform: uppercase;
	letter-spacing: 1px;
}
tr.special-title td { 
	padding: 1px;
}

.lott-title-grid.sandakan {
	background: #fdb913;
}
.sandakan .special-title {
	background: #fdb913;
	color: #000;
}
.special.sandakan tr td {
	border-color: #fdb913;
}

.lott-title-grid.magnum {
	background: #b8860b;
}
.magnum .special-title {
	background: #b8860b;
	color: #fff;
}
.special.magnum  tr td {
	border-color: #b8860b;
}

.lott-title-grid.pmp {
	background: #231f54;
}
.pmp .special-title {
	background: #231f54;
	color: #fff;
}
.special.pmp  tr td {
	border-color: #231f54;
}

.lott-title-grid.toto {
	background: #ec1c24;
}
.toto .special-title {
	background: #ec1c24;
	color: #fff;
}
.special.toto tr td {
	border-color: #ec1c24;
}

.lott-title-grid.singapore {
	background: #2c80fd;
}
.singapore .special-title {
	background: #2c80fd;
	color: #fff;
}
.special.singapore tr td {
	border-color: #2c80fd;
}

.lott-title-grid.sabah {
	background: #003c10;
}
.sabah .special-title {
	background: #003c10;
	color: #fff;
}
.special.sabah tr td {
	border-color: #003c10;
}

.lott-title-grid.srwk {
	background: #ff5400;
}
.srwk .special-title {
	background: #ff5400;
	color: #fff;
}
.special.srwk tr td {
	border-color: #ff5400;
}

/** Mobile **/
.mobile-sec {
	background: #000 url("/web/images/home_bg.jpg")no-repeat top center;
	min-height: 1252px;
	padding: 30px 0 60px;
}
.mix {
    display: none;
}
.filter-menu-bar {
    margin: 15px 0;
    height: 54px;
}
.mbox {
	display: inline-block;
    height: 61px;
    position: relative;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    text-align: center;
    padding: 15px 20px;
    cursor: pointer;
}
.mbox:hover, .mbox.active {
	color: #fff;
    text-shadow: 0px 0px 5px #ff6100;
    filter: drop-shadow(0 0 4px #ff6100);
}
.boxes {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.mobile-dl {
    display: inline-block;
}
.mobile-dl:hover {
	filter: brightness(1.15) drop-shadow(0 0 4px #fff);
} 
.filter-menu-bar-mobile {
    text-align: center;
    height: 180px;
}
.filter-menu-bar-mobile .mbox:hover, .mbox.active {
	filter: grayscale(1);
}


/** Promotion **/
.promo-sec {
	background: #000 url("/web/images/promo/promo_bg.jpg")no-repeat top center;
	background-size: 100%;
	min-height: 400px;
	padding: 30px 0 60px;
}
.mix {
    display: none;
}
.filter-menu-bar {
    margin: 15px 0;
    height: 54px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(76,0,0,1) 0%, rgba(38,0,0,1) 100%);
    border-radius: 8px;
	filter: drop-shadow(0 0 7px #ff6100);
	margin-bottom: 30px;
}
.promo-boxes {
	display: grid;
    grid-template-columns: repeat(2,1fr);
	grid-gap: 30px 30px;
    text-align: center;
}
.promo-bx a {
	color: #fff;
	display: block;
}
.pmbox {
    display: inline-block;
    height: 61px;
    position: relative;
    color: #cccccc;
    text-transform: uppercase; 
    letter-spacing: 1px;
    font-size: 19px;
    text-align: center;
    padding: 15px 20px;
    cursor: pointer;
}
.pmbox:hover, .pmbox.active {
	color: #fff;
	text-shadow: 0px 0px 5px #ff6100;
	filter: drop-shadow(0 0 4px #ff6100);
}
.promo-bx {
	max-width: 500px;
	margin: auto;
	border:2px solid transparent;
}
.promo-bx:hover {
    border: 2px solid #c87f1a;
    box-shadow: 0px 0px 7px 1px #c87f1a;
}
.promo-dl {
    display: inline-block;
    width: auto;
    height: auto;
    margin: auto;
    z-index: 1;
    position: relative;
}

.promo-title-wrapper {
    background: #0a0000;
    width: 100%;
    /*height: 113px;*/
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 10px 40px 10px;
}
.promo-title-wrapper h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 34px;
    margin-bottom: 10px;
    line-height: 1;
    display: grid;
    align-items: center;
    filter: drop-shadow(0px 0px 7px #ff6100);
    text-shadow: 0 0 5px #ff6100;
}
.promo-bx:hover .promo-title-wrapper, .promo-bx.actives .promo-title-wrapper {
	
}
.smtitle {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.date-promo {
    margin-top: 5px;
}

/** VIP **/
.vip-sec {
    background: url("/web/images/vip/vip_bg.jpg?v1")no-repeat top center;
    min-height: 1190px;
    padding: 15px 0 30px;
}

.vip-wrapper {
    background: linear-gradient(to bottom, rgba(20,16,16,1) 0%, rgba(87,16,18,1) 100%);
    border: 2px solid #5d3912;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    font-size: 13px;
    margin-top: 10px;
}

table.vip-table tr td {
    border: 2px solid #4b2711;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.2;
    text-transform: uppercase;
}

table.vip-table tr:nth-child(even) {
    background: #3b0404;
}

table.vip-table tr.vip-badge td {
    border: none;
}

table.vip-table tr.viplevel {
    background: linear-gradient(to bottom, rgba(109,22,17,1) 0%, rgba(214,92,5,1) 100%);
    font-size: 15px;
    font-weight: 600;
}

    table.vip-table tr.viplevel td {
        padding: 14px 5px;
    }

.tnc-wrap {
    padding: 20px 0;
    line-height: 1.5;
}

/** Wallet **/
.wallet-sec {
	background: #000 url("/web/images/wallet-bg.jpg")no-repeat top center;
	min-height: 820px;
	padding: 60px 0;
}
.container.wallet {
	border-radius: 10px;
}
.wallet-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
}
.wallet-menu {
    background: rgba(0,0,0,0.7);
    border: 1px solid #c87f1a;
    width: 200px;
    min-height: 563px;
    padding: 8px 8px 27px; 
    color: #fff;
    position: relative;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}
.wallet-board {
    position: relative;
    background: rgba(0,0,0,0.7);
    border: 1px solid #c87f1a;
    border-radius: 0 10px 10px 0;
    width: auto;
    min-height: 543px;
    background-size: 100% 100%;
    margin-left: -1px;
    padding: 26px 20px 15px;
}
.user-account {
    text-align: center;
    font-size: 16px;
    margin: 15px -8px 0 -8px;
    height: 61px;
    padding: 4px;
    border-bottom: 2px solid #c87f1a;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.lvl-vip {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.75);
}
.menu-account {
    margin: 0 -8px 0 -8px;
}
.menu-account a {
    display: block;
    border-bottom: 1px solid #c87f1a;
    color: #bfbfbf;
    padding: 5px 15px 4px;
    font-size: 14px;
    font-weight: 600;
}
.menu-account a:hover, .menu-account a.active  {
	background: #c87f1a;
	color: #fff;
}
.menu-account a.btitle {
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
	padding: 0px 15px 0;
}
.btitle {
    background: #7b4a06;
}
.nhv {
	pointer-events: none;
}
.menu-account a:last-child {
	border-bottom: none;
}
.main-wallet-wrapper {
    display: grid;
    grid-template-columns: auto 110px 110px;
    padding: 15px 0;
}
.mw-box {
	font-size: 16px;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
	text-align: right;
	color: #fff;
	padding: 0 15px;
	align-self: center;
	font-weight: 600;
}
.mw-box span {
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.57);
    background: #7b4a06;
    text-shadow: none;

    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 9px;
}
.all-out-btn {
    background: #000000;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c87f1a;
    border-radius: 10px;
}
.deposit-btn {
    background: #1f0d03;
    width: 103px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c87f1a;
    border-radius: 10px;
}
#dep_method_button label span{
    width:140px;
    padding-top:14px;
}
.all-out-btn:hover, .deposit-btn:hover {
	filter: drop-shadow(0 0 1px rgb(255,255,255,0.9)) brightness(1.05);
	transform: scale(0.98);
}
.all-out-btn:focus, .deposit-btn:focus {
	outline: none;
}
.wallet-provider-wrapper {
	background: #000;
	color: #fff;
	box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
	display: grid;
	grid-template-columns: repeat(6,1fr);
	border-radius: 10px;
	padding: 25px 10px;
	grid-gap: 27px 0;
}
.wp-box {
	cursor: pointer;
}
.wp-box:hover {
	filter: brightness(1.1);
}
.wp-logo {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 125px;
    height: 62px;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #c87f1a;
}
.wp-amount {
    background: #7b4a06;
    color: #fff;
    border: 1px solid #c87f1a;
    text-align: center;
    font-size: 13px;
    border-radius: 15px;
    padding: 1px;
    font-weight: 600;
    width: 120px;
    margin: auto;
    margin-top: 4px;
}
.nav-tabs.wallet .nav-link {
    background: #6d400c;
    width: 100px;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 14px 10px;
    border: none;
    margin-right: 12px;
    border-radius: 10px;
}
.nav-tabs.wallet {
    border-bottom: none;
	margin-bottom: 15px;
}
.nav-tabs.wallet .nav-item.show .nav-link, .nav-tabs.wallet .nav-link.active {
    color: #ffc502;
    border: 1px solid #ffc502;
}

/* HIDE RADIO */
.bank-input-wrap label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.bank-input-wrap label [type=radio] + .bank-type {
	cursor: pointer;
}
.bank-input-wrap label [type=radio] + .bank-type img {
	cursor: pointer;
	filter:grayscale(0.8);
}
/* CHECKED STYLES */
.bank-input-wrap label [type=radio]:checked + .bank-type {
    border: 1px solid #ffca81;
    background: #d2b79c;
    background-position: right bottom;
    transition: none;
}
.bank-input-wrap label [type=radio]:checked + .bank-type img {
	filter:grayscale(0);
}
.bank-input-wrap label .bank-type {
	border: 1px solid #ffca81;
	border-radius: 6px; 
	color: #fff;
}
.bank-input-wrap label {
    margin: 0 5px;
    margin-bottom: 0;
}
.bank-input-wrap {
    background: #2f1709;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    width: 405px;
}
.bank-input-wrap.method {
	/*background: #6d400c;*/
	background: #2f1709;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
	width: max-content;
}
.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 4px 5px;
    color: #484848;
    font-weight: 600;
    width: auto;
	height: 50px;
}
.banking-wrapper {
	padding: 10px 0;
}
.banking-wrapper h5, .dp-field h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.bank-select-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
    max-width: 650px;	
}
.bank-btn {
	background: none;
	border: none;
	padding: 0;
	border-radius: 6px;
	border: 1px solid transparent;
}
/*.bank-btn:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #c87f1a;
}*/
.dropdown-menu.bank {
    background: #2f1709;
    width: 393px;
    height: auto;
    border: 1px solid #c87f1a;
}
.dp-bank-detail {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px 22px;
}
.acc-name {
    background: #c87f1a;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 2px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 10px;
}
.depminmax {
    line-height: 1.7;
}
.dp-field {
	margin-bottom: 20px;
	position: relative;
}
select {
	 overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
input.dp-input, select.dp-input {
	width: 50%;
	padding: 3px 10px;
	border-radius: 35px;
	height: 30px;
	border: 1px solid #c87f1a;
	display: inline-block;
}
.dp-input:focus, .date-input:focus, .time-input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #001520;
}
input.date-input {
	width:18%;
	padding: 3px 10px;
	border-radius: 35px;
	height: 30px;
	border: 1px solid #c87f1a;
	display: inline-block;
}
select.time-input {
	width:15%;
	margin-left: 3px;
	padding: 3px 10px;
	border-radius: 35px;
	height: 30px;
	border: 1px solid #c87f1a;
	display: inline-block;
}
button.upload-button {
    background: #c87f1a;
    font-size: 15px;
	color: #fff;
    font-weight: 600;
    border: 1px solid #c87f1a;
    padding: 0px 10px;
    width: 12%;
    border-radius: 35px;
    height: 30px;
	text-transform: uppercase;
	margin-left: 5px;
}
.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}
.agree-field {
	color: #fff;
	font-size: 16px;
}
.agree-field input { 
	vertical-align: middle;
}
button.submit-btn {
    background: #c87f1a;
    color: #fff;
    border: 1px solid #ffca81;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 15px;
    box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.65);
}
button.submit-btn:focus {
	box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.65);
	outline: none;
}
button.submit-btn:hover {
	box-shadow: none;
	background: #001520;
}
.bank-option {
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 7px;
    width: 155px;
    height: 43px;
	border: 1px solid transparent;
}
.bank-option img {
	filter: grayscale(0.8);
}

/* HIDE RADIO */
.ibank-option-wrapper label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.ibank-option-wrapper label [type=radio] + .bank-option {
	cursor: pointer;
}
/* CHECKED STYLES */
.ibank-option-wrapper label [type=radio]:checked + .bank-option {
	border: 1px solid #c87f1a;
	background: #001520;
	background-position: right bottom;
	transition: none;
}
.ibank-option-wrapper label [type=radio]:checked + .bank-option img {
	filter:grayscale(0);
}
.ibank-option-wrapper label {
    margin: 0 5px;
    margin-bottom: 0;
}

/*** Tansfer ***/
.transfer-total-wrapper {
	padding: 15px 0;	
}
.transfer-total-wrapper .mw-box {
    text-align: left;
}
.trans-wallet-wrapper {
    background: #000;
    color: #fff;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 0;
}
.trans-title {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
	margin: 4px 0 5px;
	font-weight: 600;
}

.trans-wallet-wrapper label .wp-box img {
	filter: grayscale(1);
}
.trans-wallet-wrapper label:hover .wp-box img {
	filter: grayscale(0);
}
/* HIDE RADIO */
.trans-wallet-wrapper label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.trans-wallet-wrapper label [type=radio] + .wp-box {
	cursor: pointer;
}
/* CHECKED STYLES */
#from_sel label .active + .wp-box .wp-logo {
    box-shadow: 0 0 5px 3px rgba(255,255,255,0.9);
}
#from_sel label .active + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}
#to_sel label .active + .wp-box .wp-logo {
    box-shadow: 0 0 5px 3px rgba(255,255,255,0.9);
}
#to_sel label .active + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #c87f1a;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c87f1a;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
button.max-button:hover {
	background: #c87f1a;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.65);
}
button.max-button:focus {
	outline: none;
}

/** Withdrawal **/
.wbtitle {
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
	font-size: 24px;
	margin: 10px 0;
}
.withdraw-wrapper {
	display: grid;
	grid-template-columns: 230px auto;
	grid-gap: 24px 4px;
}
.withdraw-wrapper h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    align-self: center;
    margin-bottom: 0;
}
input:disabled  {
	background: #fff;
}
.date-field span {
	color: #fff;
	padding: 0 5px;
}
input.dp-input.trans-date {
    width: 23%;
}
.max-report {
	color: #949494;
	font-weight: 600;
	font-weight: 13px;
	padding: 3px 5px;
}
.trans-table {
    margin-top: 15px;
	color: #fff;
}
.trans-table table {
	text-align: center;
	width: 100%;
}
.trans-table table tr th {
    border: 1px solid #fff;
    padding: 4px;
	background: rgba(0,0,0,0.3);
}
.trans-table table tr td {
    border: 1px solid #fff;
    padding: 4px;
}
.trans-table table tr:nth-child(odd) {
	background: rgba(0,0,0,0.3);
}

/** Redemption **/
.redemp-sec {
	background: url("/web/images/reward_bg.jpg")no-repeat top center;
	padding: 60px 0;
	min-height: 1381px;
	color: #fff;
}
.redemp-wrapper {
	background: rgba(4,22,47,0.8);
	padding: 30px;
	border-radius: 12px;
	position: relative;
}
.redemp-wrapper::before {
    content: url(../images/gem.png);
    position: absolute;
    left: -13%;
    top: 38%;
}
.redeem-title {
	background: url("/web/images/exclusive-board.png")no-repeat top center;
	width: 824px;
	height: 145px;
	margin: auto;
	text-align: center;
	padding: 24px 15px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
}
.redeem-wrapper {
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.what-title {
	font-size: 26px;
	color: #3dff8f;
	font-weight: 700;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
}
.item-redeem-wrapper {
	display: grid;
	grid-template-columns: 200px auto;
	grid-gap: 10px;
	margin-top: 15px;
}

.redeem-box {
	background: url("/web/images/redeem-btn.png") center;
	width: 179px;
	height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;;
    padding: 11px 5px;
	cursor: pointer;
	margin-bottom: 15px;
}
.redeem-box.active {
	background: url("/web/images/redeem-btn-active.png") center;
}

.redeem-content {
    background: rgba(0,0,0,0.4);
    border: 1px solid #00aeef;
    border-radius: 12px;
    padding: 25px 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px 35px;
	min-height: 600px;
}
.rdmbox {
	position: relative;
	cursor: pointer;
}
.redem-bx {
    border: 1px solid #00aeef;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
	max-width: 210px;
	margin: auto;
}
.point-myr {
    display: grid;
    grid-template-columns: auto auto;
    border: 1px solid #00aeef;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding: 2px 3px;
}
.point-myr div:first-child {
	border-right: 1px solid #00aeef;
}
.free-credit {
    border: 2px solid #00aeef;
    border-radius: 9px;
    padding: 1px 2px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 10px -11px -11px;
}
.rdmbox:hover .redem-bx-table {
	visibility: visible;
}

.redem-bx-table {
    visibility: hidden;
	background: rgba(0,0,0,0.9);
	font-size: 11px;
    border: 2px solid #00aeef;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    max-width: 210px;
    margin: auto;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.free-table table tr td{
	border: 1px solid #ff00ff;
	line-height: 1.2;
	padding: 6px 0;
}
.claim-btn {
	background: url("/web/images/claim-btn.png")no-repeat center;
	width: 190px;
	height: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 5px;
	display: block;
	margin: 20px auto;
	text-align: center;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
}
.claim-btn:hover {
	color: #fff;
	text-shadow: none;
	filter: brightness(1.1);
}
.rules-wrapper {
    background: #022c4b;
    padding: 25px;
    border-radius: 11px;
}
.rules-wrapper h4 {
	color: #7afffd;
	font-size: 16px;
	text-transform: uppercase;
}
.rules-wrapper ul {
	padding: 0 0 0 15px; 
}

/** About **/
.about-sec {
	background: url("/web/images/home_bg.jpg")no-repeat top center;
	background-size: 100%;
	padding: 60px 0;
	color: #fff;
	min-height: 850px;
}
.info-menu-wrapper {
    background: rgba(0,0,0,0.6);
    border: 1px solid #c87f1a;
    overflow: hidden;
    border-radius: 7px;
    line-height: 1.2;
}
.info-menu-wrapper a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 15px;
	border-bottom: 1px solid #c87f1a;
}
.info-menu-wrapper a:last-child {
	border-bottom: none;
}
.info-menu-wrapper a.active, .info-menu-wrapper a:hover { 
	background: #c87f1a;
}
.info-wrapper {
	background: rgba(0, 23, 45, 0.55);
    border: 1px solid #c87f1a;
    border-radius: 7px;
	padding: 25px 30px;
}
ol.faq {
	padding: 0 0 0 15px;
}
ol.faq li {
	padding-bottom: 13px;
}

button.btn-tnc {
	background: #c87f1a;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}
button.btn-tnc.collapsed {
    background: #131313;
	color: #fff;
}
button.btn-tnc:focus {
	outline: none;
}
.tnc-card {
    margin-bottom: 5px;
}
.tnc-body {
	background: rgba(0,0,0,0.3);
	padding: 20px 20px 10px;
	border-radius: 4px;
	margin-top: 2px;
	line-height: 1.3;
}
.tnc-body ol {
	padding-left: 15px;
}
.tnc-body ol li {
	padding-bottom: 8px;	
}

.bank-table tr.trans td {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #c87f1a;
	padding: 2px;
}
.bank-table tr.trans1 td {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #c87f1a;
	padding: 2px;
}
.bank-table tr.dwbox td {
	background: #c87f1a;
	color: #fff;
	border: 1px solid #c87f1a;
	font-weight: 600;
	padding: 2px;
}

/** Inbox **/
.inbox-wrapper {
    color: #fff;
    font-size: 14px;
    border: 1px solid #c87f1a;
    border-radius: 5px;
}

.mailbox {
    display: grid;
    grid-template-columns: 8% 80% 10%;
    grid-gap: 5px;
    padding: 5px;
    color: #939393;
}

.mailbox.unread {
    color: #fff;
}

.mailtitle {
    cursor: pointer;
}

    .mailtitle:hover {
        color: #c87f1a;
    }

.mtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maildate {
    color: #9c9c9c;
    font-size: 13px;
}

.action-mail, .nom {
    text-align: center;
}

.action-mail a {
    color: #D3D3D3;
}

.action-mail a:hover {
    color: #c2a45e;
}

.mailbox.top {
    margin-bottom: 5px;
    border-bottom: 1px solid #c87f1a;
    color: #fff;
    font-weight: 600;
}

.table-wallet {
    color: #fff;
}

.table-wallet tr th {
    background: #282828;
    border: 1px solid #c8b980;
    padding: 8px 5px;
}

.table-wallet tr td {
    background: #fff;
    color: #000;
    padding: 8px 5px;
    border: 1px solid #c8b980;
}

.important-notice {
    color: white;
    position: absolute;
    max-width: 410px;
    margin-top: 30px;
    right: 19px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    border: 2px solid #6d400c;
    padding: 15px;
    font-size: 13px;
    z-index: 1;
}

.important-notice .notice_header {
    text-align: center;
    color: burlywood;
}

.important-notice2 {
    color: white;
    position: absolute;
    max-width: 410px;
    margin-top: -25px;
    right: 19px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    border: 2px solid #6d400c;
    padding: 15px;
    font-size: 13px;
    z-index: 2;
}

.important-notice2 .notice_header {
    text-align: center;
    color: burlywood;
}

/** Deposit 23/9 **/

/* HIDE RADIO */
.new-bank-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
    /* IMAGE STYLES */
    .new-bank-input-wrap label [type=radio] + img {
        cursor: pointer;
        filter: grayscale(1);
    }
    /* CHECKED STYLES */
    .new-bank-input-wrap label [type=radio]:checked + img {
        border: 1px solid #ffc502;
        filter: none;
        transition: none;
    }

.new-bank-input-wrap label img {
    border: 1px solid #bbb;
    border-radius: 6px;
}

.new-bank-input-wrap label {
    margin-right: 8px;
}

.bank-name {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    color: #484848;
}

.bank-account-wrapper {
    margin-top: 14px;
    display: inline-block;
}

.act-name {
    background: #2f1709;
    color: #fff;
    height: 33px;
    padding: 7px 13px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 5px;
}

.act-number {
    background: #2f1709;
    color: #fff;
    height: 33px;
    padding: 7px 13px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

.copys {
    font-size: 17px;
    vertical-align: top;
    margin-left: 15px;
    cursor: pointer;
}

.copys:hover {
    color: #000;
}

/* footer hide content */
.footer-show-content {
    display: inline-block;
    margin: auto;
    top: -15px;
    padding: 3px 8px;
    color: #ff9b9b;
    cursor: pointer;
}


@media (max-width: 1200px) {
    .container {
	max-width: 1100px;
}	
}

/** Tournament **/
.tournament-sec {
    background: #000 url(../images/tournament/tournament_02.jpg)no-repeat top center;
    background-size: 100%;
    padding: 72px 0 60px;
    text-align: center;
    min-height: 800px;
}

.title-win {
    max-width: 445px;
    margin: auto;
}

.timer-wrapper {
    background: url(../images/tournament/timer-bg.png)no-repeat center;
    background-size: cover;
    max-width: 342px;
    height: 108px;
    margin: 10px auto;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.timebox {
    text-transform: uppercase;
    font-size: 13px;
}

.timeframe {
    background: #fff;
    border: 3px solid #9d7428;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 700;
    padding: 4px;
    width: 71px;
    height: 55px;
}

.dotdot {
    font-weight: 700;
    font-size: 35px;
    margin-top: -26px;
}

.game-roll {
    background: url(../images/tournament/fade-bg.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 779px;
    margin: 10px auto 30px;
    color: #ffd000;
    padding: 10px 0;
}

.rolltext {
    margin-bottom: 5px;
}

.leaderboard-wrapper {
    position: relative;
    background: rgba(0,0,0,0.7);
    max-width: 665px;
    margin: auto;
    border: 10px solid #905d1b;
    padding: 30px 30px 45px;
    color: #fff;
}

.deco-top {
    position: absolute;
    top: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 105%;
    pointer-events: none;
}

.deco-bottom {
    position: absolute;
    bottom: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 105%;
    pointer-events: none;
}

.leaderboad-title {
    margin-bottom: 15px;
}

.topthree {
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

.winbox {
    position: relative;
}

.topbox.first {
    margin-top: -15px;
}

.winner-top {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.prize {
    color: #ffe60f;
    font-weight: 700;
}

.leadertable {
    overflow: auto;
    text-align: center;
    margin: 10px 20px 20px;
}

.leader-table tr th {
    background: #ffd84c;
    color: #000;
}

.leader-table tr {
    background: #463227;
    border: 1px solid #ffee7e;
}

    .leader-table tr:nth-child(odd) {
        background: #71503e;
    }

.terms-title {
    color: #ffd000;
}

ul.terms {
    text-align: left;
    margin: 10px 0 30px;
}

/** GSPay Info **/
.agree-field {
    max-width: 460px;
}
.gspay-info {
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 13px;
    border: 1px solid #c87f1a;
    border-radius: 8px;
    max-width: 400px;
    padding: 10px 15px;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1;
}
ol.gspay {
	padding: 0;
	padding-left: 15px;
	margin-bottom: 5px;
}
.gspay-info p {
	margin-bottom: 7px;
}
.yellow-text {
	color: #ffd154;
}

.sport-frame {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-top: 30px;
}







/*lotto**/
.toto-sec {background: #070302 url(../images/4d/toto_bg.jpg)no-repeat top center;padding: 45px 0;overflow: hidden;}
.lotto-bg{background: #070302;width: 100%;padding: 25px;margin-top: 30px;}


/*index*/
.hot-wrap {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px #c87f1a;
    border-radius: 12px;
    padding: 20px 30px;
    margin-top: 30px;
}
.gm-item ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    gap: 21px;
}
.gm-item img {
    border: 1px solid #ae751c;
}
.hot-wrap h3 {
    color: #ffd29e;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    text-shadow: 0 0 10px #ff9458;
    filter: drop-shadow(0px 0px 2px #ff9458);
    margin-bottom: 15px;
}




/*07022024 Wheel*/ 
.wheel_product .wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 880px;
    margin-bottom: -120px;
}
.wheel-wrap .wheel_product_bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
}
.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    top: auto;
    right: 23.5%;
    bottom: 29%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff);
}
.wheel-wrap .wheel_product_frame {
    width: 55.5%;
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}
.wheel-wrap .wheel_product_zeus {
    width: 69px;
    position: absolute;
    left: -0%;
    bottom: 37%;
    z-index: 7;
    right: 0%;
    margin: 0px auto;
}
 @keyframes wheelRotate {
 0% {
 transform: rotate(0deg)
}
 80% {
 transform: rotate(1turn)
}
 to {
 transform: rotate(1turn)
}
}
.wheel-wrap .wheel_product_arrow {
    width: 6%;
    position: absolute;
    bottom: 45%;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.wheel-wrap .lightning {
    position: absolute;
    width: 28%;
    height: 50%;
    right: 1.3%;
    bottom: 25%;
    mix-blend-mode: lighten;
}
.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    right: 23.5%;
    bottom: 32%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff);
}
.wheel-wrap .wheel_product_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    /* width: calc(100% - 20px); */
    /* margin: 10px; */
    /* border-radius: 10px; */
    cursor: pointer;
    min-height: 630px;
    /* margin-bottom: 40px; */
    /* z-index: -1; */
    margin-left: 0px;
}
.slider_title.wheel-ttl {
    color: #e2e7f3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
    list-style: none;
    align-items: center;
}
span.yell-text {
    color: #0b26aa;
    font-weight: bold;
    font-size: 12px;
}
.whl-btn {
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0b26aa;
    font-size: 17px;
    line-height: 16px;
}
a.btn-spin {
    background: linear-gradient(to bottom, rgb(255 251 1) 0%, rgb(255 152 2) 100%);
    padding: 12px 40px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    color: #000;
}
.wheel-all .btn-more {
    background: #0c9aec;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
}
.wheel-bg {
    display: block;
}

.terms-container {
  width: 80%;
  max-width: 800px;
  margin: 0px auto;
  background-color: #111111;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.terms-header {
  background-color: #431d08;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: bold;
  /* text-align: center; */
  color: #fff;
}

.terms-content {
  padding: 20px;
  border: 2px solid #431d08;
  color: #838383;
  border-radius: 10px;
}

.terms-content ol,
.terms-content ul {
  margin: 0;
  padding-left: 20px;
}

.terms-content li {
  margin-bottom: 10px;
}

.example {
  margin-top: 20px;
}

.example strong {
  display: block;
  margin-bottom: 10px;
}
.wheel-wrap-up {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.daily-wrap {
    width: 100%;
}

.winner-list {
    position: relative;
    background: #111;
    border: 2px solid #421d06;
    box-shadow: 0px 0px 17px 5px #682d09;
    border-radius: 15px;
    display: inline-flex;
    color: #fff;
    flex-direction: column;
    height: 500px;
    width: 390px;
    margin-top: 10%;
}

.winner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
}

.win-list {
    padding: 15px;
    padding-top: 80px;
}

.win-list ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0px;
}

.win-list ul li {
    display: flex;
    justify-content: space-around;
}

.winner-img img {
    display: block;
    margin: 0px auto;
    height: 125px;
}
.wheel-sec{background: url("../images/wheel/bg-index.jpg") no-repeat top center;}

/*mini-game*/
.mini-bg{background: url("../images/mini-game/bg-mini.jpg") no-repeat top center;height: 840px;}
.mini-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 315px;
}

.sportcol {
    position: relative;
}

.mini-text {
    position: absolute;
    bottom: 0px;
    width: 99.7%;
    background: #000000b5;
    padding: 10px 20px;
    margin: 1px;
    color: #fff;
}

.mini-text p {margin: 0px;}

.mini-text h4 {
    margin: 0px;
    font-weight: bold;
}

.mini-in:hover {
    box-shadow: 0px 0px 10px 1px #f7c37c;
}

img.img-qr {
    height: 150px;
}
/*snow effect*/
.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
        transform: translateY(100vh);
    }
}

@keyframes diagonal-fall {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
        transform: translate(10vw, 100vh);
    }
}