@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

@font-face {
	font-family: 'UTMAvo';
	src: url('fonts/UTMAvoBold.eot');
	src: url('fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/UTMAvoBold.woff') format('woff'),
		url('fonts/UTMAvoBold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UTMAvo';
	src: url('fonts/UTMAvo.eot');
	src: url('fonts/UTMAvo.eot?#iefix') format('embedded-opentype'),
		url('fonts/UTMAvo.woff') format('woff'),
		url('fonts/UTMAvo.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UTMMabella';
	src: url('fonts/UTMMabella.eot');
	src: url('fonts/UTMMabella.eot?#iefix') format('embedded-opentype'),
		url('fonts/UTMMabella.woff') format('woff'),
		url('fonts/UTMMabella.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

#main {
	display: flex;
}

#main-content {
	position: relative;
	transition: margin-left 0.2s ease-in;
	width: 100%;
}

#main .top-notice {
	display: none;
}

#sidebar {
	flex: 0 0 250px;
	margin-right: -250px;
	transition: margin-right 0.2s ease-in;
	background-color: #01244b;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
}

#sidebar ul.nav li a {
	color: #ffffff;
}

#sidebar ul.nav li.header {
	padding: 10px 15px;
	color: #fff;
}

#sidebar ul.nav li a:hover {
	background-color: transparent;
}

#sidebar ul.nav > li.active > a {
	background-color: #fff;
	color: #01244b;
	font-weight: bold;
}

#sidebar ul.nav ul {
	padding: 1rem 5px 1rem 15px;
	background-color: #013979;
}

#sidebar ul.nav ul li {
	display: block;
}

#sidebar ul.nav ul li a {
	display: block;
	padding: 15px 15px;
}

#sidebar ul.nav ul li.active a {
	background-color: #0254b3;
}

#sidebar .divider {
	width: 90%;
	height: 1px;
	margin: 1rem auto;
	background-color: #043a75;
}

#sidebar .username-truncate {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#main.active #sidebar {
	margin-right: 0px;
}

#main.active #main-content {
	margin-left: -250px;
}

#main.active #menu-overlay {
	display: block;
}

#main.active .mobile-footer-action {
	display: none !important;
}

#main.active .btn-mobile-menu {
	margin-right: 265px;
}

body {
	/*background-color: #302d29;
	background-image: url("../images/bright-squares.png");*/
	overflow: hidden;
	background-color: #333;
	margin: 0px;
	/* font-family: "SegoeUI"; */
	font-family: 'Open Sans', sans-serif;
}

body .btn-primary {
	background-color: #01244b;
	border-color: #0c3461;
}

#page > .content {
	margin-top: 3px;
}

img {
	max-width: 100%;
}

.page-title {
	font-size:130%;
	text-align: center;
	margin: 5px 0px;
}

.sub-title {
	text-align: center;
	font-size: 90%;
	margin: 10px 0px;
}

[class*=background-] {
	box-sizing: border-box;
	padding: 30px 0px;
}

.background-1 {
	/* background: url(../images/bg-1.jpg) repeat-x 0px 0px #A60000; */
	background-color: #01244b;
	min-height: 701px;
	box-shadow: inset 0px 2px 5px #041a32;
}

.background-2 {
	/* background: url(../images/bg-2.jpg) repeat-x 0px 0px #490102; */
	background-color: #01244b;
	min-height: 661px;
	color: #fff;
	box-shadow: inset 0px 2px 5px #333;
}

.background-1 > .container {
	background-color: #fff;
	padding: 0.5rem 3rem;
}

.background-1 p, .background-1 h1, .background-1 h2, .background-1 h3, .background-1 ul {
	color: #3d3d3d;
}

.body-content {
	background: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	/* box-shadow: inset 0px 0px 5px #333; */
	box-shadow: 0px 0px 6px rgb(145, 145, 145);
	border: 1px solid rgb(211, 211, 211);
	margin-bottom: 2rem;
}

.tour-outlines {
	display: none;
}

.top-row {
	/* background: url(../images/bg-top.jpg) 50% 50% repeat-x transparent; */
	background-color: rgb(211, 211, 211);
	padding: 1rem 0px;
}

.top-row .logo img {
	max-width: 100%;
	max-height: 60px;
}

.top-row .container {
	position: relative;
}

.top-container {
	display: table;
	width: 100%;
}

.top-container .top-col {
	display: table-cell;
	vertical-align: middle;
}

.share-width .top-col {
	width: 50%;
}

.top-container .top-right {
	text-align: right;
}

.top-row .mobile-language-picker {
	margin: 0px;
}

.top-row .mobile-language-picker li a {
	padding: 0px;
	color: #fff;
}

.top-row .mobile-language-picker li a > img {
	height: 15px;
}

.top-row .mobile-language-picker li a:hover,
.top-row .mobile-language-picker li a:focus {
	box-shadow: none;
	background: transparent;
}

