@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
html{
    height: 100%;
  
}
body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	font-size: 13px;
	margin: 0 auto;
	color: #fff;
    max-width: 750px;
    background: #000 url(../images/bg.jpg)no-repeat center;
    background-size: cover;
}

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 {
	text-decoration: 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: #d6d6d6;
	width: 100%;
}

.t-body {
	padding-top: 50px;
	padding-bottom: 65px;
	
}

.annouce-sec {
	/* background: #fff; */
	font-size: 14px;
	padding: 5px 0;
	margin-top: 8px;
	color: #fff;
}

.annouce-bar {
	border-left: 3px solid #00cbff;
	display: block;
}

.annouce-bar span {
	vertical-align: middle;
}

.highlight-menu-sec {
	/* background: #fff; */
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}

.hlm-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
	text-align: center;
	padding: 15px 0;
}

.hlm-box img {
/*	filter: invert(1);*/
}

.circle-1 {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	border-radius: 50%;
	padding: 12px;
}

.circle-2 {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	border-radius: 50%;
	padding: 12px;
}

.circle-3 {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	border-radius: 50%;
	padding: 12px;
}

.circle-4 {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	border-radius: 50%;
	padding: 12px;
}

.hlm-title {
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}

.jackpot-wrapper {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	color: #fff;
	text-align: center;
	border-radius: 40px;
	padding: 9px 0 3px 0;
}

.jackpot-title h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}

.jackpot-title h3:before {
	content: '';
	position: absolute;
	width: 18%;
	border: 0.5px solid #000;
	left: 17px;
	top: 8px;
}

.jackpot-title h3:after {
	content: '';
	position: absolute;
	width: 18%;
	border: 0.5px solid #000;
	right: 17px;
	top: 8px;
}

.jackpot-amount {
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 3px;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum" 1;
}

.game-lobby-sec {
	/* background: #fff; */
	padding: 15px 0;
	margin-top: 10px;
}

h2.lobby-title {
	font-size: 15px;
	border-left: 3px solid #00cbff;
	padding-left: 6px;
	color: #fff;
}

.gl-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.gl-box {
	overflow: hidden;
	border-radius: 5px;
	display: grid;
	height: fit-content;
}

.gl-box img {
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}

.gl-box a:hover img {
	transform: scale(1.06);
	transition: all 0.3s;
}

.gm-a {}

.gl-wrapper-1 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px;
	padding: 10px 0;
}

.gm-1 {
	grid-column: 1/4;
}

.gm-2 {
	grid-column: 4/8;
}

.gm-3 {
	grid-column: 1/5;
}

.gm-4 {
	grid-column: 5/8;
}
.promo-header{
    margin-bottom: 10px;
}
.promo-highlight-sec {
	/* background: #fff; */
	padding: 15px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.promo-hl-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.promo-hl-box {
	border-radius: 5px;
	/* overflow: hidden; */
}

.promo-hl-box img {
	height: 100%;
	width: 100%;
    transition: all 0.3s;
    border: 1px solid #00cbff;
}

.promo-hl-box a:hover img {
	transform: scale(1.06);
	transition: all 0.3s;
}

.more-btn {
	position: absolute;
	right: 17px;
	top: 0;
}

.more-btn a {
	color: #00cbff;
}

ul#accountTab {
	width: 100%;
	border: none;
}

ul#accountTab .nav-item {
	width: 50%;
}

ul#accountTab li a.nav-link {
	display: inline-block;
	width: 100%;
	border: none;
	border-radius: 0;
	color: #fff;
	text-align: center;
	background: #b0b0b0;
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.29);
}

ul#accountTab li.nav-item.show .nav-link,
ul#accountTab li a.nav-link.active {
	color: #fff;
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	box-shadow: none;
}

