﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Niramit:wght@400;500;600;700&display=swap');

body { font-family: "Niramit", sans-serif; line-height:1.4; font-size:15px; margin:0 auto; color:#191919; background: #081022; }

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 { text-decoration: 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%;
}

/** Header **/
.t-header {
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}
.header-top {
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    border-bottom: 1px solid #4abdff;
    color: #fff;
}
.header-top .row {
    align-items: center;
}
.header-sec {
    padding: 10px 0 10px;
    max-width: 720px;
    margin: 0 0 0 auto;
}
.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    max-width: 300px;
}
.login-form {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: flex-end;
}
.log-field {
    align-self: center;
}
input.log_input {
    background: transparent;
    border: none;
    color: #fff;
    width: 155px;
    padding: 1px 5px;
    font-size: 13px;
    border-bottom: 2px solid #57d8ff;
}
input.log_input:focus {
    outline: none;
    box-shadow: none;
}
input.log_input::placeholder {
    color: #7B7B7B;
}
.forgot {
    color: #fff;
    font-size: 12px;
    align-self: center;
    font-weight: 600;
}
.forgot:hover {
    color: #9632d5;
}
button.login-btn {
    background: #28adec;
    width: 103px;
    height: 30px;
    padding: 6px 0;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s;
}
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: #9632d5;
    width: 103px;
    height: 30px;
    margin: auto;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s;
}
button.inbox-btn {
    background: none;
    border: none;
    color: #60b2d6;
    font-size: 24px;
    padding: 0;
    position: relative;
}
.inbox-btn:hover {
    color: #3dccff;
}
button.inbox-btn:focus {
    outline: none;
}
.inbox-btn span {
    background: #d80c1f;
    color: #fff;
    font-size: 9px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    right: -6px;
    top: 4px;
}

.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;
}
ul.menu-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
}
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;
    font-weight: 600;
    padding: 2px 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    display: block;
}
ul.menu-wrapper li.dropdown a img {
    display: block;
    margin: auto;
    max-width: 43px;
    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: #ff94ec;
    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(255, 19, 213);
    margin-top: 0;
    z-index: 999;
    border: 1px solid #fa2020;
    border-radius: 10px;
    overflow: hidden;
}
ul.menu-wrapper li.dropdown .dropdown-content img {
    max-width: 100%;
    max-height: 60px;
}
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 #6b0258;
    overflow: hidden;
}
ul.menu-wrapper li .dropdown-content a:hover {
    background: rgba(115, 37, 210, 0.6);
}

.announce-sec {
    background: url("../images/notice-bg.png")no-repeat center;
    height: 20px;
    color: #000;
    font-size: 13px;
    margin-top: 11px;
}
.notice-wrapper {
    display: grid;
    grid-template-columns: 50px auto;
}
/* After login */

.after-login-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    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 #9632d5;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(233,82,82,0.8);
    height: 33px;
}
.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 #9632d5;
    position: relative;
    text-align: center;
}
.dropdown-option {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.9);
    z-index: 2;
    top: 100%;
    left: 0;
    width: 130px;
    text-align: center;
    box-shadow: 0px 0px 4px 1px rgb(255, 19, 213);
    border: 1px solid #9632d5;
    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: rgba(255,19,213,0.5);
    color: #fff;
}

.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid #882bb5;
}
.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: linear-gradient(to bottom, rgba(157,54,209,1) 0%, rgba(66,9,93,1) 100%);
    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;
}



/** End Header **/