.top-row .mobile-language-picker .dropdown-menu {
	position: absolute;
	min-width: auto;
	background-color: #fdbe24;
}

.top-row .mobile-language-picker .dropdown-menu li a {
	padding: 5px 10px;
	color: #333;
	width: 140px;
}

.user-menu .nav li a {
	padding: 3px 5px;
}

.user-menu .nav li a:hover {

}

#topmenu {
	border-radius: 0px;
	margin: 0px;
	border: 0px;
	/* background: url(../images/bg-bet.jpg) no-repeat 50% 50% transparent; */
	/* height: 350px; */
}

.top-menu {
	height: 60px;
	background: rgb(1,59,122);
	background: linear-gradient(180deg, rgba(1,59,122,1) 0%, rgba(3,31,60,1) 81%, rgba(2,23,45,1) 100%);
	box-shadow: inset 0px 0px 10px #013b7a;
}

.top-menu .navbar-nav {
	display: flex;
	width: 100%;
	height: 60px;
	margin-top: -2px; /* must match with the border size */
}

.top-menu .nav li {
	padding: 0px 5px;
}

.btn-mobile-menu,
.btn-mobile-chat {
	display: none;
}

.btn.btn-theme {
	background: rgb(25,107,196);
	background: linear-gradient(167deg, rgba(25,107,196,1) 0%, rgba(1,59,122,1) 80%);
	color: #fff;
}

.top-menu .navbar-nav a {
	line-height: 20px;
	padding: 5px 18px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	padding-bottom: 8px;
}

.top-menu .navbar-nav a:hover,
.top-menu .navbar-nav li.active > a {
	color: #fff;
	box-shadow: inset 0px 0px 5px #032244;
	background: #032f5e;
	border-radius: 3px;
}

.top-menu ul.nav ul {
	background-color: #07498f;
	box-shadow: none;
	padding: 1rem 0px;
	border: 0px;
}

.top-menu .nav .open > a,
.nav > li > a:focus {
	background-color: transparent;
	box-shadow: inset 0px 0px 5px #032244;
	border-radius: 3px;
}

.top-menu ul.nav ul li a {
	margin: 0px;
	box-shadow: none;
	border-radius: 0px;
}

#page {
	padding-bottom: 20px;
}

.footer-content {
	padding: 0px 15px;
}

.top-block {
	position: absolute;
	top: 15px;
	right: 0px;
}

.top-info {
	line-height: 30px;
}

.mobile-register-button {
	margin-top: 5px;

}

.page-date {
	font-size: 90%;
	display: block;
}

.language-switcher {
	font-size: 90%;
	font-weight: bold;
}

.user-credit {
	font-weight: bold;
	font-size: 90%;
	display: block;
	cursor: default;
	width: 100%;
}

.dropdown-menu .menu-header {
	padding: 3px 20px;
	display: block;
}

/* Result Styling */
.result-container > .row > [class*="col-"] {
	margin-bottom: 15px;
}

.result .btn-buy-now {
	font-size: 120%;
	padding: 3px 5px;
	margin: 0px 0px 0px 20px;
}

.result .result-top {
	display: table;
	width: 100%;
	color: #fff;
}

.result .result-top .result-top-block {
	display: table-cell;
}

.result.lucky .result-top {
	background: rgb(35,80,110);
	background: linear-gradient(180deg, rgba(35,80,110,1) 11%, rgba(60,142,199,1) 54%, rgba(47,108,150,1) 54%);
}