.pinfo-wrapper {
	/* background: #fff; */
	margin: 10px 10px;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.title-profile {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #00cbff;
}

.pp_box {
	margin-bottom: 15px;
}

.pp_box label {
	margin-bottom: 1px;
    color: #fff;
  
}
.pp_box .details{
    width: 35%;
    text-align: left;
}

.pp_box input {
	border: none;
	border-bottom: 1px solid #989898;
	padding: 3px 2px;
	background: transparent;
}

.pp_box input:focus {
	outline: none;
	border-bottom: 1px solid #fefe99;
}

.pp_box input:disabled {
	background: transparent;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
}

.submit-profile {
	text-align: center;
	padding-bottom: 15px;
}

.pinfo-submit-btn {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	color: #fff;
	border: none;
	width: 100%;
	padding: 7px 14px;
	font-size: 15px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
}

.pinfo-submit-btn:hover {
	color: #fff;
	filter: brightness(0.5);
}

.registration-page-title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.registration-page-title span {
	flex: 0 1 auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.registration-page-title:after,
.registration-page-title:before {
	flex: 0 1 100%;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
}

label.accept a {
	color: #fefe98;
}

.accept {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	margin-left: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.terms {
	color: #ffc001;
	font-weight: 500;
}

.terms:hover,
.terms:focus {
	color: #ffc001;
}


/* Hide the browser's default checkbox */

.accept input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: -2px;
	left: -10px;
	height: 20px;
	width: 20px;
	background-color: #b5b5b5;
}


/* On mouse-over, add a grey background color */

.accept:hover input~.checkmark {
	background-color: #b5b5b5;
}


/* When the checkbox is checked, add a blue background */

.accept input:checked~.checkmark {
	background-color: #b5b5b5;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.accept input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.accept .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.promo-body {
	padding: 10px 15px;
	line-height: 1.2;
}

.promo-caption {
	/* background: #fa8d5a; */
	color: #fff;
	padding: 4px 13px;
}

.promo-caption h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
}

.more-info {
	color: #fff908;
}

.cashier-menu-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
	padding: 10px 0;
}

.cmbox {
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	text-align: center;
	color: #fff;
	padding: 5px;
}

.cmbox.active {
	background: linear-gradient(to bottom, #bbe1ff 0%, #001525 100%);
}

.cmbox:hover,
.cmbox.focus {
	color: #fff;
}

.cmbox img {
	filter: contrast(0) brightness(100);
	max-width: 40px;
	margin: auto;
	margin-bottom: 2px;
	display: block;
}

form.cashform-wrapper {
	padding: 10px 0;
	/* background: #fff; */
	padding: 15px 10px 5px;
}

select.wallet-input {
	border: none;
	border-bottom: 1px solid #989898;
	padding: 3px 2px;
	background: transparent;
}

select.wallet-input:focus {
	outline: none;
	border-bottom: 1px solid #fefe99;
}

.bln-box,
.bln-box:hover {
	position: relative;
	text-align: center;
	width: 100%;
	display: block;
	background: #4c4c4c;
	padding: 7px 5px;
	font-size: 13px;
	margin-top: 10px;
	color: #ffc001;
}

.bln-box.collapsed {
	color: #fff;
}

.bln-box.collapsed:before {
	content: '+';
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 70px;
	right: 0;
	top: 2px;
}

.bln-box:before {
	content: 'x';
	font-size: 16px;
	color: #ffc001;
	position: absolute;
	left: 70px;
	right: 0;
	top: 5px;
}

.bln-body {
	padding: 3px 10px 7px;
}

.history-sec {
	padding-bottom: 30px;
}

.bank-withdraw-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
}

div#tranxTable {
	overflow: auto;
}

table.table-deposit tr th {
    border: 1px solid #e6e6e6;
    padding: 6px 15px;
    background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
    color: #fff;
    font-weight: 500;
    text-align: center;
}

table.table-deposit tr td {
	border: 1px solid #e6e6e6;
	padding: 6px 15px;
	text-align: center;
	/* background: #fff; */
}

ul#lobbyTab {
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
}

ul#lobbyTab li {
	width: 17%;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	list-style-type: none;
	display: inline-block;
}

ul#lobbyTab li a {
	text-align: center;
	color: #fff;
	background: #000;
	box-shadow: none;
	padding: 10px 0px;
	display: block;
	margin: 0 -2px;
}

ul#lobbyTab li a:hover,
ul#lobbyTab li a.active {
	background: linear-gradient(to bottom, rgba(247, 229, 131, 1) 0%, rgba(204, 165, 67, 1) 100%);
	color: #000;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.29);
	position: relative;
}

ul#lobbyTab li a:focus {
	outline: none;
}

#lobbyTab::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
	border-radius: 10px;
	/* background-color: #CCCCCC; */
}

#lobbyTab::-webkit-scrollbar {
	width: 12px;
	/* background-color: #F5F5F5; */
	height: 10px;
}

#lobbyTab::-webkit-scrollbar-thumb {
	background: rgba(44, 188, 219, 1);
}

.game-list-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	padding: 10px;
}

.game-item {
	overflow: hidden;
	text-align: center;
}