/** Home **/
.home-top-sec {
    background: url("../images/home_bg.jpg")no-repeat top center;
    padding: 60px 0 30px;
}
.hm-top-container {
    padding: 20px 0;
    margin-bottom: 50px;
}
.slider-wrapper {
    position: relative;
}
.app-slider .carousel-inner {
    /* border-radius: 10px 10px 0 0; */
    /* border: 2px solid #00ffff; */
    position: relative;
    top: 41px;
}
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: drop-shadow(0px 0px 3px rgb(148,15,141,1)) brightness(1.1);
    transform: scale(1.03);
}
a.slide-btn i {
    font-size: 30px;
    background: #ff2ac0;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 3px solid #1db0f7;
    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: #081022;
    border: 1px solid #00bfff;
    display: flex;
    align-items: center;
    padding: 0 18px;
    letter-spacing: 2px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 0px 3px #00bfff;
    position: absolute;
    left: 40px;
    top: -17px;
}
.rptext {
    filter: drop-shadow(0 0 5px #00bfff);
}
.reward-wrapper {
    background: #081022;
    border: 2px solid #00bfff;
    border-radius: 12px;
    padding: 24px 0 10px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    box-shadow: inset 0 0 10px #00bfff;
    background: #081022;
    border: 2px solid #00bfff;
}
.reward-wrapper a:hover {
    filter: drop-shadow(0 0 3px rgb(255,255,255,0.4)) brightness(1.05);
    transform: scale(1.02);
}
.rcap {
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
}
.rcap h4 {
    color: #5dc7ff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.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: #081022;
    border: 2px solid #00bfff;
    box-shadow: inset 0 0 10px #00bfff;
    border-radius: 10px;
    width: 305px;
    height: 151px;
    color: #fff;
}
.contbox h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3px;
    filter: drop-shadow(0 0 5px #00bfff);
    text-shadow: 0px 0px 3px #00bfff;
}
.contbox {
    max-width: 260px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    line-height: 1.2;
    padding: 19px 0;
    color: #00bfff;
}
.contact-media-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.cmw-box {
    background: #081022;
    border: 2px solid #00bfff;
    box-shadow: inset 0 0 10px #00bfff;
    border-radius: 10px;
    width: 198px;
    height: 153px;
    text-align: center;
}
.cm-detail {
    background: #081022;
    border: 2px solid #00bfff;
    box-shadow: 0 0 8px #00bfff;
    border-radius: 35px;
    padding: 2px 5px;
    color: #fff;
    min-width: 80%;
    margin: auto;
    margin-bottom: 7px;
    font-size: 13px;
    display: inline-block;
}
.cmw-box h4 {
    color: #00bfff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.cmw-box img {
    margin-top: -55px;
    padding-bottom: 7px;
}

/** Footer **/
.footer-sec {
    padding: 10px 0 30px;
}
.provider-wrapper {
    background: #081022;
    border: 2px solid #00bfff;
    box-shadow: inset 0 0 10px #00bfff;
    border-radius: 8px;
    width: 100%;
    /* height: 166px; */
    padding: 25px 10px 0 10px;
    margin-bottom: 40px;
}
.provider-title {
    position: absolute;
    color: #fff;
    background: #081022;
    border: 1px solid #00bfff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 3px #00bfff;
    text-transform: uppercase;
    padding: 1px 37px;
    top: -15px;
    left: 57px;
}
.prov-logo {
    text-align: center;
}
.prov-logo img {
    max-height: 60px;
}
.fun-box {
    color: #858585;
    border-radius: 5px;
    border: 2px solid #00bfff;
    box-shadow: inset 0 0 10px #00bfff;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0 !important;
    font-size: 12px;
    line-height: 1.2;
}
.fun-box legend {
    font-size: 13px;
    color: #00bfff;
    font-weight: 600;
    text-align: left !important;
    width: auto;
    padding: 3px 10px;
    border-bottom: none;
    background: #081022;
}
.copyright-sec {
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    color: #fff;
    padding: 15px 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.menu-footer a {
    color: #fff;
    padding: 0 7px;
    line-height: 1;
    border-right: 1px solid #fff;
    display: inline-block;
}
.menu-footer a:last-child {
    border-right: none;
}
.menu-footer a:hover {
    color: #9632d5;
}
.copyright {
    text-align: right;
}

/*** Sports ***/
.sports-sec {
    background: url("../images/sports/sports_bg.jpg")no-repeat top center;
    height: 1100px;
    padding: 60px 0 30px;
    position: relative;
    margin-bottom: -300px;
    overflow: hidden;
}
.sports-wrapper {
    text-align: center;
}
.sportsbox a {
    position: relative;
    width: 340px;
    height: 235px;
    margin: auto;
    background: linear-gradient(to bottom, rgba(0,87,106,1) 0%, rgba(2,28,54,1) 100%);
    border: 3px solid #00ffd8;
    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 7px 1px #53E0EF;
}
.sportsbox img {
    max-width: 275px;
}
button.plybtn {
    background: linear-gradient(to bottom, rgba(25,110,115,1) 0%, rgba(61,180,182,1) 100%);
    width: 158px;
    text-align: center;
    margin: auto;
    color: #fff;
    border: 3px solid #00ffd8;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.75);
}


/*** Esports ***/
.esports-sec {
    background: url("../images/esports/esport_bg.jpg")no-repeat top center;
    background-size: cover;
    height: 933px;
    padding: 60px 0 30px;
    position: relative;
    margin-bottom: -300px;
    overflow: hidden;
}
.esports-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 35px;
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-top: 132px;
}
#particles-js {
    position: absolute;
    z-index: 0;
    width: 100%;
}

/*** Horse ***/
.horse-sec {
    background: url("../images/horse/horse_bg.jpg")no-repeat top center;
    height: 902px;
    padding: 75px 0 30px;
    position: relative;
    margin-bottom: -180px;
    overflow: hidden;
}
.virtual-sec {
    background: url("../images/virtual/virtual_bg.jpg")no-repeat top center;
    height: 902px;
    padding: 75px 0 30px;
    position: relative;
    margin-bottom: -180px;
    overflow: hidden;
}