.result-middle {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.result .result-top .result-logo {
	width: 80px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

.result .result-line1 {
	padding-left: 10px;
	font-size: 120%;
	font-family: "UTMAvo";
	line-height: 50px;
	font-size: 26px;
	text-transform: uppercase;
}

.result .result-line2 {
	padding-left: 10px;
	line-height: 38px;
	font-size: 90%;
}

.result .result-row {
	display: table;
	width: 33.33%;
}

.result .result-primary,
.result .result-normal {
	padding: 10px;
	background: #313437;
	color: #fff;
}

.result .result-primary .result-row {
	border: 1px solid #ddd;
	margin: 0px 0px 2px 0px;
}

.result .result-primary .result-block {
	display: block;
	width: 33.33%;
	float: left;
	padding: 0px 10px;
	text-align: center;
}

.result .result-primary .result-block:first-child {
	padding: 0px 10px 0px 0px;
}

.result .result-primary .result-block:nth-child(3) {
	padding: 0px 0px 0px 10px;
}

.result .result-primary .result-block-content {
	background: #4e4e4e;
}

.result .result-primary .result-label {
	color: #fed40e;
	font-size: 110%;
	padding: 5px 0px;
}

.result .result-border {
	border-bottom: 1px solid #313437;
	box-shadow: 0px 1px 0px #6b6b6b;
}

.result .result-border-empty {
}

.result .result-primary .result-number {
	font-size: 200%;
}

.result .result-normal {
	width: 100%;
	float: left;
}

.result .result-normal .result-content {
	background: #4e4e4e;
	font-size: 150%;
}

.result .result-normal .result-legend {
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	font-size: 80%;
}

.result .result-normal .number {
	display: block;
	/* width: 50%;
	float: left; */
	flex: 0 0 20%;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.result .result-normal .number:first-child,
.result .result-normal .number:last-child {
	padding: 2px 0px;
}

.result .result-normal .number .border {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
}

.result .result-2cols {
	display: table;
	width: 100%;
}

.result .result-2cols .result-col {
	display: table-cell;
	width: 50%;
}

.result .result-col .result-row {
	margin: 3px 0px;
}

.result .result-col .result-label {
	display: table-cell;
	width: 30%;
	text-align: center;
	background-color: #ddd;

}

.result .result-col .result-number {
	display: table-cell;
	width: 70%;
	text-align: center;
	border: 1px solid #ddd;
}

.result-jackpot .result-normal {
	width: 100%;
	float: none;
}

.result-jackpot .result-normal .result-legend {
	padding: 5px 0px;
	background-color: #ab0006;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.result-jackpot.ninelotto .result-normal .result-legend {
	background-color: #e66323;
}

.result .result-normal .result-border,
.result .result-normal .last-row {
	display:flex;
	justify-content: center;
}

.result-jackpot .result-normal .result-row {
	width: 100%;
}

.result-jackpot .result-normal .result-row .result-label {
	color: #333;
	padding: 5px;
}

/* Specific Board Result Styling */
.result.magnum .result-top {
	background: url(../images/bg-magnum.png) repeat-x 0px 0px transparent;
}

.result.toto .result-top {
	background: url(../images/bg-toto.png) repeat-x 0px 0px transparent;
}

.result.pmp .result-top {
	background: url(../images/bg-damacai.png) repeat-x 0px 0px transparent;
}

.result.sabah88 .result-top {
	background: url(../images/bg-sabah88.png) repeat-x 0px 0px transparent;
}

.result.sarawak .result-top {
	background: url(../images/bg-sarawak.png) repeat-x 0px 0px transparent;
}

.result.sandakan .result-top {
	background: url(../images/bg-sandakan.png) repeat-x 0px 0px transparent;
	color: #333;
}

.result.singapore .result-top {
	background: url(../images/bg-singapore.png) repeat-x 0px 0px transparent;
}

.result.gd .result-top {
	background: url(../images/bg-toto.png) repeat-x 0px 0px transparent;
}

.result.perdana .result-top {
	background: url(../images/bg-damacai.png) repeat-x 0px 0px transparent;
}

.result.ninelotto .result-top {
	background: url(../images/bg-9lotto.png) repeat-x 0px 0px transparent;
	color: #fff;
}

/* End Result Styling */

.step-block {
	font-size: 14px;
}

.step-block .step {
	display: inline-block;
	box-sizing: border-box;
	background-color: #F3B404;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 35px;
	margin-right: 10px;
	font-weight: bold;
	box-shadow: inset 2px 0px 3px #333;
}

.step-content {
	padding: 0px 15px 0px 50px;
}

.help-block {
	margin: 0px;
}

.help-block ul {
	margin: 0px;
}

.popover-error .popover-title {
	color: #a94442;
	font-weight: bold;
}

.transparent-box {
	background: url(../images/bg-transparent.png) repeat 0px 0px transparent;
	border: 1px solid #0e2846;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: inset 0px 0px 5px #024088;
}

.transparent-box .nav-tabs li > a {
	color: #bdbdbd;
}

.transparent-box .nav-tabs li.active > a {
	color: #333;
}


.rate-table .rate-header {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.rate-table .prize-body .row {
	margin-bottom: 5px;
}

.rate-table .first-prize {
	font-size: 150%;
}

.rate-table .prize-rate {
	text-align: center;
}

.rate-table .second-prize {
	font-size: 130%;
}

.rate-table .third-prize {
	font-size: 110%;
}

.rate-table .consolation-prize {
	font-size: 90%;
}

/* List styles */
.list {
	padding-left: 16px;
}

.list-square {
	list-style-type: square;
}

.text-large {
	font-size: 120%;
	font-weight: bold;
}

.info .info-row {
	display: table-row;
}

.info .info-header {
	font-weight: bold;
	display: table;
}

.info [class*=info-col] {
	display: table-cell;
}

.info .info-col-label {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.deposit-account {
	display: inline-block;
}

.deposit-account .inner-box {
	padding: 10px;
	border-radius: 5px;
	margin: 10px 5px 5px 0px;
}

.deposit-account .info-col-label {
	font-weight: bold;
}

.deposit-account .info-header {
	font-weight: bold;
}

article.small h1 {
	font-size: 22px;
}

article.small {
	font-size: 80%;
}

.footer {
	font-size: 90%;
	font-weight: bold;
	color: #333;
	cursor: default;
	padding: 20px 0px;
}

.footer-menu {
	text-align: center;
}

.footer-menu .navmenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-menu .navmenu li {
	display: inline-block;
}

.footer-menu .navmenu li a {
	display: block;
	padding: 3px 5px;
	color: #a7a7a7;
	font-size: 10pt;
}

.footer-menu .navmenu li a:hover {
	color: #fed40e;
	text-decoration: none;
}

.copyright {
	background: #1b1b1b;
	color: #fff;
	text-align: center;
	font-size: 90%;
	padding: 10px 0px;
}

.list-pagination {
	text-align: center;
}

.error {
	color: #D85149;
}

.messenger {
    bottom: 30px;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.help-text:before {
	display: inline-block;
	position: relative;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e085";
	margin-right: 5px;
}

.help-text {
	border-bottom: 1px dashed #333;
	display: inline-block;
	cursor: pointer;
}

form.flexiwidth .form-control {
	width: auto;
}

form .checkbox.inline {
	float: left;
	margin-right: 10px;
}

.ui-datepicker-month,
.ui-datepicker-year,
.ui-datepicker-month option,
.ui-datepicker-year option {
	color: #333;
}

.attachment-box .filename {
	font-weight: bold;
}

.attachment-box .filesize {
	font-style: italic;
}

/* Draft Order List */
.draft-order-list li:nth-child(even) a {
	background-color: #eee;
}

.draft-order-list .date {
	font-style: italic;
	font-size: 90%;
}

.draft-order-list li {
	position: relative;
}

.draft-order-list li .remove {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 0px 0px 0px;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	opacity: .3;
	filter: alpha(opacity=30);
}

.draft-order-list li .remove:hover {
	background-color: #f30;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.partner-container {
	padding: 3rem 0px;
	background-color: #4c4c4c;
	box-shadow: inset 0px 0px 5px #171717;
}

.partner > .left {
	width: 70%;
}

.partner > .right {
	width: 30%;
}

.partner {
	display: flex;
}

.partner img.sponsor-icon {
	max-width: 70px;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.partner .title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 9pt;
}

.b {
	font-weight: bold;
}

.org {
	font-size: 120%;
}

.clear {
	clear: both;
}

img.ss {
	box-shadow: 3px 3px 5px #333;
	margin: 15px 0px 15px 0px;
}

.board .label {
	display: inline-block;
}

.modal-body .form-control {
	max-width: 100%;
}

.floating-menu {
	position: fixed;
	left: 0px;
	top: 140px;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #a60000;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 3px #333;
	color: #fff;
}

.modal-header .modal-title,
.modal-body {
	color: #333;
}

.payment-control {
	text-align: center;
}

.payment-control .btn {
	margin-bottom: 5px;
}

/* Tab Styling */
.nav-tabs > li > a {
	color: #3d3d3d;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
	box-shadow: inset 0px 0px 3px #333;
	background: rgba(238, 238, 238, 0.3);
	border: 1px solid transparent;
}

.mobile-footer-action {
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none !important;
	z-index: 100;
}

.mobile-footer-action .btn {
	border-radius: 0px;
	flex: 1;
}

.mobile-footer-action img {
	width: 30px;
	height: 30px;
}

/* Blinking Animation */
/* .blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
} */
.blink {
  animation: blinker 1s linear infinite;
}
.blink-2 {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.prize-table {
	width: 100%;
	overflow-y: auto;
	background-color: #fff;
}

.prize-table > table {
	width: 100%;
	border-collapse: unset;
	border-spacing: 2px;
}

.prize-table > table > thead > tr > th,
.prize-table > table > thead > tr > td {
	background-color: #c1272d;
	padding: 1rem;
	color: #ffffff;
}

.prize-table.perdana-4d > table > thead > tr > th,
.prize-table.perdana-4d > table > thead > tr > td {
	background-color: #2C3EB8;
}

.prize-table > table > thead > tr > th:nth-child(1),
.prize-table > table > thead > tr > th:nth-child(2),
.prize-table > table > thead > tr > th:nth-child(3),
.prize-table > table > thead > tr > th:nth-child(4),
.prize-table > table > thead > tr > th:nth-child(5) {
	width: 16%;
}

.prize-table > table > tbody > tr > th,
.prize-table > table > tbody > tr > td {
	padding: 1rem;
	vertical-align: top;
}

.prize-table > table > tbody > tr:nth-child(odd) > th,
.prize-table > table > tbody > tr:nth-child(odd) > td {
	background-color: #eee;
}

.sections {
	padding-left: 1.5rem;
}

.sections .section {
	display: flex;
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
}

.sections .section:last-child {
	border-bottom: 0px;
}

.sections .section > .number {
	display: block;
	flex: 0 0 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	background-color: #c1272d;
	color: #fff;
	font-weight: bold;
	margin-right: 1rem;
	margin-top: 5px;
}

.sections .section .section-content h2 {
	margin: 0px;
}

.youtube-embed {
	width: 560px;
	height: 315px;
}

ul.check-list {
	list-style-image: url('../images/checkmark.png');
}

.gd-article {
	color: #3d3d3d;
}

.gd-article p,
.transparent-article p {
	font-size: 12pt;
	line-height: 2;
	margin-top: 20px;
}

.gd-article ul > li {
	margin-top: 12px;
}

.gd-article > section.item,
.transparent-article > section.item {
	padding: 2rem 2rem;
}

.gd-article > section.item:nth-child(odd) {
	background-color: #eee;
}

.gd-article .text-small,
.gd-article .text-small p {
	font-size: 10pt;
}

.gd-article .middle-aligned {
	display: flex;
	align-items: center;
}

.gd-article .middle-aligned > * {
	display: block;
	margin: 0px 5px;
}

.gd-article .small-circle {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #ccc;
}

.gd-article .font-weight-bold {
	font-weight: bold;
}

.transparent-article > section.item:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}

.home-prize-table .item .header {
	font-size: 16pt;
	margin: 1rem 0px;
	background-color: #333;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
}

.home-prize-table.toto .item .header {
	background: url(../images/bg-toto.png) repeat-x 0px 0px transparent;
}

.home-prize-table .item .table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.no-wrap {
	white-space: nowrap;
}

.zoom {
  animation: scale 1s ease-in infinite;
}

.howto-steps .step {
	/* display: flex; */
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #dedede;
}

.howto-steps .step p {
	margin: 0px 0px 0px 15px;
}

.howto-steps .image {
	margin-bottom: 15px;
}

.howto-steps .image > img {
	max-width: 300px;
}

/* Game List */
.game-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.game-list.gutter {
	margin: 0px -4px;
}

.game-list.gutter .game-item {
	padding: 4px;
}

.game-list .game-item .game-image {
	text-align: center;
}

.game-list .game-item {
	flex: 0 0 10%;
}

.game-list .game-item:hover {
	text-decoration: none;
}

.game-list .game-item .game-name {
	text-align: center;
	width: 144px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-list .progress .progress-bar-success {
	background-color: #02d8cf;
}

.game-list .progress .progress-bar-warning {
	background-color: #FE9900;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.8);
  }
}

@media (min-width: 1200px) {
	.container {
		width: 1500px;
	}

	.mobile-view {
		display: none !important;
	}
}

@media (max-width: 1500px) {
	.container {
		width: 1200px;
	}

	.top-menu .navbar-nav a {
		font-size: 9pt;
		padding: 5px 10px;
	}

	.top-menu .navbar-nav a img {
		display: none;
	}
}

@media (max-width: 1199px) {
	
	.container {
		width: 768px;
	}

	.desktop-view {
		display: none !important;
	}

	.mobile-view {
		display: block !important;
	}

	.top-menu {
		display: none;
	}

	#topmenu {
		/* margin: 0px;
		background: none;
		position: fixed;
		height: auto;
		top: 0px;
		right: -220px;
		width: 220px;
		transition: all 0.5s;
		z-index: 500; */
	}

	#topmenu.show {
		right: 0px;
	}

	.top-menu {
		margin: 0px;
		position: relative;
		background: #F3B404;
		border: 0px;
		border-left: 2px solid #A77A03;
		border-radius: 0px;
		box-shadow: none;
		height: auto;
		padding: 0px;
	}

	.top-menu .navbar-nav {
		width: auto;
		margin: 0px;
		display: block;
		height: auto;
	}

	.top-menu .navbar-nav > li {
		display: block;
		float: none;
	}

	.navbar-header {
		display: block;
	}

	.btn-mobile-menu {
		display: block;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 10;
		transition: margin-right .2s ease-in;
	}

	.btn-mobile-menu button, .button {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		text-align: center;
		line-height: 36px;
		font-size: 20px;
		background: #0a377a;
		border: 2px solid #01244b;
		border-radius: 0px;
		color: #6c91c7;
		padding: 3px 0px 0px 10px;
		margin: 3px 15px 0px 0px;
	}
	

	/* .btn-mobile-chat {
		display: block;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 60px;
		right: 15px;
		z-index: 10;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
		background: #0a377a;
		border: 2px solid #01244b;
		border-radius: 0px;
		color: #6c91c7;
	} */

	.top-navbar .mobile-hidden {
		display: none;
	}

	.user-menu {
		position: fixed;
		top: 60px;
		right: 0px;
		width: 220px;
		right: -220px;
		transition: all 0.5s ease;
		border: 0px;
		border: 2px solid #A77A03;
		background: #F3B404;
		z-index: 500;
	}

	.user-menu.show {
		right: 0px;
	}

	.user-menu .nav {
		width: 100%;
	}

	.user-menu .navbar-nav {
		margin: 0px;
	}

	.user-menu .nav li {
		display: block;
		float: none;
	}

	.user-menu .nav li a {
		display: block;
		width: 100%;
		padding: 5px;
		text-align: left;
	}

	.user-menu .draft-order-list li a.remove {
		width: 25px;
		height: 25px;
		text-align: center;
		padding: 0px;
		line-height: 25px;
		color: #333;
	}

	.user-menu .dropdown-menu {
		display: block;
		float: none;
		border: none;
		border-top: 1px solid #A77A03;
		border-radius: 0px;
		background: none;
		position: relative;
		box-shadow: none;
	}

	.user-menu .dropdown-menu .divider {
		background-color: #A77A03;
	}

	.user-menu .dropdown-menu li a {
		padding-left: 25px;
	}

	.user-menu .nav li a:hover {
		background: #A77A03;
		color: #fff;
	}

	.mobile-footer-action {
			display: flex !important;
	}

	.mobile-footer-action .btn {
		padding: 8px 0px;
		font-size: 13pt;
	}

	body {
			margin-bottom: 46px;
	}

	/* Mobile Apk download notice */
	#main.has-top-notice .top-notice {
		display: flex;
	}

	.top-notice .mobile-app-icon {
		margin-right: 15px;
		margin-left: 5px;
		width: 50px;
		height: 50px;
		padding: 5px;
		border-radius: 15px;
		background-color: #fff;
	}

	.top-notice {
		background-color: #ccc;
		color: #333;
		align-items: center;
		padding: 10px;
		border-radius: 0px;
		justify-content: space-between;
		margin-bottom: 0px;
	}

	.top-notice .close {
		float: none;
		top: 0px;
		right: 0px;
		margin: 0px 15px;
	}

	.top-notice .body {
		display: flex;
		align-items: center;
	}

	.top-notice .download {
		margin-left: 8px;
	}

	/* Mobile Apk download notice */
	#main.has-top-notice .top-row {
		/* height: 120px; */
	}

	#main.has-top-notice .top-notice {
		display: flex;
	}

	.top-notice {
		background-color: #ccc;
		color: #333;
		align-items: center;
		padding: 10px;
		border-radius: 0px;
		justify-content: space-between;
		margin-bottom: 0px;
	}

	.top-notice .close {
		float: none;
		top: 0px;
		right: 0px;
		margin: 0px 15px;
	}

	.top-notice .body {
		display: flex;
		align-items: center;
	}

	.top-notice .body .image {
		max-height: 50px;
		margin-right: 15px;
	}

	.top-notice .download {
		margin-left: 8px;
		display: flex;
	}

	.top-notice .download > a {
		margin-right: 5px;
	}

	.top-notice .download > a:last-child {
		margin-right: 0px;
	}
}

@media (max-width: 991px) {
	.logo {
		text-align: center;
		margin-bottom: 1rem;
	}

	.package-table .game {
		margin: 0px 0px 20px 0px !important;
	}

	.package-table .rate-mobile {
		display: block;
	}

	.deposit-account {
		width: 50%;
	}

	.footer-menu {
		text-align: center;
		margin-bottom: 10px;
	}

	.logo {
		padding: 0px;
	}

	.top-block {
		position: relative;
		display: block;
		top: auto;
		right: auto;
		text-align: center;
	}

	.page-date {
		display: inline-block;
	}

	#top-up-tabs {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 0px;
		margin: 2rem 0px 5rem 0px;
	}

	#top-up-tabs > li {
		float: none;
		flex: 0 0 50%;
		opacity: .6;
	}

	#top-up-tabs > li.active {
		opacity: 1;
	}

	#top-up-tabs > li > a {
		border-radius: 0px;
		border: 0px !important;
		font-size: 7pt;
	}

	#top-up-tabs > li > a .hot-icon {
		float: right;
	}

	#top-up-tabs > li > a .method-icon {
		width: 30px;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	#top-up-tabs > li > a .method-icon {
			display: none;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
	}

	.gd-article > section.item {
		padding: 1rem;
	}

	#main-content {
		padding-top: 50px;
	}

	#main.has-top-notice #main-content {
		padding-top: 120px;
	}

	.top-row {
		/* height: 50px; */
		height: auto;
		padding: 0px;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 99;
		background-color: #01244b;
	}

	.top-row .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.top-row .container .row {
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
	.top-row .logo {
		margin-bottom: 0px;
	}

	.top-row .logo img {
		max-width: 100%;
		max-height: 50px;
	}

	.deposit-account {
		width: 100%;
		float: none;
	}

	.page-date {
		display: block;
	}

	.result .result-line1 {
		font-size: 22px;
	}

	.result .result-line2 {
		line-height: 22px;
	}

	.result .result-date {
		display: block;
	}

	.result .btn-buy-now {
		margin: 0px;
	}

	.page-title {
		text-align: left;
	}

	.rate-table .first-prize,
	.rate-table .second-prize,
	.rate-table .third-prize,
	.rate-table .consolation-prize {
		font-size: 100%;
	}

	.rate-table .prize-header {
		font-weight: bold;
	}

	.rate-table .prize-body .row {
		margin-bottom: 10px;
	}

	.rate-table .prize-rate {
		text-align: left;
	}

	.floating-menu {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
	}

	.floating-btn {
		position: fixed;
		z-index: 99;
		top: 70%;
		right: 1%;
		background-color:rgb(28, 5, 122);
		border-radius: 10px;
		padding:5px;
	}

	.youtube-embed {
		width: 100%;
		height: 250px;
	}

	.partner {
		display: block;
	}

	.partner > .left {
		width: 100%;
	}

	.partner > .left > .icons .hide-mobile {
		display: none;
	}

	.partner > .left .title {
		margin-top: 1rem;
	}

	.partner > .right {
		width: 100%;
	}

	.partner img.sponsor-icon {
		margin-right: .25rem;
		width: 38px;
	}

	#main.has-top-notice .top-row {
		height: 127px;
	}

	#main.has-top-notice #main-slide {
		padding-top: 0px;
	}
}