.game-item a img {
	transition: 0.3s;
}

.game-item a:hover img {
	filter: brightness(1.15)grayscale(1);
	transition: 0.3s;
	transform: scale(1.05);
}

.slick-initialized .swipe-tab-content {
	position: relative;
	/* min-height:1000px; */
}

.slick-initialized .swipe-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background: #141927;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	border-bottom: 2px solid rgba(255, 109, 0, 0);
	transition: all 0.5s;
	line-height: 30px;
}

.slick-initialized .swipe-tab:hover {
	color: #ffffff;
}

.slick-initialized .swipe-tab.active-tab {
	border-bottom-color: #00cbff;
	color: #fff;
	background: linear-gradient(to bottom, #0d95ff 0%, #044c85 100%);
	;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.bg-black {
	padding-top: 0px;
}

.globby ul li {
	width: 48%;
	list-style: none;
	margin: 1%;
    float: left;
    text-align: center;
    background-color: #0000006e;
}

.globby ul li a {}

.globby ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.globby ul li a p {
	padding: 5px;
	text-align: center;
	background: #393d62;
	margin: 0px;
	color: #fff;
}

.globby ul li a p i {
	margin: 0px 4px;
}

.globby ul li a p span {
	margin-left: 5%;
	color: #f5ea37;
}


/* DOWNLOAD */
.location {color: #ffffff;border-bottom: 1px solid #fefe98;}
.location a {color: #ffffff;}
.content-zero{
    padding: 20px;
}
.content_center {
	max-width: 768px;
	margin: 0 auto;
	float: none;
	padding: 10px;
	/* background: #dddcdc; */
	color: #fff;
}
.mobileBox{
    padding-top: 10px;
}
.download-text {}

.download-text h4 {
	text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-down {
	margin-bottom: 10px;
}

.btn-down2 {
	border: 1px solid #fffb86;
	border-radius: 5px;
	padding: 5px;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	background: #0d050f;
}

a.btn-dwn {
	color: #0d050f;
	padding: 15px 10px;
	display: block;
	margin: 0px auto;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 10px;
	background: linear-gradient(to bottom, rgba(247, 229, 131, 1) 0%, rgba(204, 165, 67, 1) 100%);
	text-shadow: 1px 1px 1px white;
	border: 1px solid #ffbc56;
}

.sportProduct h4 {
    color: #00cbff;
    font-size: 12px;
    padding: 10px 0px;
    font-weight: 700;
    margin-bottom: 0;
}

.sportProduct p {
    color: #FFF!important;
    background-color: transparent!important;
    font-size: 10px;
}
.casino_main img{
    width: auto;
    height: 105px;
}
.globby ul.casino_main li{
	background-color: transparent;
}

/*blog*/
.body_blog{
    padding: 20px 15px;
}
.blog-title-box {
    background: #1c4f9c;
    padding: 5px;
    display: flex;
    margin-bottom: 20px;
}
.blog-title-box i {
    font-size: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}
.blog_img img{
  width: 100%;
}
.blog-time-title {
    color: #00cbff;
    padding-top: 20px;
}
.blog-content {
    color: #fff;
    margin-bottom: 15px;
}
.moreinfo_btn {
    background-color: #00cbff;
    color: #123871;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 140px;
    height: 30px;
    font-size: 11px;
}
.blog_back .moreinfo_btn {
    background-color: #00cbff;
    color: #123871;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 81px;
    height: 30px;
    font-size: 11px;
}
.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #00cbff;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}
.seperate-line {
    height: 2px;
    width: 100%;
    margin: 15px auto;
    background: #767676;
    border-radius: 10px;
}
.blog-title-box i.fab_custom{
    font-size: 12px;
    color: #123871;
    margin-left: 0;
    margin-right: 16px;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}
.blog_back{
    align-self: center;
    margin-left: auto;
}
.blog_details_txt{
    color: #fff;
}
.blog_details_title{
    color: #00cbff;
    font-size: 18px;
}
/*blogEND*/

.info_main .card{
    border: 1px solid #e2e2e2;	
    background-color: transparent;
    margin-bottom: 5px;
}

.info_main .card .card-header .btn-link{
	color: #31b1f8;
	font-weight: bold;
}
.forTable { 
	background:rgba(238,238,238,0); 
}
.forTable td { 
	border-collapse:collapse; 
	border:1px solid #fff; 
	line-height:30px; 
	padding-left:5px; 
	color:#fff;
	border-top:1px solid #fff;
}
.tr1 {
    background: rgba(221,221,221,0.1);
}
.tnc-content li{ padding-bottom:10px;}
.modal-headerP {
    height: 49px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1500;
}
.promotion_modal .modal-body{
	padding: 0px;
}
.modal_incontent{
	padding: 10px;
}
.promotion_modal .close{
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;	
}


/*vip*/
body.vip_bodycustom {
    background: #000;
}

.vip_bg {
    background: top center url(../images/vip/bg_vip.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0px 30px 0px;
}

.vip_title {
    color: #50b2ff;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 0px 10px 0px;
}

.vip_badge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-gap: 5px;
    word-break: break-word;
}

    .vip_badge img {
        width: 50px;
    }

.vip_badge_title {
    color: #50b2ff;
    font-size: 12px;
    text-transform: uppercase;
}

.vip_table table {
    color: #50b2ff;
    font-size: 12px;
}

    .vip_table table tr td {
        border: 1px solid #50b2ff;
        text-align: center;
        padding: 10px;
    }

        .vip_table table tr td:first-child {
            text-align: left;
            padding-left: 20px;
        }

.vip_tbody {
    padding-bottom: 57px;
}
/*vipEND*/

/*newaddmsgmodal*/
.msg-p-ttl {
    text-align: left;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to bottom, #1b9bff 0%, #083c64 100%);
    padding-left: 6%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.msg-content-pop {
    padding: 0px 30px;
    color: #ffffff;
}

.msg-pp-t {
    margin-top: 15px;
    background: #353535;
}

    .msg-pp-t tr td {
        border: 1px solid #1b9bff;
        font-size: 14px;
        text-align: center;
        padding: 10px 0px;
        color: #ffffff;
    }

.msg-in {
    font-size: 14px;
    padding: 15px 10px;
    min-height: 80px;
}

.msg-pp button.close {
    color: #ffffff;
    opacity: 1;
    font-size: 13px;
    /* position: absolute; */
    right: 30px;
    bottom: 20px;
    background: linear-gradient(to bottom, #1b9bff 0%, #083c64 100%);
    font-weight: 100;
    padding: 6px 20px;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    float: none;
}

.btn-rp {
    text-align: right;
}

#msgmodal .modal-body {
    padding: 0px;
}

#msgmodal .modal-content {
    background: #000000d9;
    min-height: 250px;
    border-radius: 9px;
    border: 1px solid #1b9bff;
}

.inbox_head {
    text-align: center;
}

    .inbox_head h1 {
        color: #fff;
        margin-top: 0px;
        font-size: 15px;
    }

.msg-table {
    background: #2a2625;
    padding: 14px;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

table.inbox-table tr th {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #1b9bff;
    font-size: 13px;
}

table.inbox-table tr td {
    text-align: left;
    padding: 12px;
    font-size: 13px;
}
/*newaddmsgmodalEND*/

/*14/9/2023 addlivetransaction*/

.table_index {
    color: #fff;
    text-align: center;
    /*border-right: 1px solid #632876;*/
    /* background: url(../images/index/ranking-bg.jpg); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.table_grid .table_index:last-child tbody tr {
    border-right: none;
}

.index_topten_table {
    margin: 10px 0;
    /* background: url(../images/index/ranking-bg.jpg); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.table_index tbody tr th {
    /* background: linear-gradient(180deg, rgba(255,229,148,1) 0%, rgba(229,155,0,1) 60%, rgba(229,155,0,1) 80%, rgba(255,198,18,1) 100%); */
    /* color: #000; */
    padding: 5px;
    font-weight: 900;
    font-size: 13px;
}

.table_index tbody tr {
    border-right: 1px solid #006cc0;
}

.table_index tbody tr:first-child {
    border-right: none;
}

.table_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #006cc02e;
    border: 1px solid #006cc0;
    border-radius: 10px;
}

.hot-blink-me {
    animation: hotblinkme 0.5s linear infinite;
    color: #ffd600;
    font-weight: 900;
    width: 32px;
}
.live_icon {
    animation: hotblinkme 1.5s linear infinite;
    background-color: red;
    padding: 0px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 63px;
    color: #fff;
    font-weight: 500;
    margin-left: auto;
    height: 18px;
    justify-content: center;
}
.live_icon span {
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    margin: 2px 5px 2px 3px;
}
.index_topten_tit {
    color: #02cbff;
    text-align: left;
    font-weight: 500!important;
    border-bottom: 1px solid #006cc0;
}
.table_index tbody tr th.deposit_index_r {
    /* background: green; */
    color: #59bb46;
    font-size: 12px;
    text-align: left;
}

.table_index tbody tr th.withdraw_index_r {
    /* background: red; */
    color: #e53434;
    font-size: 12px;
    text-align: left;
}
.table_index tbody tr td:first-child{
    text-align: left;
}
.table_index tbody tr td{
    padding: 5px;
    font-size: 12px;
}


@keyframes hotblinkme {
    0% {
        opacity: 0;
    }

    38% {
        opacity: 0;
    }

    39% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.promo_wrap_inn{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
    /* overflow-x: auto; */
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 2rem);
    padding-bottom: 5%;
    cursor: grab;
    grid-gap: 10px;
    justify-content: center;
}
.promo_product{
    display: block;
}
.indextext_title{
    font-weight: 800;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.promo_product img{
    max-width: 120px;
}
.promo_product.active{
    filter: brightness(0.6);
    /* pointer-events:none; */
}
.modal_promo_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
    padding: 15px;
}

.modal_promo_wrap_content p {
    color: #ffde00;
    margin-bottom: 0;
}

.modal_content_promo_txt1 {
    margin: 20px 0;
}

.modal_content_promo_txtul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.modal_content_promo_txtulred {
    color: #ff7c7c;
}

.modal_content_promo_txtul .fa-check-circle {
    color: #4bd37b;
    margin-right: 5px;
}

.modal_content_promo_txtul .fa-times {
    color: #ff5a79;
    margin-right: 5px;
}

.modal_promo_wrap_2 {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 0;
    align-items: center;
    margin: 20px 0;
    justify-content: space-evenly;
}

.btn_promo_m_close {
    border-radius: 5px;
    border: 1px solid #006cc0;
    background-color: #000;
    color: #fff;
    min-height: 47px;
}

.btn_promo_m_claim {
    border-radius: 5px;
    border: 1px solid #006cc0;
    background-color: #006cc0;
    color: #fff;
    min-height: 47px;
}

/* 03102023 */
/* Modal */

#language {
    margin-top: 170px;
}

#language .modal-content{
	position: relative;
    background: #393939;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    color: #a2a2a2;
}

#language .modal-header{
	display: block;
}

#language .modal-body h6{
	text-align: center;
}

#language .modal-title .logo {
    padding: 8px 0 0 15px;
    height: 15px;
}

