::placeholder { color: #999 !important; }
::-webkit-input-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-ms-input-placeholder { color: #999 !important; }
.flex{ display: flex !important;}
.font8{font-size:8px !important;}
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font18{font-size:18px !important;}
.font20{font-size:20px !important;}
.font22{font-size:22px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font28{font-size:28px !important;}
.font30{font-size:30px !important;} 
.floatl{ float:left; }.floatr{ float:right; }
.btn-warning{ color: #000; }
.bold{ font-weight: bold !important; }
.bradius0{ border-radius: unset !important; }
.bradius2{ border-radius: 2px !important; }
.bradius3{ border-radius: 3px !important; }
.bradius4{ border-radius: 4px !important; }
.bradius5{ border-radius: 5px !important; }
.bradius6{ border-radius: 6px !important; }
.bradius8{ border-radius: 8px !important; }
.bradius10{ border-radius: 10px !important; }
.bradius15{ border-radius: 12px !important; }
.bradius20{ border-radius: 14px !important; }
.bradius25{ border-radius: 15px !important; }
.bradius50{ border-radius: 20px !important; }
.txtc{ text-align: center !important; }
.padd-0{ padding-top: 0px !important; }
.mrg-top-0{ margin-top: 0px !important; }
.mrg-top-10{ margin-top: 10px !important; }
.mrg-top-20{ margin-top: 20px !important; }
.mrg-top-30{ margin-top: 30px !important; }
.mrg-top-40{ margin-top: 40px !important; }
.mrg-top-50{ margin-top: 50px !important; }
.mrg-btm-0{ margin-bottom: 0 !important; }
.hidden{
	display: none;
	opacity: 0;
}
.textl{text-align:left !important;} .textr{text-align:right !important;} .textc{text-align:center !important;}
.form-group {
    margin-bottom: 0.7rem;
}
html{ background: #fff; }
body{
	/* background: #fff;
    background-size: 100% 100%;
    background-position: center; */
    background: url(../images/rgroup_bg1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
}
body:before{
	content: '';
    position: absolute;
    /* background: url(../images/rgroup_bg1.jpg);
    background-size: cover;
    background-position: center; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
html,body{
	overflow-x: hidden;
}

body.slideout,
body.slideout:before{
	animation: righttoleft 0.4s;
}
body.slidein,
body.slidein:before{
	right: -120%;
	animation: lefttoright 0.3s forwards;
}
@keyframes righttoleft {
  0% {right: -100%; position: fixed;}
  100% {right: 0; position: fixed;}
}
@keyframes lefttoright {
  0% {right: 0; position: fixed;}
  100% {right: -120%; position: fixed;}
}
.fadeInTop,.fadeInBottom,.fadeInLeft,.fadeInRight,.fadeInZoom,.fadeInZoom2,.fadeIn{ opacity: 0; }
.fadeInTop.animated{
	animation: fadeInTop 1s;
	animation-fill-mode: forwards;
}
.fadeInBottom.animated{
	animation: fadeInBottom 1s;
	animation-fill-mode: forwards;
}
.fadeInLeft.animated{
	animation: fadeInLeft 1s;
	animation-fill-mode: forwards;
}
.fadeInRight.animated{
	animation: fadeInRight 1s;
	animation-fill-mode: forwards;
}
.fadeIn.animated{
	animation: fadeIn 1s;
	animation-fill-mode: forwards;
}
.fadeInZoom.animated{
	animation: fadeInZoom 1.2s;
	animation-fill-mode: forwards;
}
.fadeInZoom2.animated{
	animation: fadeInZoom2 0.8s;
	animation-fill-mode: forwards;
}
.delay{opacity: 0; animation-delay: .2s !important;}
.delay2{opacity: 0; animation-delay: .4s !important;}
.delay3{opacity: 0; animation-delay: .6s !important;}
.delay4{opacity: 0; animation-delay: .8s !important;}
.delay5{opacity: 0; animation-delay: 1s !important;}
.duration2{ animation-duration: 1.15s !important; }
@keyframes fadeInTop {
  0% { opacity: 0; transform: translateY(-15px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInBottom {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-15px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(15px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInZoom {
  0% { opacity: 0; transform: scale(0.5); }
  40% { transform: scale(1.10); }
  55% { transform: scale(0.90); }
  70% { transform: scale(1.05); }
  85% { transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes fadeInZoom2 {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}
.rotate{
	font-size: 16px !important;
	animation: rotate360 0.7s infinite;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes glowing {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
  100% { filter: brightness(1); }
}
@keyframes rotate360 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.delayIN > div,
.delayIN > a{
	animation: fadeInBottom 0.7s backwards;
	animation-delay: 1s;
}
.delayIN > div:nth-child(1),.delayIN > a:nth-child(1) {animation-delay: 0.1s;}
.delayIN > div:nth-child(2),.delayIN > a:nth-child(2) {animation-delay: 0.2s;}
.delayIN > div:nth-child(3),.delayIN > a:nth-child(3) {animation-delay: 0.3s;}
.delayIN > div:nth-child(4),.delayIN > a:nth-child(4) {animation-delay: 0.4s;}
.delayIN > div:nth-child(5),.delayIN > a:nth-child(5) {animation-delay: 0.5s;}
.delayIN > div:nth-child(6),.delayIN > a:nth-child(6) {animation-delay: 0.6s;}
.delayIN > div:nth-child(7),.delayIN > a:nth-child(7) {animation-delay: 0.7s;}
.delayIN > div:nth-child(8),.delayIN > a:nth-child(8) {animation-delay: 0.8s;}
.delayIN > div:nth-child(9),.delayIN > a:nth-child(9) {animation-delay: 0.9s;}
.delayIN > div:nth-child(10),.delayIN > a:nth-child(10) {animation-delay: 1s;}
ul{ margin:0; padding:0; }
.icon-search2:before{ content: "\e8b6"; }
.icon-lock2:before{ content: "\e897"; }
.icon-person:before{ content: "\e7fd"; }
.icon-phone2:before{ content: "\e0cd"; }
.icon-volume_up:before{ content: "\e050"; }
/**** Background Setting ****/
.site-wrap{
	position: relative;
    min-height: 100%;
    padding-top: 56px;
    padding-bottom: 90px;
	max-width: 800px;
    margin: auto;
    z-index: 1;
}
.site-main-section{
	padding: 3em 0;
	margin-top: 120px;
	min-height:500px;
}
.site-main-section,
.site-section{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 0;
	padding-bottom: 0;
}
.nonloop-block-15{
	/* box-shadow: 0 4px 6px #000; */
}
.owl-carousel .owl-item img{
	max-height: 450px;
    object-fit: cover;
}
/************** Header **************/
.site-header{
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    /* background: #0e0e0e;
    box-shadow: 0 2px 5px #f1d15d78; */
    height: 52px;
    /* border-bottom: 3px solid #fff;
    border-image-source: linear-gradient(to bottom, #ffffff 96%, #dcce89, #ece7a0, #a28662);
    border-image-slice: 1; */
}
.header-logo{
	margin: auto;
	margin-left: 5px;
}
.header-logo img{
	height: 45px;
	object-fit: contain;
	padding-right: 3px;
	margin: auto;
}
.header-btnnav{
	padding: 5px;
    cursor: pointer;
    /*position: absolute;*/
    right: 0;
    top: 0;
}
.header-btnnav img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	padding: 5px;
}
.login-notes{
    font-size: 12px;
    font-size: 12px;
    font-family: Mont300, system-ui;
    color: #ff9191;
    padding-top: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
}
.header-login{
	display: flex;
	margin-right: 5px;
}
.header-login a,
.btn-custom2{
	color: #000;
    font-size: 14px;
    /* line-height: 28px; */
    height: 30px;
    background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878);
    margin: auto 4px;
    padding: 0 15px;
    min-width: 60px;
    text-align: center;
    border-radius: 12px;
    border: 2px groove #ffd794;
    box-shadow: 4px 6px 11px 0px #8b8b8b;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.btn-custom3{
	color: #000;
    font-size: 14px;
    /* line-height: 28px; */
    height: 30px;
    background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878);
    margin: auto 4px;
    padding: 0 15px;
    min-width: 60px;
    text-align: center;
    border-radius: 12px;
    border: 2px groove #ffd794;
    box-shadow: 4px 6px 11px 0px #8b8b8b;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(1);
}
.header-login a:active, 
.btn-login:active,
.btn-custom2:active{
    transform: scale(0.9); /* Shrink the button */
    filter: brightness(1.15);
}
.header-login a:active::after, 
.btn-login:active::after, 
.btn-custom2:active::after{
    transform: scale(1.0); /* Shrink the button */
    filter: brightness(1.00);
}
.header-login a span,
.btn-custom2 span{
	/* background: -webkit-linear-gradient(90deg, #eace9e 40%, #fff1d2, #ffd793 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
    text-shadow: 0 0px 10px #ecd36f69;
}
.header-nav-panel{
	display: none;
}
.header-nav-panel.active{
	display: block;
}
.header-nav-menu{
	position: fixed;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 14;
    border-left: 1px solid #d6bc7f;
    background: #191919;
    box-shadow: 0 2px 4px #ffb9275e;
    min-width: 180px;
    animation: menuslide 0.7s;
    transition: all 0.5s ease;
}
@keyframes menuslide {
  0% { right: -300px; }
  100% { right: 0; }
}
.header-nav-user{
	display: grid;
    padding: 10px 20px;
    box-shadow: 0 1px 3px #000a;
    border-bottom: 1px solid #ffb927;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #d6bc7f, #ffdd51);
}
.header-nav-user span{
	color: #fff;
    font-size: 12px;
}
.header-nav-user h4{
	font-size: 23px;
    background: -webkit-linear-gradient(0deg, #d6bc7f, #ffdd51 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-nav-list{
	display: grid;
}
.header-nav-list .header-nav-li{
	font-size: 14px;
    color: #fff !important;
    font-weight: 100;
    text-shadow: 0 2px #000;
    padding: 10px 20px;
    box-shadow: 0 1px 3px #000a;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ffb927;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #d6bc7f, #ffdd51);
}
.header-nav-list .header-nav-li:hover,
.header-nav-list .header-nav-li:active,
.header-nav-list .header-nav-li:focus{
	filter: brightness(1.3);
    background: #0008;
}
.header-nav-close{
	display: none;
	background: #000a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
}
.header-lang-bar{
	position: absolute;
	display: none;
}
.header-lang-bar.active{
	display: block;
}
.header-lang-list{
	background: linear-gradient(0deg, #300d66, #31c9ceee);
    border: 1px solid #080d25;
    border-radius: 20px;
}
.header-lang-list a{
	display: block;
}
.header-lang-list a img,
.header-lang-main img{
	width: 40px !important;
	height: 40px !important;
}
.header-lang{
    position: relative;
    display: flex;
    margin-right: 5px;
}
.header-lang-menu{
    display: flex;
    margin: auto;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
}
.header-lang-menu img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff2;
    animation: glowing 2s infinite;
}
.header-lang-hide{
    display: none;
    position: absolute;
    top: 38px;
    right: -13px;
    background: #fff;
    box-shadow: 0 1px 4px #0007;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 0;
    z-index: 10;
}
.header-lang-hide.active{
    display: block;
    animation: fadeIn 0.7s;
}
.header-lang-hide a{
    display: flex;
    padding: 8px 10px;
}
.header-lang-hide a img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000a;
}
/********************* Index **********************/
.site-nav-marquit{
	font-size: 13px;
    white-space: nowrap;
    border-top: 1px solid #e2c88b;
    border-bottom: 1px solid #d6bc7f;
    box-shadow: 0 2px 5px #000;
    display: flex;
    width: 100%;
    z-index: 1;
    margin: 5px 0px;
    padding: 5px;
}
.site-nav-marquit i{
	object-fit: contain;
    margin-right: 5px;
    color: #ffd25a;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 5%;
}
.site-nav-marquit span{
	padding-right: 50%;
    color: #000;
    letter-spacing: 1px;
    font-family: fangsong;
    font-size: 12px;
    line-height: 22px;
    width: 40%;
}
.site-nav-marquit a{
	color: #000;
    font-size: 11px;
    background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878);
    margin: auto 4px;
    padding: 0 15px;
    min-width: 60px;
    text-align: center;
    border-radius: 15px;
    border: 2px groove #ffd794;
    box-shadow: 0 1px 3px #ffd79447;
}


.site-nav-marquee{
	display: flex;
    width: 100%;
    z-index: 9;
    position: absolute;
}
.site-nav-marquee marquee {
	display: flex;
    font-size: 13px;
    white-space: nowrap;
	/* border-top: 1px solid #e2c88b;
    border-bottom: 1px solid #d6bc7f; */
    height: 23px;
    /* box-shadow: 0 2px 5px #000;  */
    background: #494949aa;
}
.site-nav-marquee marquee span{
	padding-right: 40%;
    color: #fff;
    letter-spacing: 1px;
    font-family: fangsong;
    font-size: 13px;
    line-height: 22px;
}
.site-game-youwin{
	/* display: flex; */
    display: none;
    justify-content: center;
    width: 100%;
    margin-top: -10%;
    margin-bottom: -30%;
    background: #fff;
    border-radius: 40px;
    z-index: 8;
}
.site-game-main{
	display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: -15%; */
    /* background: #fff; */
    z-index: 8;
}
#youwinimg{
    position: relative;
    top: -50%;
    height: 150px;
}
.site-game-nav{
	padding: 0 10px;
	/* margin-top: 20px; */
}
.site-game-nav li{
	display: flex; 
    align-items: center;
    margin-bottom: 7px;
    /* filter: drop-shadow(3px 4px 4px #000);
	background: linear-gradient( 0deg, #010100, #222, #010100); */
    /* border: 2px groove #ffd794;
    box-shadow: 0 1px 3px #ffd79459; */
    border: 1px solid #e7c878;
    background: #fff;
    border-radius: 8px;
	width: 95px;
    height: 45px;
}
.site-game-nav li img{
	width: 40px;
    height: 40px;
    object-fit: contain; 
    margin-left: 3%;
}
.site-game-nav li img.half{
    object-fit: cover;
    margin-top: -5px;
    margin-bottom: 0;
}
.site-game-nav li.active{
    font-weight: 900;
}
.site-game-nav li.active img{
    filter: brightness(1.3);
}
.site-game-nav li span{
	font-size: 10px;
    text-align: start;
    color: #3c2e00;
    margin-left: 3%;
    /* line-height: 110%;
    margin-top: -10px;
    background: -webkit-linear-gradient(60deg, #eace9e 30%, #ffffff, #ffd793 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-shadow: 0 0px 1px #ffd6446e;
	letter-spacing: -0.2px;
}
.site-game-list{
	max-width: 600px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.site-game-navigator .btn-custom2{
    font-size: 12px;
    height: 24px;
    padding: auto;
}

.site-game-navigator{
	display: flex;
    gap: 10px;
    /*margin: auto;
    padding: 0 10px;
    margin-bottom: 10px;
    max-width: 340px; */
    /* margin-top: -20%; */
    z-index: 9;
    padding: 0 10px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.site-game-navigator a{
	display: flex;
	margin: auto;
    background: #eaeaea;
    border-radius: 5px;
    width: 50%;
}
.site-game-navigator .balance-info{
	display: flex;
	margin: auto;
    flex-direction: column;
    border-bottom: 1px solid #e7c878;
    width: 105px;
}
.site-game-navigator .balance-title{
    font-size: 14px;
    color: #606060;
}
.site-game-navigator .balance-value{
    color: #3c2e00;
    font-weight: 500;
}
.site-game-navigator a img{
	width: 100%;
	max-width: 55px;
    height: 55px;
	object-fit: contain;
	margin: auto;
}
.site-game-navigator a .btn-custom2{
	min-width: 75px;
    margin: auto;
}
.site-game-item{
	display: none;
}
.site-game-item .row{
	margin-left: 0px;
    margin-right: 10px;
}
.site-game-item.active{
	display: block;
}
.game-item-base{
	padding: 6px;
    margin-bottom: 5px;
}
.game-item-new{
	filter: drop-shadow(4px 5px 6px #000);
}
.game-item-new img{
	width: 100%;
    /*object-fit: contain;
    border: 1px groove #b7904d;
    border-radius: 15px;
    min-height: 100px;
    background: #000;*/
}
/******************* Footer ********************/
.site-footer{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    background-image: url(../images/rgroup/footerbg.png);
    background-size: cover;
    box-shadow: 0 0px 15px #000;
    z-index: 11;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.footer-main{
	display: flex;
}
.footer-main a{
	display: grid;
	padding: 5px 0;
	width: 20%;
    margin-top: 15px;
    height: 80px;
}
.footer-main a:hover,
.footer-main a:active,
.footer-main a:focus{
    filter: brightness(1.2);
}
.footer-main a img{
	width: 100%;
    max-width: 40px;
    height: 38px;
    object-fit: cover;
    margin: auto;
}
.footer-main a span{
    font-size: 11px;
    color: #000d;
    text-align: center;
    height: 34px;
    line-height: 1.1;
    font-weight: 600;
    /* background: -webkit-linear-gradient(90deg, #ffd998 40%, #ffedc5, #d4ad6c 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 2px #d6c7707d; */
}
/****************** Signup ********************/
.site-header .header-backbtn{
	position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
}
.site-header .header-backbtn img{
	width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto 6px;
}
.site-header .header-center{
	color: #3c2e00;
    text-shadow: 0 0px 1px #ffd6446e;;
    font-family: system-ui;
    font-size: 23px;
    margin: auto;
}
.site-header a.header-backbtn{
    animation: fadeInZoom2 0.5s backwards;
    animation-delay: 0.3s;
}
.site-login-main{
	max-width: 500px;
    margin: auto;
}
.site-login-logo{
	display: flex;
    margin: 10px 0;
}
.site-login-logo img{
	width: 50%;
    object-fit: contain;
    max-width: 240px;
    margin: auto;
}
.site-login-section label{
	margin: 0;
    font-size: 12px;
    color: #000;
}
.site-login-section input,
.site-login-section select{
	background: #fffffc !important;
    color: #000 !important;
    border: 1px groove #e7c878 !important;
    box-shadow: 3px 4px 10px #000a;
    height: 35px;
    font-size: 14px;
    padding: 2px 15px;
}
.form-verified-btn{
	display: flex;
}
.form-verified-btn input,
.form-verified-btn select{
	border-radius: 5px 0 0 5px;
}
.form-verified-btn .btn-verified{
	width: 50%;
    min-width: 100px;
    height: 35px;
    color: #000;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    text-shadow: 0 0 1px #000a;
    text-transform: uppercase;
    border: 1px groove #fff9ba8f;
    background: linear-gradient(0deg, #debd60, #fff5ca 50%);
}
.site-login-section .btn-login{
	display: table;
    margin: auto;
    min-width: 224px;
    border: 1px groove #ffcd6d5c;
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878);
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    text-shadow: 0 0 1px #000;
    height: 34px;
    line-height: 28px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.site-login-lang{
	display: flex;
    margin-bottom: 50px;
    padding-top: 10px;
}
.site-login-lang a{
	display: inline-block;
}
.site-login-lang a:hover img,
.site-login-lang a:focus img,
.site-login-lang a:active img{
	filter: brightness(1.4) drop-shadow(0px 0px 2px #ff0000aa);
}
.site-login-lang a:first-child{
    margin-left: auto;
}
.site-login-lang a:last-child{
    margin-right: auto;
}
.site-login-lang a img{
	width: 35px;
    height: 35px;
    object-fit: contain;
	transition: all 0.5s ease;
    border: 1px solid #000a;
}

/***************** Promotion ******************/
.site-promo-list{
	display: grid;
    max-width: 550px;
    margin: auto;
	margin-top: 10px;
}
.site-promo-item{
    margin: 15px;
    border: 1px solid #dbb750;
    border-radius: 5px;
    background: #000;
}
.site-promo-item a{
	display: grid;
}
.site-promo-item a h4{
	box-shadow: 0 2px 6px #0007;
    border: 1px groove #ffe49969;
    background: linear-gradient(0deg, #ad740f, #d8b145, #efde97 60%, #fff3bd , #ffe66e);
    text-shadow: 0 0 1px #000;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #000;
    padding: 0 10px;
    margin: -2px;
    z-index: 1;
}
.site-promo-item a img{
	width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
	margin-top: -20px;
}
.site-promo-view{
	max-width: 800px;
    margin: auto;
}
.site-promo-view .banner-img{
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	border-radius: 10px;
}
.site-promo-field{
	border: 1px solid #dbb750;
    border-radius: 15px;
	background: linear-gradient(45deg, #0004, #0000 30%);
    margin: 5px;
}
.site-promo-field h4{
	    color: #000;
    font-size: 17px;
    padding: 0 15px;
    border: 1px groove #2c62ff5c;
    box-shadow: 0 2px 6px #0007;
    background: linear-gradient(0deg, #ad740f, #d8b145, #efde97 60%, #fff3bd , #ffe66e);
    text-shadow: 0 0 1px #000;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin: -2px;
}
.site-promo-field p{
	font-size: 13px;
    color: #ddd;
    padding: 10px 15px;
    padding-bottom: 30px;
	min-height: 220px;
}

/**************** Others ****************/
.site-ccservices{
	display: grid;
    width: 100%;
    margin: auto;
    /* margin-top: 50px; */
    max-width: 600px;
}
.ccservices-main{
	/* border: 1px solid #555; */
    min-height: 500px;
	margin: 0 10px;
}
.ccservices-main a{
	display: block;
    margin: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #555;
    box-shadow: 0 2px 3px #000a;
	filter: drop-shadow(2px 4px 6px white); 
}
.ccservices-main a:hover,
.ccservices-main a:active,
.ccservices-main a:focus{
	filter: brightness(1.3);
    border-radius: 15px 15px 0 0;
    border-color: #0b7b6d;
}
.ccservices-main a:after{
	content: '';
    background: url(../images/icon2/arrow-right.png) no-repeat;
    background-size: 25px 25px;
    background-position: center right;
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.ccservices-main a img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.ccservices-main a span{
	color: #000;
    margin-left: 5px;
	font-size: 14px;
	/* text-shadow: 0 1px 3px #000a; */
}
.ccservices-main h4{
	text-transform: uppercase;
    font-size: 20px;
    color: antiquewhite;
    margin-left: 5px;
    text-shadow: 0 1px 3px #000a;
}

.cssbox-detail{
	display: block;
    color: #636363;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    /* background: linear-gradient(0deg, #010100, #222, #010100); */
    background-color: #fff;
    border-radius: 15px;
    border: 2px groove #ffd794;
    box-shadow: 0 1px 3px #ffd79459;
    /* min-height: 90px; */
}
.cssbox-detail h5{
	display: block;
    font-size: 13px;
    font-family: system-ui;
    /* color: #999; */
    text-decoration: underline;
    margin: 0;
    text-transform: uppercase;
    padding: 2px 8px;
}
.cssbox-detail p{
	margin: 0;
	display: flex;
}
.cssbox-detail p font{
	min-width: 80px;
    margin-right: 10px;
}
.cssbox-detail p span{
	margin-left: 15px;
}
.site-wallet{
	display: grid;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.wallet-detail{
	margin: 0 15px;
}
.wallet-deposit-btn{
	display: block;
    /* box-shadow: 0 2px 6px #000; */
    background: #e0b94d;
    text-shadow: 0 0 1px #000a;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #000 !important;
    font-size: 16px;
    margin-bottom: 15px;
}
.wallet-deposit-btn i{
	border-right: 1px dashed #0000003b;
    margin-right: 12px;
    padding: 5px 0;
    padding-right: 15px;
}
.wallet-deposit-btn.wcolor2{
    /* background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878); */
    border: 1px solid #e7c878;
    background: #fff;
    color: #3c2e00;
}
.wallet-deposit-btn.wcolor3{
    border: 1px solid #e7c878;
    background: #fff;
    color: #3c2e00;
    /* border: 1px groove #ffcd6d5c; */
    /* background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878); */
}

.site-deposit-change{
	display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.site-deposit-change a{
	display: table;
    margin: auto;
    width: 50%;
    text-align: center;
    border: 1px groove #ffcd6d5c;
    color: #000;
    font-size: 14px;
    text-shadow: 0 1px 3px #000;
    height: 40px;
    line-height: 40px;
	filter: brightness(0.7);
}
.site-deposit-change a.active{
	filter: brightness(1.1);
}
.site-deposit-change a:first-child{
	/*border-radius: 50px 0 0 50px;*/
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(0deg, #b58925, #fffb82);
}
.site-deposit-change a:last-child{
	/*border-radius: 0 50px 50px 0;*/
    border-left: none;
    background: linear-gradient(0deg, #b58925, #fffb82);;
}


/*game*/
.site-games-board {
 display: flex;
 width: 100%;
 /*padding: 20px;
    background: linear-gradient(to bottom, rgb(40 169 218) 0%, #43c0ff 100%);
    border-radius: 0px 0px 20px 20px;*/
 /*background-color: #000;*/
 /*height: 150px;
    margin-top: 26px;*/
}

.site-games-logo {
 width: 30%;
 display: contents;
}

.site-games-logo img {
    display: block;
    margin: 10%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    width: 60%;
}

.subpage-gamestransfer {
 width: 100%;
 padding: 10px;
 /*padding-top:80px;*/
 padding-bottom: 15px;
 background-color: #ffffff;
 border-radius: 5px;
}

.subpage-gamestransfer-left {
 width: 50%;
 float: left;
 margin-bottom: 10px;
 text-align: left;
}

.subpage-gamestransfer-left span {
 font-size: 17px;
 font-weight: 600;
 /*font-size: 14px;*/
 color: #000;
 text-align: left;
}

.subpage-gamestransfer-right {
 width: 50%;
 float: right;
 margin-bottom: 10px;
 text-align: right;
}

.subpage-gamestransfer-right span {
 font-size: 14px;
 font-weight: 600;
 color: #000;
 margin-right: 10px;
}

.subpage-gamestransfer-right img {
 width: 10%;
}

.subpage-gamestransfer-display {
 text-align: center;
 border-bottom: 1px solid #000;
}

.subpage-gamestransfer-display input {
 color: #000 !important;
 font-size: 35px;
 width: 80%;
 background: transparent;
 border: none;
 text-align: center;
}

.subpage-gamestransfer-total-text {
 width: 15%;
 float: left;
 margin-bottom: 10px;
}

.subpage-gamestransfer-total-text span {
 font-size: 14px;
 color: #000;
}

.subpage-gamestransfer-total-amount {
 width: auto;
 margin-bottom: 10px;
}

.subpage-gamestransfer-total-amount span {
 font-size: 14px;
 color: #FF9800;
 margin-left: 10px;
}

.subpage-gamestransfer-explain-left {
 width: 40%;
 float: left;
 margin-bottom: 10px;
}

.subpage-gamestransfer-explain-left span {
 font-size: 14px;
 color: #543f00;
}

.subpage-gamestransfer-explain-right {
 width: 60%;
 margin-bottom: 10px;
 float: right;
 text-align: left;
}

.subpage-gamestransfer-explain-right span {
 font-size: 14px;
 color: #543f00;
}

.subpage-gamestransfer-button {
 width: 100%;
 margin-bottom: 10px;
}

.subpage-gamestransfer-button button,
.subpage-gamestransfer-button a {
 width: 98%;
 line-height: 15px;
 color: #000;
 background: linear-gradient(0deg, #b58925, #fffb82) !important;
 margin-top: 30px;
 padding: 10px;
 border:2px solid #e9e448;
}

.subpage-games {
 width: 100%;
 padding: 10px;
 /*padding-top:80px;*/
 padding-bottom: 15px;
 background-color: #fff8d0;
 border-radius: 5px;
}

.subpage-games-left {
 width: 50%;
 float: left;
 margin-bottom: 10px;
 text-align: left;
}

.subpage-games-left span {
 font-size: 14px;
 color: #000;
}

.subpage-games-right {
 width: 50%;
 float: right;
 margin-bottom: 10px;
 text-align: right;
}

.subpage-games-right span {
 font-size: 14px;
 color: #000;
 margin-right: 10px;
}

.subpage-games-right img {
 width: 10%;
}

.subpage-games-display {
 text-align: center;
 border-bottom: 1px solid #000;
}

.subpage-games-display span {
 color: #000 !important;
 font-size: 35px;
}

.subpage-games-total-text {
 width: 15%;
 float: left;
 margin-bottom: 10px;
}

.subpage-games-total-text span {
 font-size: 14px;
 color: #000;
}

.subpage-games-total-amount {
 width: auto;
 margin-bottom: 10px;
}

.subpage-games-total-amount span {
 font-size: 14px;
 color: darkseagreen;
 margin-left: 10px;

}

.subpage-games-explain-left {
 width: 40%;
 float: left;
 margin-bottom: 10px;
}

.subpage-games-explain-left span {
 font-size: 14px;
 color: #808080;
}

.subpage-games-explain-right {
 width: 60%;
 margin-bottom: 10px;
 float: right;
 text-align: left;
}

.subpage-games-explain-right span {
 font-size: 14px;
 color: #808080;
}

.subpage-games-button {
 width: 100%;
 margin-bottom: 10px;
}

.subpage-games-button a {
 width: 98%;
 line-height: 15px;
 color: #000;
 background: linear-gradient(5deg, #a7864a 5%, #eac989 95%);
 margin-top: 30px;
 padding: 10px;
}

/*** p_loading.php **/

.result_div{
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
  }
.ssload-flip{
    /* display: grid;
    width: 100%;
    margin-top: 50%; */

    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}
.ssload-center{
    display: flex;
    margin: auto;
    width: 210px;
    overflow: hidden;
}
.ssload-center span{
    display: flex;
    width: 70px;
    height: 70px;
}
.ssload-center span:nth-child(1):before{ background: url(../images/p_logo.html); }
.ssload-center span:nth-child(2):before{ background: url(../images/s_logo.html); }
.ssload-center span:nth-child(3):before{ background: url(../images/7_logo.html); }
.ssload-center span:before{
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    margin: 5px;
}
.ssload-center span:nth-child(1){ animation: coinMove1 2.1s infinite; }
.ssload-center span:nth-child(2){ animation: coinMove2 2.1s infinite; }
.ssload-center span:nth-child(3){ animation: coinMove3 2.1s infinite; }
@keyframes coinMove1 {
  0% { transform: scale(0); opacity: 0; }
  20% { opacity: 0; }
  50% { transform: scale(1); opacity: 1; }
  65% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes coinMove2 {
  0% { transform: scale(0); opacity: 0; }
  20% { opacity: 0; }
  50% { transform: scale(1); opacity: 1; }
  65% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes coinMove3 {
  0% { transform: scale(0); opacity: 0; }
  20% { opacity: 0; }
  50% { transform: scale(1); opacity: 1; }
  65% { opacity: 1; }
  100% { opacity: 0; }
}
.ssload-flip label{
    color: black;
    background: -webkit-linear-gradient(90deg, #ee740a, #ff9815);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    letter-spacing: 12px;
    font-size: 12px;
    font-weight: 400;
    font-family: Mont500, system-ui;
    margin-top: 15px;
    filter: brightness(1.5);
    animation: shake2 3.2s infinite;
}
@keyframes shake2 {
    0% { transform: translateX(0); }
    30% { transform: translateX(0); }
    31% { transform: translateX(2px); }
    32% { transform: translateX(-2px); }
    33% { transform: translateX(3px); }
    34% { transform: translateX(-1px); }
    35% { transform: translateX(2px); }
    36% { transform: translateX(-2px); }
    37% { transform: translateX(1px); }
    38% { transform: translateX(-3px); }
    39% { transform: translateX(2px); }
    40% { transform: translateX(0); }
    100% { transform: translateX(0); }
}


/*** end p_loading.php ***/


      .border-profile{
        display: block;
        /* color: #ddd; */
        padding: 10px;
        font-size: 12px;
        margin-bottom: 40px;
        margin-top: 30px;
        min-height: 90px;
      }
      .bpfirst{
        width: 100%;
        display: flex;
        /* background: linear-gradient(0deg, #010100, #222, #010100); */
        border-radius: 15px;
        border: 2px groove #ffd794;
        box-shadow: 0 1px 3px #ffd79459;
      }
      .bpfirst01{
        width: 20%;
        padding: 5%;
      }
      .bpfirst01 img{
        width: 100%;
      }
      .bpfirst02{
        width: 100%;
        padding-left: 10%;
      }
      .bpfirst02 label{
        font-size: 16px;
        font-weight: 600;
        color: #414141;
      }
      .bpfirst02 span{
        font-size: 15px;
      }

      
.srecord-games {
 position: relative;
 display: flex;
 padding: 10px;
 background: #e5e5e5;
}

.srecord-games:before {
 content: '';
 background: url(../images/bgstyle-gray.html) no-repeat;
 background-size: contain;
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 opacity: 0.2;
}

.srecord-games h5 {
 margin: auto 0;
 margin-left: 5px;
 font-size: 19px;
 text-shadow: 0 0 1px #0003;
 color: #997300;
 font-weight: 600;
}

.srecord-gcount {
 display: grid;
 margin-left: auto;
 color: #997300;
}

.srecord-gcount span {
 margin-left: auto;
 min-width: 50px;
 font-size: 15px;
 text-align: center;
 padding: 0 5px;
 text-shadow: 0 0 1px #0004;
}

.srecord-gcount span:first-child {
 font-size: 14px;
 text-shadow: unset;
 color: #777;
 border: 1px solid #bbb;
 border-radius: 5px;
 margin-bottom: 5px;
}

.srecord-detail {
 position: relative;
 min-height: 400px;
}


    .sprofile-tables{
    font-family: Mont300, system-ui;
    letter-spacing: 0.4px;
    padding: 10px;
    border: 2px solid #807301;
    border-radius: 10px;
        margin: 2%;
    width: 100%;
    }
    .sprofile-tbtitle{
     text-align: center;
    }
    .sprofile-tbtitle h4{
     font-size: 18px;
    color: #FFC107;
    font-weight: bold;
    margin-bottom: 5px;
    }
    .sprofile-tbtitle h5{
     font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
     color: #000;
    }
    .sprofile-tables table{
     text-align: center;
    font-size: 12px;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 15px;
     color: #000;
    }
    .sprofile-tables table thead{
    background: linear-gradient(0deg, #83781b,#dbcb44,#f2e150,#fcea4c)!important;
     color: #000;
    }


.site-friend {
 margin: 10px 0;
}

.site-friend form {
 display: grid;
}

.site-fsearch {
 display: flex;
 margin: 0 15px;
 width: calc(100% - 30px);
 background: #eaeaea;
 border-radius: 5px;
}

.site-fsearch i {
 font-size: 20px;
 margin: auto 10px;
 margin-right: 0;
 color: #999;
}

.site-fsearch input {
 border: none;
 outline: none !important;
 padding: 0 10px;
 font-size: 14px;
 width: 100%;
 background: unset;
 height: 33px;
}

.sfriend-group {
 margin-bottom: 50px;
}

.sfriend-item {
 display: flex;
 padding-top: 10px;
}

.sfriend-item img {
 width: 45px;
 height: 45px;
 object-fit: contain;
 border-radius: 50%;
 margin: auto 10px;
}

.sfriend-name {
 display: grid;
 width: 100%;
 border-bottom: 1px solid #e5e5e5;
 padding-left: 5px;
 padding-right: 15px;
 min-height: 50px;
}

.sfriend-name h5 {
 font-size: 16px;/*
 text-shadow: 0 0 1px #030303;*/
 margin: auto 0;
 color: #4b4b4b;
}

.sfriend-name span {
 font-size: 13px;
 color: #999;
 letter-spacing: 0.4px;
}

.sfriend-header {
 background: #eee;
 height: 33px;
 line-height: 33px;
 padding: 0 15px;
 margin: 10px 0;
 color: #777;
 text-shadow: 0 0 1px #333;
}

.fsearch-scan {
 display: flex;
 width: 40px;
}

.fsearch-scan i {
 margin: auto;
 font-size: 24px;
 color: #735806;
}

.fsearch-scan i:after {
 top: 11px;
 width: 16px;
}

.sfriend-header.sc2 {
 font-size: 14px;
 text-shadow: unset;
 margin-bottom: 3px;
 color: #555;
}

.sfriend-request {
 margin-bottom: 50px;
}

.sfriend-nav {
 display: flex;
}

.sfriend-nav span {
 position: relative;
 text-align: center;
 height: 45px;
 line-height: 40px;
 width: 100%;
 font-family: system-ui;
 border-bottom: 2px solid #eee;
 transition: all 0.4s ease;
 color:#9d9d9d;

}

.sfriend-nav span:first-child:before {
 content: '';
 position: absolute;
 top: calc(50% - 10px);
 right: 0;
 width: 1px;
 height: 20px;
 background: #ccc;
}

.sfriend-nav span.active {
     color: #e09f2e;
    text-shadow: 0 0 1px #e09f2e;
    border-bottom: 2px solid #e09f2e;
}

.sfriend-detail {
 display: none;
 position: relative;
 width: 100%;
 min-height: 300px;
}

.sfriend-detail.active {
 display: block;
 animation: fadeIn 0.5s ease;
}

.sfriend-detail.empty:before {
 content: '';
 position: absolute;
 top: 15%;
 left: 15%;
 background-size: contain;
 background-position: center;
 width: 70%;
 height: 70%;
}

.site-bclist {
 display: grid;
}

.site-bcitem {
 display: flex;
 width: 100%;
 background: #000;
 padding: 5px;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}

.site-bcitem:nth-child(even) {
 background: #eff3f6;
}

.sbcitem-logo {
 display: flex;
 margin-left: 8px;
 margin-right: 8px;
}

.sbcitem-logo img {
 border-radius: 50%;
 width: 44px;
 height: 44px;
 object-fit: cover;
 background: #aaa;
 margin: auto;
}

.sbcitem-detail,
.sbcitem-cash {
 padding: 8px 5px;
 display: grid;
 min-height: 60px;
}

.sbcitem-detail h5,
.sbcitem-cash h5 {
 font-size: 15px;
 font-family: sans-serif;
 text-shadow: 0 0 1px #0008;
 margin: 0;
 color: #000;
}

.sbcitem-detail span,
.sbcitem-cash span {
 font-size: 13px;
 color: #888;
}

.sbcitem-cash {
 margin-left: auto;
 text-align: right;
}

.sbcitem-cash span {
 font-weight: bold;
 font-family: sans-serif;
 font-size: 15px;
 margin-top: 2px;
 color: #000;
}

.sbcitem-cash span font {
 font-weight: normal;
 margin-right: 10px;
 font-size: 11px;
 color: #999;
}

.btn-fcss1 {
 background: linear-gradient(0deg, #b58925, #fffb82) !important;
 height: 45px;
 line-height: 45px;
 color: #000 !important;
 text-shadow: 0 0 1px #0008;
 text-align: center;
 border: none;
 border-radius: 4px;
 font-family: system-ui;
 width: 100%;
}

.btn-fcss1 span i {
 font-size: 20px;
 margin: auto;
 margin-right: 5px;
}

.btn-fcss2 {
 background: linear-gradient(90deg, #f44336, #be352b) !important;
 height: 45px;
 line-height: 45px;
 color: #fff !important;
 text-shadow: 0 0 1px #0008;
 text-align: center;
 border: none;
 border-radius: 4px;
 font-family: system-ui;
 width: 100%;
}

.btn-fcss2 span i {
 font-size: 20px;
 margin: auto;
 margin-right: 5px;
}

.form-note {
    background: #e5e5e5;
    color: #888;
    font-size: 13px;
    padding: 5px 10px;
    font-family: system-ui;
    margin-bottom: 10px;
}
.site-games-list a img{
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.site-games-list a:active img,
.site-games-list a:focus img,
.site-games-list a:hover img{
    transform: scale(1.15);
    filter: brightness(1.2);
    /* Adjust the scale and brightness values as needed */
}

.game-slot {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.game-slot.fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.game-slot.show {
  opacity: 1 !important;
}