table.credential-table {
	border-collapse: collapse;
	margin: 0px auto;
}

table.credential-table td
,table.credential-table th {
	padding: 5px 10px;
}

@media (max-width: 479px) {
	.rate-body .rate-prize-label.rate-col {
		display: none;
	}

	.rate-table .rate-empty.rate-cell {
		display: none;
	}

	.rate-table .rate-cell {
		width: 90px !important;
	}

	.text-left-mobile {
		text-align: left !important;
	}

	.game-list .game-item {
		flex: 0 0 25%;
		width: 25%;
	}

	.game-list .game-item .game-name {
		font-size: 8pt;
		width: 72px;
	}

	.top-notice .download img {
		width: 40px;
		height: 40px;
	}

	.top-notice .content {
		font-size: 2.8vw;
	}

	.top-notice .close {
		margin: 0px 5px;
	}
}

@media (max-width: 400px) {
	.login-buttons .btn {
		margin-bottom: 10px;
	}
}

@media (max-width: 320px) {
	.top-notice .download img {
		width: 30px;
		height: 30px;
	}

	.top-notice .content {
		font-size: 8pt;
	}
}

/* Mobile App Styles */
body.mobile-app .mobile-app-hidden {
	display: none;
}

.grecaptcha-badge { 
	visibility: hidden;
}

