::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #aaa !important;
}

.flex {
	display: flex !important;
}

.grid {
	display: grid !important;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.btn-warning {
	color: #000;
}

.bold {
	font-weight: bold !important;
}

.br0 {
	border-radius: unset !important;
}

.txtc {
	text-align: center !important;
}

.hidden {
	display: none;
	opacity: 0;
}

.textl {
	text-align: left !important;
}

.textr {
	text-align: right !important;
}

.textc {
	text-align: center !important;
}

.bgwhite {
	background: #fff !important;
}

.form-group {
	margin-bottom: 0.7rem;
}

.overflow-x {
	overflow-x: hidden;
}

.overflow-x body {
	overflow-x: hidden;
}

.mrg-0 {
	margin: 0 !important;
}

.mrg-top-m5 {
	margin-top: -5px !important;
}

.mrg-top-m10 {
	margin-top: -10px !important;
}

.mrg-top-40 {
	margin-top: 40px !important;
}

.mrg-top-50 {
	margin-top: 50px !important;
}

.mrg-top-60 {
	margin-top: 60px !important;
}

.mrg-top-70 {
	margin-top: 70px !important;
}

.mrg-top-80 {
	margin-top: 80px !important;
}

.mrg-top-100 {
	margin-top: 100px !important;
}

.mrg-top-120 {
	margin-top: 120px !important;
}

.mrg-top-200 {
	margin-top: 200px !important;
}

.red {
	color: #ff2626 !important;
}

.green {
	color: #0a9b22 !important;
}

.w40 {
	width: 45% !important;
}

@font-face {
	font-family: Futura;
	src: url(../fonts/Fonts/Futura.ttc);
}

@font-face {
	font-family: Helvetica-BlkCond;
	src: url(../fonts/Fonts/HelveticaLTStd-BlkCond.otf);
}

@font-face {
	font-family: Helvetica-Light;
	src: url(../fonts/Fonts/HelveticaLTStd-Light.otf);
}

@font-face {
	font-family: Futura-Book;
	src: url(../fonts/Fonts/ufonts.com_futura-book.ttf);
}

@font-face {
	font-family: Mont300;
	src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
	font-family: Mont400;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Mont500;
	src: url(../fonts/Montserrat-Medium.ttf);
}

a,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	color: #000;
}

html,
body {
	background: #fff;
	overflow-x: hidden;
}

body {
	background: #fff !important;
	font-family: Helvetica, Arial, STHeiti, Microsoft Yahei New, Microsoft Yahei, '微软雅黑体', '宋体', SimSun, STXihei, sans-serif;
	color: #000;
	width: 100%;
	height: 100%;
}

body.base-bg {
	background: unset !important;
}

body.base-bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -1;
}

a:hover {
	color: inherit;
}

a,
button {
	outline: none !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	object-fit: contain;
}

.btn:hover {
	box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.4) !important;
}

.icon-search2:before {
	content: "\e8b6";
}

.icon-lock2:before {
	content: "\e897";
}

.icon-person:before {
	content: "\e7fd";
}

.icon-phone2:before {
	content: "\e0cd";
}

/**** Background Setting ****/
.site-wrap {
	position: relative;
	margin: auto;
	padding: 0 10px;
	padding-top: 70px;
	padding-bottom: 70px;
	box-shadow: -1px 0 0 #0002;
	width: 100%;
	min-height: 100%;
	height: auto;
	z-index: 1;
}

.site-section {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}

.main .site-section {
	padding-top: 0;
}

.owl-carousel .owl-item img {
	object-fit: contain;
	max-height: 500px;
}

.slideout .site-wrap,
.slideout .sheader2-main {
	animation: righttoleft 0.4s;
}

.slidein .site-wrap,
.slidein .sheader2-main {
	right: -120%;
	animation: lefttoright 0.3s;
}

@keyframes righttoleft {
	0% {
		right: -100%;
		position: fixed;
	}

	100% {
		right: 0;
		position: fixed;
	}
}

@keyframes lefttoright {
	0% {
		right: 0;
		position: fixed;
	}

	100% {
		right: -120%;
		position: fixed;
	}
}

