@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

body {
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto;
    color: #191919;
    background: url(../images/index/bg.jpg) top center no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus,
button:focus,
button:hover,
input:focus,
select:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container-fluid {
    max-width: 1440px;
}

.header-top .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
}

.logo {
    padding: 5px 0;
}

.logo img {
    max-height: 72px;
}

.header-right {
    margin-top: 10px;
}

.headright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.mobile-icon {
    margin-right: 10px;
}

.login_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-group {
    margin: 0 5px;
}

.log-group input {
    border: 1px solid #d7b552;
    border-radius: 3px;
    width: 116px;
    height: 30px;
    padding: 0 10px;
}

.login_btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #d7b552;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
}

.join_btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.login_btn a,
.join_btn a {
    color: #fff;
}

.languageToggle {
    cursor: pointer;
}

.languageToggle img {
    max-width: 29px;
}

.languageToggle i {
    font-size: 18px;
    vertical-align: sub;
    margin-left: 5px;
}

.languageToggle button {
    background: none;
    border: none;
}

.languageToggle .btn-secondary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.languageToggle .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 20px;
}

.btmtools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b7b7b7;
    font-size: 12px;
    padding: 5px 10px 0;
    padding-left: 33px;
    font-weight: bold;
}

.forgot-link a {
    color: #b7b7b7;
    text-decoration: underline;
}

.header-menu {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    position: relative;
}

.main-nav {
    display: flex;
    align-items: center;
    height: 47px;
}

.main-nav li.nav-item {
    margin: 0 20px;
    padding: 5px;
}