#modal-partner .modal-dialog {
	margin-top: 20%;
}

#modal-partner .modal-content {
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background-color: #032244; 
}

#modal-partner .modal-body {
	background: #032244;
	border-radius: 15px;
	padding: 5px; /* Added padding for better spacing */
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#modal-partner .modal-body .image-container {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 10px;
	border-radius: 50%;
	cursor: pointer;
}

#modal-partner .modal-body .image-container img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 0 3px 5px white;
	animation: blink-shadow 3s infinite;
}

#modal-partner .modal-body .image-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	padding: 4px;
	border: transparent;
	background: linear-gradient(45deg, #032244, #fdbe24);
	-webkit-mask: 
		linear-gradient(#032244 0 0) content-box, 
		linear-gradient(#032244 0 0);
	mask: 
		linear-gradient(#032244 0 0) content-box, 
		linear-gradient(#032244 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	animation: rotate 6s linear infinite, blink-shadow 1s infinite;
}

#modal-partner .modal-body .image-container img:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 16px #032244; 
}

#modal-partner .close {
	font-size: 2rem;
	color: white;
	padding: 2px;
	border: white;
	cursor: pointer;
}

#modal-partner .close:hover {
	/* background: white; */
}

#modal-partner .text-right {
	margin: 0;
}

#modal-partner .text-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#modal-partner hr {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right,rgb(255, 190, 60), #032244, rgb(255, 190, 60));
}