/*** Casino ***/
.casino-sec {
    background: url("../images/casino/casino_bg.jpg")no-repeat top center;
    height: 1069px;
    padding: 60px 0;
    margin-bottom: -150px;
    overflow: hidden;
}
.casino-container {
    position: relative;
    text-align: center;
}
.casino-prov a {
    display: block;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0,87,106,1) 0%, rgba(2,28,54,1) 100%);
    border: 3px solid #00ffd8;
}
.casino-prov a:hover, .casino-box.actives a {
    box-shadow: 0px 0px 7px 1px #00ffd8;
}
.casino-box img {
    max-height: 110px;
}
.casino-box button.plybtn {
    width: 125px;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 75%);
    padding: 4px 4px;
}
.casino-box {
    position: absolute;
}
.cs1 {
    top: 30px;
    left: 0px;
}
.cs2 {
    top: 200px;
    left: 0;
}
.cs3 {
    top: 360px;
    left: 0px;
}
.cs4 {
    top: 520px;
    left: 0px;
}
.cs5 {
    top: 30px;
    right: 0px;
}
.cs6 {
    top: 200px;
    right: 0;
}
.cs7 {
    top: 360px;
    right: 0px;
}
.cs8 {
    top: 520px;
    right: 0px;
}
.cs9 {
    top: 686px;
    left: 0px;
}
.cs10 {
    top: 686px;
    right: 0px;
}

/*** Slots ***/
.slots-sec {
    background: url(../images/slots/slots_bg.jpg)no-repeat top center;
    height: 1380px;
    padding: 55px 0;
    margin-bottom: -228px;
    overflow: hidden;
}
.slots-charac {
    position: relative;
}
.slots-wrapper {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 30px;
}
.slots-box {
    position: relative;
    margin-bottom: 45px;
}
.slots-wrapper a {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: auto;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0,87,106,1) 0%, rgba(2,28,54,1) 100%);
    border: 3px solid #00ffd8;
}
.slots-wrapper a:hover, .slots-wrapper .slots-box.actives a {
    box-shadow: 0px 0px 7px 1px #00ffd8;
}
.slots-box img {
    max-height: 100px;
}
.slots-box button.plybtn {
    width: 125px;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 75%);
    padding: 4px 4px;
}


.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;
}

/** Lottery **/
.lottery-sec {
    background: url("../images/lottery/lottery_bg.jpg")no-repeat top center;
    height: 973px;
    padding: 55px 0;
    margin-bottom: -300px;
    overflow: hidden;
}
button.payout-btn {
    background: #081022;
    /* background: linear-gradient(to bottom, rgba(25,110,115,1) 0%, rgba(61,180,182,1) 100%); */
    min-width: 165px;
    text-align: center;
    margin: auto;
    color: #fff;
    border: 3px solid #00bfff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 35px;
}

/** 4D **/
.toto-sec {
    background: #0a0b06 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: 290px;
}
.toto-btn {
    position: relative;
    text-align: center;
    margin: auto;
}
.toto-top a {
    display: block;
    width: 245px;
    height: 250px;
    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("../images/mobile/mobiledl-bg.jpg")no-repeat top center;
    min-height: 1252px;
    padding: 60px 0;
}
.mix {
    display: none;
}
.mbox {
    background: url(../images/mobile/mobile-btn.png)no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    width: 220px;
    height: 54px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
    font-size: 25px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
}
.mbox:hover, .mbox.active {
    background: url("../images/mobile/mobile-btn-active.png")no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}
.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);
} 