.main-nav li.nav-item:hover {
    background: linear-gradient(to bottom, #584d2e 0%, #746c33 30%, #57380c 100%);

}

.main-nav li.nav-item a.navlink {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.main-nav li.nav-item:hover a.navlink {
    color: #fff;
}

.main-nav li.nav-item.menuimg a.navlink img {
    filter: none;
    width: 30px;
}

.main-nav li.nav-item.menuimg:hover a.navlink img {
    filter: contrast(0) brightness(5);
}

.position-inherit {
    position: inherit;
}

.dropmenu {
    background: #4c4848;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    visibility: hidden;
}

.main-nav li.nav-item:hover .dropmenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.dropinner {
    border-bottom: 1px solid #d7b552;
}

.dm-item {
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.gm_name {
    margin-top: 5px;
    transition: all 0.5s;
    color: #d7b552;
    background: #F2F2F2;
    padding: 12px 10px;
    font-weight: 700;
}

.dm-item:hover .gm_name {
    color: #000;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
}

.gm_name img {
    max-width: 35px;
    vertical-align: text-bottom;
}

/*.dm-item img.img-open {
    display: none;
}
.dm-item:hover img.img-open {
    display: block;
}
.dm-item:hover img.img-close {
    display: none;
}*/
.dropmenu:hover a {
    opacity: 0.5;
    transition: all 0.5s;
}

.dropmenu:hover a:hover {
    opacity: 1;
    transition: all 0.5s;
}


/** Footer **/
.footer-sec {
    background: #F2F2F2;
    color: #757575;
    padding-bottom: 45px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu-wrapper {
    padding: 10px 25px;
}

.footer-menu li {
    margin: 10px 20px 10px 0;
    position: relative;
}

.footer-menu li a {
    color: #b7b7b7;
}

.footer-menu li a:hover {
    color: #b7b7b7;
    text-decoration: underline;
}

.footer-menu li::after {
    content: '';
    border-right: 1px solid #444444;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -11px;
}

.footer-menu li:last-child::after {
    content: none;
}

.copyright {
    font-size: 11px;
    text-transform: uppercase;
}

.copyright img {
    max-width: 21px;
    margin-left: 5px;
}

.fp-btm {
    border-bottom: 1px dotted #505050;
}

.fp_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 15px;
}

.footer-point {
    text-align: center;
    max-width: 210px;
    margin: auto;
}

.ptitle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 20px;
}

.fp_caption {
    margin-bottom: 10px;
}

.ftcol {
    margin: 15px 0;
}

.footer-point a {
    color: #0070d1;
}

.footer-point a:hover {
    color: #0070d1;
    text-decoration: underline;
}

.ftittle {
    font-size: 12px;
    margin-bottom: 10px;
}

.ft_icon img {
    filter: grayscale(1);
    margin-right: 10px;
    opacity: 0.8;
}

.ft_icon img:hover {
    filter: none;
    opacity: 1;
}

.footer-seo {
    padding: 30px;
}

.footertopContent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footertopItem {
    margin: 0 15px;
    text-align: justify;
    max-width: 33%;
}

.textContent {
    font-size: 11px;
    color: #a4a4a4;
}

.textContentItem {
    margin-bottom: 20px;
}

.pheader {
    font-size: 14px;
    color: #a4a4a4;
    margin-bottom: 6px;
    font-weight: 700;
}

.footertopContent a {
    color: #7e8c8d;
}

/** Left Floating Download **/
.left-slide-download {
    position: fixed;
    left: -190px;
    top: 128px;
    z-index: 99;
    transition: ease 0.3s;
}

.left-slide-download:hover {
    left: 0;
    transition: ease 0.3s;
}

.download-left-btn {
    position: absolute;
    top: 0;
    right: -52px;
    cursor: pointer;
}

.downlad-float-wrapper {
    padding: 2px 5px;
    width: 190px;
    background: #f7f7f7;
}

.dl-box {
    background: linear-gradient(to bottom, rgba(0, 164, 224, 1) 0%, rgba(0, 97, 201, 1) 100%);
    border-radius: 3px;
    border: 1px solid #098ce8;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.dl-box:hover {
    filter: brightness(1.15);
}

.modal-dialog.download {
    max-width: 600px;
}

.modal-content.download {
    background: #ecf0f5;
    padding: 15px 15px;
}

.proider-title {
    text-align: center;
    margin-bottom: 20px;
}

button.close-download {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

.download-info-wrapper .downloadbox {
    height: auto;
    padding-bottom: 15px;
}



/** Footer License **/
.footer-license {
    background: transparent;
    padding: 30px 0;
    color: #b7b7b7;
}

.license-wrap {
    display: grid;
    grid-template-columns: 45% 40% 15%;
    border-bottom: 1px dotted #d7b552;
    padding: 15px 25px 20px;
}

.license-wrap.scwrap {
    padding: 15px 25px 40px;
}

.ft-about {
    max-width: 450px;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 15px;
}

.gtitle {
    margin-bottom: 15px;
    font-size: 13px;
}

.license-logo img {
    height: 28px;
    margin-right: 15px;
}

.social-logo img {
    height: 35px;
    margin-right: 15px;
}



/** Homepage **/
.home-featured {
    display: grid;
    grid-template-columns: 55% auto;
    grid-gap: 10px 10px;
    margin: 20px 0;
}

.home-featured a:hover {
    filter: brightness(1.10);
}

.hfbox-1 img {
    height: auto;
    object-fit: fill;
}

.hfbox-2 a {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.hfbox-2 a:last-child {
    margin-bottom: 0;
}

/** Live Casino **/
.casino-sec {
    padding: 30px 0 45px;
}

.gamerow-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px 15px;
}

.gamebox {
    display: block;
    max-width: 266px;
    transition: all 0.3s;
    margin: 16px auto;
    margin-top: 0px;
}

.gamebox .game-title {
    color: #000;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.gamebox:hover .game-title {
    color: #000;
    background: #d7b552;
}

.gamebox .game_img {
    max-width: 266px;
    /* height: 174px; */
    overflow: hidden;
}

.gamebox .game_img img {
    height: 100%;
    /* object-fit: cover; */
}

.gamebox:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

.gamebox .game_img .img-open {
    display: none;
}

/*.gamebox:hover .game_img .img-close {
    display: none;
}
.gamebox:hover .game_img .img-open {
    display: block;
}*/

/** Sport **/
.sports-sec {
    /* background: url("../images/afterlogin/bg.jpg")no-repeat top center; */
    background-size: cover;
    padding: 15px 0 40px;
}

.nav-tabs.sports {
    border: none;
}

.nav-tabs.sports .nav-item {
    width: 16.2%;
    text-align: center;
    margin-right: 0.5%;
}

.nav-tabs.sports .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs.sports .nav-link {
    border: 1px solid #d7b552;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    padding: 5px 10px;
}

.nav-tabs.sports .nav-item.show .nav-link,
.nav-tabs.sports .nav-link.active {
    background: #d7b552;
}

/** Slots **/
.slots-sec {
    padding: 30px 0 45px;
}

ul.nav.provider-menu {
    display: flex;
    align-items: flex-end;
    text-align: center;
    background: #f2f2f2;
}

ul.nav.provider-menu li {
    width: 120px;
    font-size: 11px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

ul.nav.provider-menu li a {
    padding: 15px 10px;
    display: block;
    color: #0185be;
}

ul.nav.provider-menu li a img {
    margin-bottom: 5px;
    width: 53px;
}

ul.nav.provider-menu li.active,
ul.nav.provider-menu li:hover {
    background: #fcb913;
}

ul.nav.provider-menu li.active a,
ul.nav.provider-menu li:hover a {
    color: #202020;
}

ul.nav.provider-menu li.active img,
ul.nav.provider-menu li:hover img {
    filter: contrast(1) brightness(10);
}

ul.nav.filter-list {
    background: #e3e3e3;
    margin-top: 8px;
}

ul.nav.filter-list li {
    min-width: 120px;
    text-align: center;
}

ul.nav.filter-list li a {
    color: #858585;
    display: block;
    padding: 8px 2px;
    text-transform: uppercase;
    font-size: 13px;
}

ul.nav.filter-list li.active a,
ul.nav.filter-list li:hover a {
    color: #fff;
    background: #003a79;
}

.thumbnail-slots {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    padding: 15px 0;
}

/** Fishing **/
.fish-wrap {
    position: relative;
    height: 420px;
}

.fish-btn {
    position: absolute;
    left: 17%;
    top: 56%;
}

a.play-fish {
    display: inline-block;
    background: #fdb715;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 23px;
    border-radius: 2px;
}

a.play-fish:hover {
    background: #343434;
    color: #fff;
}

.fish-wrap.bg {
    background: url("../images/fishing/fish-ag.jpg")no-repeat center;
    background-size: cover;
}

.fish-wrap.pp {
    background: url("../images/fishing/fish-cq9.jpg")no-repeat center;
    background-size: cover;
}

.fish-wrap.cq9 {
    background: url("../images/fishing/fish-spadegaming.jpg")no-repeat center;
    background-size: cover;
}

.fish-wrap.jk {
    background: url("../images/fishing/fsh-jkr.jpg")no-repeat center;
    background-size: cover;
}

/** 7-11 **/
.loginbox {
    max-width: 920px;
    margin: auto;
}

.game-login {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d9d9d9;
}

.logo-prov {
    margin-top: -23px;
}

.logo-prov img {
    max-width: unset;
}

.fwrap {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.fwrap label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

.form-wrap {
    position: relative;
}

.form-wrap input {
    height: 35px;
    width: 170px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 5px 30px 5px 8px;
}

span.login-icon {
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 16px;
    color: #838080;
}

.instruc-box {
    width: 360px;
    background: #e5e5e5;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 13px;
}

.gameinfo-wrapper {
    max-width: 920px;
    margin: auto;
    background: #f2f2f2;
    padding: 25px;
    font-size: 13px;
    color: #838080;
}

.more-info {
    color: #d7b552;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.more-info a {
    text-decoration: underline;
    color: #d7b552;
}

.gameinfo-wrapper ol {
    padding-left: 18px;
    font-size: 12px;
}

.btitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btext {
    font-size: 16px;
}

/** Info Centre **/
.info-sec {
    margin: 20px 0;
}

.info-sec .container-fluid {
    max-width: 900px;
}

.inforow {
    background: #f2f2f2;
}

.title-info {
    text-align: center;
    background: #d7b552;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
}

.info_item img {
    filter: grayscale(1);
    margin-bottom: 15px;
}

.info_item:hover,
.info_item.active {
    color: #d7b552;
}

.info_item:hover img,
.info_item.active img {
    filter: none;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #d3d3d3;
}

button.btn-tnc {
    background: #e1e1e1;
    color: #616161;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
}

.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #8d8d8d;
}

.termcaps {
    color: #7e8c8d;
    font-size: 16px;
    margin: 10px 15px;
}

/*afterlogin*/
.afterlogin_bg {
    /* background: url("../images/afterlogin/bg.jpg")no-repeat top center; */
    padding: 20px 0;
    min-height: 820px;
}

.profilebox {
    background-color: #d7b552;
    height: 89px;
    padding: 14px;
    margin-bottom: 20px;
}

.profileinfo {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile_icon {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
}

.wallet_custom {
    border-left: 1px dotted #505050;
    padding: 0px 10px;
}

.profile_rank {
    color: #000;
}

.wallet_bal {
    color: #000;
}

.sidepanel {
    margin: 0;
    padding: 0;
    width: 210px;
    float: left;
    border-bottom: none;
}

.sidepanel ul {
    background-color: #000000a1;
    color: #fff;
    list-style-type: none;
    padding: 20px;
    border: 1px solid #d7b552;
    border-radius: 10px;
}

.sidepanel ul li {
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    margin-bottom: 10px;
    border-radius: 10px;
}

.sidepanel ul li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
    border-radius: 5px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
    padding: 10px;
    /* background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6); */
    color: #fff;
    background: #494949;
    border: 1px solid #d7b552;
    /* box-shadow: 0px -1px 0 #d8d8d8, 0 0px 0px 1px rgba(255, 255, 255, 0.9); */
}

.sidepanel ul li.active a {
    background-image: none;
    background-color: #d7b552;
    color: #fff;
}

.sidepanel_icon_white {
    display: none;
}

.sidepanel ul li.active a .sidepanel_icon_white {
    display: block;
}

.sidepanel ul li.active a .sidepanel_icon_color {
    display: none;
}

.sidepanel ul li a img {
    margin-right: 5px;
    width: 24px;
}

.sidepanel_content {
    display: block;
    margin-left: 230px;
    min-height: 600px;
    border-radius: 10px;
    background: #000000a1;
    border: 1px solid #d7b552;
    color: #ffffff;
    padding: 10px;
}

.sidepanel_header {
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

.setting_text {
    color: #d7b552;
}

.title_text {
    display: flex;
    padding-left: 50px;
    align-items: center;
}

.title_text02 {
    display: flex;
    padding-left: 50px;
    align-items: unset;
}

/* .nav-pills.afterlogin .nav-link.active,
.nav-pills.afterlogin .show>.nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #d7b552;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 8px 0px;
} */

.nav-pills.afterlogin .nav-link {
    color: #fff;
    background-color: #ffffff;
    padding: 0;
    margin: 8px 0px;
    border: 1px solid #bbbbbb;
    position: relative;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
    display: none;
}

.bank_select {
    display: flex;
    justify-content: left;
    width: 500px;
    font-size: 12px;
}

.bank_select_inner {
    display: flex;
    color: #858585;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.bank_select_img {
    border: 1px solid #858585;
    border-radius: 5px;
    padding: 0px;
    margin: 8px;
    margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show>.nav-link {
    color: #fff;
    background-color: #ffffff00;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
    color: #d7b552;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
    border: 1px solid #d7b552;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
    display: none;
}

.inputDeposit {
    border: 1px solid silver;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 300px;
}

.maxLimit {
    color: red;
}

.depositBtn {
    width: 80px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #858585;
    font-size: 14px;
}

.submit_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    border: none;
}

.upload_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.copy_dep.upload_btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.bank_details_copy {
    background-color: #004997;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid silver;
    width: 250px;
    height: 30px;
    justify-content: center;
}

.tab-pane-bank {
    margin-left: auto;
    margin-right: 0;
}

.important-notice {
    background: #eeeeee;
    padding: 20px 20px 20px 20px;
    margin: 20px;
    font-size: 12px;
    height: fit-content;
}

.important-notice-title {
    color: #000000;
}

.important-notice-content {
    color: #858585;
}

.important-notice-content ol {
    padding: 0;
}

.exchangeIcon {
    color: #999;
    display: flex;
    align-items: center;
}

.weekly {
    background: #E2E2E2;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    color: #000;
    display: flex;
    border-radius: 5px;
}

.text_title_transfer {
    color: #bfbfbf;
}

.transfer_game_main {
    font-size: 12px;
}

.transfer_box {
    display: flex;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #000000;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.transfer_box_sec {
    color: #000000;
    padding: 0 2px;
    background-color: #E2E2E2;
    display: flex;
    min-height: 27px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.transfer_btn {
    height: 22px;
    width: 64px;
    border: 1px solid #d7b552;
    color: #d7b552;
    background: none;
    border-radius: 5px;
}

.transfer_btn:hover {
    background: #d7b552;
    color: #fff;
}

.text-blue {
    color: #d7b552;
}

.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
}

.withdrawal table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #000000;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
}

.withdrawal table td:first-child {
    text-align: right;
}

.withdrawal.rebate_custom table td {
    text-align: center;
}

.history_main {
    display: flex;
    align-items: center;
}

.history_btn {
    border: none;
    padding: 5px;
    background-color: transparent;
    color: #858585;
    margin: 0 5px;
}

.history_btn.active {
    border: 1px solid #d7b552;
    border-radius: 4px;
    color: #d7b552;
    background: white;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.history_table table {
    width: 100%;
    color: #fff;
    text-align: center;
}

.history_table table tr:first-child {
    background-color: rgba(129, 157, 187, 0.15);
}

.history_table table tr td {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    min-width: 200px;
}

.history_table table tr td i {
    font-size: 20px;
}

.history_table table tr th {
    padding: 8px;
}

.history_to {
    color: #fff;
    display: flex;
    align-items: center;
}

.form-control.date_custom {
    padding: 0 10px;
}

.inbox_msg_text {
    color: #d7b552;
    cursor: pointer;
}

/*profile*/
.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #858585;
    grid-column-gap: 5px;
}

.profile_main_title {
    color: #6a8cb0;
}

.profile_main_bg {
    background-color: #e2e2e2;
    padding: 20px;
}

.bank_details_content {
    display: flex;
    align-items: center;
}

.deposit_btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #d7b552;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    margin: 0 5px;
}

.deposit_btn a {
    color: #fff;
}

.logout_btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    margin: 0 5px;
}

.btmtools_after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b7b7b7;
    font-size: 12px;
    padding: 5px 10px 0;
    float: right;
}

.log-group a {
    color: #b7b7b7;
}

.three_dot {
    font-size: 10px;
    color: #fff;
}

.msg_head {
    font-size: 20px;
    color: #d7b552;
}

.about-us-header,
.contact-us-header {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    padding: 5px 0 5px 15px;
    font-weight: bold;
    font-size: 18px;
}

.contact-us-header_inner {
    margin: 50px 0;
    color: #838383;
}

.contact_dotted {
    border-right: 1px dotted #fff;
}

.contact-title {
    color: #d7b552;
    font-weight: bold;
    padding-top: 20px;
}

/*promotion*/
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    display: flex;
    /* justify-content: space-between; */
}