#language .logo img {
    max-width: 170px !important;
}

#language .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.country-flag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-flow: row;
}

.country-flag img {
    width: 100%;
}

.country-flag .c-language {
	color: #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-box input, .date_box input {
    padding: 1px 5px;
    border-radius: 5px;
    border: 0.01rem solid #d1d1d1;
    margin-right: 0.12rem;
    width: 100%;
    font-size: 12px;
    height: 40px;
    background: #efefef;
}

.date_box p{
	margin-bottom: 0;
}

.share-box {
    width: 100%;
    align-items: center;
    cursor: unset;
    color: #6f6f70;
    margin-top: 10px;
    padding: 0;
    display: flex;
    position: relative;
}

.referral-list ul{
	padding:0;
}

.share-btn img {
    width: 20px;
}

.share-btn {
    border-radius: 5px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    right: 0px;
}

.referral_custom {
    text-align: center;
    padding-top: 15px;
}

.logo img {
    max-width: 120px;
    /* margin-top: 5px; */
}

.promo-item {
    position: relative;
}

.promo-desc {
    position: absolute;
    color: #fff;
    bottom: 50px;
    width: 100px;
    left: 10px;
    font-size: 11px;
}

/* 27112023 */

.header{
	align-items: center;
}
/*slide right menu*/
#contactUs {
    position: fixed;
    top: 20px;
    right: -92px;
    z-index: 2;
    transition: all 0.3s;
}

    #contactUs:hover {
        right: 128px;
    }

    #contactUs .side-menu-btn {
        -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
    }

    #contactUs .contact-us {
        transform: rotate(-90deg);
        padding: 10px 10px 0px 10px;
        height: 60px;
        width: 200px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: -44px;
        margin-top: 117px;
        box-shadow: -2px -2px 4px 0px rgb(0 0 0 / 25%);
        color: #ffffff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    #contactUs .side-menu-content {
        position: absolute;
        top: 47px;
        left: 85px;
        z-index: -1;
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }

        #contactUs .side-menu-content ul {
            padding: 0;
            margin: 0;
            min-height: 280px;
            list-style: none;
        }

        #contactUs .side-menu-content li {
            padding: 0px 5px;
            text-align: center;
            margin: 6px 0px;
            transition: all .3s;
        }

            #contactUs .side-menu-content li:not(:last-child) {
                border-bottom-style: none;
                border-bottom-width: 1px;
            }

        #contactUs .side-menu-content i {
            font-size: 16px;
        }

        #contactUs .side-menu-content .t-ico {
            max-width: 20px;
        }

        #contactUs .side-menu-content .t-contact-img {
            max-height: 120px;
        }