/** Promotion **/
.promo-sec {
    background: url("../images/promo/promo_bg.jpg")no-repeat top center;
    min-height: 200;
    padding: 60px 0;
}
.mix {
    display: none;
}
.filter-menu-bar {
    margin: 15px 0 40px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.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 {
    border: 2px solid transparent;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 175px;
    height: 40px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 70%);
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}
.pmbox:hover, .pmbox.active {
    border: 3px solid #fff;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 0 5px #00f6ff, 0 0 8px #00f6ff, inset 0 0 8px #cc00ff, inset 0 0 5px #00f6ff;
}
.pmbox:hover .prom , .pmbox.active .prom {
    box-shadow: 0 0 3px #cc00ff, 0 0 3px #cc00ff, inset 0 0 8px #cc00ff, inset 0 0 4px #cc00ff;
}
.prom {
    border: 2px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 4px #cc00ff, 0 0 8px #cc00ff, inset 0 0 8px #cc00ff, inset 0 0 4px #cc00ff;
    width: 97%;
    margin: auto;
    height: 90%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.promo-bx {
    max-width: 500px;
    margin: auto;
    border:2px solid transparent;
}
.promo-bx:hover {
    border: 2px solid #ff13d5;
    box-shadow: 0px 0px 7px 1px #ff13d5;
}
.promo-dl {
    overflow: hidden;
}

.promo-title-wrapper {
    background: linear-gradient(to bottom, rgba(40,44,55,1) 0%, rgba(22,25,32,1) 100%);
    width: 100%;
    height: 113px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 10px 40px 10px;
}
.promo-title-wrapper h4 {
    color: #00fffc;
    font-size: 17px;
    font-weight: 700;
    height: 34px;
    margin-bottom: 2px;
    line-height: 1;
    display: grid;
    align-items: center;
}
.promo-dl img {
    transition: 0.3s;
}
.promo-bx:hover .promo-dl img {
    transition: 0.3s;
    transform: scale(1.03);
}
.smtitle {
    font-size: 11px;
    font-weight: 600;
}
.date-promo {
    font-weight: 600;
    font-size: 11px;
    margin-top: 2px;
}

/** VIP **/
.vip-sec {
    background: url("../images/vip/vip_bg.jpg")no-repeat top center;
    min-height: 1500px;
    padding: 60px 0 30px;
}
.vip-wrapper {
    background: url("../images/vip/vip-frame.png")no-repeat top center;
    background-size: 100% 100%;
    min-height: 2000px;
    padding: 104px 70px 120px 70px;
    color: #fff;
}

.vp-box {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
    margin: 10px 0;
}
.vpi-box {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    background: #212933;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.9);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 11px 0;
    height: 62px;
    line-height: 1.2;
    border-radius: 10px;
    align-items: center;
}
.purple-bar {
    background: #41076a;
    font-size: 18px;
}
.vipgreen {
    color: #6dff6d;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}
.tnc-box {
    background: #212933;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}
ul.tnclist {
    margin: 0;
}
ul.tnclist li {
    padding: 0 0 0 0;
    margin: 0;
}
.hl-yellow {
    color: #f6ff01;
}
.vip-join {
    background: url(../images/vip/join-vip.png)no-repeat center;
    width: 264px;
    height: 87px;
    padding: 0 0 11px;
    margin: auto;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    transition: 0.2s;
}
.vip-join:hover {
    filter: drop-shadow(0 0 3px rgb(255,255,255,0.9));
    transform: scale(0.95);
    transition: 0.2s;
}
.vip-join:focus {
    outline: none;
}

/** Wallet **/
.wallet-sec {
    background: url("../images/promo/promo_bg.jpg")no-repeat top center;
    min-height: 820px;
    padding: 60px 0;
}
.container.wallet {
    background: rgba(3,24,33,0.75);
    border-radius: 10px;
}
.wallet-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    padding: 15px 15px 45px;
}
.wallet-menu {
    background: #081022;
    border: 2px solid #00bfff;
    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: #081022;
    border: 2px solid #00bfff;
    border-radius: 10px;
    width: auto;
    min-height: 543px;
    background-size: 100% 100%;
    margin-left: -9px;
    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 #239AC3;
    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: 20px -8px 0 -8px;
}
.menu-account a {
    display: block;
    border-bottom: 1px solid #00bfff;
    color: #bfbfbf;
    padding: 3px 15px 1px;
    font-size: 14px;
    font-weight: 600;
}
.menu-account a:hover, .menu-account a.active  {
    background: #00bfff;
    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;
    margin-top: 12px;
}
.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: #022639;
    text-shadow: none;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 9px;
}
.all-out-btn {
    background: #010E42;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #9EB0FB;
    border-radius: 10px;
}
.deposit-btn {
    background: #250125;
    width: 103px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #FEB2FE;
    border-radius: 10px;
}
.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: #022330;
    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: 25px 10px;
}
.wp-box {
    cursor: pointer;
}
.wp-box:hover {
    filter: brightness(1.1);
}
.wp-logo {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    text-align: center;
    border: 1px solid #00bfff;
}
.wp-logo img {
    max-height: 60px;
}
.wp-amount {
    background: #081022;
    color: #fff;
    border: 1px solid #00bfff;
    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: #081022;
    border: 1px solid #00bfff;
    min-width: 130px;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    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 {
    background: #00bfff;
    color: #fff;
}

/* 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 #00bfff;
    background: #00bfff;
    color: #fff;
    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 #00bfff;
    border-radius: 6px; 
    color: #fff;
}
.bank-input-wrap label {
    margin: 0 5px;
    margin-bottom: 0;
}
.bank-input-wrap {
    background: #022639;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
}
.bank-input-wrap.method {
    background: #022639;
    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: 5px 10px;
    color: #484848;
    font-weight: 600;
    width: 125px;
    height: 33px;
}
.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 #2dd7d9;
}
.dropdown-menu.bank {
    background: #081022;
    border: 2px solid #00bfff;
    min-width: 393px;
    min-height: 230px;
}
.dp-bank-detail {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 22px 35px;
}
.acc-name {
    background: #00476c;
    border: 1px solid #53fdfd;
    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: 35px;
    border: 1px solid #53fdfd;
    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 #00bfff;
    display: inline-block;
}
select.time-input {
    width:15%;
    margin-left: 3px;
    padding: 3px 10px;
    border-radius: 35px;
    height: 30px;
    border: 1px solid #00bfff;
    display: inline-block;
}
button.upload-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #00bfff;
    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: #0a3a4e;
    color: #fff;
    border: 1px solid #00bfff;
    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 #01a8b0;
    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: #022330;
    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: 20px 10px;
}
.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 */
.trans-wallet-wrapper label [type=radio]:checked + .wp-box .wp-logo {
    box-shadow: 0 0 5px 1px rgba(255,255,255,0.9);
}
.trans-wallet-wrapper label [type=radio]:checked + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #00bfff;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
button.max-button:hover {
    background: #0a3a4e;
    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 #00bfff;
    padding: 4px;
    background: rgba(0,0,0,0.3);
}
.trans-table table tr td {
    border: 1px solid #00bfff;
    padding: 4px;
}
.trans-table table tr:nth-child(odd) {
    background: rgba(0,0,0,0.3);
}

/** Inbox **/
.inbox-wrapper {
    background: #081022;
    border: 2px solid #00bfff;
    border-radius: 8px;
    max-width: 1169px;
    padding: 30px;
}
.inbox-container {
    margin-top: 5px;
}
.inbox-title {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.inbox-table, .inbox-table a {
    color: #fff;
}
.inbox-table tr th {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 4px;
}
.inbox-table tr td {
    font-size: 15px;
    padding: 6px 5px;
}
.number-mail {
    text-align: center;
}
.mail-title {
    font-weight: 500;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inbox-table tr td.date-mail, .inbox-table tr th.date-mail {
    padding-left: 20px;
}
.date-mail span {
    padding-left: 20px;
}
.inbox-table tr.read, .inbox-table tr.read a {
    color: #65c4e4
}
.inbox-table tr:hover {
    background: #12002b;
} 
.inbox-table tr.title-th:hover {
    background: none;
} 
.pagination-box {
    margin: 10px 0;
    float: right;
    margin-right: 30px;
    color: #fff;
}
.pagination-box a {
    color: #fff;
    font-size: 16px;
    margin: 0 8px;
}
.pagination-box a:hover { 
    color: #ff94ec;
}   


/** About **/
.about-sec {
    background: url("../images/promo/promo_bg.jpg")no-repeat top center;
    padding: 60px 0;
    color: #fff;
    min-height: 850px;
}
.info-menu-wrapper {
    background: rgba(0,0,0,0.6);
    border: 1px solid #00bfff;
    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 #00bfff;
}
.info-menu-wrapper a:last-child {
    border-bottom: none;
}
.info-menu-wrapper a.active, .info-menu-wrapper a:hover { 
    background: linear-gradient(to bottom, rgba(69,13,104,1) 0%, rgba(19,8,46,1) 100%);
}
.info-wrapper {
    background: rgba(0, 23, 45, 0.55);
    border: 1px solid #00bfff;
    border-radius: 7px;
    padding: 25px 30px;
}
ol.faq {
    padding: 0 0 0 15px;
}
ol.faq li {
    padding-bottom: 13px;
}

button.btn-tnc {
    background: linear-gradient(to bottom, rgba(110,39,158,1) 0%, rgba(20,9,47,1) 100%);
    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 #00bfff;
    padding: 2px;
}
.bank-table tr.trans1 td {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid #00bfff;
    padding: 2px;
}
.bank-table tr.dwbox td {
    background: linear-gradient(to bottom, rgba(69,13,104,1) 0%, rgba(19,8,46,1) 100%);
    color: #fff;
    border: 1px solid #00bfff;
    font-weight: 600;
    padding: 2px;
}
.login_sec{
    min-height: 100vh;
}
.login_sec .carousel-inner {
    border-radius: 10px;
    border: 2px solid #00ffff;
}
.login_form_wrap{
    position: absolute;
    width: 279px;
    min-height: 407px;
    border: 1px solid #00ffff;
    border-radius: 15px;
    background-color: #100d26;
    top: -35px;
    right: 82px;
    padding: 15px;
}
.login_logo{
    margin-top: -36px;
    text-align: center;
}
.login_txt{
    color: #00ffff;
    font-size: 13px;
    padding-top: 10px;
}
.login_txt_01{
    font-size: 20px;
    font-weight: bold;
}
.login_txt_02{
    margin: 0 7px;
}
.login_slogan{
    color: #00ffff;
    font-size: 10px;
}
.login_field input.log_input{
    background-color: transparent;
    border-bottom: 1px solid #838383;
    width: 100%;
    height: 56px;
    font-size: 15px;
}
.login_field .toggle-password{
    bottom: 10px;border: none;
} 
.login_form{
    padding-top: 10px;
}
.login_field{
    position: relative;
}
.btn_login_main{
    width: 100%;
    padding: 10px;
    color: #100d26;
    border-radius: 40px;
    border: none;
    margin: 5px 0;
    font-weight: bold;
}
.btn_login_main.log{
    background-color: #00ffff;
}
.btn_login_main.log:hover{
    background-color: #04dada;
}
.btn_login_main.reg{
    background-color: #f055aa;
}
.btn_login_main.reg:hover{
    background-color: #e4479d;
}
.btn_wrap_login{
    padding-top: 37px;
}
.forgot_wrap a{
    color: #00ffff;
    font-size: 10px;
}
.forgot_wrap{
    text-align: center;
}
.jackpot_wrap{
    text-align: center;
    margin: auto;
    position: relative;
}
.jackpot_price{
    position: absolute; 
    color: #fff;
    left: 0;
    right: 0;
    text-align: center; 
    bottom: 15%;
    font-size: 40px;
}
.copy_right{
    color: #898989;
    text-align: center;
    margin: auto;
    line-height: 1.1;
    padding: 46px 0 20px 0;
    font-size: 12px;
}

@media (max-width: 1200px) { 
.container {
    max-width: 1100px;
}   
}

/*** jackpot ***/
.jackpot-sec {
    background: url("../images/jackpot/jackpot_bg.jpg")no-repeat top center;
    min-height: 1200px;
    padding: 14px 0 30px;
    position: relative;
    margin-bottom: -180px;
    overflow: hidden;
}
.jackpot_bg{
    margin: auto;
    text-align: center;
    position: relative;
}
.jackpot_index{
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}
.jackpot_price_wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.jackpot_price_wrap span{
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 41px;
    padding-top: 30px;
}
.jackpot_float{
    position: fixed;
    z-index: 11;
    right: 1%;
    bottom: 4%;
    animation: float 6s ease-in-out infinite;
}
.jackpot_float img{
    width: 100px;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


/** Slot Lobby **/
.slots-lobby-sec {
    background: url(../images/slots/slots_bg.jpg)no-repeat top center;
    padding: 55px 0;
    overflow: hidden;
}

.lobby-logo {
    max-width: 250px;
    margin: auto;
    text-align: center;
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    border: 2px solid #28adec;
}

.lobby-wrapper {
    position: relative;
    z-index: 1;
    background: rgba(32,32,32,0.8);
    border: 1px solid #383838;
    border-radius: 8px;
    padding: 20px 15px;
    max-width: 1230px;
    margin: 10px auto;
    text-align: center;
}

.lobby-area {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px 10px;
}

.lb-gamebox {
    position: relative;
    font-family: 'Roboto';
    border: 1px solid #4abdff;
    background: #202020;
    text-align: center;
    padding: 5px;
    display: inline-block;
    max-width: 155px;
    margin: 0 auto;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 80%);
}

.game-name {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
}

.playhover {
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.3s;
}

a.playnow-btn {
    color: #fff;
    border: 1px solid #4abdff;
    border-radius: 6px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

    a.playnow-btn:hover {
        background: #4abdff;
        color: #fff;
    }

.lb-gamebox:hover .playhover {
    visibility: visible;
    opacity: 1;
    transition: ease 0.3s;
}

/** Slots Game Single **/
body.game-single {
    overflow-y: scroll;
}

.game-single-sec {
    background: #000;
}

.game-frame-wrapper {
    display: grid;
    grid-template-columns: 60px auto;
    background: linear-gradient(to bottom, rgba(49,1,71,1) 0%, rgba(18,0,44,1) 100%);
    border-left: 1px solid #4abdff;
}

.game-left-menu {
    padding: 15px 0;
}

.small-logo {
    max-width: 40px;
    margin: auto;
    text-align: center;
}

.menu-game-side {
    margin-top: 30px;
}

ul.nav-side-game {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

    ul.nav-side-game li.nav-item {
        position: relative;
        margin-bottom: 8px;
    }

        ul.nav-side-game li.nav-item .menuitem {
            display: block;
            padding: 5px 0;
        }

            ul.nav-side-game li.nav-item .menuitem img {
                max-height: 36px;
            }

        ul.nav-side-game li.nav-item:hover .nav-dropdown {
            display: block;
        }

        ul.nav-side-game li.nav-item:hover {
            background: #081022;
        }

.nav-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #081022;
    color: #fff;
    width: 120px;
    text-align: left;
    min-width: 170px;
    padding: 4px;
}

    .nav-dropdown.slots {
        top: auto;
        bottom: 0;
    }

    .nav-dropdown .nav-link {
        padding: 5px;
        display: flex;
        align-items: center;
        color: #fff;
        border-radius: 5px;
        margin: 1px 0;
    }

        .nav-dropdown .nav-link:hover {
            background: #00bfff;
        }

.nav-title {
    pointer-events: none;
    font-size: 17px;
    padding: 7px;
    color: #6B6B6B;
}

.nav-dropdown .nav-link img {
    max-height: 30px;
    margin-right: 10px;
    filter: contrast(0) brightness(5);
}

.game-header {
    display: grid;
    grid-template-columns: auto 15% 10% 50px;
    background: #081022;
    border-radius: 25px 0 0 0;
    padding: 5px 15px 5px 5px;
    color: #fff;
}

.annouce-notice {
    display: flex;
    align-items: center;
    padding: 5px;
}

.user-game {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon {
    font-size: 28px;
    color: #686868;
    margin-right: 10px;
}

.userinfo {
    font-size: 14px;
}

.btn-wraper {
    position: relative;
    display: flex;
    align-items: center;
}

button.lang-side-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

    button.lang-side-btn:hover, button.lang-side-btn:focus, button.menu-side-btn:hover, button.menu-side-btn:focus {
        outline: none;
    }

.dropdown-menu.langmenu {
    background: #081022;
    padding: 4px;
}

a.dropitem {
    display: block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 5px;
}

    a.dropitem:hover {
        background: #00bfff;
        color: #fff;
    }

button.menu-side-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

.dropdown-menu.nav-sidemenu {
    background: #081022;
    padding: 4px;
}

a.dropitem-nav {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 17px;
    padding: 6px 10px;
    border-radius: 5px;
}

    a.dropitem-nav i {
        margin-right: 12px;
    }

    a.dropitem-nav:hover {
        background: #00bfff;
        color: #fff;
    }

.game-frame img {
    width: 100%;
}
.lobby_top_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(32,32,32,0.8);
    border: 1px solid #383838;
    border-radius: 5px;
    padding: 0 10px;
}
.lobby_top_head_inn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
}
.lobby_provides{
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    align-items: center;
}
.lobby_provides a img{
    /* width: 100%; */
    max-width: 110px;
}
.back-btn a {
    color: #fff;
    padding: 7px 15px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    background-color: #9632d5;
    border-radius: 5px;
}
.scrollbar
{
    /* margin-left: 30px; */
    /* float: left; */
    /* height: 300px; */
    width: 700px;
    /* background: #F5F5F5; */
    /* overflow-y: scroll; */
    margin-bottom: 0px;
}
#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    /* background-color: #F5F5F5; */
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    /* background-color: #F5F5F5; */
    height: 8px;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e752e8;
}

.slots_search{
    width: 210px;
    display: flex;
    align-items: center;
    justify-self: self-end;
    background-color: #383838;
    border-radius: 5px;
}
.slots_search .form-control{
    background-color: transparent;
    color: #fff;
}

.slots_search .form-control:focus {
    color: #dfdfdf;
}
#button-addon2{
    color: #fff;
}

/* fish */
.fish-sec {
    background: url(../images/fish/bg.png)no-repeat top center;
    height: 1143px;
    padding: 55px 0;
    margin-bottom: -400px;
    overflow: hidden;
}

.fish-wrapper {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px;
}
.fish-box {
    position: relative;
    margin-bottom: 45px;
}
.fish-wrapper a {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: auto;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0,87,106,1) 0%, rgba(2,28,54,1) 100%);
    border: 3px solid #00ffd8;
}
.fish-wrapper a:hover, .fish-wrapper .fish-box.actives a {
    box-shadow: 0px 0px 7px 1px #00ffd8;
}

