html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body {
	position: relative;
	margin: 170px 0 0;
	padding: 0;
	font-family: 'Noto Sans Thai', sans-serif;
	font-size: 1em;
	line-height: 100%;
	color: #fff;
	background: #253231;
}

/* ---------------
Typograpghy
--------------- */
h1, h2, h3, h4 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #080808;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 0.8em; }

.section-title {
	margin: 24px 0 24px;
	padding: 24px 0 0;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #1b2827;
}

a:link, a:visited, a:active { text-decoration: none; color: #191919; }

p { margin: 0 0 8px; line-height: 120%; }

strong { font-weight: 700; }

ol {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
	padding: 0 0 0 5px;
	margin: 0 0 10px 30px;
}

/* ---------------
Elements
--------------- */

/* Small Margins */
.mgl-s { margin-left: 6px !important; }
.mgr-s { margin-right: 6px !important; } 
.mgs-s { margin: 0 6px !important; }

/* Regular Margins */
.mgl-r { margin-left: 12px !important; }
.mgr-r { margin-right: 12px !important; } 
.mgs-r { margin: 0 12px !important; }

/* Large Margins */
.mgl-l { margin-left: 24px !important; }
.mgr-l { margin-right: 24px !important; } 
.mgs-l { margin: 0 24px !important; }

/* Buttons */
.btn-nostyle a,
.btn-main a {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
}
.btn-main a > span {
	color: #000;
}
.btn-nostyle a {
	border: 1px solid rgba(255,255,255,0.25);
}

.btn-main a {
	background: #ffd36c;
	color: #000;
}

.bd-wrap {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}

.glbd-wrap {
	width:  calc(100% - 48px);
	margin: 0 auto;
}

/* ---------------
Modal
--------------- */
.modal-content {
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	background: #1b2827;
}

.modal-header {
	border-bottom: 1px solid #1B3836;
}

.modal-header h1 {
	font-size: 1.0em;
	color: #fde174;
	text-transform: uppercase;
}

/* ---------------
Mainmenu
--------------- */
.mainmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 12px 0;
	width: calc(100% - 48px);
	background: #1B3836;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.mm-submenu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	width: 100%;
}
.mm-nav {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.mm-lang {
}

.btn-lang {
	display: flex;
	align-items: center;
	padding: 8px 12px 8px 8px;
	color: #fff;
	font-size: 1em;
	line-height: 100%;
	background: #1b2827;
	/* background: rgba(255,255,255,0.08); */
	border-radius: 50px;
}

.btn-lang img {
	display: block;
	margin-right: 12px;
	width: 20px;
	height: 20px;
}

.btn-lang i {
	display: block;
	margin-left: 12px;
}

.ddlang {
	width: auto;
	margin: 6px auto;
	padding: 5px 10px;
	background: #1b2827;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 8px;
    -webkit-backdrop-filter: blur(5px);
    		backdrop-filter: blur(5px);
}

.ddlang h3.lang-title {
	margin-bottom: 0;
	padding: 10px 0;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.18);
	font-size: 1rem;
}

.lang-country {
	display: flex;
	align-items: center;
	margin: 10px 10px;
	color: #fff;
}

.lang-country img {
	display: block;
	margin-right: 16px;
	width: 32px;
	height: 32px;
}

ul.lang-list {
	display: flex;
	flex-wrap: wrap;
}

span.lang-countryname {
	display: block;
	margin-bottom: 4px;
	width: 100%;
	font-weight: 700;
	line-height: 100%;
}

ul.lang-list li {
	display: flex;
	margin-right: 16px;
	padding-right: 16px;
	line-height: 100%;
	border-right: 1px solid rgba(255,255,255,0.12);
}

ul.lang-list li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

ul.lang-list li a {
	/* color: rgba(255,255,255,0.5); */
	font-size: 0.85em;
	color: #e9d7ad;
	text-decoration: underline;
}

ul.lang-list li.disabled a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

.mm-logo {
	display: flex;
	align-items: center;
}

.mm-logo > a > img {
	max-width: 100%;
	height: 60px;
	/* max-height: 35px; */
}

.mm-login {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}

.btn-mm {
	width: 150px;
}