#modal-partner h1 {
	color: #ffbe3c;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}

.partnership {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #032244;
}

.partnership h1 {
	width: 100%;
	color: #ffbe3c;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}

.partnership hr {
	width: 100%;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, #ffbe3c, #032244);
	margin-top: 20px;
}

.partnership .image-container {
	position: relative;
	width: 75px; 
	height: 75px; 
	margin: 20px 10px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partnership .image-container img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 0 3px 5px white;
	animation: blink-shadow 3s infinite;
}

.partnership .image-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	padding: 4px;
	border: transparent;
	background: linear-gradient(45deg, #ffbe3c, #032244);
	-webkit-mask: 
		linear-gradient(#032244 0 0) content-box, 
		linear-gradient(#032244 0 0);
	mask: 
		linear-gradient(#032244 0 0) content-box, 
		linear-gradient(#032244 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	animation: rotate 6s linear infinite, blink-shadow 1s infinite;
}

.partnership .image-container img:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 16px #032244;
}

.partnership .btn-custom {
	display: inline-block;
	padding: 5px 15px;
	margin-top: 10px;
	background-color: #054d9a;
	color: white!important;
	text-align: center;
	border-radius: 50px; 
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	transition: background-color 0.2s;
}

.btn-popup {
	color: white!important;
}

.partnership .btn-custom:hover {
	background-color: #ffbe3c;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes blink-shadow {
	0%, 100% {
		box-shadow: 0 0 15px 5px white;
	}
	50% {
		box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0);
	}
}

#button-partnership-mobile {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	border:1px solid gold;
	padding: 1px;
}

#button-partnership-mobile img {
	width: 100%;
	height: 35px;
	object-fit: cover;
	border-radius: 10px;
}

#button-partnership-mobile .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 0.55rem;
	font-weight: bold;
	color: white;
	transition: background 0.3s;
}