.t-side-menu .t-div .t-bg1, .t-side-menu .t-div .t-bg2 {
    background: #006cc0;
}

.t-side-menu .t-div .t-text2-alt {
    color: #fff;
}

.t-side-menu .t-div .t-text2 {
    color: #1f1f1f;
}

.t-side-menu .t-div .t-bg2-hover:hover {
    background: transparent;
}

.t-side-menu .t-div .t-text2-hover:hover {
    color: #fff;
}

.t-side-menu .t-div .t-border2-hover:hover {
    border-color: #1f1f1f;
}

.livechat-box {
    padding: 10px 20px;
    background-color: #315ebe;
    margin: 0px 15px;
    border-radius: 50px;
    font-size: 12px;
}

    .livechat-box a {
        color: #fff;
    }

    .livechat-box:hover {
        background-color: #274ea1;
    }

.livechat_inner {
    display: flex;
    justify-content: flex-start;
}

.livechat_inner_icon {
    margin-right: 15px;
}

.contact_us_icon {
    font-size: 18px;
    transform: rotate( 90deg);
    padding: 1px 6px;
}

.contact_imglive img {
    width: 135px;
}

.member_txt {
    color: #fff;
    font-size: 14px;
}
/*slide right menu END*/

/* 12122024 */
.promo-desc p {
    height: 65px;
    text-align: left;
    padding: 0px 5px;
}