.btn-mm a {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.mm-menu {
	width: 100%;
	background: #1b2827;
	border-radius: 6px;
}

ul.mm--pages {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
}

ul.mm--pages li a {
	display: flex;
	padding: 12px;
	color: #fff;
	align-items: center;
}

ul.mm--pages li a i{
	margin-right: 5px;
}

ul.mm--pages li a img {
	margin-right: 5px;
	width: 19px;
	height: auto;
}

.mm-account {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	align-items: center;
}

.mm--wallet {
	display: flex;
	border: 1px solid rgba(255,255,255,0.25);
	font-size: 0.85em;
	justify-content: center;
	width: 180px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
}

.mm--wallet > .mm-currency {
	margin-right: 6px;
}

.mm--wallet > .btn-refresh {
	margin-left: 6px;
}

.mm--wallet > .btn-refresh a {
	color: #fff;
}

.mm--profile button {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.25);
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
}

.mm--profile button i {
	color: #fff;
}

ul.mm-accountmenu {
	padding: 12px 24px;
	color: #fff;
	background: #1b2827;
	border: 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

ul.mm-accountmenu li a {
	display: flex;
	align-items: center;
	margin: 12px 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

ul.mm-accountmenu li i {
	font-size: 1.2em;
	margin-right: 12px;
}

/* ---------------
Login / Register
--------------- */
.login-wrap {
	width: 100%;
}

.login-wrap .login-logo {
	display: block;
	width: 50%;
	margin: 32px auto;
}

span.login-greet {
	display: block;
	margin: 0 auto 8px;
	color: #979797;
	font-size: 0.85em;
	text-align: center;
}

span.login-message {
	display: block;
	margin: 0 auto 32px;
	text-transform: uppercase;
	text-align: center;
}

.login-form {
	display: block;
	width: 85%;
	margin: 0 auto;
}
.inline-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email],
.login-form input[type=number]{
	width: 100%;
	margin: 0 0 8px;
	padding: 8px 16px;
	border-radius: 8px;
	background: #1b2827;
	color: #fde174;
	border: 1px solid #fde174;
}

.login-form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.login-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.btn-login {
	width: 100%;
	margin: 32px 0
}

.btn-login a {
	width: 100%;
	font-size: 1.4em;
	padding: 16px 0;
}

.termsconfirm {
	display: block;
	font-size: 0.85em;
	text-align: center;
}

.forgotpass a {
	display: block;
	text-align: center;
	color: #979797;
}

/* ---------------
Sports
--------------- */
.mb-wrap {
	
}

.mb-wrap img {
	max-width: 100%;
	border-radius: 6px;
}

/* ---------------
Sports
--------------- */
.sportsgame {
	width: 100%;
	padding: 0;
	color: #fff;
}

.sg-datetime {
	width: 100%;
	padding: 8px;
	margin-bottom: 1px;
	font-size: 0.65em;
	background: #1b2827;
	border-radius: 6px;
}

.sg-datetime i {
	margin-right: 8px;
}

.sg-details {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	background: #1b2827;
	border-radius: 6px;
}

.sg-title {
	padding: 8px;
	width: 100%;
}

.sg-teama,
.sg-teamb {
	width: 40%;
	font-size: 0.65em;
}

.sg-teama img,
.sg-teamb img {
	display: block;
	margin: 8px auto;
	max-width: 35px;
}
.sg-teamvs {
	display: flex;
	justify-content: space-evenly;
	width : 20%;
	align-items: center;
}

.btn-bet {
	width: 100%;
	margin: 16px 8px 8px;
}

.btn-bet a {
	display: block;
	padding: 12px;
	color: #000;
	text-transform: uppercase;
	border-radius: 6px;
	background: rgb(58,0,99);
	background: -moz-linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	background: linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a0063",endColorstr="#763dd4",GradientType=1);
}

.btn-bet a i {
	margin-right: 6px;
}

/* ---------------
Game Pages
--------------- */
ul.gamescategory {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	gap: 8px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

ul.gamescategory {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
ul.gamescategory::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

ul.gamescategory li a {
	display: block;
	margin: 0;
	padding: 24px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 6px;
}

ul.gamescategory li.active {
	border: 1px solid #070310;
	background: -moz-linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	background: linear-gradient(0deg, rgba(242,242,124,1) 0%, rgba(240,202,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a0063",endColorstr="#763dd4",GradientType=1);
	color: #000;
	border-radius: 8px;
}
ul.gamescategory li.active  span{
	color: #000;
}
ul.gamescategory li i {
	display: block;
	text-align: center;
	margin: 0 auto 12px;
	font-size: 2em;
	color: #fff;
}

ul.gamescategory li span.gcat-items {
	font-size: 0.85em;
}

ul.gameslist {
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	gap: 12px;
	justify-content: space-between;
}

ul.gameslist li {
	width: 10%;
	margin-bottom: 12px;
}

ul.gameslist li a {
	display: flex;
	flex-direction: column;
}

ul.gameslist li img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

ul.gameslist li span.gl-title {
	display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 0.85em;
    text-align: center;
    line-height: 100%;
}

.gamesfilter {
	display: flex;
	margin-bottom: 48px;
	justify-content: space-between;
	margin: 12px auto;
	padding: 0;
	width: 500px;
	gap: 8px;
}

.lp-wrap {
	width: 35%;
}

.lp-wrap .btn-group {
	width: 100%;
}

.list-provider {
	display: block;
	width: 100%;
	background: #1b2827;
	padding: 0 12px;
	font-size: 0.85em;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
}

ul.list-provider-dd {
	width: 150px;
}

ul.list-provider-dd li {
	line-height: 32px;
}

ul.list-provider-dd > li > button {
	padding: 0 0 0 48px;
} 

ul.list-provider-dd li img {
    position: absolute;
	max-height: 24px;
    max-width: 24px;
    margin: 4px 0 0;
    left: 8px;
}

.gs-wrap {
	width: 65%;
}

.gs-wrap input[type=search]{
	width: 100%;
	padding: 0 12px;
	color: #fff;
	line-height: 36px;
	background: #1b2827;
	border: 0;
	border-radius: 6px;
}

/* ---------------
Sports
--------------- */
.gamelist {
	
}

.gamelist ul li img {
	display: block;
	margin: 0 auto 6px;
	max-width: 100%;
	width: 100%;
	border-radius: 6px;
}

.gamelist ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 0.85em;
}

.gamelist .gl-provider {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 0.85em;
}

.gamelist .gl-name {
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------------
Promotions
--------------- */
.pmt-list {
	display: flex;
	flex-wrap: wrap;
	margin: 48px 0 0;
	gap: 24px;
}

.pmt-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
	width: calc(25% - 18px);
	border-radius: 6px;
	background: #1b2827;
}

.pmt-wrap img {
	display: block;
	margin: 0 auto 12px;
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
}

.pmt-info {
	width: 100%;
	margin-bottom: 12px;
}

.pmt-info > h3.pmt-title {
	color: #fff;
	font-size: 1em;
}

.pmt-info > span.pmt-desc {
	font-size: 0.75em;
	line-height: 100%;
}

.pmt-details {
	display: flex;
	width: 100%;
}

.btn-pmt {
	width: 100%;
}

.btn-pmt {
	font-size: 0.85em;
}

.btn-pmt a {
	padding: 12px;
}

.btn-pmt a i {
	margin-right: 6px;
}

.promodetails {
	font-size: 0.85em;
}

.promodetails h2 {
	color: #fff;
	margin-bottom: 12px;
}

.promodetails ol {
	list-style-type: decimal;
}

.promodetails ol li {
    padding: 0 0 0 5px;
    margin: 0 0 12px 15px;
}

.promodetails .modal-body {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}

/* ---------------
Inner Page
--------------- */
.wallet-trx {
	margin: 6px;
	border-radius: 6px;
}

.wallet-trx h2 {
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 1em;
	/* border-bottom: 1px solid #1b2827; */
}

.wallet-trx h2 span.currentpage {
	color: #fde174;
}

.btn-close-rg {
	position: absolute;
	top: 18px;
	right: 18px;
	opacity: 1;
}

.trx-form-group {
	margin: 0 0 24px;
	position: relative;
}

.trx-form-group .trx-desc {
	display: block;
	font-size: 0.85em;
	margin: 0 0 4px;
}

.trx-form-group input[type=text],
.trx-form-group input[type=number],
.trx-form-group select {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 11px;
	color: #fff;
	border: 0;
	background: #1b2827;
	border-radius: 8px;
}

.trx-form-group select {
	-webkit-appearance: none;
	min-height: 40px;
}

.trx-form-group .trx-select-ico {
	position: absolute;
    right: 10px;
    bottom: 10px;
}

.trx-form-group .float-ico {
	position: relative;
}

.trx-form-group input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.trx-form-group input[type="radio"]:checked + label {
	color: #fff;
	border: 2px solid #ffd36c;
	background: #1b2827;
}

.trx-form-group .bank-nobtn {
	width: 19%;
	padding: 8px 0;
	text-align: center;
}

.trx-form-group .bank-radiobtn {
	width: 25%;
	padding: 8px 0;
	text-align: center;
	border-radius: 8px;
	background: #1b2827;
	border: 1px solid #1b2827;
}

.trx-form-group .bank-radiobtn img,
.trx-form-group .bank-nobtn img {
	max-width: 50%;
}

.trx-form-group .amount-radiobtn {
	width: 25%;
	padding: 8px 0;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #1b2827;
	background: #1b2827;
}

.trx-form-group .select-promo {
	width: 100%;
	margin: 0 0 4px;
	padding: 12px;
	border-radius: 8px;
	border: 2px solid #1b2827;
	background: #1b2827;
}

.trx-form-group .btn-max {
	padding: 8px;
    background: rgba(17 17 17 / 0.1);
    border-radius: 6px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.trx-form-group .btn-max a { color: #191919; }

.trx-bank-card {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 24px;
	padding: 8px 0;
	border-radius: 8px;
	border: 1px solid rgba(17,17,17,0.1);
}

.trx-bank-card .bank--desc {
	width: 25%;
	padding: 8px 0;
	text-align: right;
	font-size: 0.85em;
	align-self: center;
}

.trx-bank-card .bank--details {
	width: 53%;
	margin: 0 0 0 2%;
	padding: 8px 0;
	font-weight: 700;
	align-self: center;
}

.trx-bank-card .bank--copy {
	width: 20%;
	padding: 4px;
	align-self: center;
}

.trx-rd-wrpr {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 6px 0 0;
	gap: 6px;
}

.trx-method {
	display: flex;
	gap: 6px;
}

.trx-method a {
	color: #fff;
}

.trx-method > .active {
	border: 2px solid #ffd36c;
	background: #1b2827;
}

.trx-options {
	width: 33.33%;
	text-align: center;
	border: 1px solid rgba(17,17,17,0.1);
	padding: 4px 0;
	border-radius: 8px;
	background: #1b2827;
}

.trx-options img {
	max-width: 80%;
}

.date-wrpr {
	display: flex;
}

span.rangeto {
	margin: 0 4px;
    align-self: center;	
}

.trx-form-group .date {
	width: 49%;
    margin: 0 auto;
    display: block;
    padding: 11px;
    color: #fff;
    border: 0;
    background: #1b2827;
    border-radius: 8px;
	-webkit-appearance: none;
}

.historylist {
	margin-top: 24px;
	color: #fff;
}

.historylist > .table {
	color: #fff;
	font-size: 0.85em;
}

.bank-desc {
	font-size: 0.65em;
	display: block;
	margin: 4px auto;
}

.btn-trans {
	width: 100%;
}

.btn-trans a {
	padding: 12px 0;
}

ul.accountmenu {
	margin-top: 24px;
}

ul.accountmenu li {
	width: 100%;
}

ul.accountmenu li a {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	color: #fff;
	font-size: 0.85em;
	background: #1b2827;
	border-radius: 6px;
}

ul.accountmenu li:last-child a {
	/* background: transparent; */
}

ul.accountmenu li a i {
	font-size: 1.4em;
	margin-right: 12px;
}

.pf-form-group {
	margin: 0 0 24px;
	position: relative;
}

.pf-form-group .float-ico {
	position: relative;
}

.pf-form-group .pf-select-ico {
	position: absolute;
    right: 10px;
    bottom: 10px;
}

.pf-form-group input[type=text],
.pf-form-group input[type=password],
.pf-form-group input[type=number],
.pf-form-group input[type=email],
.pf-form-group select,
.pf-birth {
	width: 100%;
    margin: 0 auto;
    display: block;
    padding: 11px;
    color: #fff;
    border: 0;
    background: #1b2827;
    border-radius: 8px;
}

.pf-birth,
.pf-form-group select {
	min-height: 40px;
	-webkit-appearance: none;
}

.pf-warning {
	display: block;
	margin: 4px 0 0;
	font-size: 0.65em;
	color: #fff;
}

.pf-form-group .pf-desc {
	display: block;
	font-size: 0.85em;
	margin: 0 0 4px;
}

/* ---------------
Footer
--------------- */
.footer {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}

.ft-menu {
	display: flex;
	margin: 24px 0;
	padding: 24px 0;
	border-top: 1px solid #1b2827;
}

.ft-menu h3 {
	display: block;
	color: #fff;
	margin-bottom: 12px;
}

.ft-menu ul {
	width: 200px;
	font-size: 0.85em;
}

.ft-menu ul li {
	margin-top: 6px;
}

.ft-menu ul li a {
	display: block;
	color: rgba(255,255,255,0.5);
}

.ft-copy {
	margin-bottom: 24px;
	font-size: 0.65em;
	color: rgba(255,255,255,0.5);
}
#toast-container {
	margin-top: 10px !important;
}
#promoDetails .modal-body{
	color: #fff;
}