@font-face {
	font-family: 'digital-clock-font';
	src: url('../font/digital-7.ttf');
}

@font-face {
	font-family: 'digital-clock-font-italic';
	src: url('../font/digital-7-italic.ttf');
}

html {
	font-family: 'Microsoft YaHei', sans-serif;
}

.font-digital {
	font-family: 'digital-clock-font-italic';
}


/*body{-moz-user-select:none;-webkit-user-select:none;user-select:none;}*/

.titleChange {
	font-size: 18px;
}

.px-nav {
	padding-left: 0rem !important;
}

.py-nav {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.rounded-nav {
	border-radius: 0.5rem !important;
}

.mglist-0, .mglist-1, .mglist-2, .mglist-3, .mglist-4, .mglist-5, .mglist-6 {
	border: 1px solid #fff;
}

.mglist-0-active, .mglist-1-active, .mglist-2-active, .mglist-3-active, .mglist-4-active, .mglist-5-active, .mglist-6-active {
	border: 1px solid #fff;
}

.mglist-0 {
	background: url("../img/gamelist/navicon/hot1.webp") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-0-active {
	background: url("../img/gamelist/navicon/hot2.webp") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-1 {
	background: url("../img/gamelist/navicon/live1.png") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-1-active {
	background: url("../img/gamelist/navicon/live3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-2 {
	background: url("../img/gamelist/navicon/sport1.png?v=2") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-2-active {
	background: url("../img/gamelist/navicon/sport3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-3 {
	background: url("../img/gamelist/navicon/bingo1.png") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-3-active {
	background: url("../img/gamelist/navicon/bingo3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-4 {
	background: url("../img/gamelist/navicon/slot1.png") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-4-active {
	background: url("../img/gamelist/navicon/slot3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-5 {
	background: url("../img/gamelist/navicon/chess1.png") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-5-active {
	background: url("../img/gamelist/navicon/chess3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}

.mglist-6 {
	background: url("../img/gamelist/navicon/fish1.png") no-repeat 10% 50%, linear-gradient(#edf6ff, #ffffff, #f0f7ff);
}

.mglist-6-active {
	background: url("../img/gamelist/navicon/fish3.png") no-repeat 10% 50%, linear-gradient(#57D7FF, #1E50A6);
}


.glist-1 {
	background: url("../img/gamelist/navicon/live1.png") no-repeat 30% 50%;
}

.glist-1:hover, .glist-2:hover, .glist-3:hover, .glist-4:hover, .glist-5:hover, .glist-6:hover {
	color: #FFFFFF !important;
}

.glist-1:hover, .glist-1-active {
	background: url("../img/gamelist/navicon/live3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.glist-2 {
	background: url("../img/gamelist/navicon/sport1.png") no-repeat 30% 50%;
}

.glist-2:hover, .glist-2-active {
	background: url("../img/gamelist/navicon/sport3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.glist-3 {
	background: url("../img/gamelist/navicon/bingo1.png") no-repeat 30% 50%;
}

.glist-3:hover, .glist-3-active {
	background: url("../img/gamelist/navicon/bingo3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.glist-4 {
	background: url("../img/gamelist/navicon/slot1.png") no-repeat 30% 50%;
}

.glist-4:hover, .glist-4-active {
	background: url("../img/gamelist/navicon/slot3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.glist-5 {
	background: url("../img/gamelist/navicon/chess1.png") no-repeat 30% 50%;
}

.glist-5:hover, .glist-5-active {
	background: url("../img/gamelist/navicon/chess3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.glist-6 {
	background: url("../img/gamelist/navicon/fish1.png") no-repeat 30% 50%;
}

.glist-6:hover, .glist-6-active {
	background: url("../img/gamelist/navicon/fish3.png") no-repeat 30% 50%, linear-gradient(#a1effb, #6eccff, #4295f6);
}

.marquee-container {
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%;
}

.marquee-text {
	position: absolute;
	white-space: nowrap;
	animation: marquee 33s linear infinite;

}

@keyframes marquee {
	0% {
		left: 100%;
	}

	100% {
		left: -570%;
	}
}

.marquee-text1 {
	position: absolute;
	white-space: nowrap;
	animation: marquee1 35s linear infinite;

}

@keyframes marquee1 {
	0% {
		left: 100%;
	}

	100% {
		left: -170%;
	}
}

.marquee-container:hover .marquee-text {
	animation-play-state: paused;
}

.marquee-container:not(:hover) .marquee-text {
	animation-play-state: running;
}

@media(min-width: 996px) {

	address,
	dl,
	fieldset,
	figure,
	ol,
	p,
	pre,
	ul {
		margin: 0 0 50px 0;
	}

	.titleChange {
		font-size: 24px;
	}

}

.card {
	border: 0px solid;
}

.hoverListIItem .col {
	cursor: pointer;
}

#table_bg th,
#table_bg td:nth-child(3) {
	background-color: #EBF5FF;
}

.table>:not(:first-child) {
	border-top: 0px solid currentColor !important;
}

tr {
	border-color: #dee2e6;
	border-style: none;
	border-width: 0;
}

table td, table th {
	padding: 0.75rem;
	vertical-align: top;
	border: 1px solid black;
}

/* Pagination */
.list-wrapper, .list-wrapper-md {
	padding: 0;
	overflow: hidden;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #365a97;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #365a97;
	border-color: #365a97;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #365a97;
}

/* Pagination END */

.btn:hover, .btn:focus, .form-control, .form-control:focus, a, .accordion-button, .accordion-button:focus {
	outline: 0;
	box-shadow: none;
}

.btn-outline-theme {
	color: #8f8fd4;
	border-color: #8f8fd4;
}

.btn-outline-theme:hover {
	color: #fff;
	background-color: #8f8fd4;
	border-color: #8f8fd4;
}

.bg-gradient-darkgrey {
	background: linear-gradient(180deg, #848c94 0%, #cdcdcd 100%);
}

.bg-gradient-grey {
	background: linear-gradient(180deg, #f7da87 0%, #dba903 100%);
}

.bg-gradient-lightgrey {
	background: linear-gradient(180deg, #f8f9fa 0%, #e8e9eb 100%);
}

.bg-gradient-lightblue {
	background: linear-gradient(180deg, #22a7fb 0%, #6dc5fc 100%);
}

.bg-gradient-blue {
	background: linear-gradient(180deg, #57D7FF 0%, #1E50A6 100%);
}

.bg-gradient-yellow {
	background: linear-gradient(180deg, #F8E98E 0%, #F2D06F 100%);
}

.bg-gradient-lightyellow {
	background: linear-gradient(180deg, #F7DA87 0%, #DBA903 100%);
}

.bg-gradient-green {
	background: linear-gradient(180deg, #62d91e 0%, #1eab0a 100%);
}

.bg-gradient-darkgreen {
	background: linear-gradient(180deg, #a9ca62 0%, #66812e 100%);
}

.bg-gradient-lightgreen {
	background: linear-gradient(180deg, #78F3B0 0%, #3BDB85 100%);
}

.bg-gradient-fb {
	background: linear-gradient(180deg, #4c74d3 0%, #2556ad 100%);
}

.bg-gradient-red {
	background: linear-gradient(180deg, #eb806a 0%, #cd5840 100%);
}

.bg-white-opacity {
	background-color: rgba(255, 255, 255, 0.5);
}

.bg-content-card {
	background: url(../img/webp/bg.webp);
}

.bg-dark-grey {
	background-color: #3D445E;
}

.bg-light-pink {
	background-color: #f8f2ec;
}

.bg-pink {
	background-color: #eaacb3;
}

.bg-dark-pink {
	background-color: #fd788e;
}

.bg-deep-pink {
	background-color: #e1778d;
}

.bg-linear {
	background: linear-gradient(270deg, #edcaa2 0, #ef6a9f);
}

.bg-purple {
	background-color: #eadff0;
}

.bg-dark-purple {
	background-color: #8f8fd4;
}

.bg-theme {
	background-color: #f1f8ff;
}

.bg-grey {
	background-color: #cecece;
}

.bg-light-grey {
	background-color: #EAEAEA;
}

.bg-transparent-dark {
	background: #0000006e;
}

.bg-light-orange {
	background: #e9cdbc;
}

.bg-orange {
	background: #efcb8f;
}

.bg-light-brown {
	background-color: #c2a880;
}

.bg-dark-white {
	background-color: #fff4e5;
}

.bg_change {
	background: #cccccc url(../img/forms/SINGBG.jpg) no-repeat top center;
}

.bg-light-green {
	background: #2abf6f;
}

.bg-dark-blue {
	background-color: #365a97;
}

.bg-light-blue {
	background: #96d4e5;
}

.bg-box-blue {
	border: 2px solid #fff;
	border-radius: 8px;
	background: linear-gradient(180deg, #edf6ff, #fff 53.65%, #f0f7ff);
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.bg-sky-blue {
	background: rgb(237, 246, 255);
	background: linear-gradient(90deg, rgba(237, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(240, 247, 255, 1) 100%);
}

.bg-box-blue-rwd {
	border: 2px solid #fff;
	border-radius: 8px;
	background: linear-gradient(180deg, #edf6ff, #fff 53.65%, #f0f7ff);
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.border-pink {
	border: 1px solid #fd788e;
}

.border-blue {
	border: 1px solid #365a97;
}

.border-white {
	border: 2px solid #FFFFFF;
}

.text-tiny {
	font-size: 1rem;
}

.text-xxs {
	font-size: .65em !important;
}

.text-xs {
	font-size: .75em !important;
}

.text-sm {
	font-size: .8em !important;
}

.text-sm9 {
	font-size: .85em !important;
}

.text-md {
	font-size: 1em;
}

.text-xl {
	font-size: 1.25em;
}

.text-sm-rwd {
	font-size: 1em;
}

.text-xs-rwd {
	font-size: .7em;
}

.text-dark-blue, .textCoffee {
	color: #365a97
}

.text-light-blue {
	color: #3cb1fc
}

.text-purple {
	color: #8f8fd4 !important;
}

.text-gold {
	color: #efbe6c !important;
}

.text-pink {
	color: #eaacb3 !important;
}

.text-dark-pink {
	color: #fd788e !important;
}

.text-shadow {
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.text-light-dark {
	color: #212529;
}

.text-light-green {
	color: #2abf6f;
}


.btn-outline-dark-blue {
	color: #365a97;
	border-color: #365a97;
}

.btn-outline-dark-blue:hover {
	color: #fff;
	background-color: #365a97;
	border-color: #365a97;
}

.sidebar-nav:hover {
	background-color: #fd788e;
	color: #FFFFFF;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*dataTable */
.dataTables_info {
	width: 100%;
	font-size: .65em;
	color: #666;
	text-align: center !important;
}

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

.dataTables_paginate {
	width: 100%;
	margin: 10px 0;
}

.paging_simple_numbers a.paginate_button {
	display: inline-block !important;
	padding: 4px 9px !important;
	margin: 4px 0 0 0 !important;
	font-size: .8em;
	color: #666;
	-webkit-border-radius: 0px !important;
	margin-left: -1px !important;
	line-height: 1.42857 !important;
	text-decoration: none !important;
	background-color: #fff !important;
	border: 1px solid #365a97 !important;
	cursor: pointer;
}

.paging_simple_numbers a.paginate_button.current {
	background: #365a97 !important;
	color: #472901 !important;
}

table.dataTable tr {
	background-color: transparent;
}

table.dataTable tr:nth-child(odd) {
	background-color: #cecece;
}

/*BINDING FILE */
.file-drop-zone {
	min-height: 50px;
}

.btn-file, .fileinput-cancel {
	display: none;
}

.rounded-5 {
	border-radius: 0.9rem !important;
}

.w-13 {
	width: 4rem;
}

.dropdown-toggle::after {
	content: none;
}

.badge {
	padding: 0 0.4em;
	font-size: .75em;
	line-height: 0;
}

.ac {
	width: 25px;
	height: 25px;
}

@media screen and (max-width: 768px) {
	.bg_change {
		background: #cccccc url(../img/forms/bg.jpg) no-repeat top center !important;
	}

	.text-tiny {
		font-size: .61rem;
	}

	.text-sm-rwd {
		font-size: .8em;
	}

	.text-xs-rwd {
		font-size: .7em;
	}

	.CardBgMd-txt, .CardBgMd_txt_BG {
		border: 0;
		background: none;
	}

	.bg-box-blue-rwd {
		border: 0px solid #fff;
		border-radius: 0px;
		background: none;
		-webkit-filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
		filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
	}
}

@media screen and (max-width: 320px) {
	.text-tiny {
		font-size: .55rem;
	}
}

img.lazy {
	width: 100vw;
	display: block;
}

.carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 0%;
}

.table-custom {
	width: 200vw;
}

.table-custom2 {
	width: 150vw;
}

@media(min-width: 768px) {
	.table-custom {
		width: 100vw;
	}

	.table-custom2 {
		width: 60vw;
	}
}

@media(max-width: 300px) {
	.px-nav {
		padding-left: 1rem !important;
	}
}

.uk-blend-luminosity2 {
	filter: brightness(50%);
}

/*layerui*/
body .layui-layer-dialog .layui-layer-title {
	background: #365a97;
	color: #fff;
	border: none;
}

body .layui-layer-dialog .layui-layer-content {
	word-break: normal;
	color: #222;
}

body .layui-layer-dialog .layui-layer-btn {
	border: 0px solid #E9E7E7
}

body .layui-layer-dialog .layui-layer-btn a {
	background: #365a97;
}

body .layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
	border: 0;
	color: #fff;
}
body .layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
	border: 0;
	color: #fff;
}
body .layui-layer-dialog .layui-layer-content {
	word-break: normal;
}

body .layui-layer .layui-layer-content {
	word-break: normal;
}

/*layerui end*/

.col-55 {
	flex: 0 0 auto;
	width: 49%;
}

.list-item .text-truncate {
	display: -webkit-box;
	-webkit-line-clamp: var(--line-clamp, 2);
	-webkit-box-orient: vertical;
	white-space: break-spaces;
}

.gif-load {
	width: 37px;
	height: 37px;
	background: url('/assets/layer/theme/default/loading-1.gif') no-repeat;
}