.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.2);
	}

	100% {
		filter: brightness(1);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes slideTop {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideZoom {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.site-nav-marquee {
	position: relative;
	display: flex;
	width: 100%;
	box-shadow: 0 0 3px #0004;
	background: #fff;
	border-radius: 50px;
	margin: 0;
	margin-bottom: 10px;
}

.site-nav-marquee img {
	width: 22px;
	height: 22px;
	margin: auto 5px;
}

.smarquee-main {
	position: relative;
	display: flex;
	width: 100%;
	z-index: 1;
	margin-right: 5px;
}

.site-nav-marquee marquee {
	font-size: 12px;
	white-space: nowrap;
	letter-spacing: 0.4px;
	margin: auto;
	padding-left: 40px;
}

.site-nav-marquee marquee span {
	color: #0152ae;
}

.nonloop-block-15 {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px #0009;
	border-radius: 10px;
	max-width: 1000px;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.site-backhome {
	position: fixed;
	top: 0;
	padding: 5px;
	z-index: 10;
	overflow: hidden;
	animation: backhome2 0.6s;
}

.site-backhome img {
	width: 30px;
	height: 30px;
}

@keyframes backhome2 {
	0% {
		margin-left: -50px;
		opacity: 0;
	}

	60% {
		margin-left: -50px;
		opacity: 0;
	}

	100% {
		margin-left: 0;
		opacity: 1;
	}
}

.owl-dots {
	position: absolute;
	display: flex;
	width: 100%;
	bottom: 6px;
	left: 0;
}

.owl-dots .owl-dot {
	margin: 0 2px;
}

.owl-dots .owl-dot:first-child {
	margin-left: auto;
}

.owl-dots .owl-dot:last-child {
	margin-right: auto;
}

.owl-dots .owl-dot span {
	display: block;
	transition: all 0.3s ease;
	width: 4px;
	height: 4px;
	background: #aaa;
	border-radius: 50%;
}

.owl-dots .owl-dot.active span {
	background: #fff !important;
	box-shadow: 0 0 1px #000;
}

/*************** Header ****************/
.site-header {
	position: fixed;
	display: flex;
	width: 100%;
	left: 0;
	top: 0;
	background: #000000;
	box-shadow: 0 1px 3px #0004;
	z-index: 13;
}

.site-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(45deg, transparent, #eff7ff, transparent);
}

.header-logo {
	margin: auto;
	margin-left: 0;
}

.header-logo img {
	height: 50px;
	width: 100px;
}

.header-right {
	margin: auto;
	margin-right: 0;
}

.header-right a {
	display: flex;
	width: 60px;
	height: 60px;
}

.header-right a img {
	width: 30px;
	height: 30px;
	margin: auto;
}

.sheader2-main {
	position: fixed;
	display: flex;
	background: #000;
	box-shadow: 0 1px 2px #0003;
	top: 0px;
	right: 0;
	height: 60px;
	width: 100%;
	z-index: 20;
}

.sheader2-main a.site-backhome {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	padding-right: 15px;
}

.sheader2-main a.site-backhome:before {
	content: '';
	background: url(../images/back.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin: auto;
	opacity: 0.5;
}

.sheader2-main h5 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.4px;
	margin: auto;
}

.sheader2-main a.sheader2-setting {
	position: absolute;
	display: flex;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
}

.sheader2-main a.sheader2-setting:before {
	content: '';
	background: url(../images/icon/gear.png) no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: auto;
}

.sheader2-main a.sheader2-setting:active,
.sheader2-main a.sheader2-setting:focus {
	animation: rotate360 4s infinite;
}

/*************** Footer ****************/
.site-footer {
	position: fixed;
	display: flex;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	box-shadow: 0 0 5px #000a;
}

.site-footer a {
	position: relative;
	display: grid;
	width: 100%;
	height: 60px;
	padding: 5px;
	transition: background 0.3s ease;
	overflow: hidden;
}

.site-footer a.active {
	background: #383838;
}

.site-footer a:before {
	content: '';
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff3;
	opacity: 0;
}

.site-footer a:active:before,
.site-footer a:focus:before {
	animation: expand 0.8s;
}

@keyframes expand {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

.icon2-home {
	background: url(../images/icon3/home.png);
}

.icon2-contact {
	background: url(../images/icon3/contact.png);
}

.icon2-record {
	background: url(../images/icon3/record.png);
}

.icon2-profile {
	background: url(../images/icon3/profile.png);
}

a.active .icon2-home {
	background: url(../images/icon3/home_w.png);
}

a.active .icon2-contact {
	background: url(../images/icon3/contact_w.png);
}

a.active .icon2-record {
	background: url(../images/icon3/record_w.png);
}

a.active .icon2-profile {
	background: url(../images/icon3/profile_w.png);
}

.site-footer a>i {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-bottom: 0;
}

.site-footer a>span {
	color: #ddd;
	font-size: 10px;
	margin: auto;
	margin-top: 0;
}

.site-footer a.active>span {
	color: #ffd400;
}

/*************** Login *****************/
body.login-layout {
	background: url(../images/black-bg.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.login-form-box {
	display: grid;
	padding: 10px;
	max-width: 500px;
	margin: auto;
}

.login-form-logo {
	margin: auto;
	margin-bottom: 40px;
}

.login-form-logo>img {
	width: 160px;
	height: 120px;
}

.login-form-title {
	margin: auto;
	margin-bottom: 30px;
}

.login-form-title>h4 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0;
	font-size: 26px;
	letter-spacing: 2px;
}

.login-form-box .form-group {
	position: relative;
	margin-bottom: 25px;
}

.login-form-box .form-group>img {
	position: absolute;
	padding: 10px;
	padding-right: 5px;
	filter: drop-shadow(0 1px 1px #0005);
	width: 45px;
	height: 47px;
	opacity: 0.8;
}

.login-form-box .form-group input,
.login-form-box .form-group select,
.login-form-box .form-group textarea {
	background: #fff8;
	border-radius: 50px;
	border: none;
	color: #000 !important;
	padding-right: 15px;
	padding-left: 45px;
}

.btn-css1,
.btn-css2,
.btn-css3 {
	position: relative;
	display: inline-block;
	min-height: 50px;
	line-height: 47px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	border: none;
	color: #000 !important;
	text-shadow: 0 0 1px #074ea3ad;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 700;
	padding: 0 20px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-css1:hover,
.btn-css1:active,
.btn-css1:focus {
	box-shadow: 0 4px 8px #0009;
}

.btn-css2 {
	background: #e4ecff;
	box-shadow: 0 1px 0 #d2e0ff;
	border-radius: 15px;
	min-height: 37px;
	line-height: 37px;
	font-size: 16px;
}

.btn-css2:active,
.btn-css2:focus {
	background: #146dd3;
	color: #fff !important;
}

.btn-css2.disabled {
	color: #444 !important;
	background: #f0f0f0 !important;
	box-shadow: 0 1px 0 #ccc !important;
}

.btn-css3 {
	background: #0152ae;
	box-shadow: unset;
	color: #fff !important;
	text-shadow: 0 0 1px #fffa;
	border-radius: 50px;
	padding: 0 25px;
	min-height: 42px;
	line-height: 42px;
}

.btn-css3:hover,
.btn-css3:active,
.btn-css3:focus {
	background: #00346e;
}

.center-button {
	width: 100%;
	text-align: center;
	margin: auto;
}

.slogin-forgot {
	display: block;
	float: right;
	padding: 4px 15px;
	font-size: 13px;
	color: #fff !important;
	margin-left: auto;
	margin-top: -10px;
	margin-bottom: 6px;
	transition: text-decoration 0.3s ease;
}

.slogin-forgot:hover,
.slogin-forgot:active,
.slogin-forgot:focus {
	text-decoration: underline;
}

/*************** Index *****************/
.session-row {
	display: inline-flex;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.scontent-box {
	position: relative;
	display: flex;
	width: calc(100% - 10px);
	background: #ededed;
	box-shadow: 0 1px 0 #d2e0ff;
	border-radius: 10px;
	padding: 10px 5px;
	padding-bottom: 9px;
	min-height: 65px;
	cursor: pointer;
	margin: auto 5px;
}

.scontent-box>img {
	width: 35px;
	height: 35px;
	margin: auto 5px;
	margin-right: 8px;
}

.scontent-title {
	display: grid;
	padding-top: 2px;
	min-width: max-content;
	margin: auto;
	margin-left: 0;
}

.scontent-title h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	margin: 0;
}

.scontent-title span {
	color: #434546;
	font-size: 13px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	min-width: max-content;
}

.scontent-box:first-child {
	margin-left: 0;
}

.scontent-box:last-child {
	margin-right: 0;
}

.scontent-box>img.mr-l-10 {
	margin-left: 10%;
}

/* grid */
.session-row.bgcss2 {
	background: #ededed;
	box-shadow: 0 1px 0 #d2e0ff;
	border-radius: 10px;
}

.scontent-box.grid {
	background: unset;
	box-shadow: unset;
	border-radius: unset;
	width: 100%;
	margin: auto;
}

.scontent-box.grid>img {
	margin: auto;
	margin-bottom: 2px;
}

.scontent-box.grid .scontent-title,
.scontent-box.grid .scontent-title h5,
.scontent-box.grid .scontent-title span {
	font-size: 13px;
	font-weight: 400;
	margin: auto;
}

.br-line {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 5px 0;
}

.site-prizepool {
	margin-top: 2px;
	margin-bottom: 10px;
}

.prizepool-center {
	display: grid;
	background: url(../images/pool-prize.png) no-repeat;
	background-size: contain;
	width: 200px;
	height: 60px;
	padding: 6px 5px;
	line-height: 100%;
	margin: auto;
}

.prizepool-center h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	margin: auto;
}

.prizepool-center span {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin: auto;
}

.site-games {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	overflow: hidden;
}

.sgames-item {
	position: relative;
	display: flex;
	width: calc(33.33% - 10px);
	margin: 5px auto;
	margin-bottom: 6px;
}

.sgames-item .sgames-item-img {
	width: 100%;
	height: 100%;
	max-width: 260px;
	margin: auto;
}

.sgames-item .sgames-item-imgdisabled {
	position: absolute;
	width: 80%;
	left: 11%;
	top: 5%;
}

.sgames-item .sgames-item-imgmaintenance {
	position: absolute;
	width: 88%;
	left: 7%;
	top: 29%;
	-webkit-transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	-o-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sgames-item span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	color: #fff;
	text-shadow: 0 0 1px #fffa;
	text-align: center;
	font-size: 32px;
	padding: 5px 10px;
}

@media(max-width: 1000px) {
	.sgames-item span {
		font-size: 3.2vw;
		padding: 1vw 10px;
	}
}

/*************** Friend ****************/
.site-searbar {
	position: relative;
	margin-bottom: 10px;
}

.site-searbar i {
	position: absolute;
	font-size: 20px;
	height: 30px;
	width: 35px;
	color: #888;
	line-height: 30px;
	text-align: center;
}

.site-searbar input {
	width: 100%;
	background: #ededed;
	box-shadow: 0 1px 0 #d2e0ff;
	font-size: 13px;
	letter-spacing: 0.7px;
	border: none;
	border-radius: 50px;
	height: 30px;
	padding: 0;
	padding-left: 40px;
	padding-right: 70px;
	outline: unset;
}

.site-searbar button {
	position: absolute;
	top: 4px;
	right: 3px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border: none;
	border-radius: 50px;
	color: #fff;
	background: linear-gradient(180deg, #1782fb, #085ab9);
	padding: 0 12px;
	transition: all 0.4s ease;
	opacity: 0;
}

.site-searbar input:valid+button {
	opacity: 1;
}

.sfriend-row {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.sID-table {
	display: grid;
}

.sID-nav {
	display: flex;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.sID-nav li {
	position: relative;
	width: 100%;
	text-align: center;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	color: #555;
	cursor: pointer;
	transition: color 0.3s;
}

.sID-nav li:hover,
.sID-nav li:active,
.sID-nav li:focus {
	color: #0152ae;
}

.sID-nav li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	height: calc(100% - 12px);
	width: 1px;
	background: #bbb;
}

.sID-content {
	margin: 10px 0;
}

.sID-items {
	display: none;
}

.sID-items.active {
	display: grid !important;
}

.sfriend-invite {
	display: flex;
	min-height: 55px;
	padding: 8px 5px;
	border-bottom: 1px solid #f8f8f8;
}

.astmove,
.sID-items.active>div {
	animation: slideTop 0.7s;
}

.astmove:nth-child(2),
.sID-items.active>div:nth-child(2) {
	animation-delay: 0.04s;
}

.astmove:nth-child(3),
.sID-items.active>div:nth-child(3) {
	animation-delay: 0.08s;
}

.astmove:nth-child(4),
.sID-items.active>div:nth-child(4) {
	animation-delay: 0.12s;
}

.astmove:nth-child(5),
.sID-items.active>div:nth-child(5) {
	animation-delay: 0.16s;
}

.astmove:nth-child(6),
.sID-items.active>div:nth-child(6) {
	animation-delay: 0.20s;
}

.astmove:nth-child(7),
.sID-items.active>div:nth-child(7) {
	animation-delay: 0.24s;
}

.astmove:nth-child(8),
.sID-items.active>div:nth-child(8) {
	animation-delay: 0.28s;
}

.astmove:nth-child(9),
.sID-items.active>div:nth-child(9) {
	animation-delay: 0.32s;
}

.astmove:nth-child(10),
.sID-items.active>div:nth-child(10) {
	animation-delay: 0.36s;
}

.astmove:nth-child(11),
.sID-items.active>div:nth-child(11) {
	animation-delay: 0.40s;
}

.astmove:nth-child(12),
.sID-items.active>div:nth-child(12) {
	animation-delay: 0.44s;
}

.astmove:nth-child(13),
.sID-items.active>div:nth-child(13) {
	animation-delay: 0.48s;
}

.astmove:nth-child(14),
.sID-items.active>div:nth-child(14) {
	animation-delay: 0.52s;
}

.astmove:nth-child(15),
.sID-items.active>div:nth-child(15) {
	animation-delay: 0.56s;
}

.astmove:nth-child(16),
.sID-items.active>div:nth-child(16) {
	animation-delay: 0.60s;
}

.astmove:nth-child(17),
.sID-items.active>div:nth-child(17) {
	animation-delay: 0.64s;
}

.astmove:nth-child(18),
.sID-items.active>div:nth-child(18) {
	animation-delay: 0.68s;
}

.astmove:nth-child(19),
.sID-items.active>div:nth-child(19) {
	animation-delay: 0.72s;
}

.astmove:nth-child(20),
.sID-items.active>div:nth-child(20) {
	animation-delay: 0.76s;
}

.astmove:nth-child(21),
.sID-items.active>div:nth-child(21) {
	animation-delay: 0.80s;
}

.sfriend-invite img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #0152ae;
	margin: auto 5px;
}

.sfriend-invite h5 {
	margin: auto 0;
	padding: 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.sfriend-invite a {
	font-size: 12px;
	text-shadow: unset;
	min-height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin: auto;
	margin-right: 0;
}

.sID-cindex {
	display: grid;
}

.sID-cindex:not(:last-child) {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sID-cindex .sfriend-invite {
	border-bottom: unset;
}

.sID-cindex .sfriend-invite.sb img {
	border: none;
	width: 45px;
	height: 45px;
	margin: auto 1px;
	margin-left: 3px;
}

/**************** Others ****************/
.sreport-table {
	width: 100%;
	margin: 5px 0;
}

.sreport-table thead th {
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	line-height: 33px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
}

.sreport-table thead th:not(:last-child):before {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	height: calc(100% - 12px);
	width: 1px;
	background: #bbb;
}

.sreport-table thead th:after {
	content: "\f0d7";
	font-family: 'icomoon' !important;
	font-size: 12px;
	margin-left: 6px;
	margin-right: -12px;
}

.sreport-table tbody tr:nth-child(even) {
	background: #f8f8f8;
}

.sreport-table tbody tr td {
	padding: 8px 10px;
	padding-top: 10px;
	font-size: 13px;
	color: #222;
	text-align: center;
}


.sprofile-main {
	background: #ededed;
	box-shadow: 0 1px 0 #d2e0ff;
	border: 3px solid #000000;
	border-radius: 20px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.sprofile-logo {
	display: grid;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0 5px;
	border-bottom: 1px solid #bbb;
}

.sprofile-logo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #000000;
	margin: auto;
	margin-bottom: 6px;
}

.sprofile-logo h5 {
	margin: auto;
	font-size: 17px;
	font-weight: 700;
	text-shadow: 0 0 1px #000000a8;
	color: #000000;
}

.sprofile-main .scontent-box {
	background: unset;
	box-shadow: unset;
	border-radius: unset;
	width: 100%;
	margin: auto;
}

.sprofile-main .scontent-box:not(:last-child):after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	height: calc(100% - 20px);
	width: 1px;
	background: #bbb;
}

.sID-table2 {
	display: grid;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sID-table2 ul {
	border: none;
	width: 100%;
	flex-wrap: wrap;
}

.sID-table2 ul li {
	font-size: 17px;
	width: unset;
	padding: 0 15px;
	min-width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.4s ease;
	color: #000;
}

.sID-table2 ul li.active {
	color: #000;
	font-weight: 700;
	text-shadow: 0 0 1px #000;
}

.sID-table2 ul li:after {
	content: unset !important;
}

.sID-table2 .sID-content {
	background: #f6f5fa;
	box-shadow: 0 1px 0 #ddd;
	border: 1px solid #eee;
	padding: 10px 8px;
	margin: 5px 0;
	min-height: 400px;
	border-radius: 15px;
}

.sorderlist-item {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 10px 12px;
	letter-spacing: 0.5px;
	line-height: 150%;
	margin-bottom: 5px;
}

.sorderlist-left {
	display: grid;
	text-align: left;
}

.sorderlist-right {
	display: grid;
	text-align: right;
	margin-left: auto;
}

.sorderlist-item h5 {
	font-size: 14px;
	font-weight: 700;
	color: #444;
	margin: 0;
}

.sorderlist-item span {
	font-size: 13px;
	color: #666;
}

.sorderlist-right span {
	font-size: 12px;
}

.sprofile-urllist {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.sprofile-urllist a {
	display: flex;
	color: #0152ae;
	padding: 10px 5px;
	min-height: 70px;
}

.sprofile-urllist a:after {
	content: "\f105";
	font-family: 'icomoon' !important;
	font-size: 24px;
	line-height: 100%;
	margin: auto;
	margin-right: 0;
	padding: 0 5px;
}

.sprofile-urllist a:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.sprofile-urllist a img {
	width: 40px;
	height: 40px;
	margin: auto 10px;
}

.sprofile-urllist a h5 {
	font-size: 16px;
	text-shadow: 0 0 #2166b5;
	margin: auto 5px;
	color: #2166b5;
}


.account-form {
	padding: 0 5px;
}

.account-form .form-group {
	display: inline-flex;
	width: 100%;
	min-height: 65px;
	padding: 5px 0;
	margin: 0;
}

.account-form .form-group.mhnone {
	min-height: unset;
}

.account-form .form-group.brl {
	border-bottom: 1px solid #ccc;
}

.account-form .form-group label {
	width: 50%;
	min-width: max-content;
	margin: auto 0;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #0152ae;
}

.account-form .form-group.sideleft label {
	width: unset;
	padding-right: 12px;
}

.account-form .form-group input,
.account-form .form-group select,
.account-form .form-group textarea {
	position: relative;
	height: 50px;
	width: 100%;
	border: none;
	color: #555;
	padding: 5px 10px;
	outline: none !important;
	font-size: 15px;
	letter-spacing: 0.7px;
	margin: auto;
}

.account-form .form-group select {
	appearance: none;
	background: transparent;
	background-image: url(../images/arrow-down.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 13px;
}

.account-form .form-group a.btn-send {
	min-width: max-content;
	font-size: 13px;
	padding: 3px 8px;
	margin: auto 0;
	background: #0152ae;
	color: #fff;
	letter-spacing: 0.7px;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.account-form .form-group a.btn-send:hover,
.account-form .form-group a.btn-send:active,
.account-form .form-group a.btn-send:focus {
	background: #00346e;
}

.account-form .form-group button.btn-css3,
.account-form .form-group a.btn-css3 {
	min-width: 150px;
	margin: auto;
	margin-bottom: 10px;
}

.account-form .form-group.setbottom {
	position: absolute;
	left: 0;
	bottom: 80px;
}

.account-verify {
	display: grid;
	margin-bottom: 5px;
}

.account-verify h5 {
	font-size: 12px;
	margin: 10px 0;
	padding: 0 10px;
	letter-spacing: 0.7px;
	color: #777;
}

.account-notice {
	padding: 0 10px;
	font-size: 12px;
	color: #ff3535;
	letter-spacing: 0.7px;
	margin-bottom: 10px;
	margin-left: 1px;
}

.account-ckbox {
	display: flex;
}

.ckbox_label {
	display: flex;
	cursor: pointer;
	margin: 0;
	width: 100%;
}

.ckbox_label input {
	display: none;
}

.ckbox_label span {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #0152ae;
	border: 2px solid #2671c7;
	transition: color 0.3s, background 0.4s ease;
	border-radius: 50px;
	letter-spacing: 0.7px;
	text-align: center;
	padding: 7px 10px;
	margin: 0 3px;
	margin-bottom: 5px;
	width: 100%;
}

.ckbox_label input:checked~span,
.ckbox_label input[type=radio]:hover~span,
.ckbox_label input[type=radio]:active~span {
	color: #fff;
	background: #0152ae;
	border-color: #0152ae;
}

.account-balance {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

.account-balance span {
	display: block;
	font-size: 13px;
	color: #505050;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

.account-balance span font {
	display: inline-block;
	color: #0152ae;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 70px;
}

.account-writenote,
.account-writenote2 {
	margin-top: 20px;
}

.account-writenote h5 {
	padding: 0 10px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.account-writenote ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

.account-writenote ol li {
	color: #777;
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 0.7px;
}

.account-writenote2 ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

.account-writenote2 ol li {
	list-style-type: disc;
	color: #0c67cf;
	font-size: 14px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.ckbox_confirm {
	display: flex;
	cursor: pointer;
	margin: 0;
	margin-left: 10px;
	padding: 10px 0;
	width: 100%;
}

.ckbox_confirm input {
	display: none;
}

.ckbox_confirm span {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1px;
	margin: auto 5px;
}

.ckbox_check {
	display: flex;
	width: 20px;
	height: 20px;
	border: 1px solid #0152ae;
	border-radius: 3px;
	margin-left: 0 !important;
}

.ckbox_check:before {
	content: "\e5ca";
	font-size: 15px;
	font-family: 'icomoon' !important;
	line-height: 100%;
	color: #0152ae;
	text-shadow: 0 0 1px #0152aec2;
	margin: auto;
	transition: all 0.2s ease;
	transform: scale(0.2);
	opacity: 0;
}

.ckbox_confirm input:checked~span.ckbox_check:before {
	transform: scale(1);
	opacity: 1;
	padding-bottom: 1px;
}

.account-panel {
	width: 100%;
	margin-bottom: 10px;
}

.account-panel>h4 {
	display: inline-block;
	font-size: 16px;
	background: #0152ae;
	padding: 5px 20px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	margin-bottom: 15px;
}

.account-panel>h5,
.account-form .form-group .account-panel label {
	font-size: 14px;
	font-weight: 700;
	color: #0152ae;
	text-shadow: 0 0 1px #0152aeb3;
	letter-spacing: 1px;
	padding: 0 10px;
	margin-top: 10px;
}

.account-form .form-group .account-panel label {
	margin-top: 7px;
	width: unset;
}

.account-form .form-group .account-panel span {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	min-width: max-content;
	letter-spacing: 0.5px;
	margin-top: 7px;
	margin-left: 10px;
}

.account-panel p {
	color: #555;
	margin: 0 10px;
	margin-bottom: 3px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.account-panel font {
	position: relative;
	display: inline-block;
	color: #333;
	min-width: 60px;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 700;
}

.account-panel font:after {
	content: ':';
	position: absolute;
	right: 0;
}

.account-flex {
	display: flex;
}

.account-bankdetail {
	padding: 0 5px;
}

.account-bankdetail img {
	width: 21vw;
	max-height: 120px;
}

.upload-images {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.upload-photo-img {
	position: relative;
	background: url(../images/upload_img.jpg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	min-height: 150px;
	border-radius: 5px;
	overflow: hidden;
}

.upload-photo-img img {
	width: 100%;
	height: 100%;
	max-height: 400px;
}

.upload-images input[type=file] {
	display: none;
}

/************* Reports *************/
.sID-report-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.sID-report-nav li {
	margin-right: 10px;
	margin-bottom: 5px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #0152ae;
	background: #ededed;
	min-width: 90px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sID-report-nav li.active {
	color: #fff;
	background: #0152ae;
}

.sID-report-content {
	background: #f6f5fa;
	box-shadow: 0 1px 0 #ddd;
	border: 1px solid #eee;
	padding: 10px 8px;
	margin: 5px 0;
	min-height: 500px;
	border-radius: 15px;
	padding-bottom: 100px;
}

.sID-report-content.active {
	display: block !important;
}

.sID-report-item {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 10px 12px;
	letter-spacing: 0.5px;
	line-height: 150%;
	margin-bottom: 5px;
}

.sID-report-left {
	margin: auto;
	margin-left: 0;
}

.sID-report-right {
	display: grid;
	margin: auto;
	margin-right: 0;
}

.sID-report-item p {
	margin: 0;
	font-size: 13px;
	color: #666;
	letter-spacing: 0.7px;
}

.sID-report-right p {
	text-shadow: 0 0 1px #aaa;
	margin: auto;
}

.sID-report-right span {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #0152ae;
	border-radius: 50%;
	padding-top: 1px;
	padding-left: 1px;
	margin: 3px auto;
}

.sID-report-right span.lose {
	background: #ec1c23;
}

/*************** Chat Room ****************/
.sroom-loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 290px;
	width: 100%;
	background: #0151b2;
	box-shadow: 0 1px 5px #0004;
	z-index: 10;
}

.sroom-chat {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 60px;
	background: #eceaef;
	overflow: auto;
}

.sroom-chat-loader {
	position: relative;
	padding: 10px 0;
	width: 100%;
}

.sroom-chat-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #161616;
	padding: 1px;
	z-index: 10;
}

.sroom-chat-panel form {
	display: flex;
	max-width: 1000px;
	margin: auto;
}

.sroom-chat-panel a {
	display: flex;
	height: 40px;
	width: 40px;
	min-width: 40px;
}

.sroom-chat-panel a img {
	width: 25px;
	height: 25px;
	margin: auto;
}

.sroom-chat-panel a.xl img {
	width: 28px;
	height: 28px;
}

.sroom-chat-input {
	position: relative;
	display: flex;
	margin: auto;
	width: 100%;
	padding: 0 5px;
}

.sroom-chat-input input {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	padding-right: 40px;
	background: #2c2c2e !important;
	box-shadow: 0 1px 3px #0008;
	border-radius: 50px;
	outline: none !important;
	border: none;
	color: #fff;
	margin: auto;
	width: 100%;
}

.sroom-chat-input>a {
	position: absolute;
	right: 6px;
	top: 0;
	height: 100%;
}

.sroom-chat-left,
.sroom-chat-right {
	margin-bottom: 5px;
}

.sroom-chat-user {
	display: flex;
	padding: 5px;
}

.sroom-chat-user img {
	background: #fff;
	box-shadow: 0 1px 3px #0003;
	height: 40px;
	width: 40px;
	border-radius: 2px;
	margin: auto 5px;
	object-fit: cover;
}

.sroom-chat-detail {
	margin: 5px;
}

.sroom-chat-left .sroom-chat-detail {
	margin-left: 10px;
	margin-right: auto;
}

.sroom-chat-right .sroom-chat-detail {
	margin-right: 10px;
	margin-left: auto;
}

.sroom-chat-detail h5 {
	font-size: 13px;
	margin: 0;
	margin-bottom: 2px;
	color: #777;
	letter-spacing: 0.7px;
}

.sroom-chat-detail p {
	position: relative;
	font-size: 15px;
	color: #222;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px #0002;
	padding: 6px 12px;
	word-break: break-all;
	min-width: 50px;
	line-height: 160%;
	letter-spacing: 0.4px;
	/* animation: slideZoom 0.7s; */
	margin: 0;
}

.sroom-chat-detail p:before {
	content: '';
	position: absolute;
	top: 12px;
	height: 10px;
	width: 11px;
}

.sroom-chat-left p:before {
	left: -10px;
	border-right: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.sroom-chat-right p {
	background: #d9fdd3;
}

.sroom-chat-right h5 {
	text-align: right;
}

.sroom-chat-right p:before {
	right: -10px;
	border-left: 10px solid #d9fdd3;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.sroom-chat-timeline {
	display: flex;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 100%;
}

.sroom-chat-timeline span {
	background: #ccc;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	padding: 3px 8px;
	margin: auto;
	letter-spacing: 0.4px;
}

.sroom-chat-pt60 {
	padding-top: 60px !important;
}

/***************** Games Rooms *******************/
.sroom-games {
	display: grid;
}

.sroom-user {
	position: relative;
	display: flex;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	/* margin-bottom: 5px; */
	background: #0152ae;
	z-index: 99;
}

.sroom-user-col {
	display: flex;
	margin-right: auto;
	padding: 2px 0;
}

.sroom-user-col img {
	width: 24px;
	height: 24px;
}

.sroom-user-col span {
	font-size: 13px;
	margin: auto;
	margin-left: 2px;
	letter-spacing: 0.2px;
	color: #ddecff;
}

.sroom-user-bet {
	margin: auto;
	margin-right: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #0151b2;
	background: #e8f4ff;
	border-radius: 5px;
	min-width: max-content;
	padding: 2px 6px;
}

.sroom-user-nav {
	display: flex;
	height: 30px;
	width: 30px;
	margin: auto 3px;
	cursor: pointer;
}

.sroom-user-nav i {
	color: #e8f4ff;
	font-size: 18px;
	margin: auto;
}

.sroom-menu {
	position: absolute;
	bottom: 0;
	width: calc(100% - 12px);
	display: flex;
	background: linear-gradient(180deg, #307fe0, #083379);
	border-radius: 6px;
	margin: 8px 6px;
	padding-right: 5px;
}

.sroom-menu form {
	display: flex;
	height: 50px;
	margin: auto;
}

.sroom-menu input {
	background: #ededed;
	border: none;
	border-radius: 10px;
	width: 100%;
	min-width: 50px;
	max-width: 300px;
	margin: auto 2px;
	padding: 0 5px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.5vw;
	font-weight: 700;
	color: #555;
}

.sroom-chips {
	position: relative;
	display: flex;
	background: unset;
	border: unset;
	outline: none !important;
	min-width: 45px;
	padding: 0;
	padding-bottom: 4px;
	z-index: 1;
}

.sroom-chips:before {
	content: '';
	position: absolute;
	left: 5%;
	bottom: 5px;
	width: 90%;
	height: 36px;
	border-radius: 50%;
	border: 3px dashed #fbe72a;
	z-index: -1;
	transition: all 0.3s ease;
	opacity: 0;
}

.sroom-chips.active:before {
	opacity: 1;
}

.sroom-chips img {
	width: 45px;
	height: 45px;
	margin: auto;
}

.sroom-submit,
.sroom-cancel {
	font-size: 13px;
	font-weight: 700;
	margin: auto 2px;
	background: #e9f1ff;
	border-radius: 10px;
	color: #0b63cf;
	min-width: max-content;
	border: none;
	padding: 0 2.7vw;
	letter-spacing: 0.4px;
	height: 35px;
	line-height: 35px;
}

.sroom-hidden-navbar {
	position: fixed;
	display: none;
	top: 36px;
	right: 15px;
	background: #ededed;
	border: 1px solid #0151b2;
	box-shadow: 0 1px 5px #0003;
	border-radius: 4px;
	padding: 0 5px;
	z-index: 10;
}

.sroom-hidden-navbar.active {
	display: block;
	animation: fadeIn 0.5s;
}

.sroom-hidden-navbar:before {
	content: '';
	position: absolute;
	top: -9px;
	right: 1px;
	height: 11px;
	width: 12px;
	border-bottom: 10px solid #ededed;
	border-left: 8px solid transparent;
	border-right: 5px solid transparent;
}

.sroom-hidden-navbar a {
	display: block;
	color: #00489f;
	word-break: keep-all;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	min-width: 120px;
	text-align: center;
}

.sroom-games-box {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 12px);
	height: calc(100% - 65px);
	margin: 0 6px;
}

.sroom-gpanel {
	position: relative;
	background: #004497;
	border-radius: 12px;
	width: 100%;
	height: calc(100% - 35px);
	overflow: hidden;
	border: 1px solid #7fb9ff;
	box-shadow: inset 0 0 1px 1px rgb(132 187 255), inset 0 0 5px 0 rgb(198 237 255 / 20%);
	padding: 5px;
}

.sgpanel-main {
	position: relative;
	background: #ededed;
	box-shadow: 0 0 3px #b4ddffa8;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.sgpanel-flex {
	display: flex;
	height: 100%;
}

.sgpanel-area {
	margin: auto;
	padding: 5px;
	width: calc(100% - 100px);
}

.sgpanel-area h4 {
	font-size: 25px;
	font-weight: 700;
	color: #0049a1;
	padding: 0 5px;
	text-align: center;
}

.sgpanel-button {
	display: flex;
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.btn-sg1,
.btn-sg2,
.btn-sg3,
.btn-sg4 {
	color: #fff !important;
	font-weight: 700;
	font-size: 22px;
	padding: 2px 10px;
	border-radius: 8px;
	margin: 0 3px;
	width: 100%;
	text-align: center;
	border: none;
	border-bottom: 2px solid #0008;
}

.btn-sg1,
.btn-sg3 {
	background: linear-gradient(180deg, #257ee4, #003170);
}

.btn-sg2,
.btn-sg4 {
	background: linear-gradient(180deg, #babbba, #737173);
}

.btn-sg3,
.btn-sg4 {
	font-size: 14px;
	width: unset;
	padding: 3px 20px;
	min-width: 75px;
	margin: auto;
}

.sgpanel-cowndown {
	display: grid;
	width: 150px;
	margin: 5px;
	background: linear-gradient(180deg, #257ee4, #003170);
	border: 2px solid #1a68c2a1;
	border-top: unset;
	border-bottom: 4px solid #001a3c;
	border-radius: 10px;
	padding-top: 4px;
}

.sgpanel-cowndown h4 {
	color: #fff;
	margin: auto;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 700;
}

.sgpanel-cowndown h1.timer {
	color: #fff;
	margin: auto;
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
}

.sgpanel-grid,
.sgpanel-grid2 {
	background: #0151b2;
	margin: 5px;
	border-radius: 6px;
	padding: 8px;
	min-height: 160px;
}

.sgpanel-grid2 {
	background: unset !important;
}

.sgpanel-gtitle {
	display: flex;
	width: 100%;
	margin-bottom: 12px;
}

.sgpanel-gtitle>div {
	margin: auto;
	width: unset;
	padding: 2px 30px;
	border-radius: 100px;
	font-size: 30px;
	letter-spacing: 2px;
	min-width: 160px;
	border-bottom: 3px solid #001938;
}

.sgpanel-list {
	display: flex;
	background: #fff;
	box-shadow: 0 2px 3px #0151b217;
	border-radius: 50px;
	padding: 2px 4px;
	margin-bottom: 6px;
}

.sgpanel-list span {
	margin: auto 5px;
	color: #004395;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2px;
	min-width: max-content;
}

.sgpanel-list span.sgresult {
	margin-left: auto;
	margin-right: 0;
	min-width: 60px;
	text-align: center;
	padding: 2px 8px;
	background: #0151b2;
	color: #fff;
	border-radius: 50px;
}

.sgpanel-list img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: auto 4px;
	border: 2px solid #003e89;
}

.sgpanel-list-button {
	display: inline-block;
	background: #0151b2;
	color: #fff;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	padding: 4px 10px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.sgpanel-gcenter {
	margin: auto;
}

.sgpanel-gtext {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #00469d;
	letter-spacing: 3px;
	animation: fadeIn 0.8s;
}

.sgpanel-angpau {
	display: flex;
	margin-right: -5px;
}

.sgpanel-angpau-text {
	display: grid;
	margin: 0 auto;
	height: 100%;
	padding-top: 20px;
	min-height: 140px;
}

.sgpanel-angpau-text span {
	display: inline-block;
	background: #0151b2;
	color: #fff;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	padding: 4px 10px;
	letter-spacing: 1px;
	margin: auto;
	margin-bottom: 10px;
}

.btn-aungpau {
	padding: 5px;
	margin-left: auto;
}

.btn-aungpau img {
	width: 80px;
	height: 150px;
}

.sgpanel-form {
	position: relative;
}

.sgpanel-tnotice {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #0151b2;
	color: #fff;
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 30px;
	letter-spacing: 0.5px;
	animation: fadeIn 1s;
}

.sgpanel-form-title {
	padding: 0 15px;
	padding-top: 30px;
}

.sgpanel-form-title h4 {
	font-weight: 700;
	font-size: 28px;
	color: #0151b2;
	text-align: center;
	border-bottom: 1px solid #0151b2;
	padding-bottom: 8px;
}

.sgpanel-form-group {
	display: flex;
	margin-bottom: 10px;
}

.sgpanel-qsbox {
	position: relative;
	display: flex;
	margin: auto 3px;
	background: #d6dae5;
	border-radius: 8px;
	box-shadow: inset 0 0 3px 1px #aaa5, inset 0 0 5px 0 #bbb2;
	overflow: hidden;
}

.sgpanel-qsbox:first-child {
	margin-left: auto;
}

.sgpanel-qsbox:last-child {
	margin-right: auto;
}

.sgpanel-qsbox span {
	font-size: 15px;
	font-weight: 700;
	color: #0151b2;
	text-shadow: 0 0 1px #0151b280;
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
	min-width: 40px;
	text-align: center;
}

.sgpanel-qsbox span:first-child {
	background: #c7cad1;
	box-shadow: inset 0 0 3px 1px #aaa6, inset 0 0 5px 0 #bbb2;
	font-size: 14px;
	border-radius: 8px;
}

.sgpanel-games {
	width: calc(100% - 100px);
}

.sgpanel-games-top {
	display: flex;
	margin-bottom: 5px;
}

.sgpanel-games-top span {
	background: #0151b2;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	min-width: max-content;
	padding: 2px 10px;
	border-radius: 30px;
	letter-spacing: 0.4px;
	animation: fadeIn 1s;
	margin: 5px;
}

.sgpanel-games-top span:not(:last-child) {
	margin-right: auto;
}

.sgpanel-games-user {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #0151b2;
	margin-left: 10px;
	margin-right: 5px;
}

.sgpanel-games-user img {
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #0151b2;
	margin: auto 2px;
}

.sgpanel-games-user span {
	font-size: 15px;
	margin: auto;
	margin-left: 0;
	color: #0151b2;
	text-shadow: 0 0 1px #0151b275;
	letter-spacing: 0.5px;
	font-weight: 700;
	padding: 0 5px;
	min-width: max-content;
}

.sgpanel-games-btm {
	padding-left: 5px;
}

.sgpanel-games-right {
	margin-left: auto;
	padding-left: 5px;
}

.sgpanel-games-btm h5 {
	font-size: 13px;
	font-weight: 700;
	color: #0151b2;
	letter-spacing: 0.7px;
	padding: 5px 10px;
	margin: 0;
}

.sgpanel-games-btm .sgpanel-qsbox span:first-child {
	min-width: 40px !important;
}

.sgpanel-games-btm .sgpanel-qsbox span {
	/* min-width: max-content; */
	padding: 0 5px;
}

.sgpanel-games-btngroup {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.sgpanel-games-btngroup button {
	width: calc(50% - 4px) !important;
	min-width: unset !important;
	margin: 3px 2px;
	font-size: 12px;
	padding: 4px 0px;
	border: none;
}

::-webkit-scrollbar {
	width: 0px;
	background: transparent;
	/* make scrollbar transparent */
}

.d-none {
	display: none;
}

.sheader2-setting-list.active {
	display: grid;
}

.sheader2-setting-list {
	display: none;
	position: absolute;
	top: 50px;
	right: 10px;
	background: linear-gradient(45deg, #fff 20%, #e1e4f7, #fff 80%);
	padding: 3px;
	padding-top: 5px;
	border-radius: 20px;
	border: 1px solid #c0c3dac2;
	animation: fadein 0.5s ease;
}

.sheader2-setting-list a {
	position: relative;
	display: flex;
	/* background: linear-gradient(45deg, #faf9ff, #e1e4f7, #faf9ff); */
	padding: 2px 5px;
	/* border-radius: 30px;
border: 1px solid #c0c3da;
box-shadow: 0 1px 4px #c1c5e29c; */
	cursor: pointer;
	transition: filter 0.4s ease;
	min-width: 90px;
	z-index: 1;
	margin-bottom: 5px;
	height: 40px;
}

.sheader2-setting-list a span {
	color: #000;
	font-size: 13px;
	margin: auto;
	word-break: keep-all;
}

.site-ranking {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sranking-top {
	display: flex;
}

.sranking-player {
	position: relative;
	display: grid;
	margin: auto;
}

.sranking-player:nth-child(1):before {
	background: url(images/icon3/flag2.png);
}

.sranking-player:nth-child(2):before {
	background: url(images/icon3/flag1.png);
}

.sranking-player:nth-child(3):before {
	background: url(images/icon3/flag3.png);
}

.sranking-player:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 35px;
	height: 35px;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	animation: slideZoom 0.8s;
}

.sranking-player-icon {
	margin: auto;
}

.sranking-player-icon img {
	width: 100%;
	height: 100%;
	max-width: 60px;
	border-radius: 50%;
	border: 4px solid #0152ae;
}

.sranking-player.center .sranking-player-icon img {
	max-width: 80px;
}

.sranking-player h5 {
	margin: 2px auto;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #0152ae;
	letter-spacing: 0.3px;
	text-align: center;
}

.sranking-player span {
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #0152ae;
	border-radius: 50px;
	height: 22px;
	padding: 0 10px;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin: auto;
}

.sranking-list {
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sranking-list ul {
	display: grid;
}

.sranking-list ul li {
	display: flex;
	border: 1px solid #0152ae;
	box-shadow: 0 1px 2px #1c64bd48;
	border-radius: 60px;
	margin-bottom: 8px;
}

.sranking-list ul li span {
	font-size: 14px;
	color: #0152ae;
	text-shadow: 0 0 1px #0e66cb8a;
	text-align: center;
	margin: auto;
	line-height: 30px;
}

.sranking-li-head {
	font-weight: 700;
	padding-left: 5px;
}

.sranking-li-player {
	display: flex;
	padding: 0 5%;
}

.sranking-li-player img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #0d68d1;
	margin: auto;
	margin-right: 10px;
}

.sranking-li-player h5 {
	margin: auto;
	font-size: 14px;
	color: #0152ae;
	text-transform: uppercase;
	text-shadow: 0 0 1px #0e66cb8a;
}

.sranking-board {
	display: block;
	padding: 15px 20px;
	background: #f6f5fa;
	box-shadow: 0 1px 4px #0003;
	border-radius: 10px;
	margin: 0 5px;
	margin-bottom: 20px;
}

.sranking-board h5 {
	font-size: 14px;
	color: #0152ae;
	font-weight: 700;
	text-shadow: 0 0 1px #0e66cb8a;
	letter-spacing: 1px;
}

.sranking-board p {
	font-size: 13px;
	letter-spacing: 0.7px;
	color: #444;
}

.sranking-board ul {
	margin: 10px 0;
	margin-top: 25px;
}

.sranking-board ul li {
	display: flex;
	padding-left: 2px;
	font-size: 14px;
	margin-bottom: 2px;
	color: #0152ae;
	font-weight: 700;
	text-shadow: 0 0 1px #0e66cb8a;
	letter-spacing: 1px;
}

.sranking-board ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 2px;
	background: #0152ae;
	margin: auto 0;
	margin-right: 6px;
}

.btn-quit {
	display: flex;
	margin-right: auto;
}

.btn-quit a {
	font-size: 13px;
	background: #ededed;
	box-shadow: 0 1px 0 #d2e0ff;
	border-radius: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	width: 100%;
	margin: auto;
	margin-right: 20px;
	font-weight: 700;
	color: #0151b2;

}

.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/* background-color: rgba(94, 110, 141, 0.9); */
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
}

.cd-popup-container {
	position: relative;
	width: 90%;
	max-width: 400px;
	/* margin: 4em auto; */
	background: #ededed;
	border-radius: 20px;
	text-align: center;
	/* box-shadow: 0 1px 0 #d2e0ff; */
	border: 3px solid #000000;
}

.cd-popup-container p {
	padding: 2em 1em;
	font-size: 14px;
}

.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%;
}

.cd-popup-container .cd-buttons a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	/* color: #FFF; */
	font-size: 14px;
}

.cd-popup-container .cd-buttons li:first-child a {
	/* background: #474747; */
	border-radius: 0 0 0 .25em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: #fc8982; 
}*/

.cd-popup-container .cd-buttons li:last-child a {
	/* background: #0152ae; */
	border-radius: 0 0 .25em 0;
	border-top: 1px solid #000000;
}

/* .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8; 
}*/

.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}

.is-visible .cd-popup-container {
	/*  -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0); */
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cd-popup-container h6 {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}

@media only screen and (min-width: 1170px) {
	.cd-popup-container {
		margin: 8em auto;
	}
}

.sheader-option {
	position: relative;
	cursor: pointer;
	display: flex;
	min-width: 36px;
	padding-top: 2px;
}

.sheader-lang {
	display: flex;
	width: 26px;
	height: 26px;
	margin: auto;
}

.sheader-lang img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.sheader-langchg {
	display: none;
	position: absolute;
	top: 50px;
	right: 10px;
	background: linear-gradient(45deg, #fff 20%, #e1e4f7, #fff 80%);
	padding: 3px;
	padding-top: 5px;
	border-radius: 20px;
	border: 1px solid #c0c3dac2;
	animation: fadein 0.5s ease;
}

.sheader-langchg a {
	position: relative;
	display: flex;
	background: linear-gradient(45deg, #faf9ff, #e1e4f7, #faf9ff);
	padding: 2px 5px;
	border-radius: 30px;
	border: 1px solid #c0c3da;
	box-shadow: 0 1px 4px #c1c5e29c;
	cursor: pointer;
	transition: filter 0.4s ease;
	min-width: 90px;
	z-index: 1;
	margin-bottom: 5px;
	height: 40px;
}

.sheader-langchg a img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: unset;
}

.sheader-langchg a span {
	color: #000;
	font-size: 13px;
	margin: auto 5px;
	word-break: keep-all;
}

.header-right {
	margin-left: auto;
	margin-top: 2px;
	display: flex;
}

.sheader-langchg.active {
	display: grid;
}

.promo-title {
	margin: 20px auto;
	text-align: center;
}

.promo-title h5 {
	margin: auto;
	font-size: 17px;
	font-weight: 700;
	text-shadow: 0 0 1px #000000a8;
	color: #000000;
}

.promo-image img {
	width: 100%;
}

.promo-desc {
	margin: 20px auto;
}

.promo-desc span {
	font-size: 14px;
	padding-left: 10px;
}

.profile-details {
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.profile-details .scontent-box {
	background: unset;
	box-shadow: unset;
	border-radius: unset;
	width: 100%;
	display: block;
}

.profile-details .sprofile-title {
	padding-top: 10px;
}

.profile-details .sprofile-title span {
	text-transform: none;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: #434546;
}

.profile-details .sprofile-title span img {
	margin-top: 10px;
	margin-bottom: 5px;
}

.profile-details .sprofile-title h5 {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	margin: 0;
}

.copybtn {
	display: block;
	min-height: 25px;
	line-height: 25px;
	font-size: 12px;
	width: 120px;
	margin-top: 10px;
}