.pmbox {
    background: none;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.pmbox.active {
    background: linear-gradient(to bottom, #584d2e 0%, #746c33 30%, #57380c 100%);
    color: #fff;
}

.promo-content {
    display: grid;
    grid-gap: 0px;
}

.pm-boxer {
    display: grid;
    grid-template-columns: 55% 45%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 0;
    grid-gap: 10px;
}

.pm-boxer_inner {
    display: grid;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    color: #fff;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.moreinfo_btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #d7b552;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
    background: #161616;
    color: #676767;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 19px;
    padding: 8px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table {
    background: #2c2c2c;
    border: 1px solid #000;
    margin: 15px 0px;
}

table.promo-table tr th {
    background: #d7b552;
    color: #fff;
    padding: 4px;
    border: 1px solid #000;
}

table.promo-table tr td {
    border: 1px solid #000;
    color: #fff;
}

.gr-title {
    font-weight: 700;
    font-size: 16px;
}

.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}

.grlist ul li {
    padding-bottom: 3px;
    font-size: 14px;
}

/*index*/
.hotgames-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.moregame-btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff;
    border: 1px solid #d7b552;
    padding: 6px 15px;
    border-radius: 7px;
}

button.moregame-btn i {
    color: #d7b552;
    font-size: 10px;
}

.hot-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 7px 0;
    font-weight: 700;
    color: #b7b7b7;
}

.hot-title img {
    margin-right: 5px;
}

.index_products {
    border-collapse: separate;
    border-spacing: 10px;
}

.hotgame_main {}

.hotgame_main a {
    color: #fff;
}

.hotgame {
    background: #d7b552;
    padding: 8px 3px;
    text-align: center;
}

.slider_jackpot {
    position: relative;
}

.jackpot_text {
    position: absolute;
    bottom: 12%;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.index_logo_provider {
    padding: 15px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    background-color: #ebebeb;
    align-items: center;
}

.index_logo_provider li img {
    filter: grayscale(1);
    opacity: 0.8;
}

.index_logo_provider li img:hover {
    filter: none;
    opacity: 1;
}

.match-box {
    background: #1e1f21;
}

/** Match - center **/
.latest-wrapper {
    display: grid;
    grid-template-columns: 55% 44%;
    grid-gap: 1%;
    border-top: 1px dotted #d7b552;
    padding-top: 10px;
    margin-bottom: 30px;
}

ul.carousel-indicators.vdemo {
    position: absolute;
    top: -25px;
    right: 0;
    left: auto;
    margin: 0;
}

ul.carousel-indicators.vdemo li {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border: 1px solid #949494;
    opacity: 1;
    background-clip: unset;
}

ul.carousel-indicators.vdemo li.active {
    background-color: #d7b552;
    border: 1px solid #d7b552;
}

.app-slide-wrapper {
    position: relative;
    padding-top: 5px;
    border-top: 1px dotted #d7b552;
}

.hot-title.app {
    /* position: absolute; */
    left: 15px;
    top: 10px;
}

.app-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 666px;
}

ul.carousel-indicators.vdemo.app {
    position: absolute;
    top: 30px;
    right: 0;
    left: auto;
}

.download-home {
    position: absolute;
    right: 0;
    top: 40%;
    left: 63%;
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 400px;
}

