/*@import url('https://fonts.googleapis.com/css2?family=Kantumruy:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Khmer&display=swap');*/
@font-face {
    font-family: "Kantumruy";
    src: url("../webfonts/Kantumruy-Regular.ttf") format("truetype");
}

.footer_font{
	font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Kantumruy', sans-serif;
	line-height: 1.4;
	font-size: 14px;
	margin: 0 auto;
	color: #3a3a3a;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%);
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,
a:focus,
button:focus,
button:hover,
input:focus,
select:focus {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
	color: #666;
	width: 100%;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.container-fluid {
	max-width: 1440px;
}

.header-top .row {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 82px;
}

.logo {
	padding: 5px 0;
}

.logo img {
	max-height: 72px;
}

.header-right {
	margin-top: 10px;
}

.headright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

a.mobile-icon {
	margin-right: 10px;
}

.login_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #125e89;
}

.log-group {
	margin: 0 5px;
}

.log-group input {
	border: 1px solid #74797b;
	border-radius: 3px;
	width: 116px;
	height: 30px;
	padding: 0 10px;
	background-color: #1d1d1d00;
	color: #525252;
}

.login_btn {
	background: #137eb3;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
	margin-right: 5px;
}

.join_btn {
	background: linear-gradient(to bottom, #e5b80b 0%, #e5b80b 100%) !important;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
}

.login_btn a,
.join_btn a {
	color: #fff;
}

.languageToggle {
	cursor: pointer;
}

.languageToggle img {
	max-width: 29px;
}

.languageToggle i {
	font-size: 18px;
	vertical-align: sub;
	margin-left: 5px;
}

.languageToggle button {
	background: none;
	border: none;
}

.languageToggle .btn-secondary:hover {
	color: #fff;
	background-color: #ffffff00;
	border-color: #ffffff00;
}

.languageToggle .dropdown-menu {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 20px;
}

.btmtools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #a5a5a5;
	font-size: 12px;
	padding: 5px 10px 0;
	padding-left: 33px;
}

.forgot-link a {
	color: #a5a5a5;
	text-decoration: underline;
}

.header-menu {
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	position: relative;
}

.main-nav {
	display: flex;
	align-items: center;
	height: 47px;
}

.main-nav li.nav-item {
	margin: 0 11px;
	padding: 9px 0 14px;
}

.main-nav li.nav-item a.navlink {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.main-nav li.nav-item:hover a.navlink {
	color: #b4b4b4;
}

.main-nav li.nav-item.menuimg a.navlink img {
	filter: contrast(0) brightness(5);
}

.main-nav li.nav-item.menuimg:hover a.navlink img {
	filter: none;
}

.position-inherit {
	position: inherit;
}

.dropmenu {
	background: #fdfdfd;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: 0% 0%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transform-style: preserve-3d;
	transform: rotateX(-90deg);
	visibility: hidden;
}

.main-nav li.nav-item:hover .dropmenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}

.dropinner {
	border-bottom: 1px solid #1a1a1a;
	display: flex;
	/* grid-template-columns: repeat(5,1fr); */
	justify-content: center;
	flex-wrap: wrap;
}

.dm-item {
	display: inline-block;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	max-width: 250px;
}

.gm_name {
	margin-top: 5px;
	color: #404040;
	transition: all 0.5s;
}

.gm_name img {
	max-width: 35px;
	vertical-align: text-bottom;
}

/*.dm-item img.img-open{display:none;}
.dm-item:hover img.img-open{display:block;}
.dm-item:hover img.img-close{display:none;}*/
.dropmenu:hover a {
	opacity: 0.5;
	transition: all 0.5s;
}

.dropmenu:hover a:hover {
	opacity: 1;
	transition: all 0.5s;
}

/** Footer **/
.footer-sec {
	background: #F2F2F2;
	color: #757575;
	padding-bottom: 45px;
}

.footer_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-menu-wrapper {
	padding: 10px 25px;
}

.footer-menu li {
	margin: 10px 20px 10px 0;
	position: relative;
}

.footer-menu li a {
	color: #ffffff;
}

.footer-menu li a:hover {
	color: #757575;
	text-decoration: underline;
}

.footer-menu li::after {
	content: '';
	border-right: 1px solid #444444;
	height: 10px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: -11px;
}

.footer-menu li:last-child::after {
	content: none;
}

.copyright {
	font-size: 11px;
	text-transform: uppercase;
	color: #0337b3;
}

.copyright img {
	max-width: 21px;
	margin-left: 5px;
}

.fp-btm {
	border-bottom: 1px dotted #505050;
}

.fp_wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 15px;
}

.footer-point {
	text-align: center;
	max-width: 210px;
	margin: auto;
}

.ptitle {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0 20px;
}

.fp_caption {
	margin-bottom: 10px;
}

.ftcol {
	margin: 15px 0;
}

.footer-point a {
	color: #0070d1;
}

.footer-point a:hover {
	color: #0070d1;
	text-decoration: underline;
}

.ftittle {
	font-size: 12px;
	margin-bottom: 10px;
}

.ft_icon img {
	filter: grayscale(1);
	margin-right: 10px;
	opacity: 0.8;
}

.ft_icon img:hover {
	filter: none;
	opacity: 1;
}

.footer-seo {
	padding: 13px;
	background: #ffffff;
	text-align: center;
}

.footertopContent {
	/* display: flex; */
	justify-content: space-between;
	width: 100%;
}

.footertopItem {
	margin: 0 0px;
	text-align: justify;
	max-width: 100%;
}

.textContent {
	font-size: 11px;
	color: #a4a4a4;
}

.textContentItem {
	margin-bottom: 20px;
}

.pheader {
	font-size: 14px;
	color: #a4a4a4;
	margin-bottom: 6px;
	font-weight: 700;
}

.footertopContent a {
	color: #7e8c8d;
}

/** Left Floating Download **/
.left-slide-download {
	position: fixed;
	left: -190px;
	top: 128px;
	z-index: 99;
	transition: ease 0.3s;
}

.left-slide-download:hover {
	left: 0;
	transition: ease 0.3s;
}

.download-left-btn {
	position: absolute;
	top: 0;
	right: -52px;
	cursor: pointer;
}

.downlad-float-wrapper {
	padding: 2px 5px;
	width: 190px;
	background: #f7f7f7;
}

.dl-box {
	background: linear-gradient(to bottom, rgba(0, 164, 224, 1) 0%, rgba(0, 97, 201, 1) 100%);
	border-radius: 3px;
	border: 1px solid #098ce8;
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}

.dl-box:hover {
	filter: brightness(1.15);
}

.modal-dialog.download {
	max-width: 600px;
}

.modal-content.download {
	background: rgb(0 0 0 / 80%);
	padding: 15px 15px;
	border: 1px solid #881850;
}