#button-partnership-desktop {
	display: block;
	position: relative;
	width: 40px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	border:1px solid gold;
	padding: 1px;
}

#button-partnership-desktop img {
	width: 100%;
	height: 35px;
	object-fit: cover;
	border-radius: 4px;
	background-color: #032244;
}

#button-partnership-desktop .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #032244;
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
	color: white;
	transition: background 0.3s;
}

.button-partner {
	display: inline-block;
	padding: 4px;
	margin: 8px;
	background-color: #000000;
	color: white;
	text-align: center;
	border-radius: 5px;
	text-decoration: none!important;
	font-size: 0.8rem;
}

.statistic {
    background-color: #013979;
    padding: 30px 20px;
	box-shadow: 1px solid rgb(1, 62, 132);
}

.statistic .stats-box {
    background-color: #013979;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 150px; 
	margin: 15px;
}

.statistic h3 {
	color:  gold;
	font-weight: 800;
}

.statistic p {
	font-weight: bold;
	font-size: 1.6rem;
	color: white!important;
}

@media (min-width: 992px) {
    .statistic .row {
        display: flex;
        justify-content: center;
    }

    .top-row {
        width: 100%;
        position: fixed;
        z-index: 1000;
    }

	.topup-form {
		margin-top:90px
	}

	.top-menu{
		top:78px;
		width:100%;
		position: fixed;
		z-index: 999;
	}

	.dropdown-menu {
		z-index: 1000;
	}

	#main-slide {
		margin-top: 110px;
	}
}