.device-app {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.qr-img {
    max-width: 150px;
    margin: auto;
}

.download-now {
    color: #d7b552;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 13%;
    left: 69%;
}

/*download*/
.downloadTab {
    margin: 20px 0;
}

.downloadTab .nav-pills .nav-link {
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    margin-bottom: 5px;
    height: 50px;
    color: #858585;
    align-items: center;
    display: flex;
}

.downloadTab .nav-pills .nav-link.active,
.downloadTab .nav-pills .nav-link:hover {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
}

.downloadbody {
    text-align: center;
}

.downloadbox {
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: #d7b552;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}

.ndl-btn:hover,
.ndl-btn:focus {
    color: #000;
}

.adl-btn {
    background: #d7b552;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}

.adl-btn:hover,
.adl-btn:focus {
    color: #000;
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #000000;
}

.dl .username_custom {
    color: #d7b552;
}

.downloadboxContent {
    padding: 10px;
    border: 1px solid #c4c4c4;
    background: rgba(129, 157, 187, 0.15);
}

/*downloadEND*/

/*about*/
.sup_wrap_main {
    margin: 20px 0;
    color: #000000;
    font-size: 13px;
}

.sub-side-nav {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    border-bottom: none;
    color: #ffffff;
    list-style-type: none;
}

.sub-side-nav li {
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    cursor: pointer;
    border-radius: .25rem;
    margin-bottom: 5px;
}

.sub-side-nav li:hover,
.sub-side-nav li.active {
    background: -moz-linear-gradient(bottom, #0062c9 0%, #003679 102%);
    background: -webkit-linear-gradient(bottom, #0062c9 0%, #003679 102%);
    background: linear-gradient(to bottom, #0062c9 0%, #003679 102%);
}

.sub-side-nav li:hover a,
.sub-side-nav li.active a {
    color: #ffffff;
}

.sub-side-nav li a {
    color: #858585;
    padding: 20px;
    display: block;
}

.sub-side-right {
    display: block;
    padding: 10px;
    margin-left: 196px;
    min-height: 400px;
    border: 1px solid #c4c4c4;
    background: rgba(129, 157, 187, 0.15);
}

.sub-side-right-title {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 10px;
}

/*aboutEND*/

/*register*/
.sub-side-right .form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #44474c;
    border-radius: 2px;
    color: #191919;
    height: 31px;
    padding: 0 10px;
}

.vcode {
    position: absolute;
    right: 20px;
    top: 30px;
}

/*registerEND*/

/** Forgot Password **/
.reg-sec {
    padding: 30px 0;
    background: transparent;
}

.fg-wrapper {
    background: #4c4848;
    border: 1px solid #d7b552;
    padding: 30px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    color: #fff;
}

.fg-form {
    max-width: 400px;
}

.enter-remind {
    border: 1px solid #DDDDDD;
    padding: 20px;
    font-size: 17px;
    height: 120px;
    color: #505050;
    display: flex;
    align-items: center;
}

.bk-title {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.regfield {
    display: grid;
    grid-template-columns: 145px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.rgfeild {
    position: relative;
}

.rgfeild.date_input input {
    width: 100%;
}

.regfield .label {
    align-self: center;
}

span.manred {
    color: red;
    float: right;
}

.regfield input {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
}

.vericode {
    position: absolute;
    top: 5px;
    right: 7px;
}

button.reg-btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 20px;
    height: 34px;
}

button.reg-btn:hover {
    background: linear-gradient(to top, #f9e885 0%, #caa23f 100%);
    color: #000;
}

.benefit-box {
    border: 1px solid #DDDDDD;
    padding: 20px;
}

.benefit-box h4 {
    font-size: 16px;
    font-weight: 700;
}

.benefit-box ul {
    padding: 0;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
}

.benefit-box ul li {
    padding-bottom: 5px;
}

.accept-field {
    font-size: 13px;
    color: #fff;
}

.regbn {
    grid-column: 1/3;
}

.notice-sec {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
}

.annouce-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 33px;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    padding: 10px;
}

.icon {
    color: #000;
    font-size: 18px;
}

.runningtext {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    padding-left: 10px;
    color: #000;
    font-size: 14px;
}

.upload_rep {
    border: none;
}

.input_date {
    width: 100%;
}

.mainwallet_custom {
    margin-bottom: 0px;
}

.btn_transfer_all {
    width: 102px;
    margin-left: 10px;
    margin-top: 0px;
}

.mainwallet_text {
    font-weight: bold;
    font-size: 16px;
    padding-left: 0px;
}

.hot-sec {
    padding-top: 20px;
}

/*blog*/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d7b552;
    border-radius: 10px;
    background: #4c4848;
}

.blog-title-box {
    background: #d7b552;
    padding: 5px;
    display: flex;
}

.blog-title-box i {
    font-size: 21px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-time-title {
    color: #fff;
}

.blog-content {
    color: #fff;
    margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #f0b90b;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}

.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    border-radius: 10px;
}

.blog_details_txt {
    color: #000;
}

.blog_details_title {
    color: #f0b90b;
    font-size: 18px;
}

.blog-title-box i.fab_custom {
    font-size: 18px;
    color: #ffffff;
    margin-left: 0;
    margin-right: 16px;
    border: 1px solid #f1b90a;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}

.blog_back {
    align-self: center;
    margin-left: auto;
}

/*blogEND*/

.srl_menu {
    margin-top: 129px;
    height: 100%;
    z-index: 100000000;
}

.casino_grid {
    display: flex;
    margin-top: 10px;
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}

.casino-indicators {
    bottom: 9px;
    right: -88%;
}

.casino-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-width: 0;
    border: 1px solid #b4b2b2;
    margin: 0 5px 0 0;
    border-radius: 50%;
}

.casino-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #013b7a;
    border-width: 0;
    border: 1px solid #013b7a;
    margin: 0 5px 0 0;
}

.bg_slide {
    background-color: #F2F2F2;
    color: #000;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 44px;
}

/* SIDEMENU RIGHT */
.side_menu_contant,
.side_menu_contant_on {
    position: fixed;
    right: 0;
}

.icons_side_menu_line:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_line {
    width: 33px;
    height: 31px;
    background-position: -825px -41px;
}

.icons_side_menu_livechat {
    width: 30px;
    height: 30px;
    background-position: -1301px -2px;
}

.icons_side_menu_livechat:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_livechat {
    width: 30px;
    height: 30px;
    background-position: -1277px -36px;
}

.icons_side_menu_mobile {
    width: 23px;
    height: 36px;
    background-position: -1078px -2px;
}

.icons_side_menu_mobile:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_mobile {
    width: 23px;
    height: 36px;
    background-position: -1053px -2px;
}

.icons_side_menu_pc {
    width: 28px;
    height: 26px;
    background-position: -441px -46px;
}

.icons_side_menu_pc:hover,
.positionFixed .side_menu_left .side_menu_download_on>span:hover .icons_side_menu_pc,
.positionFixed .side_menu_left .side_menu_DNSdownload_on>span:hover .icons_side_menu_pc {
    width: 28px;
    height: 26px;
    background-position: -411px -46px;
}

.icons_side_menu_watsapp {
    width: 29px;
    height: 29px;
    background-position: -1437px -34px;
}

.icons_side_menu_watsapp:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_watsapp {
    width: 29px;
    height: 29px;
    background-position: -794px -43px;
}

.icons_side_menu_wechat {
    width: 32px;
    height: 28px;
    background-position: -1628px -2px;
}

.icons_side_menu_wechat:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_wechat {
    width: 32px;
    height: 28px;
    background-position: -1605px -32px;
}

.icons_side_menu_skype {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/skype_of.png);
}

.icons_side_menu_skype:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_skype {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/skype_ov.png);
}

.icons_side_menu_yahoo {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/yahoo_of.png);
}

.icons_side_menu_yahoo:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_yahoo {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/yahoo_ov.png);
}

.icons_side_menu_bbm {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/bbm_of.png);
}

.icons_side_menu_bbm:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_bbm {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/bbm_ov.png);
}

.icons_side_menu_telegram {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/telegram_of.png);
}

.icons_side_menu_telegram:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_telegram {
    width: 42px;
    height: 41px;
    background-image: url(../images/icon/telegram_ov.png);
}

.side_menu_contant,
.side_menu_contant_on {
    transition: all .5s;
}

.side_menu_contant.off,
.side_menu_contant_on.off {
    transform: translateX(52px);
}

.positionFixed .side_menu_right {
    right: 0;
    top: 128px;
    bottom: 0;
    z-index: 2500;
}

.positionFixed .side_menu_right .side_menu_contant .icons_side_menu_contant {
    cursor: pointer;
}