.fish-box img {
    max-height: 100px;
}
.fish-box button.plybtn {
    width: 125px;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 75%);
    padding: 4px 4px;
}

/* 5/12/2022 poker */
.poker-sec {
    background: url(../images/poker/p2p-bg.png)no-repeat top center;
    height: 1143px;
    padding: 55px 0;
    margin-bottom: -400px;
    overflow: hidden;
}

.poker-wrapper {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px;
}

.poker-wrapper a {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: auto;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0,87,106,1) 0%, rgba(2,28,54,1) 100%);
    border: 3px solid #00ffd8;
}
.poker-wrapper a:hover, .poker-wrapper .poker-box.actives a {
    box-shadow: 0px 0px 7px 1px #00ffd8;
}

.poker-box {
    position: relative;
    margin-bottom: 45px;
}

.poker-box img {
    max-height: 100px;
}
.poker-box button.plybtn {
    width: 125px;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 75%);
    padding: 4px 4px;
}

.poker-charac {
    position: relative;
}


/* 5/1/2023 */
.arcade-img{
    height: 140px;
}

.arcade-img-inner{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.arcade-img-inner img{
    vertical-align: middle;
    height: 140px;
}

.lb-gamebox {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    max-width: 155px;
    align-content: end;
    margin: 0 auto;
}




.app-slide-wrapper {
    position: relative;
    padding-top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    height: 423px;
}

.app-slider {
    position: relative;
    max-width: 499px;
}

ul.carousel-indicators.vdemo.app {
    position: absolute;
    bottom: 30px;
    right: 10px;
    left: auto;
    height: 20px;
    margin: 0px;
}

.download-home {
    position: relative;
    text-align: center;
    max-width: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
    gap: 70px;
}

.device-app {
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: end;
}

.qr-img {
    max-width: 150px;
    margin: auto;
    display: inline-flex;
    max-width: 133px;
}

ul.carousel-indicators.vdemo li {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border: 1px solid #1db0f7;
    opacity: 1;
    background-clip: unset;
}

ul.carousel-indicators.vdemo li.active {
    background-color: #1db0f7;
    border: 1px solid #1db0f7;
}

.int_wrap {
    text-align: left;
    margin-left: 13px;
    line-height: 1.1;
    color: #fff;
}

.int_btn {
    color: #fff;
    background-color: #000000;
    padding: 5px;
    border-radius: 5px;
}

section.app-sec {
    box-shadow: inset 0 0 10px #00bfff;
    background: #081022;
    border: 2px solid #00bfff;
    border-radius: 10px;
    margin-bottom: 50px;
}

section.app-sec {
    background:#081022  url("../images/download/app-bg.png") no-repeat bottom right;
    background-size: contain;
}

.top-btm {
    display: flex;
    align-items: center;
}

.dwn-ttl {
    display: flex;
    color: #fff;
    flex-direction: column;
}

.dwn-btm {
    display: flex;
}

.ttl-top-dw {
    display: flex;
}

.ttl-btm {
    display: flex;
}

.top-btm {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dwn-ttl {
    display: flex;
    color: #fff;
    flex-direction: column;
    line-height: 30px;
}

.dwn-btm {
    display: flex;
    gap: 27px;
}

.ttl-top-dw {
    display: flex;
    gap: 10px;
}

.ttl-btm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-app img {
    width: 100%;
}

span.de-logo img {
    height: 34px;
}

.ttl-btm p {
    margin: 0px;
}

.ttl-btm h4 {
    margin: 0px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.dwn-ttl p {
    margin: 0px;
    font-size: 24px;
    text-shadow: 0 0 10px #00bfff, 0 0 10px #00bfff;
}

.ttl-top-dw span {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 10px #00bfff, 0 0 10px #00bfff;
}

.app-box {
    display: flex;
    gap: 20px;
}

.dw-in {
    display: flex;
    font-size: 21px;
    align-items: end;
    gap: 10px;
    flex-direction: column;
}

.dw-dw {
    display: flex;
}

.qr-img img {
    width: 92px;
}

span.app-ico img {
    height: 32px;
}

.crl {
    border-radius: 50px;
    font-size: 10px;
    border: 1px solid #1db0f7;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1db0f7;
    color: #081023;
}

.dw-in2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 10px;
    color: #1db0f7;
}

span.de-logo {
    color: #1db0f7;
    font-size: 40px;
    font-weight: bold;
}

/* 31102023 */
.card-sec {
    background: url(../images/card/board-bg.png)no-repeat top center;
    height: 1380px;
    padding: 55px 0;
    margin-bottom: -400px;
    overflow: hidden;
}

/*12122023*/
.winner_sec{
    padding: 3% 0;
    margin: 0 -15px;
}
.winner_title{
    text-align: center;
    color: #00bfff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2%;
    margin-bottom: 15px;
}
.winner_title img{
    width: 23px;
}
.jackpot_wrap{
    border-radius: 10px;
    overflow: hidden;
}
.jackpot_wrap_title{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1%;
    background: linear-gradient(180deg, #1565a4 0%, #00bfff 100%);
    padding: 8px 0;
    border-radius: 15px 15px 0 0px;
}
.jackpot_wrap_title span{
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 2px 3px black;
}
.jackpot_wrap_title img{
    width: 37px;
}
.jackpot_wrap_btm01{
    background-color: #101b38;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jackpot_wrap_btm02{
    background-color: #0c152d;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jackpot_wrap_btmleftrow{
    display: grid;
    color: #fff;
    text-align: left;
}
.jackpot_wrap_btmleftrow p{
    margin-bottom: 0;
}
.jackpot_wrap_btmleft{
    display: flex;
    align-items: center;
    grid-gap: 14px;
}
.jackpot_wrap_btmleft img{
    max-width: 53px;
}
.jackpot_wrap_btmrightbtn{
    color: #00bfff;
    box-shadow: 0px 0px 7px 2px #00bfff;
    border-radius: 6px;
    padding: 4px 0px;
    min-width: 100px;
    display: block;
}
.jackpot_wrap_btmrightbtn:hover{
    color: #fff;
}
.jackpot_wrap_btmleftrow02{
    color: #f0d700;
}
.jackpot_wrap_btmleftrow03{
    color: #ff4e00;
}