.btn-bottom {
	font-size: 2rem;
}

.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 10px;
    background: linear-gradient(30deg, #013979, #06274e);
	color: white;
	padding: 4px;
}

.countdown div {
	margin: 0 20px;
	text-align: center;
}

.countdown span {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px 2px 4px rgba(33, 33, 33, 0.5);
}

.countdown .next_draw {
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0px 2px 4px rgba(33, 33, 33, 0.5);
}

.countdown-xs {
    background: linear-gradient(30deg, #013979, #06274e);
    color: white;
    padding: 5px 0px;
    text-align: center;
}

.countdown-xs-title {
    font-weight: bold;
    font-size: 1.6rem;
    text-shadow: 0px 2px 4px rgba(33, 33, 33, 0.5);
    margin-bottom: 5px;
}

.countdown-timer-xs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; 
}

.countdown-timer-xs div {
    margin: 0 10px;
    text-align: center;
}

.countdown-timer-xs span {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    text-shadow: 0px 2px 4px rgba(33, 33, 33, 0.5);
    margin-bottom: 2px; 
}

.countdown-timer-xs div br {
    display: none; 
}

.scrollTop {
	cursor: pointer;
}


#board-selection-menu {
    position: relative;
    z-index: 9000; 
    background: linear-gradient(180deg, rgba(1,59,122,1) 0%, rgba(3,31,60,1) 81%, rgba(2,23,45,1) 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
	overflow-x: auto; 
	white-space: nowrap; 
	display: flex; 
    justify-content: center; 
    align-items: center;
}

.menu {
    display: flex; 
    align-items: center;
    gap: 15px;
}

#board-selection-menu.sticky {
    position: fixed;
    width: 100%;
    z-index: 9000;
}

.board-item img {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.board-item img:hover {
    transform: scale(1.1);
}

.result-container .highlight {
    background-color: rgb(255, 255, 255);
    padding: 2px;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgb(168, 168, 168); 
	border: 3px solid darkblue;
	transform: scale(1.1); 
	border-radius: 10px;
}


#loading-overlay {
	position: fixed;
	justify-content: center;
	align-items: center;
	color: #ccc;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
}
#loading-overlay.active {
	display: flex;
}

.spin {
	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}