.proider-title {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

button.close-download {
	position: absolute;
	right: 5px;
	top: 5px;
	background: none;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.download-info-wrapper .downloadbox {
	height: auto;
	padding-bottom: 15px;
}

/** Footer License **/
.footer-license {
	background: #0337b3;
	padding: 30px 0;
	color: #fff;
}

.license-wrap {
	display: grid;
	grid-template-columns: 25% 25% 14% 25%;
	border-bottom: 1px dotted #505050;
	padding: 15px 25px 20px;
	position: relative;
}

.license-wrap.scwrap {
	padding: 15px 25px 40px;
}

.ft-about {
	max-width: 450px;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 15px;
}

.gtitle {
	margin-bottom: 15px;
	font-size: 13px;
}

.license-logo img {
	height: 28px;
	margin-right: 15px;
}

.social-logo img {
	height: 35px;
	margin-right: 15px;
}

/** Homepage **/
.home-featured {
	display: grid;
	grid-template-columns: 55% auto;
	grid-gap: 10px 10px;
	margin: 20px 0;
}

.home-featured a:hover {
	filter: brightness(1.10);
}

.hfbox-1 img {
	height: auto;
	object-fit: fill;
}

.hfbox-2 a {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.hfbox-2 a:last-child {
	margin-bottom: 0;
}

/** Live Casino **/
.casino-sec {
	padding: 30px 0 45px;
}

.gamerow-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 15px;
}

.gamebox {
	display: block;
	/* max-width:266px; */
	transition: all 0.3s;
	margin: 16px auto;
	width: 100%;
	margin-top: 0px;
}

.gamebox .game-title {
	color: #000;
	background: #F2F2F2;
	padding: 12px 10px;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
}

.gamebox .game_img {
	/* max-width:266px; */
	/* height:174px; */
	overflow: hidden;
}

.gamebox .game_img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gamebox:hover {
	transform: translateY(-10px);
	transition: all 0.3s;
}

/*.gamebox .game_img .img-open{display:none;}
.gamebox:hover .game_img .img-close{display:none;}
.gamebox:hover .game_img .img-open{display:block;}*/
/** Sport **/
.sports-sec {
	background: #000000;
	background-size: cover;
	padding: 15px 0 40px;
}

.nav-tabs.sports {
	border: none;
}

.nav-tabs.sports .nav-item {
	width: 16.2%;
	text-align: center;
	margin-right: 0.5%;
}

.nav-tabs.sports .nav-item:last-child {
	margin-right: 0;
}

.nav-tabs.sports .nav-link {
	border: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #423a4a;
	padding: 5px 10px;
}

.nav-tabs.sports .nav-item.show .nav-link,
.nav-tabs.sports .nav-link.active {
	background: linear-gradient(to bottom, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%);
}

/** Slots **/
.slots-sec {
	padding: 30px 0 45px;
}

ul.nav.provider-menu {
	display: flex;
	align-items: flex-end;
	text-align: center;
	background: #353638;
}

ul.nav.provider-menu li {
	width: 120px;
	font-size: 11px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

ul.nav.provider-menu li a {
	padding: 15px 10px;
	display: block;
	color: #ffffff;
}

ul.nav.provider-menu li a img {
	margin-bottom: 5px
}

ul.nav.provider-menu li.active,
ul.nav.provider-menu li:hover {
	background: #8925f4;
}

ul.nav.provider-menu li.active a,
ul.nav.provider-menu li:hover a {
	color: #ffffff;
}

ul.nav.provider-menu li.active img,
ul.nav.provider-menu li:hover img {}

ul.nav.filter-list {
	background: #e6e5e5;
	margin-top: 8px;
	width: 100%;
}

ul.nav.filter-list li {
	min-width: 123px;
	text-align: center;
}

ul.nav.filter-list li a {
	color: #5a5a5a;
	display: block;
	padding: 8px 2px;
	text-transform: uppercase;
	font-size: 13px;
}

ul.nav.filter-list li.active a,
ul.nav.filter-list li:hover a {
	color: #fff;
	background: linear-gradient(to bottom, #137eb2 0%, #137eb2 100%) !important;
}

.thumbnail-slots {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
	padding: 15px 0;
}

/** Fishing **/
.fish-wrap {
	position: relative;
	height: 420px;
}

.fish-btn {
	position: absolute;
	left: 17%;
	top: 56%;
}

a.play-fish {
	display: inline-block;
	background: #8925f4;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 23px;
	border-radius: 2px;
}

a.play-fish:hover {
	background: #343434;
	color: #fff;
}

.fish-wrap.bg {
	background: url("../images/fishing/fsh-bg.jpg")no-repeat center;
	background-size: cover;
}

.fish-wrap.pp {
	background: url("../images/fishing/fsh-pp.jpg")no-repeat center;
	background-size: cover;
}

.fish-wrap.cq9 {
	background: url("../images/fishing/fsh-cq9.jpg")no-repeat center;
	background-size: cover;
}

.fish-wrap.jk {
	background: url("../images/fishing/fsh-jkr.jpg")no-repeat center;
	background-size: cover;
}

/** 7-11 **/
.loginbox {
	max-width: 920px;
	margin: auto;
}

.game-login {
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #d9d9d9;
}

.logo-prov {
	margin-top: -23px;
}

.logo-prov img {
	max-width: unset;
}

.fwrap {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.fwrap label {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	margin-right: 15px;
}

.form-wrap {
	position: relative;
}

.form-wrap input {
	height: 35px;
	width: 170px;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	padding: 5px 30px 5px 8px;
}

span.login-icon {
	position: absolute;
	right: 9px;
	top: 7px;
	font-size: 16px;
	color: #838080;
}

.instruc-box {
	width: 360px;
	background: #e5e5e5;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px;
	font-size: 13px;
}

.gameinfo-wrapper {
	max-width: 920px;
	margin: auto;
	background: #f2f2f2;
	padding: 25px;
	font-size: 13px;
	color: #838080;
}

.more-info {
	color: #0062c9;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.more-info a {
	text-decoration: underline;
	color: #0062c9;
}

.gameinfo-wrapper ol {
	padding-left: 18px;
	font-size: 12px;
}

.btitle {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.btext {
	font-size: 16px;
}

/** Info Centre **/
.info-sec {
	padding-top: 20px;
	min-height: 500px;
}

.info-sec .container-fluid {
	max-width: 1300px;
}

.inforow {
	/* background: #110e16; */
	border-radius: 10px;
}

section.header-info {
	background: #000;
}

.title-info {
	text-align: center;
	background: linear-gradient(to bottom, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%);
	color: #fff;
	font-weight: 700;
	padding: 8px;
	font-size: 17px;
}

.info-menu-wrapper {
	display: grid;
	margin: 0px auto;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 15px;
	width: 1000px;
}

.info_item {
	display: block;
	color: #8d8d8d;
	text-align: center;
	font-size: 17px;
	padding: 15px 0;
	line-height: 17px;
	font-weight: bold;
}

.info_item img {
	filter: grayscale(1);
	margin-bottom: 15px;
}

.info_item:hover,
.info_item.active {
	color: #881850;
}

.info_item:hover img,
.info_item.active img {
	filter: none;
}

.faq-card,
.tnc-card {
	border: 1px solid #00a8bb40;
}

button.btn-tnc {
	/* background: #881850; */
	color: #000000;
	font-size: 16px;
	border: none;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: left;
	padding: 15px 15px;
	position: relative;
}

button.btn-tnc.collapsed {
	background: none;
}

.tnc-body {
	padding: 20px 15px;
	color: #000000;
}

button.btn-tnc::after {
	content: '>';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 17px;
	top: 17px;
	transform: rotate(270deg);
	transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
	content: '>';
	transform: rotate(90deg);
	transition: all 0.3s;
}

.copyright-info {
	padding: 15px 15px;
	text-align: right;
	font-size: 12px;
	color: #8d8d8d;
}

.termcaps {
	color: #7e8c8d;
	font-size: 16px;
	margin: 10px 15px;
}

.afterlogin_bg {
	background: #ffffff;
	padding: 20px 0;
	min-height: 875px;
}

.profilebox {
	background-color: #f2f2f2;
	/* height: 89px; */
	padding: 14px;
	margin-bottom: 20px;
}

.profileinfo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.profile_icon {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	padding: 0 10px;
	color: #000;
}

.wallet_custom {
	border-left: 1px dotted #505050;
	padding-left: 20px;
	color: #000;
}

.profile_rank {
	color: #0290a0;
}

.wallet_bal {
	color: #0290a0;
}

.sidepanel {
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
	border-bottom: none;
}

.sidepanel ul {
	background-color: #f2f2f2;
	list-style-type: none;
	padding: 20px;
}

.sidepanel ul li {
	background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	margin-bottom: 10px;
	border-radius: 10px;
}

.sidepanel ul li a {
	display: flex;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	border-radius: 5px;
	line-height: initial;
	align-items: center;
	justify-content: left;
	padding-left: 20px;
	word-break: break-all;
	padding: 10px;
	background: #1389c1;
	color: #ffffff;
}

.sidepanel ul li.active a {
	background-image: none;
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	color: #fff;
}

.sidepanel_icon_white {
	display: none;
}

.sidepanel ul li.active a .sidepanel_icon_white {
	display: block;
}

.sidepanel ul li.active a .sidepanel_icon_color {
	display: none;
}

.sidepanel ul li a img {
	margin-right: 5px;
	width: 24px;
	filter: brightness(0) invert(1);
}

.sidepanel_content {
	display: block;
	margin-left: 220px;
	min-height: 700px;
	border-radius: 10px;
	background: #f2f2f2;
	color: #ffffff;
	padding-bottom: 30px;
}

.sidepanel_header {
	padding: 20px;
	color: #000000;
	border-bottom: 1px solid #c4c4c4;
}

.setting_text {
	color: #000000;
}

.title_text {
	display: flex;
	padding-left: 50px;
	align-items: center;
}

.title_text02 {
	display: flex;
	padding-left: 50px;
	align-items: unset;
}

.nav-pills.afterlogin .nav-link.active,
.nav-pills.afterlogin .show>.nav-link {
	color: #fff;
	background-color: #ffffff;
	border: 1px solid #0290a0;
	background-image: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 8px 0px;
}

.nav-pills.afterlogin .nav-link {
	color: #fff;
	background-color: #ffffff;
	padding: 0;
	margin: 8px 0px;
	border: 1px solid #bbbbbb;
}

.ori_img {
	display: none;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
	display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
	display: none;
}

.bank_select {
	display: flex;
	justify-content: left;
	width: 500px;
	font-size: 12px;
}

.bank_select_inner {
	display: flex;
	color: #858585;
	text-align: center;
	align-items: center;
	margin-right: 10px;
}

.bank_select_img {
	border: 1px solid #858585;
	border-radius: 5px;
	padding: 0px;
	margin: 8px;
	margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show>.nav-link {
	color: #fff;
	background-color: #ffffff00;
	background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
	background-position: 1% 56%;
	background-repeat: no-repeat;
	padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
	padding: 0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
	color: #0290a0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
	border: 1px solid #0290a0;
}

.ori_img {
	display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
	display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
	display: none;
}

.inputDeposit {
	border: 1px solid silver;
	background-color: #fff;
	color: #999;
	border-radius: 4px;
	display: flex;
	align-items: center;
	height: 40px;
	width: 300px;
}

.maxLimit {
	color: red;
}

.depositBtn {
	width: 80px;
	height: 40px;
	background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
	background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #858585;
	font-size: 14px;
}

.submit_btn {
	margin-top: 10px;
	border-radius: 4px;
	width: 188px;
	height: 40px;
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	color: #fff;
	cursor: pointer;
	font-size: inherit;
	border: none;
}

.upload_btn {
	margin-top: 10px;
	border-radius: 4px;
	width: 188px;
	height: 40px;
	background: #0062c9;
	background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
	background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
	color: #858585;
	cursor: pointer;
	font-size: inherit;
	border: 1px solid #e6e6e6;
}

.copy_dep.upload_btn {
	margin-top: 0px;
	margin-left: 10px;
	border-radius: 4px;
	width: 50px;
	height: 40px;
	background: #0062c9;
	background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
	background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
	color: #858585;
	cursor: pointer;
	font-size: inherit;
	border: 1px solid #e6e6e6;
}

.bank_details_copy {
	background-color: #004997;
	color: white;
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 1px solid silver;
	width: 250px;
	height: 30px;
	justify-content: center;
}

.tab-pane-bank {
	margin-left: auto;
	margin-right: 0;
}

.important-notice {
	background: #eeeeee;
	padding: 20px 20px 20px 20px;
	margin: 20px;
	font-size: 12px;
	height: fit-content;
}

.important-notice-title {
	color: #000000;
}

.important-notice-content {
	color: #858585;
}

.important-notice-content ol {
	padding: 0;
}

.exchangeIcon {
	color: #999;
	display: flex;
	align-items: center;
}

.weekly {
	background: #E2E2E2;
	padding: 10px;
	margin-left: auto;
	margin-right: 0;
	color: #000;
	display: flex;
	border-radius: 5px;
}

.text_title_transfer {
	color: #bfbfbf;
}

.transfer_game_main {
	font-size: 12px;
}

.transfer_box {
	display: flex;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	color: #000000;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.transfer_box_sec {
	color: #000000;
	padding: 0 2px;
	background-color: #E2E2E2;
	display: flex;
	min-height: 27px;
	align-items: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.transfer_btn {
	height: 22px;
	width: 64px;
	border: 1px solid #0290a0;
	color: #0290a0;
	background: none;
	border-radius: 5px;
}

.transfer_btn:hover {
	background: #8925f4;
	color: #fff;
}

.text-blue {
	color: #000000;
}

.withdrawal table {
	border-collapse: collapse;
	width: 100%;
	color: #000000;
}

.withdrawal table th {
	border: 1px solid #d5d5d5;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
	color: #000000;
	background-color: rgba(129, 157, 187, 0.15);
}

.withdrawal table td {
	text-align: left;
	padding: 8px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
}

.withdrawal table td:first-child {
	text-align: right;
}

.withdrawal.rebate_custom table td {
	text-align: center;
}

.history_main {
	display: flex;
	align-items: center;
}

.history_btn {
	border: none;
	padding: 5px;
	background-color: transparent;
	color: #858585;
	margin: 0 5px;
}

.history_btn.active {
	border: 1px solid #0290a0;
	border-radius: 4px;
	color: #0290a0;
	background: white;
	padding-left: 18px;
	padding-right: 18px;
	align-items: center;
}

.history_table table {
	width: 100%;
	color: #000;
	text-align: center;
}

.history_table table tr:first-child {
	background-color: #005f9e;
}

.history_table table tr td {
	padding: 15px 0;
	border-bottom: 1px solid #d0d0d0;
	min-width: 200px;
	color: #000;
}

.history_table table tr td i {
	font-size: 20px;
}

.history_table table tr th {
	padding: 8px;
	color: #fff;
}

.history_to {
	color: #000;
	display: flex;
	align-items: center;
}

.form-control.date_custom {
	padding: 0 10px;
}

.inbox_msg_text {
	color: #8925f4;
	cursor: pointer;
}

.profile_main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	color: #cecece;
	grid-column-gap: 5px;
}

.profile_main_title {
	color: #ffffff;
}

.profile_main_bg {
	background-color: #1389c1;
	padding: 20px;
}

.bank_details_content {
	display: flex;
	align-items: center;
}

.deposit_btn {
	background: #e5b80b;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
	margin: 0 5px;
}

.deposit_btn a {
	color: #fff;
}

.logout_btn {
	background: linear-gradient(to bottom, #005f9e 0%, #005f9e 100%) !important;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
	margin: 0 5px;
}

.btmtools_after {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #838383;
	font-size: 12px;
	padding: 5px 10px 0;
	float: right;
}

.log-group a {
	color: #838383;
}

.three_dot {
	font-size: 10px;
}

.msg_head {
	font-size: 20px;
	color: #005f9e;
}

.about-us-header,
.contact-us-header {
	font-weight: bold;
	font-size: 18px;
	margin: 0px !important;
	padding: 5px 0 5px 15px;
	color: #000000;
	background: #efefef;
}

.about-content.content-one {
	color: #fff;
	padding-top: 0px;
}

.contact-us-header_inner {
	margin: 50px 0;
	color: #525252;
}

.contact_dotted {
	border-right: 1px dotted;
	/* color: #fff; */
	font-weight: 600;
}

.contact_dotted img {
	/* filter: brightness(0) invert(1); */
}

.contact-us-header_inner img {
	/* filter: brightness(0) invert(1); */
	margin-bottom: 30px;
}

.mix {
	display: none;
}

.filter-menu-bar {
	margin: 20px 0;
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
}

.pmbox {
	background: none;
	color: #8f8f8f;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
}

.pmbox.active {
	background: #1379ac;
	color: #fff;
}

.promo-content {
	display: grid;
	grid-gap: 0px;
}

.pm-boxer {
	display: grid;
	grid-template-columns: 35% 65%;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	max-width: 100%;
	height: auto;
	align-content: center;
	margin: 10px 0;
	grid-gap: 10px;
}

.pm-boxer_inner {
	display: grid;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	color: #282828;
}

.pm-boxer_inner_sec {
	display: flex;
	align-items: flex-end;
}

.moreinfo_btn {
	background-color: #023c7a;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
}

.apply_btn {
	background: linear-gradient(to bottom, #f4da02 0%, #f4da02 100%) !important;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
}

.text_red {
	color: red;
}

.text_blue {
	color: black;
}

.modal-dialog.promo {
	max-width: 800px !important;
}

.modal-content.promo {
	padding: 20px;
}

button.close-promo {
	background: none;
	border: none;
	font-size: 19px;
	padding: 8px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}

.pm-title-wrapper {
	font-size: 20px;
	font-weight: 700;
}

.pmtable-wrapper {
	margin: 15px 0;
}

table.promo-table tr th {
	color: #fff;
	background: #013B7A;
	padding: 4px;
	border: 1px solid #013B7A;
}

table.promo-table tr td {
	border: 1px solid rgb(1 59 122 / 33%);
}

.gr-title {
	font-weight: 700;
	font-size: 16px;
}

.grlist ul {
	padding-left: 20px;
	margin-top: 5px;
}

.grlist ul li {
	padding-bottom: 3px;
	font-size: 14px;
}

.hotgames-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0 0px 0;
}

button.moregame-btn {
	background: linear-gradient(to bottom, #0031b1 0%, #0031b1 100%);
	color: #fff;
	border: none;
	padding: 6px 15px;
	border-radius: 5px;
}

button.moregame-btn i {
	color: #55bafd;
	font-size: 12px;
}

.hot-title {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 7px 0;
	font-weight: 600;
}

.hot-title img {
	margin-right: 5px;
	width: 25px;
}

.index_products {
	border-collapse: separate;
	border-spacing: 10px;
}

.hotgame_main {}

.hotgame_main a {
	color: grey;
}

.hotgame {
	background: #F2F2F2;
	padding: 8px 3px;
	text-align: center;
}

.slider_jackpot {
	position: relative;
}

.jackpot_text {
	position: absolute;
	bottom: 12%;
	font-weight: 700;
	font-size: 35px;
	color: #000;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.index_logo_provider {
	padding: 15px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	background-color: #ebebeb;
	align-items: center;
}

.index_logo_provider li img {
	filter: grayscale(1);
	opacity: 0.8;
}

.index_logo_provider li img:hover {
	filter: none;
	opacity: 1;
}

/** Match - center **/
.latest-wrapper {
	display: grid;
	grid-template-columns: 55% 44%;
	grid-gap: 1%;
	/* border-top: 1px dotted #881850; */
	padding-top: 10px;
	margin-bottom: 5px;
}

ul.carousel-indicators.vdemo {
	position: absolute;
	top: -25px;
	right: 0;
	left: auto;
	margin: 0;
}

ul.carousel-indicators.vdemo li {
	border-radius: 50%;
	height: 9px;
	width: 9px;
	background-color: transparent;
	border: 1px solid #005f9e;
	opacity: 1;
	background-clip: unset;
}

ul.carousel-indicators.vdemo li.active {
	background-color: #005f9e;
	border: 1px solid #005f9e;
}

.app-slide-wrapper {
	position: relative;
	padding-top: 25px;
	border-top: 1px dotted #343434;
}

.hot-title.app {
	left: 2px;
	top: 28px;
	margin-bottom: 10px;
	position: absolute;
}

.app-slider {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 666px;
}

ul.carousel-indicators.vdemo.app {
	position: absolute;
	top: 30px;
	right: 0;
	left: auto;
}

.download-home {
	position: absolute;
	right: 0;
	top: 50%;
	left: 54%;
	text-align: center;
	display: grid;
	grid-template-columns: 50% 50%;
	max-width: 500px;
	grid-gap: 10px;
}

.device-app {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.qr-img {
	max-width: 150px;
	margin: auto;
}

.downloadTab {
	margin: 20px 0;
}
.downloadTab .nav{
	    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
}

.downloadTab .nav-pills .nav-link {
	background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	margin-bottom: 5px;
	height: auto;
	color: #858585;
	align-items: center;
	display: flex;
	margin: 0;
	border-radius: 0;
}

.downloadTab .nav-pills .nav-link.active,
.downloadTab .nav-pills .nav-link:hover {
	background: #003bad;
	color: #fff;
	border-radius: 0;
	margin: 0;
}

.downloadbody {
	text-align: center;
}

.downloadbox {
	text-align: center;
	width: 23%;
	margin: 0 5px;
	display: inline-block;
	height: 173px;
}

.ndl-btn {
	background: #881850;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	font-weight: 700;
	border-radius: 30px;
	display: block;
	margin: auto;
	margin-top: 4px;
	width: 78%;
}

.ndl-btn:hover,
.ndl-btn:focus {
	color: #406794;
}

.adl-btn {
	background: #881850;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	font-weight: 700;
	border-radius: 30px;
	display: block;
	margin: auto;
	margin-top: 4px;
	width: 78%;
}

.adl-btn:hover,
.adl-btn:focus {
	color: #406794;
}

.dl {
	max-width: 500px;
	margin: auto;
}

.dl table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

.dl table th {
	border: 1px solid #000000;
	text-align: center;
	padding: 8px;
	background-color: #881850;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.dl table td {
	text-align: left;
	padding: 8px;
	background-color: #bdb6b6;
	border: 1px solid #000000;
	color: #000000;
}

.dl .username_custom {
	color: #881850;
}

.downloadboxContent {
	/* padding: 10px; */
	/* border: 1px solid #7d03ff; */
	/* background: linear-gradient(to bottom, #0290a0 0%, #044e7f 100%); */
	width: 100%;
}

.sup_wrap_main {
	margin: 20px 0;
	color: #000000;
	font-size: 13px;
}

.sub-side-nav {
	margin: 0;
	padding: 0;
	width: 195px;
	float: left;
	border-bottom: none;
	color: #ffffff;
	list-style-type: none;
}

.sub-side-nav li {
	background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
	cursor: pointer;
	border-radius: .25rem;
	margin-bottom: 5px;
}

.sub-side-nav li:hover,
.sub-side-nav li.active {
	background: -moz-linear-gradient(bottom, #0062c9 0%, #003679 102%);
	background: -webkit-linear-gradient(bottom, #0062c9 0%, #003679 102%);
	background: linear-gradient(to bottom, #0062c9 0%, #003679 102%);
}

.sub-side-nav li:hover a,
.sub-side-nav li.active a {
	color: #ffffff;
}

.sub-side-nav li a {
	color: #858585;
	padding: 20px;
	display: block;
}

.sub-side-right {
	display: block;
	padding: 10px;
	margin-left: 196px;
	min-height: 400px;
	border: 1px solid #c4c4c4;
	background: rgba(129, 157, 187, 0.15);
}

.sub-side-right-title {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
}

.sub-side-right .form-group .form-control {
	background-color: #ffffff;
	border: 1px solid #44474c;
	border-radius: 2px;
	color: #191919;
	height: 31px;
	padding: 0 10px;
}

.vcode {
	position: absolute;
	right: 20px;
	top: 30px;
}

/** Forgot Password **/
.reg-sec {
	padding: 30px 0;
	background: #ffffff;
}

.fg-wrapper {
	background: #f2f2f2;
	padding: 30px;
	max-width: 959px;
	margin: auto;
	display: grid;
	grid-template-columns: 34% auto;
	grid-gap: 30px;
	border: 1px solid #0290a0;
}

.fg-form {
	max-width: 400px;
}

.enter-remind {
	border: 1px solid #c5c5c5;
	padding: 20px;
	font-size: 17px;
	height: 120px;
	color: #363636;
	display: flex;
	align-items: center;
}

.bk-title {
	background: #000;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}

.regfield {
	display: grid;
	grid-template-columns: 145px auto;
	grid-gap: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.rgfeild {
	position: relative;
}

.rgfeild.date_input input {
	width: 100%;
}

.regfield .label {
	align-self: center;
}

span.manred {
	color: red;
	float: right;
}

.regfield input {
	font-size: 13px;
	padding: 3px 10px;
	border: 1px solid #d6d6d6;
	height: 34px;
}

.vericode {
	position: absolute;
	top: 5px;
	right: 7px;
}

button.reg-btn {
	background: linear-gradient(to bottom, #005f9e 0%, #005f9e 100%) !important;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	padding: 3px 20px;
	height: 34px;
}

button.reg-btn:hover {
	background: linear-gradient(to bottom, rgba(137, 37, 244, 1) 0%, rgba(247, 34, 247, 1) 100%);
	color: #fff;
}

.benefit-box {
	border: 1px solid #DDDDDD;
	padding: 20px;
	color: #000;
}

.benefit-box h4 {
	font-size: 16px;
	font-weight: 700;
}

.benefit-box ul {
	padding: 0;
	padding-left: 15px;
	color: #000000;
	font-size: 13px;
}

.benefit-box ul li {
	padding-bottom: 5px;
}

.accept-field {
	font-size: 13px;
	color: #b9b9b9;
}

.regbn {
	grid-column: 1/3;
}

.notice-sec {
	background: #131950;
}

.annouce-in {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	height: 33px;
	background-color: #00a0df;
	padding: 10px;
}

.icon {
	color: #fff;
	font-size: 18px;
}

.runningtext {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	width: 100%;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
}

.upload_rep {
	border: none;
}

.input_date {
	width: 100%;
}

.mainwallet_custom {
	margin-bottom: 0px;
}

.btn_transfer_all {
	width: 102px;
	margin-left: 10px;
	margin-top: 0px;
}

.mainwallet_text {
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
}

.blog-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #013B7A;
	border-radius: 10px;
	background: #f5faff;
}

.blog-title-box {
	background: #013B7A;
	padding: 5px;
	display: flex;
}

.blog-title-box i {
	font-size: 21px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #fff;
	padding: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 10px;
}

.blog-boxer {
	display: grid;
	grid-template-columns: 40% 60%;
	transition: all 0.5s;
	position: relative;
	max-width: 100%;
	height: auto;
	align-content: center;
	margin: 25px 0;
	grid-gap: 10px;
}

.blog-boxer_inner {
	display: grid;
	padding-bottom: 10px;
}

.blog-time-title {
	color: #000;
}

.blog-content {
	color: #000;
	margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
	display: flex;
	align-items: center;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
}

.blog-boxer .moreinfo_btn i {
	background: #fff;
	color: #f0b90b;
	border-radius: 50%;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	padding: 2px;
}

.seperate-line {
	height: 2px;
	width: 100%;
	margin: 0 auto;
	background: #ececec;
	border-radius: 10px;
}

.moreinfo_btn {
	background-color: #003bad;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	font-size: 13px;
}

.blog_details_txt {
	color: #000;
}

.blog_details_title {
	color: #f0b90b;
	font-size: 18px;
}

.blog-title-box i.fab_custom {
	font-size: 18px;
	color: #ffffff;
	margin-left: 0;
	margin-right: 16px;
	border: 1px solid #f1b90a;
	padding: 0;
	width: 0;
	height: 0;
	text-align: center;
	border-radius: 0;
}

.blog_back {
	align-self: center;
	margin-left: auto;
}

.srl_menu {
	margin-top: 129px;
	height: 100%;
	z-index: 10;
}

.casino_grid {
	display: flex;
	margin-top: 10px;
}

.carousel-caption {
	position: relative;
	left: 0;
	top: 0;
}

.casino-indicators {
	bottom: 9px;
	right: -88%;
}

.casino-indicators li {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-width: 0;
	border: 1px solid #b4b2b2;
	margin: 0 5px 0 0;
	border-radius: 50%;
}

.casino-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #013b7a;
	border-width: 0;
	border: 1px solid #013b7a;
	margin: 0 5px 0 0;
}

.bg_slide {
	background-color: #F2F2F2;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 44px;
}

.side_menu_contant,
.side_menu_contant_on {
	position: fixed;
	right: 0;
}

.icons_side_menu_line:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_line {
	width: 33px;
	height: 31px;
	background-position: -825px -41px;
}

.icons_side_menu_livechat {
	width: 30px;
	height: 30px;
	background-position: -1301px -2px;
}

.icons_side_menu_livechat:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_livechat {
	width: 30px;
	height: 30px;
	background-position: -1277px -36px;
}

.icons_side_menu_mobile {
	width: 23px;
	height: 36px;
	background-position: -1078px -2px;
}

.icons_side_menu_mobile:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_mobile {
	width: 23px;
	height: 36px;
	background-position: -1053px -2px;
}

.icons_side_menu_pc {
	width: 28px;
	height: 26px;
	background-position: -441px -46px;
}

.icons_side_menu_pc:hover,
.positionFixed .side_menu_left .side_menu_download_on>span:hover .icons_side_menu_pc,
.positionFixed .side_menu_left .side_menu_DNSdownload_on>span:hover .icons_side_menu_pc {
	width: 28px;
	height: 26px;
	background-position: -411px -46px;
}

.icons_side_menu_watsapp {
	width: 29px;
	height: 29px;
	background-position: -1437px -34px;
}

.icons_side_menu_watsapp:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_watsapp {
	width: 29px;
	height: 29px;
	background-position: -794px -43px;
}

.icons_side_menu_wechat {
	width: 32px;
	height: 28px;
	background-position: -1628px -2px;
}

.icons_side_menu_wechat:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_wechat {
	width: 32px;
	height: 28px;
	background-position: -1605px -32px;
}

.icons_side_menu_skype {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/skype_of.png);
}

.icons_side_menu_skype:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_skype {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/skype_ov.png);
}

.icons_side_menu_yahoo {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/yahoo_of.png);
}

.icons_side_menu_yahoo:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_yahoo {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/yahoo_ov.png);
}

.icons_side_menu_bbm {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/bbm_of.png);
}

.icons_side_menu_bbm:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_bbm {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/bbm_ov.png);
}

.icons_side_menu_telegram {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/telegram_of.png);
}

.icons_side_menu_telegram:hover,
.positionFixed .side_menu_right .side_menu_contant_on>span:hover .icons_side_menu_telegram {
	width: 42px;
	height: 41px;
	background-image: url(../images/icon/telegram_ov.png);
}

.side_menu_contant,
.side_menu_contant_on {
	transition: all .5s;
}

.side_menu_contant.off,
.side_menu_contant_on.off {
	transform: translateX(52px);
}

.positionFixed .side_menu_right {
	right: 0;
	top: 128px;
	bottom: 0;
	z-index: 2500;
}

.positionFixed .side_menu_right .side_menu_contant .icons_side_menu_contant {
	cursor: pointer;
}

.positionFixed .side_menu_right .side_menu_contant_on {
	height: 100%;
	width: 52px;
	background: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.positionFixed .side_menu_right .side_menu_contant_on>span {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.positionFixed .side_menu_right .side_menu_contant_on>span .item_hover {
	visibility: hidden;
	opacity: 0;
}

.positionFixed .side_menu_right .side_menu_contant_on>span .item_hover_img {
	visibility: hidden;
	opacity: 0;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:hover .item_hover {
	visibility: visible;
	opacity: 1;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:hover .item_hover_img {
	visibility: visible;
	opacity: 1;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover {
	font-size: 12px;
	position: absolute;
	padding: 0 15px;
	right: 47px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: white;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 44px;
	transition: opacity 1s;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover>p {
	word-break: keep-all;
	white-space: nowrap;
}

.positionFixed .side_menu_right .side_menu_contant_on .item_hover_img {
	display: block;
	position: absolute;
	right: 47px;
	top: -20px;
	transition: opacity 1s;
}

.positionFixed .side_menu_right .side_menu_contant_on>span>span {
	cursor: pointer;
	width: 100%;
	height: 56px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.positionFixed .side_menu_right .side_menu_contant_on>span>span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRkVDNDQ0QkUyNzcxMUU4OThBNTlGNTNCOUIxQkQ1MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRkVDNDQ0Q0UyNzcxMUU4OThBNTlGNTNCOUIxQkQ1MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVGRUM0NDQ5RTI3NzExRTg5OEE1OUY1M0I5QjFCRDUzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVGRUM0NDRBRTI3NzExRTg5OEE1OUY1M0I5QjFCRDUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2JK2kwAAABVJREFUeNpinD9/PgMQ/AdiRoAAAwAZlQLfIqFqNAAAAABJRU5ErkJggg==) repeat;
}

.positionFixed .side_menu_right .side_menu_contant_on>span:nth-last-child(1)>span::after {
	content: '';
	display: none;
}

.positionFixed .pop_up_left {
	background: #f9f9f9;
	width: 200px;
	height: 272px;
	left: 0;
	top: 360px;
	z-index: 1000;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border-left: none;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customer-service-button i {
	width: 40px;
	height: 38px;
	display: block;
	margin: 0 auto;
	background: url(../images/icon-customer.png) no-repeat;
	margin-bottom: 5px
}

.icon-skype {
	background-position: 0 0 !important
}

.icon-snapchat {
	background-position: 0 -38px !important
}

.icon-line {
	background-position: 0 -76px !important
}

.icon-wechat {
	background-position: 0 -114px !important
}

.icon-nate {
	background-position: 0 -152px !important
}

.icon-whatsapp {
	background-position: 0 -190px !important
}

.icon-whatsapp2 {
	background-position: 0 -190px !important
}

.icon-qq {
	background-position: 0 -228px !important
}

.icon-facebook {
	background-position: 0 -266px !important
}

.icon-twitter {
	background-position: 0 -304px !important
}

.icon-instagram {
	background-position: 0 -342px !important
}

.icon-hotline {
	background-position: 0 -380px !important
}

.icon-email {
	background-position: 0 -418px !important
}

.icon-googleplus {
	background-position: 0 -456px !important
}

.icon-forum {
	background-position: 0 -572px !important
}

.icon-blog {
	background-position: 0 -496px !important
}

.icon-telegram {
	background-position: 0 -688px !important
}

.icon-bbm {
	background-position: 0 -726px !important
}

.icon-pinterest {
	background-position: 0 -763px !important
}

.icon-linkedin {
	background-position: 0 -797px !important
}

.icon-youtube {
	background-position: 0 -835px !important
}

/** 14/7/2021 - Update **/
a.dl-box img {
	max-height: 30px;
}

.proider-title img {
	max-height: 45px;
}

.languageToggle .dropdown-menu {
	padding-left: 5px;
	padding-right: 5px;
}

.languageToggle .dropdown-menu a {
	display: block;
	padding: 2px;
}

.filter-menu-bar {
	display: flex;
	justify-content: left;
}

/** VIP Updated 26/7/2021 **/
.vip-slide {
	padding: 0;
	/* background: url("../images/vip/vip-bg.jpg")no-repeat top center; */
	/* background-size: 100%; */
	padding-bottom: 0;
}

.vip-box {
	background: url("../images/vip/card/crd-bg.jpg")no-repeat top center;
	background-size: cover;
	max-width: 500px;
	height: 240px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.4);
	padding: 15px;
	color: #fff;
}

.viptop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Poppins';
	font-style: italic;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
	text-transform: uppercase;
	font-weight: 700;
	max-width: 95%;
	margin: 0 auto 35px;
}

.vip-bagde img {
	max-height: 95px;
}

.vip-big {
	font-size: 60px;
}

span.vpclas {
	font-size: 36px;
	font-weight: 600;
}

.vipdetail {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 14px;
	align-items: flex-end;
}

.vipth {
	font-size: 25px;
}

.vipth.lifetime {
	font-size: 20px;
}

.vipth.invite {
	font-size: 17px;
}

.smtext {
	font-size: 14px;
}

.vip-info-wrap {
	max-width: 700px;
	margin: 15px auto;
	border: 1px solid #97cbf6;
	color: #666;
	box-shadow: 0 0 4px rgb(90 196 255 / 100%);
	padding: 15px;
	border-radius: 12px;
}

.viptitle-1 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 5px;
}

.bnf-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 5px;
	text-align: center;
	padding: 15px 0;
}

.bnfbox {
	font-size: 22px;
	color: #0e7fd5;
	font-weight: 700;
}

.sm-vp {
	color: #000;
	font-size: 15px;
}

.priv-box {
	display: flex;
	align-items: center;
}

.icon-privil {
	color: #0e7fd5;
	font-size: 38px;
	width: 70px;
}

.priv-box .bnfbox {
	text-align: left;
}

.terms-vip {
	color: #000;
	background: rgb(210, 239, 255, 0.5);
	border: 1px solid #97cbf6;
	box-shadow: 0 0 15px rgb(90 196 255 / 70%);
	max-width: 700px;
	margin: auto;
	padding: 25px;
	border-radius: 12px;
}

.vip-play {
	display: inline-block;
	background: #fdb715;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 23px;
	border-radius: 2px;
}

.vip-play:hover {
	color: #fff;
}

.vip-slider-container {
	height: 800px;
}

.review-content {
	display: none;
}

.items.main-pos .review-content {
	display: block;
}

/** Register Page 26/7/2021 **/
.step-tab {
	position: relative;
	text-align: center;
	max-width: 240px;
	margin: 0px auto 20px;
	display: flex;
	justify-content: space-between;
}

span.step-round {
	position: relative;
	z-index: 2;
	background: #E1E1E1;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

span.step-round a {
	color: #fff;
	display: block;
	width: 100%;
}

span.step-round.active {
	background: #137eb3;
}

.step-line {
	position: absolute;
	top: 49%;
	width: 100%;
	height: 1px;
	background: #c5c5c5;
}

.regfield select {
	font-size: 13px;
	padding: 3px 10px;
	border: 1px solid #d6d6d6;
	height: 34px;
}

select.phone-code {
	width: 35%;
}

input.phone-input {
	width: 63%;
}

.rgfeild.dob {
	display: grid;
	grid-template-columns: 30% 38% 30%;
	grid-gap: 3px;
}

select.dob-input {
	padding: 4px;
}

.congratz-wrap {
	text-align: center;
}

.congrat {
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
}

/** CSS updatd 2/8/2021 **/
button.copy-btn {
	color: #0290a0;
	border: none;
	background: none;
	font-size: 18px;
	vertical-align: middle;
}

.affiliate-sec {
	text-align: center;
}

.affwrap {
	position: relative;
}

.join-now {
	font-family: 'Poppins', sans-serif;
	background: -webkit-linear-gradient(#00a2e0, #0062c9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.8vw;
	border: 0.3vw solid #e7a919;
	border-radius: 40px;
	display: inline-block;
	padding: 2px 30px;
	transition: ease 0.3s;
}

.join-now:hover {
	transform: scale(1.03);
	transition: ease 0.3s;
}

.pg1 {
	position: absolute;
	z-index: 2;
	left: 7%;
	bottom: 27%;
}

.pg2 {
	position: absolute;
	z-index: 2;
	left: 0%;
	right: 0;
	bottom: 4%;
}

.pg3 {
	position: absolute;
	z-index: 2;
	left: 0%;
	right: 0;
	bottom: 4%;
}

.pg4 {
	position: absolute;
	z-index: 2;
	left: 0%;
	right: 0;
	bottom: 7%;
}

.pg5 {
	position: absolute;
	z-index: 2;
	left: 0%;
	right: 0;
	bottom: 7%;
}

/** Update 12/8/2021 **/
.annouce-in {
	background-color: #131950;
}

.icon {
	color: #fff;
}

.runningtext {
	color: #fff;
}

.pmbox {
	padding: 10px 30px;
	font-size: 16px;
}

.pm-boxer_inner h4 {
	color: #000000;
}

.modal-content.promo {
	overflow: hidden;
	background-color: #ffffff;
}

.pm-title-wrapper {
	font-size: 20px;
	font-weight: 600;
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	color: #fff;
	margin: -20px -20px 11px;
	padding: 10px 15px 8px;
}

button.close-promo {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
}

/** Arcade & Leaderboard page - Update 16/8/2021 **/
.arcade-sec {
	background: #f2f7fd;
	padding: 30px 0;
}

.arcade-ticket {
	max-width: 600px;
	margin: auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd627;
	color: #000;
	font-size: 30px;
	font-weight: 800;
	padding: 10px 15px;
}

.arcade-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 600px;
	margin: 30px auto;
	grid-gap: 15px;
}

.arcade-box {
	max-width: 230px;
	margin: auto;
	text-align: center;
}

.title-arcade {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0;
	color: #000;
}

a.tnc-arcade-btn {
	display: inline-block;
	background: #ffd627;
	color: #000;
	font-size: 24px;
	font-weight: 800;
	border-radius: 5px;
	padding: 10px 30px;
}

a.tnc-arcade-btn:hover {
	background: #f1c611;
}

.leaderboard-event-sec {
	background: url("../images/leaderboard/event-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 1000px;
}

.lb-option-wrap {
	margin-top: 40px;
	margin-bottom: 20px;
}

.lb-option-wrap a {
	border: 2px solid #fcb714;
	display: inline-block;
	padding: 3px 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.lb-option-wrap a.active,
.lb-option-wrap a:hover {
	background: #fcb714;
}

.lb-wrapper {
	max-width: 400px;
	font-family: 'Nunito Sans';
	font-weight: 600;
	padding-bottom: 10px;
}

.ranking-title {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	font-family: 'Nunito Sans';
	line-height: 1;
	padding: 15px 0;
}

span.gradient-title {
	background: -webkit-linear-gradient(#0d2fdd, #040c46);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.event-table-reward {
	background: url(../images/leaderboard/table-frame.png)no-repeat top center;
	background-size: 100%;
	width: 712px;
	height: 393px;
	position: relative;
	left: -80px;
}

.reward-rank-wrap {
	position: absolute;
	width: 100%;
	overflow: auto;
	color: #fff;
	text-align: center;
	max-width: 532px;
	left: 92px;
	top: 44px;
}

.reward-rank-wrap::after {
	content: '';
	background: url("../images/leaderboard/line.png")no-repeat center;
	background-size: 100% 100%;
	height: 280px;
	width: 1px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 10px;
}

table.reward-rank tr:first-child {
	background: rgba(0, 0, 0, 0.8)
}

table.reward-rank tr:nth-child(2) {
	background: rgba(164, 0, 2, 0.8);
}

table.reward-rank tr:nth-child(3) {
	background: rgba(0, 18, 100, .8);
}

table.reward-rank tr:nth-child(4) {
	background: rgba(115, 0, 103, 0.8);
}

table.reward-rank tr:nth-child(5) {
	background: rgba(51, 51, 51, 0.8);
}

table.reward-rank tr:nth-child(6) {
	background: rgba(85, 85, 85, 0.8);
}

table.reward-rank tr td {
	padding: 12px 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Nunito Sans';
	font-size: 16px;
}

.token-r {
	margin: 0 4px;
}

.token-r img {
	max-height: 26px;
}

.please-text {
	color: #ffd58b;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11px;
}

.btm-lead {
	text-align: center;
	margin-left: -137px;
	margin-top: 25px;
}

a.playnow-leader {
	background: url(../images/leaderboard/btn-ply.png)no-repeat center;
	background-size: 100%;
	width: 255px;
	height: 86px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	-webkit-text-fill-color: #ffb713;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #6f260c;
	font-size: 28px;
	font-weight: 900;
	font-family: 'Nunito Sans';
	text-transform: uppercase;
}

a.playnow-leader:hover {
	filter: brightness(1.2);
}

.remain-token {
	font-weight: 700;
}

.leaderboard-sports-sec {
	background: url("../images/leaderboard/sp-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 810px;
}

.turnover-record {
	position: absolute;
	padding: 7px 13px;
	border: 1px solid #0d2dd5;
	font-weight: 600;
	left: -258px;
	top: 100px;
	font-family: 'Nunito Sans';
}

.record-amt {
	color: #0d2dd5;
	font-weight: 700;
	font-size: 30px;
}

.common-rank-wrap {
	max-width: 550px;
}

span.dailytext {
	background: #222222;
	height: 100%;
	padding: 7px 20px;
	float: right;
	margin: -5px -5px;
}

.reward-rank-common tr td {
	color: #fff;
	padding: 5px;
	text-align: center;
}

.reward-rank-common tr td:last-child {
	background: none !important;
}

.reward-rank-common tr:nth-child(2) td {
	background: #111111;
}

.reward-rank-common tr:nth-child(3) td {
	background: #a40002;
}

.reward-rank-common tr:nth-child(4) td {
	background: #001264;
}

.reward-rank-common tr:nth-child(5) td {
	background: #730067;
}

.reward-rank-common tr:nth-child(n+6):nth-child(-n+9) td {
	background: #333333;
}

.reward-rank-common tr:nth-child(n+10):nth-child(-n+12) td {
	background: #555555;
}

.update-box {
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin-left: -226px;
}

.leaderboard-casino-sec {
	background: url("../images/leaderboard/lc-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 810px;
}

.leaderboard-slots-sec {
	background: url("../images/leaderboard/slt-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 810px;
}

.leaderboard-others-sec {
	background: url("../images/leaderboard/othr-bg.jpg")no-repeat top center;
	background-size: cover;
	height: 810px;
}

/** Update 17/8/2021 **/
.dropmenu {
	z-index: 9999;
}

.log-group {
	position: relative;
}

span.unread-dot {
	background: #f00;
	color: #fff;
	font-size: 7px;
	width: 11px;
	height: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	right: -6px;
	top: -3px;
}

/** Update 1/9/2021 **/
.refer-wrap {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.refer-qrcode-wrapper {
	background: #fff;
	max-width: 450px;
	margin: 0 auto;
	border: 1px solid #97cbf6;
	color: #666;
	box-shadow: 0 0 6px #0290a0;
	padding: 15px 20px;
	border-radius: 12px;
	text-align: center;
	margin-top: 35px;
}

.share-wrap {
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 11px;
	margin-top: -40px;
	position: relative;
}

.qrcode-refer-img {
	max-width: 370px;
	margin: 20px auto 10px;
}

.qrcode-refer-img img {
	border: 1px solid #0290a0;
	border-radius: 10px;
	padding: 5px;
}

.referrer-link {
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	border: 1px solid #0290a0;
	position: relative;
	border-radius: 30px;
	padding: 3px 15px;
	font-weight: 600;
	color: #fff;
	height: 33px;
	display: flex;
	align-items: center;
	max-width: 400px;
}

button.copy-refer {
	background: linear-gradient(to bottom, #0290a0 0%, #044e7f 100%);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 3px 10px;
	position: absolute;
	right: 5px;
	z-index: 2;
}

.form-group.rebate-group {
	display: flex;
	align-items: center;
}

.form-group.rebate-group label {
	padding: 0 4px;
}

/** Lucky Spin **/
.luckyspin-sec {
	background: url("../images/luckyspin/ld-bg.jpg")no-repeat top center;
	background-size: auto;
	min-height: 700px;
	padding-bottom: 15px;
}

/** Updated - 1/10/2021 **/
.terms-vip ol {
	padding-left: 17px;
}

.terms-table {
	overflow: auto;
	border: 1px solid #97cbf6;
	text-align: center;
	border-radius: 8px;
}

table.vipterms-table tr th {
	background: #0e7fd5;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #97cbf6;
	border-top: none;
	padding: 5px;
}

table.vipterms-table tr td {
	background: #fff;
	border: 1px solid #97cbf6;
	padding: 5px;
}

table.vipterms-table tr td:first-child,
table.vipterms-table tr th:first-child {
	border-left: none;
}

table.vipterms-table tr td:last-child,
table.vipterms-table tr th:last-child {
	border-right: none;
}

table.vipterms-table tr:last-child td {
	border-bottom: none;
}

.wheel-sec {
	background: #f2f7fd;
	padding: 30px 0;
	text-align: center;
}

.spin-left {
	background: #262626;
	border: 2px solid #00a1dc;
	border-radius: 5px;
	color: #fff;
	max-width: 400px;
	margin: auto;
	text-transform: uppercase;
	font-size: 24px;
	padding: 9px 10px;
}

span.num-box {
	color: #000;
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: text-bottom;
	line-height: 1.5;
	padding: 4px;
}

.fw-title {
	font-size: 20px;
	color: #0062c9;
}

.header-top {
	background: #ffffff;
}

.t-body {
	/* background: linear-gradient(to bottom, #e4e1d6 0%, #ffffff 100%); */
}

div#special-support-container {
	/* display: none; */
}

.special-wrapper {
	margin-top: 30px;
}

.special-wrapper h4 {
	color: #ffffff;
	margin-bottom: 0px;
}

.special-event ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 30px;
}

.special-event ul li img {
	max-width: 100%;
}

.special-event ul li {
	width: 50%;
}

.vip-content {
	color: #fff;
}

.flex-column {
	flex-direction: inherit !important;
}

.swiper-wrapper .nav {
	display: initial;
}

.swiper-wrapper.nav {
	display: flex;
	flex-wrap: inherit !important;
}

.swiper-slide.active {
	background: linear-gradient(to bottom, #f3af22 0%, #f2d32b 100%) !important;
}
.swiper-slide.active img{
	filter: brightness(3.5);
}

.swiper-slide img {
	display: block;
	margin: 0px auto;
}

.swiper-slide {
	text-align: center;
	cursor: pointer;
	min-height: 90px;
}

.swiper {
	width: 100%;
	padding: 0px 0px;
	background: #e6e5e5;
}

.swiper-button-prev {
	left: 0px;
	background: #272727;
	position: absolute;
	top: 21%;
	width: 35px;
	height: 101px;
	color: #ffffff;
	padding: 10px;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 25px;
	font-weight: bold;
}

.swiper-button-next {
	right: 0px;
	background: #272727;
	position: absolute;
	top: 21%;
	width: 35px;
	height: 101px;
	color: #ffffff;
	padding: 10px;
}

.swiper-slide p {
	font-weight: 500;
	position: absolute;
	color: #0290a0;
	bottom: 8px;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.swiper-slide.active p{
	color: #fff;
}

.bnr-top {
	position: relative;
}

.btn-wrp {
	position: absolute;
	left: -11px;
	/* right:0; */
	margin: 0px auto;
	top: 326px;
}

.prov-logo {
	width: 386px;
}

.prov-logo img {
	margin-bottom: 30%;
}

.btn-py {
	background: linear-gradient(to bottom, #0290a0 0%, #044e7f 100%);
	font-size: 18px;
	font-weight: 600;
	border: none;
	min-width: 176px;
	padding: 8px;
	border-radius: 5px;
	margin-left: 65px;
	color: #fff;
	box-shadow: -1px 4px 6px 0px #000;
}

.btn-py:hover {
	box-shadow: none;
}

.special-event {
	background: #0e0e0e;
	padding: 20px;
}

.special-wrapper h4 {
	background: #8925f4;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
}

.btn-joinnw {
	background: linear-gradient(to right, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%) !important;
}

.btn-joinnw2 {
	background: #8c25f4;
}

.bnt-event a {
	color: #fff;
	padding: 5px 20px;
	border-radius: 8px;
	margin: 15px;
	text-transform: uppercase;
}

.bnt-event {
	display: flex;
	justify-content: center;
}

.btn-joinnw:hover {
	background: #8c25f4 !important;
}

.btn-joinnw2:hover {
	background: linear-gradient(to right, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%) !important;
}

.our-mission {
	width: 100%;
	margin: 0px auto;
	padding: 20px 15px;
	/* border-top: 1px solid #5a5a5a; */
	color: #000;
}

.box-about ul {
	margin: 0px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	padding: 0px;
	gap: 10px;
}

.box-about ul li {
	background: #080808;
	border: 1px solid #881850;
	border-radius: 10px;
	gap: 10px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 285px;
	width: 245px;
}

.box-about ul li h5 {
	color: #881850;
	font-weight: bold;
	font-size: 16px;
}

.box-about ul li p {
	text-align: center;
	color: #fff;
	padding: 0px 30px;
}

.box-about {
	display: flex;
	justify-content: center;
	margin: 0px auto;
	padding-bottom: 40px;
}

.box-about2 {
	display: flex;
	justify-content: center;
	margin: 0px auto;
	padding-bottom: 40px;
	width: 900px;
}

.abt-img {
	color: #fff;
	font-size: 16px;
}

.box-about ul li a {
	color: #881850;
	padding-top: 20px;
}

.downloadTab .flex-column {
	flex-direction: column !important;
}

.gamerow-wrap.sport_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 15px;
	margin: auto;
}

.lottery_bg {
	background-image: url(../images/lottery/tb-lotto.jpg);
	position: relative;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	padding-bottom: 40px;
}

.fish_bg {
	background-image: url(../images/fishing/tb-fishing.jpg);
	position: relative;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0290a0;
	background-color: #fff;
	border: 1px solid #0290a0;
}

.page-link:hover {
	color: #881850;
}

.languageToggle .dropdown-menu {
	background-color: #2b2b2b;
}

#inbox_msg .modal-header {
	background: linear-gradient(to bottom, #12537a 0%, #1389c1 100%);
	border-bottom: 1px solid #000;
	color: #fff;
}

#inbox_msg .modal-body {
	background-color: #fff;
}

#inbox_msg .close {
	color: #fff;
	opacity: 1;
}

.match-frame iframe {
	/* background: linear-gradient(to bottom, #bfbfbf 0%, #bfbfbf 100%) !important; */
}
.match-frame{
	    height: 274px;
	    overflow: hidden;
	    overflow-y: auto;
}

.index_jackpot_wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items: center;
}

.jackpot_txt {

	position: absolute;
	font-size: 78px;
	padding-right: 11%;
}
.video-box .carousel-inner {
    line-height: 0;
}
.casino-index .carousel-item img{
	width: 100%;
}
.hot-games-sec-wrap{
	display: grid;
	grid-template-columns: 49% 50%;
	grid-gap: 15px;
	margin: 20px 0;
}
.index_a_moregame{
	
color: #24cef8;
	
border-bottom: 1px solid #24cef8;
}
.hot_games_bg{
	background-color: #f2f2f2;
	padding: 20px;
}
.hot_games_bg_wrap{
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	flex-wrap: nowrap;
	text-align: center;
	display: flex;
}
.hot_games_bg_wrap_pro{
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
	min-width: 150px;
}
.hot_games_bg_wrap_pro img{
	
width: 100%;
}
.hot_games_bg_wrap_pro_tit{

font-size: 15px;

font-weight: 600;
}
.hot_games_bg_wrap_pro_name{

font-size: 12px;

color: #9f9f9f;
}
.hot_games_bg_wrap_pro_name img{
	width: 25px;
}
.sports_index_wrap{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 26px;
	grid-gap: 15px;
}
.video_index_tit{
    font-size: 14px;
    font-weight: 600;
}
.video_index_txt{
    font-size: 11px;
    color: #4c4c4c;
    margin-top: 7px;
    margin-bottom: 9px;
}
.video_index_tit_date{
    font-size: 11px;
    color: #4c4c4c;
    margin-top: 7px;
    margin-bottom: 9px;
}
a.video_index_btn{
    color: #919191;
}
.new_wrap{
	display: block;
	align-items: center;
	background-color: #f2f2f2;
}
.new_wrap img{
	margin-right: 10px;
	width: 100%;
}
.new_wrap_inn{
	padding: 20px;
}
.new_wrap_read{
	text-align: right;
}
.qr-img {
    margin: auto;
    display: inline-flex;
}
.qr-img {
    margin-bottom: 10px;
}
.qr-img img {
    /* max-width: 110px; */
    box-shadow: 2px 3px 5px rgb(0 0 0 / 60%);
}
a.dl-btn {
    display: inline-block;
    background: #00ffff;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
    background: #124abd;
    /* box-shadow: 0 0px 5px rgb(0 255 255); */
}

a.dl-btn:hover {
    box-shadow: 1px 2px 5px rgb(0,0,0,0.3);
    background: #124abd;
}
.int_wrap{text-align: left;margin-left: 13px;line-height: 1.1;color: #fff;}
.int_btn{
	color: #fff;
	background-color: #005f9e;
	padding: 5px;
	border-radius: 5px;
}
.lotto_index_wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lotto_index_number{
	
position: absolute;
	
margin: auto;
	
left: auto;
	
right: auto;
	
top: 35%;
	
bottom: auto;
	
color: #fff;
	
font-size: 2.4rem;
	
font-weight: 700;
	
margin-left: 237px;
	
filter: brightness(1.15) drop-shadow(0 0 4px #1d96a4);
}
.aff_pro{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}
.aff_pro_wrap_inn{
	background-color: #bed3e3;
	border: 1px solid #1d96a4;
	border-radius: 10px;
	height: 180px;
	max-height: 200px;
	overflow: hidden;
	text-align: center;
}
.aff_pro_wrap_inn img{
	width: 100%;
	height: 100%;
}
.aff_pro_wrap{

text-align: center;
}
.aff_pro_wrap_inn_txt{
	
margin: 5px;
	
font-weight: 600;
}
.index_useful_tit{
	
text-transform: uppercase;
	
font-size: 31px;
	
font-weight: 600;
	
text-align: center;
}
.index_useful-sec{

margin: 37px 0 20px 0;
}

.index_useful_con{
	
text-align: center;
	
font-size: 12px;
	
color: #5c5b5b;
}
.index-useful-four-con{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	padding: 20px 0;
}
.index_useful_box{

background-color: #f2f2f2;

border-radius: 10px;

padding: 35px;
}
.index_useful_box_tit{

font-weight: 700;

margin-bottom: 15px;

font-size: 15px;
}.index_useful_box_con{
	
color: #5c5b5b;
	
font-size: 12px;
}
.index_useful_img img{

width: 50px;
}

.tnc-header {
    border: 1px solid #d5d5d5;
    text-align: left;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    color: #000!important;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 10px;
}
#accordion .tnc-header:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
    float: left;
    content: "\f068";
    margin-right: 9px;
}
#accordion .tnc-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.sport_p_01{
	position: relative;
	background: url(../images/sports/product-sport-bti.jpg)no-repeat top center;
	height: 582px;
}
.sport_p_02{
	position: relative;
	background: url(../images/sports/product-sport-saba.jpg)no-repeat top center;
	height: 582px;
}
.sport_p_03{
	position: relative;
	background: url(../images/sports/product-sport-super.jpg)no-repeat top center;
	height: 582px;
}
.sport_p_04{
	position: relative;
	background: url(../images/sports/product-sport-wbet.jpg)no-repeat top center;
	height: 582px;
}
.esport_p_01{
	position: relative;
	background: url(../images/esports/product-esport.jpg)no-repeat top center;
	height: 582px;
}
.vsport_p_01{
	position: relative;
	background: url(../images/vsports/product-vitrualsport.jpg)no-repeat top center;
	height: 582px;
}
.sport_p_muay_01{
	position: relative;
	background: url(../images/muaythai/Product-sports-muaythai.jpg)no-repeat top center;
	height: 582px;
}
.sport_container{
	max-width: 1280px;
	position: relative;
}
.casino_grid {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 38% 58%;
    justify-content: space-around;
}
.casino_left_tit{
	background-color: #08243a;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}
.casino_promo_img{
	width: 100%;
}
.casino_footer{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product_foo_btn{

position: absolute;

color: #fff;

font-weight: 700;

font-size: 33px;

border: 3px solid #fff;

padding: 11px 20px;

transition: 0.3s;
}
.product_foo_btn:hover{
	background-color: #fff;
	color: #00000033;
}
.slots_btm_grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 28px;
	width: 99%;
	margin: auto;
	padding-top: 20px;
	row-gap: 10px;
}
.slots_ul{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.has-search{
	margin-bottom: 0;
	position: relative;
}
.has-search .form-control {
    padding-left: 2.375rem;
    margin-bottom: 0;
    margin-top: 8px;
    border: none;
    background-color: #f3f3f3;
    height: auto;
    line-height: 0;
    border-radius: 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 6px;
}
.has-search input:focus{
	    box-shadow: none;
}
.slots_winner_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 26px;
	background-color: #045a8573;
	width: 345px;
	height: auto;
}
.slots_con{
	position: relative;
}
.slots_w_top{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: end;
	    -webkit-align-items: flex-end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	    height: 40px;
	    color: #fff;
}
.pageSwitch{
	display: flex;
	align-items: center;
}
.lat_winner{
	font-size: 20px;
}
.slots_w_btm{
	background-color: #045b8578;
	padding: 5px;
	height: 100%;
	margin-top: 10px;
}
.slots_table_wrap{border-bottom: 2px solid #007cc1;min-height: 50px;}
.slots_tr{

display: flex;

justify-content: space-between;
}
.user{

color: #fff;
}
.cur{

color: #4fadb7;

text-transform: uppercase;
}
.gname{

color: #787878;
}
.credit{
	
color: #fff;
}
.slots_w_btm .slots_table_wrap:last-child{
	border: none;
}
.promo_bg{
	/*background-image: url(../images/promo/promo-bg.jpg);*/
}
.lottery_prize_wrp{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 260px;
}
.lottery_prize_credit{
	filter: brightness(1.15) drop-shadow(0 0 4px #1d96a4);
	position: absolute;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	padding-left: 24%;
}
.lottery_allD_grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}
.lottery_inn_img{
	border: 1px solid #1e8cbb;
	border-radius: 2px;
}
.lottery_inn_img img{
	width: 100%;
}
.lottery_inn_play{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
	background-color: #0c253b;
	color: #fff;
}
.lottery_inn_play span{
	color: #34cffb;
	margin-left: 2px;
}
.lottery_btn{
    background: linear-gradient(to bottom, #0290a0 0%, #044e7f 100%);
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.lottery_btn img{
	width: 20px;
}

/*worldcup*/
.worldcup-content{
    padding-top: 30px;
    color: #000;
    padding-bottom: 30px;
    background: #ffffff url(../images/worldcup/wc-bg.jpg)no-repeat center top;
    padding: 20px;
}
.worldcup-content ol, .worldcup-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #045e79;
}
.worldcup-content h1 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #005f9e;
}
.worldcup-content table tbody td {
    padding: 5px 5px;
    color: #676f74;
}
.worldcup-content p {
    margin-bottom: 20px;
    color: #818181;
}
.worldcup-content h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #005f9e;
    color: #005f9e;
    font-size: 1rem;
}
.worldcup-content ol li, .worldcup-content ul li {
    margin: 6px 0;
    color: #676f74;
}
.worldcup-content h2 {
    margin-bottom: 20px;
    color: #005f9e;
}
.worldcup-content table {
    max-width: 600px;
    width: 100%;
}
.cup-in {
    display: flex;
    ALIGN-ITEMS: BASELINE;
}

.sidebar-wrapper {
    background: rgb(255 255 255 / 70%);
    padding: 20px;
    display: flex;
}
.widget {
    margin-bottom: 25px;
}
a {
    color: var(--cta);
    text-decoration: none;
}

/*vip*/

.vip-wrap {
    background: url(../images/vip/bg-vip.jpg) no-repeat center top;
    padding-bottom: 100px;
}

.vip-img img {
    width: 118px;
}

.vip-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vip-in-table {
    /* background:rgb(0 0 0 / 70%); */
    /* border-radius:10px; */
    /* margin-top:20px; */
    padding: 0;
    margin-bottom: 20px;
    max-width: 1366px;
    margin: 0px auto;
}

.vip-all tr td {
    text-align: center;
    padding: 15px;
    /* background: rgb(255 255 255 / 16%); */
    color: #011f68;
    font-weight: 500;
    font-size: 22px;
}

.vip-all tr td h3 {
    text-align: left;
    color: #ffffff;
}

.vip-all tr td:first-child {
    text-align: left;
    /* background: #55040e; */
    color: #011f68;
    font-weight: 500;
    width: 24%;
    font-size: 35px;
}

table.vip-all tr:first-child td {
    background: none;
    /* color:#ffffff; */
    /* font-weight: 600; */
}

tr.titleRow td {
    background: linear-gradient(to bottom, rgba(215, 155, 52, 1) 0%, rgba(249, 229, 129, 1) 15%, rgba(238, 201, 91, 1) 58%, rgba(215, 152, 42, 1) 83%, rgba(215, 162, 65, 1) 100%) !important;
    color: #000 !important;
}

tr.titleRow p {
    margin: 0px;
}

.vip-all tr:first-child td {
    border: none;
}

table.vip-all tr td:nth-child(2) .vip-cell {
    /* color:#ae7932; */
    text-transform: uppercase;
    font-weight: 400;
}

.vip-cell {
    text-transform: uppercase;
    font-weight: 400;
}

table.vip-all tr td:nth-child(3) .vip-cell {
    /* color:#9d9d9d; */
    text-transform: uppercase;
    font-weight: 400;
}

table.vip-all tr td:nth-child(4) .vip-cell {
    /* color:#dca929; */
    text-transform: uppercase;
    font-weight: 400;
}

table.vip-all tr td:nth-child(5) .vip-cell {
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

table.vip-all tr td:nth-child(6) .vip-cell {
    /* color:#8a8a8a; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td {
    width: 8%;
}

.vip-wrap {
    /* background: rgb(0 0 0 / 70%); */
    /* border-radius: 10px; */
    /* margin-top: 20px; */
    /* padding: 20px; */
    /* margin-bottom: 20px; */
}

.vip-tnc {
    padding: 0px 20px;
}

.vip-tnc h4 {
    font-size: 16px;
    font-weight: bold;
}

.status-vip {
    width: 70%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 30px;
}

table.vip-status-table tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

table.vip-status-table tr td:first-child {
    /* font-style:italic; */
}

table.vip-status-table tr td:last-child {
    text-align: center;
    border: 1px solid #108593;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 0 15px;
    border-radius: 5px;
    width: 26%;
    background: transparent;
}

.vip-player-current {
    background: url("../images/vip/status-level.png");
    height: 215px;
    width: 14%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
}

img.img-vp {
    width: 126px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 34px;
}

.vip-top {
    background: url("../images/vip/vip-status-bg.png") no-repeat center;
    border-radius: 10px;
    display: flex;
    margin: 40px auto;
    background-size: contain;
    justify-content: space-around;
    align-items: center;
    padding: 0px 50px;
    position: relative;
    max-width: 1200px;
}

img.img-vp {
    width: 126px;
    position: absolute;
    right: 20px;
    top: -10px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 34px;
}

.status-vip {}

.ttl-vip {
    color: #0b5a79;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 67px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttl-vip:after {
    content: " ";
    width: 30%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/vip/title-arrow-right.png")no-repeat right;
    right: 2%;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.ttl-vip:before {
    content: " ";
    width: 30%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/vip/title-arrow-left.png") no-repeat left;
    background-position: 0;
    left: 2%;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.progress-bar-container {
    position: relative;
    width: 95%;
    height: 142px;
    margin: 30px auto !important;
}

.progress-bar-container .line {
    width: 100%;
    margin: auto;
    background: #bbbbbb;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition: all .9s ease;
}

.progress-bar-container .line .line-progress {
    content: " ";
    width: 0;
    height: 100%;
    background: #8d6428;
    background: linear-gradient(180deg, #5795bf 0, #75aed4 50%, #37474f);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all .9s ease;
}

.progress-bar-container ul {
    padding: 15px 0 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    margin: -15px 0 0;
    left: 10%;
}

.progress-bar-container ul li {
    list-style: none;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}

.progress-bar-container ul li:before {
    content: " ";
    display: block;
    margin: auto;
    width: 0;
    height: 70px;
    border: 0.5px solid #005f7a;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s ease;
}

.progress-bar-container ul li .min-reload {
    font-size: 12px;
    line-height: 17px;
    display: block;
    color: #000000;
    font-weight: 400;
}

.progress-bar-containe i {
    color: #000;
}

.min-reload i {
    color: #005f7a;
}

.step-inner {
    color: #005f7a;
    font-weight: bold;
    margin-top: 20px;
}

table.vip-all tr:nth-child(even) {
    /* background: #e8e8e8; */
    color: #000;
    border-radius: 15px;
}

table.vip-all tr:first-child {
    background: none;
}

table.vip-all tr {
    color: #000;
    border-radius: 0px;
    border-bottom: 1px dotted #000;
}

table.vip-all {
    /* border-collapse: separate; */
    border-spacing: 0px 15px;
    /* background: #eff4fa; */
    padding: 10px;
    border-radius: 10px;
    color: #011f68;
}

table.vip-all td:first-child,
table.vip-all th:first-child {
    border-radius: 10px 0 0 10px;
}

table.vip-all td:last-child,
table.vip-all th:last-child {
    border-radius: 0 10px 10px 0;
}

.vip-cell2 img {
    width: 50%;
}

.vip-mark {
    font-style: italic;
    font-size: 12px;
}

.vip-grn {
    max-width: 1366px;
    margin: 0px auto;
    position: relative;
}

.vipgn {
    margin-bottom: 30px;
}

.vipgn h4 {
    color: #0b5a79;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin: 0px;
}

.vipgn p {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

hr.line-vp {
    border-top: 5px solid #ffffff;
    margin-bottom: 40px;
}

.ttl-vip-2:after {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 12%;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -30%;
    background: url("../images/common/vip/about-vip-title-top.png")no-repeat right;
    transform: rotate(180deg);
}

.ttl-vip-2:before {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/common/vip/about-vip-title-top.png")no-repeat right;
    background-position: 50%;
    width: 12%;
    left: 0;
    right: 0;
    top: -30%;
    margin: 0px auto;
}

.ttl-vip-2 {
    color: #0b5a79;
    font-size: 2.2rem;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 30px 0px;
}

.vip-about {
    margin: 0px auto;
    max-width: 1366px;
    color: #000;
    font-weight: 600;
}

.vip-about p {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
}

.vip-about ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
    list-style-type: none;
}

.vip-about ul li:before {
    content: " ";
    position: absolute;
    background-image: url("../images/vip/vip-arrow.png");
    top: 0px;
    width: 30px;
    height: 20px;
    left: 0;
    background-size: contain;
    background-position: top
}

.vip-bottom img {
    display: block;
    margin: 0px auto;
}

.vip-about ul {
    list-style: auto;
    padding: 15px;
}

.step-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 80%;
}

.silver {
    color: #9b9ead;
}

.gold {
    color: #dd6a1a;
}

.platinum {
    color: #31353e;
}

.diamond {
    color: #68a2a3;
}

.signature {
    color: #0073a5;
}

.vip-mark {
    color: #000;
    margin-top: 20px;
}

.vip-cell2 img {
    max-width: 100px;
    margin-left: 60px;
}

.progress-bar-container ul li .min-reload strong {
    font-weight: 600;
    color: #000000;
    opacity: 1;
}
.img-crown{
	position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
    top: 56px;
}
.vip-slide .container{
	max-width: 1330px;
}

/*leaderboard*/
.leaderboard-tnc-bar {
    color: #104e81;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.leaderboard-tnc-bar a{
	margin: 0 20px;
}
.leader_about{
    padding: 25px;
    margin: 0;
    background-color: #e6e5e5;
}
.leaderboard-about-title{
	font-weight: 600;
	font-size: 20px;
	color: #104e81;
}
.leaderboard-about-title-description{
	display: inline;
	font-weight: 600;
	font-size: 13px;
	color: #000000;
}
.leaderborrd_about_four{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.about-description-box{
	position: relative;
}
.about_text_box{
	position: absolute;
	top: 57px;
	width: 285px;
	left: 20px;
	font-size: 12px;
	color: #000;
}
.about_text_box p{

font-size: 18px;

font-weight: 600;
}
.leaderboard-prize-tab{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}
.leaderboard-left{
    width: 21%;
    display: grid;
}
.prize-tab{
    background: linear-gradient(to bottom, rgba(149,156,160,1) 0%,rgb(149 156 160 / 0%) 100%);
    border: none;
    width: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
}
.prize-tab>li>a{
    font-size: 14px;
    font-weight: 400;
    background: none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    border: none;
    width: 100%;
    display: block;
    color: #919191;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.prize-tab>li>a.active, .prize-tab>li>a.active:hover, .prize-tab>li>a.active:focus{
    border: none;
    background: #555a5c;
    margin: 0;
    cursor: pointer;
}
.prize-tab>li>a>img{
    filter: grayscale(1);
    width: 55px;
    margin: auto;
}
.prize-tab>li>a.active, .prize-tab>li:hover>a, .prize-tab>li:focus>a{
    border: none;
    background: #555a5c;
    margin: 0;
    color: #fff;
}
.prize-tab>li>a.active>img,  .prize-tab>li:focus>a>img{
    filter: none;
    
}
.prize-tab>li>a:hover, .prize-tab>li>a:focus{
    border: none;
    background: #555a5c;
    margin: 0;
    outline: none;
}
.prize-tab li:hover a img{
    filter: none;
}
.prize-tab>li{
    padding: 0;
    border: none;
}
img{
    max-width: 100%;
}
.leaderboard-right{
    width: 78%;
}
.monthly-btn{
    background: #005fa0;
    padding: 10px 35px;
    border-radius: 5px;
    display: block;
    max-width: 20%;
    text-align: center;
    color: #fff!important;
}
.leaderboard-right .tab-content{
    margin-top: 80px;
}
.prize-table{
    margin-top: 10px;
}
.ranking-col {
    display: grid;
    grid-template-columns: 20% 30% 50%;
    justify-content: space-between;
    background: #ffffff;
    color: #5e5e5e;
    width: 100%;
    margin: 0 auto;
    padding: 8px 17px;
    position: relative;
    font-size: 12px;
    border-top: 1px solid #dfdfdf;
    }
    .prize-col{
        grid-template-columns: 20% 60% 20%;
    }
.normal-col{
    background: none;
    /* border: none; */
    font-size: 15px;
}

.first-col{
 margin-bottom: 15px;
 background: #005fa0;
 color: #fff;
 font-size: 15px;
}
.second-col{
    margin-bottom: 15px;
    background: #186ea7;
    color: #fff;
    font-size: 15px;
}
.third-col{
    margin-bottom: 15px;
    background: #327eb0;
    color: #fff;
    font-size: 15px;
}
.first-col img{
    position: absolute;
    top: -4px;
    left: 10px;
    width: 41px;
   }
   .second-col img{
    position: absolute;
    top: -4px;
    left: 10px;
    width: 41px;
   }
   .third-col img{
    position: absolute;
    top: -4px;
    left: 10px;
    width: 41px;
   }
.rank-col-1:hover,
.rank-col-2:hover,
.rank-col-3:hover {
    color: #000;
    text-decoration: none;
}

.rank-col-1 span {
    border-right: 1px solid #fff;
    padding: 0px 30px;
}

.rank-col-2 span {}

.rank-col-3 span {
    border-left: 1px solid #fff;
    padding: 0px 30px;
}

.ranking-list {
    width: 31%;
    margin: 25px auto;
    text-align: center;
    margin-bottom: 0;
}

.rank-row {
    display: grid;
    grid-template-columns: 25% 75%;
}

.rank-row img {
    margin: 0 auto;
}

.rank-1 span,
.rank-2 span,
.rank-3 span {
    padding: 20px 40px;
    border-bottom: 1px solid #000;
}

.rank-row span {
    padding: 13px 10px;
    border-bottom: 1px solid #000;
}

.rank-row div {
    text-align: center;
    place-self: center;
}
.text-underline{
    text-decoration: underline;
}
.prize-btn {
    cursor: pointer;
}
.prize-btn img{
    position: relative;
    top: 0;
    left: 0;
    max-height: 30px;
    margin-right: 10px;
}
.prize-btn:hover{
    color: red;
}
.prize-tab.prize-tab-product{
    position: absolute;
    width: 117px;
    top: 168px;
    z-index: 1;
    background: linear-gradient(to bottom, #e6e5e5 0%,#e6e5e500 100%);
}
.leaderboard_wrap_main{
	position: relative;
}
.prize-tab.prize-tab-product>li>a.active, .prize-tab.prize-tab-product>li:hover>a, .prize-tab.prize-tab-product>li:focus>a {
    border: none;
    margin: 0;
    color: #fff;
    background: linear-gradient(to bottom, #0290a0 0%, #044e7f 100%);
}
.prize-tab.prize-tab-product>li>a.active>img, .prize-tab.prize-tab-product>li:focus>a>img {
    filter: brightness(3.5);
}
.prize-tab.prize-tab-product>li>a>img {
    width: 44px;
}
.download_01body{
	display: grid;
	grid-template-columns: 500px auto;
}
.download_top_grid{
	display: grid;
	grid-template-columns: 210px 210px;
}
.download_top_grid_inn{

width: 180px;
}
.btn_ios{
	
display: flex;
	
background-color: #ffffff;
	
border: none;
	
min-width: 150px;
	
margin: 20px 0;
	
min-height: 48px;
	
border-radius: 5px;
	
font-size: 16px;
	
color: #044e7f;
	
font-weight: 700;
	
width: 100%;
	
align-items: center;
	
justify-content: space-evenly;
}
.download_top_grid_inn a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.btn_and{display: flex;background-color: #84c903;border: none;min-width: 150px;margin: 20px 0;min-height: 48px;border-radius: 5px;font-size: 16px;color: #044e7f;font-weight: 700;width: 100%;align-items: center;justify-content: space-evenly;}
.btn_ios i{
	color: grey;
	font-size: 35px;
}
.btn_and i{
	color: #fff;
	font-size: 35px;
}
.download_01body_main h1{

color: #fff;

font-size: 29px;
}
.download_01body_main h4{
	
color: #fff;
	
font-size: 18px;
	
margin: 30px 0;
}
.download_01body_main{
	padding-top:50px;
}
.download_fea_body{
	display: grid;
	grid-template-columns: 30% 28% 30%;
	text-align: center;
	justify-content: center;
	margin: 30px 0;
}
.download_01_body_btm_h1{
	color: #000000;
	text-align: center;
}
.download_01_body_btm_p{
	color: #5c5b5b;
	text-align: center;
}
.download_fea_body_left{
	text-align: right;
	color: #5c5b5b;
}
.download_fea_body_right{
	text-align: left;
	color: #5c5b5b;
}
.download_fea_body_right p{
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
}
.download_01body{

background: linear-gradient(to bottom, #003bad 0%, #002462 100%);

padding: 10px 10px 0 10px;
}
.download_01_body_btm{
	
background: #f2f2f2;
	
padding: 10px;
}
img.download_middle_phone{
	margin: auto;
}
.download_fea_body_left p{
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
}
.download_left_box{
	margin-top: 80px;
}
.download_and_ios_grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	margin-top: 30px;
}
.download_p_grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 10px auto;
}
.btn_download{
	width: 200px;
	background-color: #137eb3;
	border: none;
	color: #fff;
	padding: 7px;
	border-radius: 5px;
}
.download_icon{
	
font-size: 50px;
	
display: block;
	
color: #04b704;
}
.download_icon_ios{
	font-size: 50px;
	display: block;
	color: #7e7e7e;
}
.download_p_grid img{
	width: 100px;
	margin: auto;
}
.download_main_img{
	width: 200px;
	margin: auto;
}
.download_p_grid_bg{
	background-color: #f4f3f3;
	align-items: center;
	width: 100%;
	max-height: 100px;
	display: grid;
	height: 100%;
}
.download_icon_top{font-size: 26px;display: block;color: #04b704;}
.download_icon_ios_top{font-size: 26px;display: block;color: #7e7e7e;}
.license-logo.payment_c{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 350px;
	align-items: center;
}
.license-logo.payment_c img {
    height: auto;
    margin-right: 0px;
    width: 63px;
}

.icons {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../images/index/icons.png");
    margin-right: 10px;
}

.icons_hot {
    width: 24px;
    height: 28px;
    background-position: -1639px -32px;
}

.icons_a {
    width: 43px;
    height: 51px;
    background-position: -130px -2px;
}

.icons_sub_menu_android {
    width: 20px;
    height: 25px;
    background-position: -1690px -2px;
}

.icons_sub_menu_ios {
    width: 19px;
    height: 23px;
    background-position: -1774px -27px;
}

.license-wrap.aff {
    display: grid;
    grid-template-columns: 36% 30% 34%;
    border-bottom: none;
    padding: 15px 25px 20px;
}

.world_head{

color: #0290a0;

font-size: 12px;

font-weight: 700;

margin-bottom: 30px;
}
.world_head_txt{
	
color: #898989;
}
.worldcup-content .container{
	max-width: 1330px;
}
.sport-sec{
    border-top: 1px dotted #343434;
}
.hot-title.app img{
	filter: brightness(0.5);
}
.hotgames-box.lottery_index{

position: absolute;

z-index: 1;

color: #f1f1f1;
}
.lottery_sec{
	margin-top: 30px;
}
#prize .ranking-col {
    display: grid;
    grid-template-columns: 10% 30% 40% 20%;
    justify-content: space-between;
    width: 100%;
    padding: 5px 17px;
    position: relative;
    border-top: 1px solid #dfdfdf;
}
.prize_info_img img{
	position: unset;
	width: 28px;
	margin-right: 5px;
}
.prize_info_img span{
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
}
.leaderboard_prize_img{
	text-align: center;
}
.leaderboard_prize_img img{
	width: 100px;
}
.leaderboard_p_title{
    color: #0290a0;
    font-size: 20px;
    font-weight: 700;	
}
.leaderboard_sel{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.leaderboard_sel_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.leaderboard_sel_wrap select{
	
width: 94px;
	
height: 36px;
	
border-radius: 5px;
	
border: 1px solid #d9d9d9;
	
margin: 0 5px;
	
padding: 4px;
}
.prize_info_img {
	/* text-align: right; */
}
.index_step_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	padding: 20px 0;
}
#videoslide img{
	width: 100%;
}
.indexprovider_bg{
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
    margin-bottom: 20px;
}
.indexprovider_bg_inn{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	justify-content: center;
}
.indexprovider_bg_inn img{
	width: 250px;
	margin: auto;
}
.footer_link{
	background-color: #002d98;
}
.licensebox img{
	filter: grayscale(100%);
}
.licensebox img:hover{
	filter: grayscale(0%);
}
.licensebox{
	border-right: 1px solid #000000;
	padding: 0 30px;
}
.license-wrap .licensebox:nth-child(4){
	border: none;
}
.news_img{
	margin: 30px 0;
}
.header_total{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.totalbal{
	font-size: 13px;
	display: flex;
	font-weight: 600;
	align-items: center;
	position: relative;
}
.totalbal i{
	color: #005f9e;
	font-size: 20px;
	padding-left: 5px;
	margin-right: 5px;
}
.balance-drop:hover .dropdown-balance {
    display: block;
}

.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgb(255 255 255 / 95%);
    color: #6a718e;
    z-index: 2;
    text-align: center;
    border: 1px solid #005f9e;
    right: 0;
    padding-top: 12px;
    margin-top: 6px;
    top: 17px;
}

.dropdown-balance_emtpy {
    height: 11px;
    top: -12px;
    position: absolute;
    width: 100%;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}

.main-item, .main-amount {
    background: linear-gradient(to bottom, rgba(157,54,209,1) 0%, rgba(66,9,93,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #005f9e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #e5b80b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.f_logo img{	
	width: 66px;
}
.f_logo_w img{
	width: 35px;
}
.giftbox-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
    margin: 30px 0;
}
.gift_tit_01{
    background-color: #5b5b5b;
    padding: 4px 3px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.gift_tit_02{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    align-items: center;
    background-color: #3c3c3c;
}
.gift_tit_price{
    font-weight: 900;
    font-size: 22px;
    background: -webkit-linear-gradient(#f3a720, #f2db2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gift_tit_name{font-weight: 700;font-size: 13px;background: -webkit-linear-gradient(#f3a720, #f2db2d);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.gift_product_img{
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}
.gift_btn{
    color: #fff;
    background: linear-gradient(to bottom, #12537a, #1389c1);
    border: none;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 0px;
    transition: all 0.3s;
    width: 100%;
    text-transform: uppercase;
}
.prod-box-gift {
    max-width: 350px;
    /* max-height: 310px; */
    /* margin: auto; */
    border-radius: 10px;
    /* background: #fff; */
    /* box-shadow: 2px 5px 48px -16px rgb(0 0 0 / 40%); */
    transition: all 0.3s;
}
.prod-box-gift:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.img_gift_wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    /* align-items: center; */
    padding: 5px;
    /* padding-bottom: 0; */
    grid-gap: 10px;
}
.img_gift_wrap img{
    border-radius: 10px;
    width: 400px;
}
.img_gift_ul ul{
    padding: 0;
    margin: 0;
    padding-left: 32px;
}
.img_gift-pp {
    max-width: 800px;
    margin-top: 10%;
}
button.wxclose {
    background: #000;
    box-shadow: 0px 0px 10px 3px #007bff;
    border-radius: 50%;
    color: #007bff;
    border: none;
    padding: 5px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    font-weight: 700;
}
.img_gift_wrap .msg-p-ttl{
    padding-top: 0;
    background: transparent;
    color: #000;
}
.gift_btn_modal {
    color: #fff;
    background: linear-gradient(to bottom, #12537a, #1389c1);
    border: none;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    margin: 0 0px;
    transition: all 0.3s;
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-top: 58%;
}
.gift_tit_modal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    align-items: center;
    background-color: #fff;
}
.gift_tit_modal .gift_tit_name{
	color: #000;
}
.gift_search_wrap{
	background-color: #e6e5e5;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.slots_search {
    width: 210px;
    display: flex;
    align-items: center;
    justify-self: self-end;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    overflow: hidden;
}
.seach_cus, .btn.btn-link {
    background-color: #d1d2d7;
}
.slots_search .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: unset;
}
.fa-search {
    color: #747474;
}
.footer_lady{

position: absolute;

right: 0;

bottom: -31px;

width: 220px;
}
.footer_sign{
	
position: absolute;
	
right: 16%;
	
bottom: 29%;
	
width: 179px;
}

.tournament_wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px 15px;
}
.challe-box {
    display: grid;
    grid-template-columns: auto 48%;
    border-radius: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 15px 0;
    padding: 0 10px;
    min-height: 310px;
}
.challe-1 {
    background: url(../images/tournament/tournament_casino.png)no-repeat top center;
    background-size: cover;
}
.challe-2 {
    background: url(../images/tournament/tournament_slot.png)no-repeat top center;
    background-size: cover;
}
.challe-3 {
    background: url(../images/tournament/tournament_sport.png)no-repeat top center;
    background-size: cover;
}
.beach-box {
    height: auto;
    position: relative;
}
.btitle {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
}
.countdown-wrap {
    /* max-width: 202px; */
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 3px 3px 4px;
    justify-content: center;
}
.cd-1 {
    display: flex;
}
.tournament_time {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 11px;
    color: #031254;
    text-align: center;
    background: linear-gradient(to top, #f2db2d 0%,#f3a720 100%);
    padding-top: 3px;
}
.tournament_time_dots {
    font-size: 25px;
    color: #031254;
}
.tournament_time_custom {
    font-size: 14px;
}
.progress-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, #0BBAFB 0%, #4285EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.c-info {
    background: linear-gradient(to bottom, rgb(48 67 185 / 80%) 0%,rgb(35 101 192 / 80%) 100%);
    border-radius: 9px;
    margin: auto;
    width: 100%;
    padding: 5px 0px;
    color: #ffffff;
    font-size: 11px;
    /* line-height: 1; */
    margin-bottom: 10px;
    font-weight: 700;
}
.c-info-2 {
    background: linear-gradient(to bottom, rgb(48 67 185 / 80%) 0%,rgb(35 101 192 / 80%) 100%);
    border-radius: 19px;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}
.s-info-1 {
    text-align: start;
    margin-left: 5px;
}
.c-info-3 {
    background: linear-gradient(to bottom, rgb(48 67 185 / 80%) 0%,rgb(35 101 192 / 80%) 100%);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 5px;
    display: grid;
    padding: 5px;
    font-weight: 700;
}
.c-info-3 span {
    margin: 0;
    text-align: center;
}
.btn-tour {
    background-image: linear-gradient(to top, #f2db2d 0%,#f3a720 100%);
    color: #031254;
    min-width: 118px;
    border-radius: 20px;
    border: none;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
}
.chall-info-box{
	padding-top: 27%;
}

/*vipadd 3/7/2023*/
.viptablebg01{
	background-color: #002d98;
}
.viptablebg02{
	background-color: #e5e9f2;
}
.viptablebg03{
	background-color: #fef9e5;
}
table.vip-all tr:first-child td.vip_main_title{
	color: #fff;
	font-size: 80px;
	font-weight: 600;
}
.vip_txt_color01{
	color: #5a98eb;
}
.vip_txt_color02{
	color: #efd58b;
}
.vip_txt_color03{
	color: #d8d9db;
}
.vip_txt_color04{
	color: #e099e9;
}
.vip_time_title{
	font-size: 15px;
	font-weight: 400;
}
table.vip-all tr.viptablebordercus{
	border-bottom: none;
}
table.vip-all tr.viptablebordercus td{
	font-weight: 600;
}