/* 26122024 */
.promo_modal_custom .modal-content {
    background-color: black;
    border: 2px solid #0943be;
    border-radius: 10px;
    overflow: hidden;
}

.promo_modal_custom .modal-header .close {
    color: #fff;
}

.promo_modal_custom .modal-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    font-weight: bolder;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #0943be;
    color: #ffffff;
    background: rgb(0 0 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.promo_modal_custom .modal-body {
    background: rgb(0 0 0);
    color: #fff;
    padding: 25px;
}

.close-btn {
    width: 29%;
    background: #e90d23;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}

.claim-btn {
    width: 70%;
    background: #018100;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}

.end-btn {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

/** Promotion **/
.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgb(255 255 255 / 56%);
    background: #0b187e;
    display: flex;
    justify-content: center;
}

.pmbox {
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    font-size: 15px;
    color: #fff;
    padding: 10px 18px;
    background: #ffffff00;
    cursor: pointer;
}

.pmbox.active {
    color: #000000;
    border-bottom: none;
    background-image: none;
    background: #3ee9f3;
}

.promo-content {
    padding: 15px;
    padding-bottom: 70px;
    text-align: center;
}

.promo-bx {
    position: relative;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.promo_img img {
    width: 100%;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

.date-promo i {
    color: #505050;
}

.pmbx {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #4a4a4a;
    border: 1px solid #7d7d7d3d;
    margin-top: 15px;
}

.prosm-title {
    color: #ffda6b;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #00a3e2;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #262626;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #262626;
}

#promo-1 .modal-body {
    background-color: #161616;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(#2b2b2b7d, #2b2b2b4a);
    color: #fff;
    font-size: 12px;
}

.promo-bx {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background: linear-gradient(180deg, rgb(1 7 23) 0%, rgb(1 71 195) 100%);
    border: 1px solid #3ee9f3;
    border-radius: 5px;
}

.p1_promo {
    margin-top: 0.45rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.p2_promo {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 10px;
}

.promo_btn {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    grid-gap: 5px;
}

.btn-common {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
}

.btn-blue-promo {
    line-height: 1rem;
    border-radius: 0px;
    background: #3ee9f3;
    color: #000000;
    font-weight: 900;
    border: none;
    border-radius: 5px;
}

.promotion-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.promo_modal_custom .modal-header .close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
}

.promo-img{
    width: 100%;
}

.bx-row {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#promo-1 p {
    margin-bottom: 8px;
}