.positionFixed .side_menu_right .side_menu_contant_on {
    height: 100%;
    width: 52px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.positionFixed .side_menu_right .side_menu_contant_on>span {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.positionFixed .side_menu_right .side_menu_contant_on>span .item_hover {
    visibility: hidden;
    opacity: 0;
}

.positionFixed .side_menu_right .side_menu_contant_on>span .item_hover_img {
    visibility: hidden;
    opacity: 0;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:hover .item_hover {
    visibility: visible;
    opacity: 1;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:hover .item_hover_img {
    visibility: visible;
    opacity: 1;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover {
    font-size: 12px;
    position: absolute;
    padding: 0 15px;
    right: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 44px;
    transition: opacity 1s;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover>p {
    word-break: keep-all;
    white-space: nowrap;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover_img {
    display: block;
    position: absolute;
    right: 47px;
    top: -20px;
    transition: opacity 1s;
}

.positionFixed .side_menu_right .side_menu_contant_on>span>span {
    cursor: pointer;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.positionFixed .side_menu_right .side_menu_contant_on>span>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRkVDNDQ0QkUyNzcxMUU4OThBNTlGNTNCOUIxQkQ1MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRkVDNDQ0Q0UyNzcxMUU4OThBNTlGNTNCOUIxQkQ1MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVGRUM0NDQ5RTI3NzExRTg5OEE1OUY1M0I5QjFCRDUzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVGRUM0NDRBRTI3NzExRTg5OEE1OUY1M0I5QjFCRDUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2JK2kwAAABVJREFUeNpinD9/PgMQ/AdiRoAAAwAZlQLfIqFqNAAAAABJRU5ErkJggg==) repeat;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:nth-last-child(1)>span::after {
    content: '';
    display: none;
}

.positionFixed .pop_up_left {
    background: #f9f9f9;
    width: 200px;
    height: 272px;
    left: 0;
    top: 360px;
    z-index: 1000;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* social media */
.customer-service-button i {
    width: 40px;
    height: 38px;
    display: block;
    margin: 0 auto;
    background: url(../images/icon-customer.png) no-repeat;
    margin-bottom: 5px
}

.icon-skype {
    background-position: 0 0 !important
}

.icon-snapchat {
    background-position: 0 -38px !important
}

.icon-line {
    background-position: 0 -76px !important
}

.icon-wechat {
    background-position: 0 -114px !important
}

.icon-nate {
    background-position: 0 -152px !important
}

.icon-whatsapp {
    background-position: 0 -190px !important
}

.icon-whatsapp2 {
    background-position: 0 -190px !important
}

.icon-qq {
    background-position: 0 -228px !important
}

.icon-facebook {
    background-position: 0 -266px !important
}

.icon-twitter {
    background-position: 0 -304px !important
}

.icon-instagram {
    background-position: 0 -342px !important
}

.icon-hotline {
    background-position: 0 -380px !important
}

.icon-email {
    background-position: 0 -418px !important
}

.icon-googleplus {
    background-position: 0 -456px !important
}

.icon-forum {
    background-position: 0 -572px !important
}

.icon-blog {
    background-position: 0 -496px !important
}

.icon-telegram {
    background-position: 0 -688px !important
}

.icon-bbm {
    background-position: 0 -726px !important
}

.icon-pinterest {
    background-position: 0 -763px !important
}

.icon-linkedin {
    background-position: 0 -797px !important
}

.icon-youtube {
    background-position: 0 -835px !important
}


/** 14/7/2021 - Update **/
a.dl-box img {
    max-height: 30px;
}

.proider-title img {
    max-height: 45px;
}

.languageToggle .dropdown-menu {
    padding-left: 5px;
    padding-right: 5px;
}

.languageToggle .dropdown-menu a {
    display: block;
    padding: 2px;
}

/** VIP Updated 26/7/2021 **/
.vip-slide {
    padding: 30px 0;
    background: none;
    background-size: 100%;
    padding-bottom: 30px;
}

.vip-box {
    background: url("../images/vip/card/crd-bg.jpg")no-repeat top center;
    background-size: cover;
    max-width: 500px;
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.4);
    padding: 15px;
    color: #fff;
}

.viptop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins';
    font-style: italic;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    text-transform: uppercase;
    font-weight: 700;
    max-width: 95%;
    margin: 0 auto 35px;
}

.vip-bagde img {
    max-height: 95px;
}

.vip-big {
    font-size: 60px;
}

span.vpclas {
    font-size: 36px;
    font-weight: 600;
}

.vipdetail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 14px;
    align-items: flex-end;
}

.vipth {
    font-size: 25px;
}

.vipth.lifetime {
    font-size: 20px;
}

.vipth.invite {
    font-size: 17px;
}

.smtext {
    font-size: 14px;
}

.vip-info-wrap {
    max-width: 700px;
    margin: 15px auto;
    border: 1px solid #d7b552;
    color: #666;
    box-shadow: 0 0 4px #d7b552;
    padding: 15px;
    border-radius: 12px;
}

.viptitle-1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
}

.bnf-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 5px;
    text-align: center;
    padding: 15px 0;
}

.bnfbox {
    font-size: 22px;
    color: #d7b552;
    font-weight: 700;
}

.sm-vp {
    color: #fff;
    font-size: 15px;
}

.priv-box {
    display: flex;
    align-items: center;
}

.icon-privil {
    color: #d7b552;
    font-size: 38px;
    width: 70px;
}

.priv-box .bnfbox {
    text-align: left;
}

.terms-vip {
    color: #fff;
    background: #4c4848;
    border: 1px solid #d7b552;
    box-shadow: 0 0 15px #d7b552;
    max-width: 700px;
    margin: auto;
    padding: 25px;
    border-radius: 12px;
}

.vip-play {
    display: inline-block;
    background: #fdb715;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 23px;
    border-radius: 2px;
}

.vip-play:hover {
    color: #fff;
}

.vip-slider-container {
    height: 800px;
}

.review-content {
    display: none;
}

.items.main-pos .review-content {
    display: block;
}

/** Register Page 26/7/2021 **/
.step-tab {
    position: relative;
    text-align: center;
    max-width: 240px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: space-between;
}

span.step-round {
    position: relative;
    z-index: 2;
    background: #E1E1E1;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

span.step-round a {
    color: #fff;
    display: block;
    width: 100%;
}

span.step-round.active {
    background: #d7b552;
}

.step-line {
    position: absolute;
    top: 49%;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
}

.regfield select {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
}

select.phone-code {
    width: 35%;
}

input.phone-input {
    width: 63%;
}

.rgfeild.dob {
    display: grid;
    grid-template-columns: 30% 38% 30%;
    grid-gap: 3px;
}

select.dob-input {
    padding: 4px;
}

.congratz-wrap {
    text-align: center;
}

.congrat {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

/** CSS updatd 2/8/2021 **/
button.copy-btn {
    color: #d7b552;
    border: none;
    background: none;
    font-size: 18px;
    vertical-align: middle;
}

.affiliate-sec {
    text-align: center;
}

.affwrap {
    position: relative;
}

.join-now {
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(#00a2e0, #0062c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.8vw;
    border: 0.3vw solid #e7a919;
    border-radius: 40px;
    display: inline-block;
    padding: 2px 30px;
    transition: ease 0.3s;
}

.join-now:hover {
    transform: scale(1.03);
    transition: ease 0.3s;
}

.pg1 {
    position: absolute;
    z-index: 2;
    left: 7%;
    bottom: 27%;
}

.pg2 {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 0;
    bottom: 4%;
}

.pg3 {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 0;
    bottom: 4%;
}

.pg4 {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 0;
    bottom: 7%;
}

.pg5 {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 0;
    bottom: 7%;
}

/** Update 12/8/2021 **/
.pmbox {
    padding: 10px 30px;
    font-size: 16px;
}

.pm-boxer_inner h4 {
    color: #d7b552;
    font-weight: bold;
}

.modal-content.promo {
    overflow: hidden;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
    margin: -20px -20px 5px;
    padding: 10px 15px 8px;
    text-align: center;
}

button.close-promo {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

/** Arcade & Leaderboard page - Update 16/8/2021 **/
.arcade-sec {
    background: #f2f7fd;
    padding: 30px 0;
}

.arcade-ticket {
    max-width: 600px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    background: #ffd627;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    padding: 10px 15px;
}

.arcade-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 30px auto;
    grid-gap: 15px;
}

.arcade-box {
    max-width: 230px;
    margin: auto;
    text-align: center;
}

.title-arcade {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
    color: #000;
}

a.tnc-arcade-btn {
    display: inline-block;
    background: #ffd627;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    border-radius: 5px;
    padding: 10px 30px;
}

a.tnc-arcade-btn:hover {
    background: #f1c611;
}

.leaderboard-event-sec {
    background: url("../images/leaderboard/event-bg.jpg")no-repeat top center;
    background-size: cover;
    height: 1000px;
}

.lb-option-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

.lb-option-wrap a {
    border: 2px solid #fcb714;
    display: inline-block;
    padding: 3px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.lb-option-wrap a.active,
.lb-option-wrap a:hover {
    background: #fcb714;
}

.lb-wrapper {
    max-width: 400px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    padding-bottom: 10px;
}

.ranking-title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Nunito Sans';
    line-height: 1;
    padding: 15px 0;
}

span.gradient-title {
    background: -webkit-linear-gradient(#0d2fdd, #040c46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-table-reward {
    background: url(../images/leaderboard/table-frame.png)no-repeat top center;
    background-size: 100%;
    width: 712px;
    height: 393px;
    position: relative;
    left: -80px;
}

.reward-rank-wrap {
    position: absolute;
    width: 100%;
    overflow: auto;
    color: #fff;
    text-align: center;
    max-width: 532px;
    left: 92px;
    top: 44px;
}

.reward-rank-wrap::after {
    content: '';
    background: url("../images/leaderboard/line.png")no-repeat center;
    background-size: 100% 100%;
    height: 280px;
    width: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
}

table.reward-rank tr:first-child {
    background: rgba(0, 0, 0, 0.8)
}

table.reward-rank tr:nth-child(2) {
    background: rgba(164, 0, 2, 0.8);
}

table.reward-rank tr:nth-child(3) {
    background: rgba(0, 18, 100, .8);
}

table.reward-rank tr:nth-child(4) {
    background: rgba(115, 0, 103, 0.8);
}

table.reward-rank tr:nth-child(5) {
    background: rgba(51, 51, 51, 0.8);
}

table.reward-rank tr:nth-child(6) {
    background: rgba(85, 85, 85, 0.8);
}

table.reward-rank tr td {
    padding: 12px 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito Sans';
    font-size: 16px;
}

.token-r {
    margin: 0 4px;
}

.token-r img {
    max-height: 26px;
}

.please-text {
    color: #ffd58b;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
}

.btm-lead {
    text-align: center;
    margin-left: -137px;
    margin-top: 25px;
}

a.playnow-leader {
    background: url(../images/leaderboard/btn-ply.png)no-repeat center;
    background-size: 100%;
    width: 255px;
    height: 86px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    -webkit-text-fill-color: #ffb713;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #6f260c;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
}

a.playnow-leader:hover {
    filter: brightness(1.2);
}

.remain-token {
    font-weight: 700;
}

.leaderboard-sports-sec {
    background: url("../images/leaderboard/sp-bg.jpg")no-repeat top center;
    background-size: cover;
    height: 810px;
}

.turnover-record {
    position: absolute;
    padding: 7px 13px;
    border: 1px solid #0d2dd5;
    font-weight: 600;
    left: -258px;
    top: 100px;
    font-family: 'Nunito Sans';
}

.record-amt {
    color: #0d2dd5;
    font-weight: 700;
    font-size: 30px;
}

.common-rank-wrap {
    max-width: 550px;
}

span.dailytext {
    background: #222222;
    height: 100%;
    padding: 7px 20px;
    float: right;
    margin: -5px -5px;
}

.reward-rank-common tr td {
    color: #fff;
    padding: 5px;
    text-align: center;
}

.reward-rank-common tr td:last-child {
    background: none !important;
}

.reward-rank-common tr:nth-child(2) td {
    background: #111111;
}

.reward-rank-common tr:nth-child(3) td {
    background: #a40002;
}

.reward-rank-common tr:nth-child(4) td {
    background: #001264;
}

.reward-rank-common tr:nth-child(5) td {
    background: #730067;
}

.reward-rank-common tr:nth-child(n+6):nth-child(-n+9) td {
    background: #333333;
}

.reward-rank-common tr:nth-child(n+10):nth-child(-n+12) td {
    background: #555555;
}

.update-box {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-left: -226px;
}

.leaderboard-casino-sec {
    background: url("../images/leaderboard/lc-bg.jpg")no-repeat top center;
    background-size: cover;
    height: 810px;
}

.leaderboard-slots-sec {
    background: url("../images/leaderboard/slt-bg.jpg")no-repeat top center;
    background-size: cover;
    height: 810px;
}

.leaderboard-others-sec {
    background: url("../images/leaderboard/othr-bg.jpg")no-repeat top center;
    background-size: cover;
    height: 810px;
}

/** Update 17/8/2021 **/
.dropmenu {
    z-index: 9999;
}

.log-group {
    position: relative;
}

span.unread-dot {
    background: #f00;
    color: #fff;
    font-size: 7px;
    width: 11px;
    height: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    right: -6px;
    top: -3px;
}

/** Update 1/9/2021 **/
.refer-wrap {
    display: flex;
    align-items: flex-end;
}

.refer-qrcode-wrapper {
    background: #fff;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #d7b552;
    color: #666;
    box-shadow: 0 0 6px #d7b552;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 35px;
}

.share-wrap {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 11px;
    margin-top: -40px;
    position: relative;
}

.qrcode-refer-img {
    max-width: 370px;
    margin: 20px auto 10px;
}

.qrcode-refer-img img {
    border: 1px solid #d7b552;
    border-radius: 10px;
    padding: 5px;
}

.referrer-link {
    background: linear-gradient(90deg, #d7b552 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #d7b552;
    position: relative;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    color: #000;
    height: 33px;
    display: flex;
    align-items: center;
    max-width: 400px;
}

button.copy-refer {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 3px 10px;
    position: absolute;
    right: 5px;
    z-index: 2;
}

.form-group.rebate-group {
    display: flex;
    align-items: center;
}

.form-group.rebate-group label {
    padding: 0 4px;
}

/** Lucky Spin **/
.luckyspin-sec {
    background: url("../images/luckyspin/ld-bg.jpg")no-repeat top center;
    background-size: auto;
    min-height: 700px;
    padding-bottom: 15px;
}


/** Updated - 1/10/2021 **/
.terms-vip ol {
    padding-left: 17px;
}

.terms-table {
    overflow: auto;
    border: 1px solid #d7b552;
    text-align: center;
    border-radius: 8px;
}

table.vipterms-table tr th {
    background: #d7b552;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d7b552;
    border-top: none;
    padding: 5px;
}

table.vipterms-table tr td {
    background: #4c4848;
    border: 1px solid #d7b552;
    padding: 5px;
}

table.vipterms-table tr td:first-child,
table.vipterms-table tr th:first-child {
    border-left: none;
}

table.vipterms-table tr td:last-child,
table.vipterms-table tr th:last-child {
    border-right: none;
}

table.vipterms-table tr:last-child td {
    border-bottom: none;
}

.spin-left {
    background: #262626;
    border: 2px solid #00a1dc;
    border-radius: 5px;
    color: #fff;
    max-width: 400px;
    margin: auto;
    text-transform: uppercase;
    font-size: 24px;
    padding: 9px 10px;
}

span.num-box {
    color: #000;
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: text-bottom;
    line-height: 1.5;
    padding: 4px;
}

.fw-title {
    font-size: 20px;
    color: #0062c9;
}

.about-us-content {
    padding: 15px 10px;
    background: #161616;
    color: #5e5e5e;
}

.fs_Bold {
    color: #d7b552;
    font-weight: bold;
}

.vip-content {
    color: #fff;
}

/* fortune wheel */
.wheel-sec {
    padding: 60px 0 80px;
    text-align: center;
    background: url(../images/fortune/bg-wof.png) top center no-repeat;
    background-size: contain;
}

.fortune-body {
    padding: 50px 0px 20px;
    position: relative;
}

.wheel-center {
    position: absolute;
}

.wheel-frame {
    position: relative;
}

.wheel-point {
    position: absolute;
    z-index: 1;
    animation: bounce2 2s ease infinite;
}

.wheel-spin {
    position: absolute;
}

.wheel-btn-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
}

.wheel-btn {
    text-align: center;
}

.wheel-btn-1 {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    color: #fff;
    width: 60px;
    border-radius: 10px;
}

.wheel-btn-2 {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
    font-weight: bold;
    width: 120px;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.wheel-btn-3 {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    border: 1px solid #d7b552;
    color: #fff;
    width: 140px;
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
}

#fortune-wheel-modal .modal-content {
    background: transparent;
    border: none;
}

#fortune-wheel-modal .close {
    position: absolute;
    right: 0;
    font-size: 40px;
    color: #fff;
    z-index: 2;
}

.wheel-mid {
    text-align: center;
}

#wheel-modal .close {
    position: absolute;
    top: -20px;
    right: -15px;
    color: #fff;
    font-size: 40px;
}

#wheel-modal .modal-content {
    background: #4c4848;
    border: 1px solid #d7b552;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.table.wheel-table-1 {
    color: #fff;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* 27/7/2023 vip page*/
.container2 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 15px;
    position: relative;
}

.v-info {
    padding: 30px;
    border: 1px solid #f6e380;
    margin-bottom: 14px;
    background: #000;
}

.vip-tr {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
}

.vip-th {
    display: table;
    width: 100%;
    height: 100%;
    color: #616161;
    font-weight: bold;
}

/* .col-28 {
    width: 30%;
} */

.vip-td {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0px 6px 6px;
    font-size: 16px;
}

.vip-th .vip-td {
    font-size: 18px;
}

.vip-th p {
    margin: 0;
}

.title-v p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.title-v h2 {
    font-size: 25px;
    line-height: 10px;
    text-transform: uppercase;
    color: #ff0000;
}

.col-18 {
    width: 11%;
    text-align: end;
}

.line-top {
    margin: 6px 0px;
}

.fst-line {
    /* background: url(../images/vip/table-top-v.png); */
    height: 71px;
    padding-top: 24px;
    background-size: cover;
}

.vip-text {
    padding-left: 1px;
}

.nd-line {
    background: url(../images/vip/black-line.png);
    height: 37px;
    background-size: cover;
}

/* 20092023 */
.register-frame {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-gap: 10px;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.fg-wrapper {
    grid-template-columns: 35% 65%;
    grid-gap: 15px;
}

/* 25/4/2024 */
.otp-field {
    display: flex;
    padding-top: 10px;
}

.otp-field input {
    width: 55px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #d7b552;
    background: #4c4848;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #d7b552;
    box-shadow: 0 0 2px 2px #ffdb0f6a;
}

.reg-otp-red {
    color: red;
}

.reg-otp-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.reg-otp-btn {
    color: #000;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    border-radius: 5px;
    border: none;
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

.reg-otp-btn:hover {
    background: linear-gradient(to top, #f9e885 0%, #caa23f 100%);
    color: #000;
}

.reg-btn {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 20px;
    height: 32px;
}

.reg-btn:hover {
    background: linear-gradient(to top, #f9e885 0%, #caa23f 100%);
    color: #000;
}

/* 10/1/2025 */
.sticky-contact-icon {
    position: fixed;
    right: 0px;
    top: 120px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .sticky-contact-icon img {
    width: 30px;
    height: 30px;
} */


/* 4/4/2025 */
.dep-video video {
    width: 100%;
    padding: 10px 0px;
}

/* 14/4/2025 */
.vip-rebate {
    display: grid;
    grid-template-columns: 30% 70%;

}

.vip-text-yellow {
    color: #d7b552;
    padding-left: 10px;
}


/* 6/5/2025 */
.payment-option {
    position: relative;
}

.tick-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}

.nav-pills.afterlogin .nav-link.active .tick-icon {
    display: block;
}

/* 20/6/2025 */
.lotto-sec .nav-tabs {
    border: none;
}

.lotto-sec .nav-tabs .nav-item {
    margin-bottom: 0;
}

.lotto-sec .nav-tabs .nav-link {
    border: 1px solid #d7b552;
    background: #000;
    color: #d7b552;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
}

.lotto-sec .nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
}

.lotto-sec .tab-content {
    padding: 0;
    border: 1px solid #d7b552;
    border-radius: 0px 10px 10px 10px;
}

.lotto-sec .tab-content img {
    border-radius: 0px 10px 10px 10px;
}

.fd-keno-in {
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
}

.fd-keno-in img {
    position: relative;
    display: block;
    border: none;
    float: right;
}

.lottery-bg {
    background: #000 url(../images/lotto/lottery-bg.jpg) top center no-repeat;
}

.lottery-item {
    float: left;
    position: relative;
    margin: 13px 0 13px 29px;
}

.btn-lottery-wrap {
    position: absolute;
    left: 0;
    bottom: -5px;
}

.btn-lottery-item {
    float: left;
    padding: 0 3px;
}

.btn-lottery {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #e3d08c;
    text-align: center;
    border: 1px solid #e3d08c;
    border-radius: 5px;
}

.btn-lottery:hover,
.btn-lottery:focus {
    border: 1px solid #e3d08c;
    background: #e3d08c;
    color: #000000;
    text-decoration: none;
}

.payoutTable {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
}

.payoutTable>tbody>tr>th {
    border: 1px solid #e3d08c;
    padding: 5px 5px;
    background: #e3d08c;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.payoutTable>tbody>tr>td {
    border: 1px solid #e3d08c;
    padding: 3px 5px;
    text-align: center;
}

.txt-bonus {
    position: relative;
    top: -1px;
}

.txt-bonus-desp {
    color: #e3d08c;
    font-weight: bold;
}

.fourD-titleBG {
    background-color: #3f3f3f;
    height: 26px;
}

.fourD-title {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.fourD-topTxtone {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0;
}

.fourD-topTxttwo {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px;
}

.fourD-topTxtthree {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 1px;
    height: 15px;
}

.fourD-item {
    width: 254px;
    background-color: #fff;
    /* padding:8px; */
    border-radius: 10px;
    height: auto;
    /* margin-bottom:15px; */
    /* box-shadow: 0px 1px 4px #000; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 352px;
}

.fourD-item .fd-top {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
}

.fourD-item .fd-top-left {
    color: #fff;
    font-weight: bold;
}

.fourD-item .fd-top-left .fd-title-01 {
    /* padding-top:2px; */
    /* padding-left:3px; */
    /* font-size:13px; */
    /* font-weight:bold; */
    /* color:#000; */
}

.fourD-item .fd-top-left .fd-title-02 {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-03 {
    float: left;
    font-size: 10px;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-01w {
    padding-top: 2px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-02w {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-03w {
    float: left;
    font-size: 11px;
    color: #fff;
}

.fourD-item .fd-top-right {
    /* float:right; */
    /* display:inline-block; */
    /* width:40%; */
}

.fourD-item .fd-row-01,
.fourD-item .fd-row-02 {
    /* margin-top:7px; */
}

.fourD-item .fd-row-bg {
    /* background: #3f3f3f; */
}

.sixD-table {
    border-collapse: collapse;
    border: 2px solid #7c7b7b;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.sixD-table>tbody>tr>th {
    background: #3f3f3f;
    height: 24px;
    border: 2px solid #7c7b7b;
    color: #ffffff;
}

.sixD-table>tbody>tr>td {
    border: 2px solid #7c7b7b;
}

.fourd-TableBtm>tbody>tr>td {
    border: 2px solid #fff;
}

.btn-4d {
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    min-width: 180px;
    background: rgba(248, 253, 65, 1);
    background: -moz-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(248, 253, 65, 1)),
            color-stop(100%, rgba(225, 166, 3, 1)));
    background: -webkit-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(248, 253, 65, 1) 0%,
            rgba(225, 166, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fd41', endColorstr='#e1a603', GradientType=0);
}

.btn-4d:hover,
.btn-4d:focus {
    color: #000000;
    text-decoration: none;
    background: rgba(225, 166, 3, 1);
    background: -moz-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(225, 166, 3, 1)),
            color-stop(100%, rgba(248, 253, 65, 1)));
    background: -webkit-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(225, 166, 3, 1) 0%,
            rgba(248, 253, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a603', endColorstr='#f8fd41', GradientType=0);
}

.fd-bg {
    background: url(../images/common/fd-bg.png) top left no-repeat;
    margin-left: 12px;
    width: 718px;
    float: left;
    border-radius: 12px;
    position: relative;
    height: 353px;
    display: flex;
}

.fd-co {
    position: absolute;
    right: 40px;
    top: 66px;
}

.fd-date {
    padding: 11px;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    left: 6%;
    top: 25px;
}

.fd-btn {}

.fd-top {
    display: flex;
}

.btn-fdd {
    flex: 3 0px;
    margin: 15px 0px;
    justify-content: center;
    display: flex;
}

.drwn-nm {
    width: 100%;
    display: flex;
    position: relative;
}

span.btn-clr {
    border-radius: 50%;
    background: url(../images/common/Ellipse.png);
    width: 70px;
    height: 73px;
    padding: 5px;
    text-align: center;
    font-size: 43px;
    margin: 0px 11px;
    font-weight: bold;
}

.date-time {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    background: #ce0701;
    margin: 32px 13px 10px 13px;
}

.lotto-guide {
    color: #fff;
}

.btn-4d {
    margin: 0px 5px;
}

.fd-btn h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-box button {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}

.btn-drwn {
    background: #fff;
    color: #db427b;
    font-weight: bold;
    padding: 5px 40px;
    text-transform: uppercase;
    border-radius: 21px;
}

.btn-pay {
    background: url(../images/common/fd-btn-y.png) no-repeat;
    color: #f12f43;
}

.btn-plly {
    background: url(../images/common/fd-btn-r.png) no-repeat;
    color: #fddd00;
}

.fd-in {
    display: flex;
    margin-top: 30px;
}

.btn-l {
    width: 50%;
    background-size: 100% 100%;
    height: 35px;
    font-weight: bold;
}

#PayOut .modal-header {
    display: block;
}

#PayOut .modal-title {
    text-align: left;
}

.modal-table2 table tr td {
    border: 1px solid #55dcb5 !important;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.modal-content_cus {
    background: #000000e3;
    color: #fff;
    width: 635px;
}

.modal-content_cus .close {
    color: #55dcb5;
    opacity: 1;
    position: relative;
    top: 6px;
}

.trTitle {
    background: #55dcb5;
    color: #fff;
    text-shadow: 0px 0px 1px #000, 0px 0px 5px #000;
}

.btn-pay:hover {
    color: #414141;
}

.modal-bg h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.btn-drwn:hover {
    background: #db427b;
    color: #fff;
}

.btn-plly:hover {
    color: #fff;
}

.fd-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

.fd-box {
    background: url("../images/common/frame-btn.png") no-repeat center top;
    width: 189px;
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 0px 0px 3px #c1e887, 0px 0px 5px #3db6ba;
}

.fd-keno-iteam {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding-top: 30px;
    gap: 14px;
    margin: auto;
}

.fb-wrap {
    margin-top: 30px;
    background: #ffffffb8;
    border-radius: 5px;
    padding: 20px;
}

.txt-lotto {
    font-weight: bold;
}

.ltt-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 8px;
    margin: 5px 0px;
    color: #000;
    font-size: 11px;
}

.fd-keno-iteam table {
    background: #ffffff;
}

.fourD-titleBG td {
    border: 2px solid #fff;
}

.topTxtthreeredcolor {
    color: red;
}

.fd-row-01fived {
    margin: 10px 0;
}

.results_text {
    font-weight: 700;
    margin: 15px 0;
}

/* 11/7/2025 */
.video-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.match-frame iframe {
    height: 400px;
}

.float-music-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.float-music-btn i {
    font-size: 20px;
}


/* 18/7/2025 */
.deposit-vip {
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
}

.vip-progress-container {
    position: relative;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.vip-levels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.vip-level {
    text-align: center;
    position: relative;
    flex: 1;
    padding: 0 5px;
}

.level-dot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    margin: -6px auto 15px;
    position: relative;
    z-index: 2;
}

.vip-level[data-level="LOYALTY"] .level-dot {
    background: #666;
}

.vip-level[data-level="BRONZE"] .level-dot {
    background: #cd7f32;
}

.vip-level[data-level="SILVER"] .level-dot {
    background: #c0c0c0;
}

.vip-level[data-level="GOLD"] .level-dot {
    background: #ffd700;
}

.vip-level[data-level="PLATINUM"] .level-dot {
    background: #e5e4e2;
}

.vip-level[data-level="DIAMOND"] .level-dot {
    background: #b9f2ff;
}

.level-info {
    color: #fff;
    font-size: 12px;
}

.level-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.level-desc {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    margin-bottom: 3px;
}

.level-amount {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.vip-progress-bar {
    position: relative;
    height: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vip-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    background-image: repeating-linear-gradient(-45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 20px);
}

.current-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    z-index: 1;
    transition: width 0.3s ease;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2);
}

/* 1/8/2025 */
.hotgame {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotgame_main img {
    width: 100%;
}

.hotgame-swiper-container {
    position: relative;
}

.hotgames-swiper {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.hotgame-swiper-container .swiper-button-next,
.hotgame-swiper-container .swiper-button-prev {
    color: #d7b552;
    background: #353232;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
}

.hotgame-swiper-container .swiper-button-next {
    right: -50px;
}

.hotgame-swiper-container .swiper-button-prev {
    left: -50px;
}

.hotgame-swiper-container .swiper-button-next:after,
.hotgame-swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.hotgame-swiper-container .swiper-button-next:hover,
.hotgame-swiper-container .swiper-button-prev:hover {
    background: #4c4848;
}


/* 4/8/25 */
.float-music-btn.afterlogin {
    position: initial;
    color: #000;
}

/* 16/10/2025 */
.game-grid {
    display: grid;
    border-radius: 15px;
    gap: 20px;
    padding: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.game-item {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    border-radius: 10px;
    border: 1px solid #d7b552;
    overflow: hidden;
    color: #fff;
}

.game-item img {
    width: 100%;
    border-radius: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.game-item p {
    margin-bottom: 0;
    padding: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-item:hover .overlay {
    opacity: 1;
}

.play-now-btn {
    background: linear-gradient(to bottom, #eadb71 0%, #f7e86a 30%, #ad711b 100%);
    color: #000;
    border: none;
    padding: 5px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #d7b552;
    transform: translateY(0);
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-bar input {
    background: #fff;
    border: 1px solid #FDB813;
    color: #000;
    padding: 10px 5px;
    display: block;
}

.search-bar input:focus {
    outline: none;
}

.search-btn {
    background: linear-gradient(to bottom, #4c4848 0%, #353232 100%);
    color: #fff !important;
    padding: 10px 5px;
    width: 10%;
    text-align: center;
    border: 1px solid #d7b552;
}


/* 31/10/2025 */
.redeem-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-flow: wrap;
}

.redeem-wrap img {
    max-width: 400px;
}


/* 3/12/2025 */
.redeem-wrap-item {
    position: relative;
}

.redeem-detail {
    position: absolute;
    top: 47%;
    right: 50px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.redeem-point {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}

.redeem-point .unit {
    font-size: 35px;
    font-weight: bold;
}

.redeem-amt {
    font-weight: 900;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-top: -.20em;
    color: #d7b552;
}
