/* ==========================================================================
	Font
   ========================================================================== */
@font-face {
	font-family: 'gotham-medium';
	src: url('../webfonts/gotham-medium-webfont.woff2');
	src: url('../webfonts/gotham-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-regular';
	src: url('../webfonts/opensans-regular-webfont.woff2');
	src: url('../webfonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-bold';
	src: url('../webfonts/opensans-bold-webfont.woff2');
	src: url('../webfonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-extrabold';
	src: url('../webfonts/opensans-extrabold-webfont.woff2');
	src: url('../webfonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
	General Layout
   ========================================================================== */
	 ::-webkit-scrollbar-track {
	     -webkit-box-shadow: inset 0 0 6px rgb(44,44,44);
	     border-radius: 10px;
	     background-color: #1a1a1a;
	 }

	 ::-webkit-scrollbar {
	     height: 5px;
	     width: 5px;
	     background-color: #1a1a1a;
	 }

	 ::-webkit-scrollbar-thumb {
	     border-radius: 10px;
	     /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	     background-color: rgb(255,182,30);
	 }

	 ::-webkit-scrollbar-thumb:hover {
	     background: rgb(255, 223, 95);
	     transition: all 0.3s ease;
	 }

html, body {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

body {
	/* overflow-x: hidden; */
	font-family: 'opensans-regular';
	font-size: 16px;
}

a {
	text-decoration: underline;
	outline: none;
	color: rgb(000,000,000);
	transition: all .15ms;
}

a:hover, a:focus {
	text-decoration: none;
	color: rgb(000,000,000);
}

a:not([href]):not([tabindex]) {
	color: rgb(000,000,000);
	text-decoration: underline;
}
a:not([href]):not([tabindex]):hover {
	color: rgb(255, 204, 0);
	text-decoration: none;
}

ul, ol, dl, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	position: relative;
}

img {
	border: 0;}

input, button, select, textarea {
	outline: none;
}

span.badge-icon {
	height: 19px;
	width: 37px;
	background: #0d2949;
	color: white;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 1px;
}

.container{
	min-width: 1000px !important;
	max-width:1090px;
}

/* ==========================================================================
	Header
   ========================================================================== */
.header {
	height: 71px;
	background-color: rgb(31,31,31);

}

.logo {
    width: 212px;
    height: 61px;
    margin: 0;
    padding: 0;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0799d7",endColorstr="#00395e",GradientType=1);
		background-position: center;
}

.logo a {
    width: 212px;
    height: 68px;
    display: block;
}
.logo a img{
	padding: 17px 0;
	width:100%;
	max-width: 130px;
}

.image-logo {
	background: var(--masterLogo) -10px 0 no-repeat;
	width: 212px;
	height: 61px;
	margin: 0;
	padding: 0;
	background-position: center;
	position: absolute;
}

.navbar {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0 none;
	max-height: 38px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c7c7c+0,7a7a7a+6,6a6a6a+26,333333+74,1e1e1e+100 */
background: #7c7c7c; /* Old browsers */
background: -moz-linear-gradient(top,  #7c7c7c 0%, #7a7a7a 6%, #6a6a6a 26%, #333333 74%, #1e1e1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7c7c7c 0%,#7a7a7a 6%,#6a6a6a 26%,#333333 74%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7c7c7c 0%,#7a7a7a 6%,#6a6a6a 26%,#333333 74%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */


	/* border-bottom: 1px solid #000000; */
}

.navbar .nav {
	border-left: 1px solid #000000;
	border-right: 1px solid #5a5a5a;
}

.navbar .nav > a {
	height: 36px;
	text-decoration: none;
	font-family: 'gotham-medium';
	font-size: 14px;
	color: #fff;
	border-left: 0.5px solid #5a5a5a;
	/* border-right: 0.5px solid #000000; */
}
.nav-link {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.navbar .nav-pills .nav-link.active,
.navbar .nav-pills .show>.nav-link,
.navbar .nav-pills a:hover,
.navbar .nav-pills a:focus {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */




	color: rgb(255, 255, 255);
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar .nav-pills .nav-link {
	border-radius: 0;
}

.running-text-wrapper {
	background: rgb(44,44,44);
}

.running-text {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
}

.running-text label {
	padding-right: 5px;
	margin: 0;
	display: block;
	float: left;
	height: 21px;
	color: rgb(255,182,30);
	font-family: 'opensans-bold';
	font-size: 14px;
	margin-bottom: 0;
}

.running-text .marquee-wrapper {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	padding: 3px 0;
	width: -moz-calc(100% - 47px);
	width: -webkit-calc(100% - 47px);
	width: calc(100% - 47px);
	overflow: hidden;
	color: rgb(255, 255, 255);
	font-weight: 200;
	font-size: 10px;
}

.running-text .marquee-wrapper .pointer {
	width: 100%!important;
}

.running-text .marquee-wrapper .pointer > div {
	padding: 0 100%!important;
}

.running-text .marquee-wrapper .marquee {
	width: -moz-calc(100% - 108px);
	width: -webkit-calc(100% - 108px);
	width: calc(100% - 108px);
}

.login-menu .nav .nav-link,
.user-info .nav .nav-link {
	font-size: 12px;
	color: rgb(255, 255, 255);
	padding: 0 .5rem;
	text-decoration: none;
	font-weight: 900;
}

.login-menu {
	margin-top: .32rem;
}

.login-menu .nav .nav-link:first-child {
	border-left: none;
}
.login-menu .nav .nav-link {
	border-left: 1px solid rgb(255, 255, 255);
}

.login-menu .nav .nav-link:hover,
.login-menu .nav .nav-link:focus {
	text-decoration: underline;
}

.login-menu .nav .menu-bonus {
	margin-right: .5rem;
	padding: .1rem .4rem;
	background-color: #1e426b;
	color: #98da02;
	border-radius: .25rem;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}

.login-menu .nav .menu-bonus:hover,
.login-menu .nav .menu-bonus:focus {
	background-color: #276e9c;
	text-decoration: none;
	color: rgb(255,182,30);
}

.login-menu .nav .menu-bonus img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.login-menu .nav .nav-link .badge {
	margin-left: 5px;
}

.login-menu .nav .menu-bonus {
	margin-right: .5rem;
	padding: .1rem .4rem;

	background-color: rgb(255,182,30);

	color: rgb(0, 0, 0);
	border-radius: .25rem;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}

.login-menu .nav .menu-bonus:hover {

	background-color: rgb(244,232,158);
	color: rgb(0, 0, 0);
}
.nav .no-border {
	border:0px !important;
}

.login-sub-header {
	/* background: #2d3948; */
	position: relative;
	top: -7px;
	height: 26px;

}

.login-sub-header .nav-link {
	color: rgb(255,182,30) !important;
    border-color:  rgb(255,182,30) !important;
}

.login-menu .nav .lang-options:hover,
.login-menu .nav .lang-options:focus {
	text-decoration: none;
}

.login-menu .nav .lang-options img {
	width: 20px;
	height: 15px;
}


.user-info {
	margin-bottom: .32rem;
	font-size: 13px;
}

.user-info .nav .nav-link:last-child {
	margin-right: 0;
}

.user-info .nav .user-menu span {
	color: rgb(255,182,30);
}

.user-info .nav .user-menu:hover,
.user-info .nav .user-menu:focus {
	text-decoration: underline;
}

.user-info .nav .wallet {
	/* text-decoration: underline; */
	color: rgb(255,182,30);
}
.user-info .nav .wallet span{
    text-decoration: underline;
}
.wallet-ico-log{
    text-decoration: none;
    font-size: 13px;
    margin-top: 3px;
    margin-right: 5px;
}

.user-info .nav .wallet:hover,
.user-info .nav .wallet:focus {
	color: rgb(255, 236, 140);
}

.user-info .nav .wallet img {
	width: 20px;
	height: 18px;
	margin-right: 5px;
	/* fill: #276e9c; */
}

.user-info .nav .btn-logout {
	margin-left: .5rem;
}

.dropdown-menu {
    padding: .25rem 0;
    font-size: 12px;
    background-color: #e5e5e5;
    border: none;
}

.dropdown-item {
    padding: .5rem 1rem;
    color: #3a3a3a;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover{
	background-color: #474747;
	color: rgb(255,255,255);
	text-decoration:none;
}

.dropdown-menu img {
	width: 18px;
	height: 12px;
	margin-right: 10px;
}

.font-20{
	font-size: 20px;
}
/* ==========================================================================
	Sidebar
   ========================================================================== */
.main .main-sidebar {
		width: 212px;
		height: 765px;
		border-radius: 5px;
	background: rgb(31,31,31);

}

.main-sidebar .sidebar-register .info-text {
	font-size: 11px;
	color: rgb(255, 255, 255);
}

.main-sidebar .sidebar-register a {
	font-size: 11px;
	font-weight: bold;
}

.main-sidebar .sidebar-banner .prev {
	margin-right: 3px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.main-sidebar .sidebar-banner .next {
	margin-left: 3px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.main-sidebar .sidebar-banner .prev:hover,
.main-sidebar .sidebar-banner .prev:focus,
.main-sidebar .sidebar-banner .next:hover,
.main-sidebar .sidebar-banner .next:focus {
	color: rgb(255,182,30);
}

.main-sidebar .sidebar-banner #sidebar-banner-wrapper {
	position: relative;
	width: 190px;
	height: 190px;
	overflow: hidden;
}

.main-sidebar .sidebar-bank-schedule {
	margin: 0 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b6b6b+0,565656+0,464646+1,414141+1,3f3f3f+1,575757+27,616161+45,616161+55,5c5c5c+67,494949+90,474747+90,3f3f3f+99,404040+100,474747+100 */
background: #6b6b6b; /* Old browsers */
background: -moz-linear-gradient(top,  #6b6b6b 0%, #565656 0%, #464646 1%, #414141 1%, #3f3f3f 1%, #575757 27%, #616161 45%, #616161 55%, #5c5c5c 67%, #494949 90%, #474747 90%, #3f3f3f 99%, #404040 100%, #474747 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6b6b6b 0%,#565656 0%,#464646 1%,#414141 1%,#3f3f3f 1%,#575757 27%,#616161 45%,#616161 55%,#5c5c5c 67%,#494949 90%,#474747 90%,#3f3f3f 99%,#404040 100%,#474747 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6b6b6b 0%,#565656 0%,#464646 1%,#414141 1%,#3f3f3f 1%,#575757 27%,#616161 45%,#616161 55%,#5c5c5c 67%,#494949 90%,#474747 90%,#3f3f3f 99%,#404040 100%,#474747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#474747',GradientType=0 ); /* IE6-9 */


border: 2px solid #6b6b6b;
	border-radius: .5rem;
}

.main-sidebar .sidebar-bank-schedule h4 {
	font-family: 'opensans-bold';
	font-size: 15px;
	color: rgb(255,255,255);
}

.main-sidebar .sidebar-bank-schedule .bank-schedule {
	margin: 0 8px;
}

.main-sidebar .accordion .card {
    background-color: transparent;
    background-clip: border-box;
    border: transparent;
	border-radius: .25rem;
	font-size: 10px;
	color: #636466;
}

.main-sidebar .accordion .card a {
    text-decoration: none;
}

.main-sidebar .accordion .card .card-header {
    padding: .25rem .5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e7e7+0,dadada+23,afafaf+86,a8a8a8+100 */
background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(top,  #e7e7e7 0%, #dadada 23%, #afafaf 86%, #a8a8a8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#dadada 23%,#afafaf 86%,#a8a8a8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7e7e7 0%,#dadada 23%,#afafaf 86%,#a8a8a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */



    /* border: 1px solid rgba(25, 75, 14, 0.67); */
    -webkit-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
    -moz-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
    box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
}

.main-sidebar .accordion .card .card-header:first-child {
    border-radius: .25rem;
}

.main-sidebar .sidebar-bank-sign {
	font-size: 10px;
	color: rgb(255, 255, 255);
	margin: 0 15px;
}

.main-sidebar .accordion .card .card-header .indicator,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.main-sidebar .accordion .card .card-header .indicator.online,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.online {
	background-color: #00a651;
}

.main-sidebar .accordion .card .card-header .indicator.offline,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.offline {
	background-color: #ff0000;
}

.main-sidebar .accordion .card .card-header .indicator.trouble,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.trouble {
	background-color: #fff000;
}

.main-sidebar .sidebar-bank-sign .bank-sign .indicator.online,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.offline,
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.trouble {
	margin-right: 2px;
}

.main-sidebar .accordion .card .card-header .bank.bca {
	width: 51px;
	height: 17px;
	background-image: url(../img/ico-color-bank/Logo_BCA.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.jenius {
	width: 70px;
	height: 20px;
	background-image: url(../img/ico-color-bank/jenius.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.main-sidebar .accordion .card .card-header .bank.mandiri {
	width: 64px;
	height: 18px;
	background-image: url(../img/ico-color-bank/Logo_Mandiri.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.bni {
	width: 45px;
	height: 13px;
	background-image: url(../img/ico-color-bank/Logo_BNI.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.bri {
	width: 69px;
	height: 16px;
	background-image: url(../img/ico-color-bank/Logo_BRI.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.cimb {
	width: 80px;
	height: 15px;
	background-image: url(../img/svg/cimb.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}

.main-sidebar .accordion .card .card-header .bank.danamon {
	width: 67px;
	height: 17px;
	background-image: url(../img/ico-color-bank/Logo_Danamon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.panin {
	width: 75px;
	height: 17px;
	background-image: url(../img/ico-color-bank/Logo_PANIN.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.permata {
	width: 75px;
	height: 20px;
	background-image: url(../img/ico-color-bank/Logo_PERMATA.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.maybank {
	width: 75px;
	height: 20px;
	background-image: url(../img/ico-color-bank/Logo_MAYBANK.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.mega {
	width: 75px;
	height: 20px;
	background-image: url(../img/ico-color-bank/Logo_MEGA.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.kospinpermata {
	width: 75px;
	height: 20px;
	background-image: url(../img/svg/kospin-sidebar.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.btpn {
	width: 51px;
	height: 20px;
	background-image: url(../img/svg/btpn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.bsi {
	width: 51px;
	height: 20px;
	background-image: url(../img/svg/bsi.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card a .card-header::after {
	display: inline-flex;
	justify-content: end;
    font-family: 'Font Awesome 5 Free';
	content: "\f0d8";
	font-weight: 900;
	color: rgb(0, 0, 0);
}

.main-sidebar .accordion .card a.collapsed .card-header::after {
	content: "\f0d7";
}

.main-sidebar .accordion .card .card-body {
    -ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 7px;
	padding: 3px 7px;
	background-color: #fff;
	border-radius: 0 0 .25rem .25rem;
}

.main-sidebar .accordion .card .card-body p {
    margin-bottom: 5px;
}

.main-sidebar .user-wallet {
	/* background-color: black; */
	padding: 25px 18px 35px;
}

.main-sidebar .user-wallet .wallet-header {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.main-sidebar .user-wallet .wallet-header img {
	width: 16px;
	height: 15px;
	margin-right: 10px;
}

.main-sidebar .user-wallet .wallet-content .wallet-detail {
	font-size: 10px;
	font-style: italic;
	color: #000;
	background-color: #ffffff;
	border-radius: .25rem;
	padding: .5rem;
	margin-bottom: 3px;
	font-weight: bold;
}

.main-sidebar .user-wallet .wallet-content .wallet-detail.total {
	color: #ffffff;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb61f+0,f1ad1e+14,e5a319+24,8b610b+76,835a0a+83,7f5a0c+86,775307+90,74540b+93,715108+97,714d01+100 */
background: #ffb61f; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb61f 0%, #f1ad1e 14%, #e5a319 24%, #8b610b 76%, #835a0a 83%, #7f5a0c 86%, #775307 90%, #74540b 93%, #715108 97%, #714d01 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb61f 0%,#f1ad1e 14%,#e5a319 24%,#8b610b 76%,#835a0a 83%,#7f5a0c 86%,#775307 90%,#74540b 93%,#715108 97%,#714d01 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb61f 0%,#f1ad1e 14%,#e5a319 24%,#8b610b 76%,#835a0a 83%,#7f5a0c 86%,#775307 90%,#74540b 93%,#715108 97%,#714d01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb61f', endColorstr='#714d01',GradientType=0 ); /* IE6-9 */

	margin-bottom: 0;
}

/* ==========================================================================
	Content
   ========================================================================== */
.main {
	margin-top: 118px;
}

.main .main-content {
	/* width: 823px;
	margin-top: 18px;
	margin-left: 25px;
	margin-bottom: 25px; */
	width: 848px;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12.5px;
	padding-bottom: 25px;
	background-color: #ffff(233,233,233);
}

.main .main-content .main-slider-wrapper {
	position: relative;
	width: 823px;
	height: 267px;
}

.main .main-content .btn-play {
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 1;
}

.breadcrumb.b-custom {
	padding: 2px 10px;
    background: #464545;
    font-size: 12px;
    border-radius: 0px;
}

.breadcrumb-item.b-custom+.b-custom::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

a.breadcrumb-item.b-custom {
    color: #939598;
}

a.breadcrumb-item.b-custom:hover {
    color: #98da02;
}

a.breadcrumb-item.b-custom.active {
    color: white;
}

.main-content .main-slider {
	width: 823px;
	height: 267px;
	overflow: hidden;
	background-color: #dadbdc;
	/* border: 1px solid #98da02; */
}

.main-content .main-slider #progressBar {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

.main-content .main-slider #progressBar #bar {
	background-color: rgb(255,182,30);
	width: 0%;
	max-width: 100%;
	height: 3px;
}

.main-content .main-slider.owl-carousel {
	height: 267px;
}

.main-content .main-slider.owl-carousel .owl-controls {
	position: absolute;
	width: 100%;
	bottom: 5px;
	margin-top: 0;
	text-align: center;
}

.main-content .main-slider.owl-carousel .owl-controls .owl-pagination .owl-page span {
	margin: 5px 2px 7px;
	width: 8px;
	height: 8px;
}

.main-content .main-slider.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
	width: 12px;
	height: 12px;
	margin: 5px 2px;
}

.main-content .main-slider.owl-carousel .item {
	padding: 0px 0;
}

.main-content .main-slider.owl-carousel .item img {
	max-width: 100%;
}
.main .main-content .main-bottom img {
    border: 1px solid rgb(0, 0, 0);
}

.owl-theme .owl-controls .owl-page span {
	background: #fff;
}

.main .main-middle .our-game {
	background-color: rgba(44,44,44);
	border-radius: 3px;
	width: 638px;
	height: 147px;
	padding: 0 ;
}
.main .main-middle .our-game .owl-carousel
{
	height: 120px;
    margin-top: 15px;
}
.main .main-middle .our-game .owl-carousel img {
	width: 100%;
}

.main .main-middle .our-game .the-game {
	position: absolute;
	z-index: 1;
}

.main .main-middle .our-game .prev,
.main .main-middle .our-game .next {
	padding: .5rem .4rem;
	background-color: rgba(0,0,0,.3);
	color: #d4d4d4;
	cursor: pointer;
}

.main .main-middle .our-game .prev {
	border-radius: .25rem 0 0 .25rem;
}

.main .main-middle .our-game .next {
	border-radius: 0 .25rem .25rem 0;
}

.main .main-middle .our-game .game-slider {
	width: 573px;
	height: 146px;
	/*margin: 0 8px;*/
}

.main .main-middle .our-game .game-slider img {
	width: 157px;
	height: 133px;
}

.main .main-middle .banner-steps {
	width: 272px;
	height: 147px;
}

.main .main-middle p {
	padding: 0 2rem;
	font-size: 12px;
	color: rgb(0, 0, 0);
	text-align: center;
}

.main .main-game .game-wrapper .game-container-round {
	/* background-color: #b28331; */
	/* border-radius: 50%; */
	margin: 0 5px;
}

.main .main-game .game-wrapper .game-container-round.quarter {
	width: 100% !important;
	height: 100% !important;
	padding: 5px !important;
}
.main .main-game .game-wrapper .game-container-round.quarter img{
	width: 100%;
}
.main .main-game .game-wrapper .game-container-round.seventh {
	width: 80px;
	height: 80px;
}

.main .main-game .game-wrapper .game-container-round.seventh-double {
	width: 71px;
	height: 71px;
}

.main .main-game .game-wrapper .game-title {
	font-family: 'opensans-bold';
	font-size: 14px;
	color: rgb(255, 255, 255)!important;
	text-align: center;
	text-transform: uppercase;
}

.main .main-bottom {
	font-size: 12px;
	color: rgb(255, 255, 255);
}

.main .main-bottom a {
	color: rgb(255, 182, 30);
	text-decoration: underline;
}

.main .main-bottom a:focus,
.main .main-bottom a:hover {
	color:rgb(255, 182, 30);
	text-decoration: none;
}

/* ==========================================================================
	Register Page
   ========================================================================== */
.main .main-content .register-notice {
	background-color: rgb(121, 121, 121);
	/*height: 40px;*/
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
}

.main .main-content .important {
	color: #ce0000;
}

.main .main-content .important.big {
	font-size: 18px;
	vertical-align: top;
}

.main .main-content .register-content .main-header {
	/* background: #98da02; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7a7a7+0,797979+4,5e5e5e+7,5e5e5e+11,575757+22,252523+85,222220+93,282826+96,333331+100 */
background: #a7a7a7; /* Old browsers */
background: -moz-linear-gradient(top,  #a7a7a7 0%, #797979 4%, #5e5e5e 7%, #5e5e5e 11%, #575757 22%, #252523 85%, #222220 93%, #282826 96%, #333331 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a7a7a7 0%,#797979 4%,#5e5e5e 7%,#5e5e5e 11%,#575757 22%,#252523 85%,#222220 93%,#282826 96%,#333331 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a7a7a7 0%,#797979 4%,#5e5e5e 7%,#5e5e5e 11%,#575757 22%,#252523 85%,#222220 93%,#282826 96%,#333331 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#333331',GradientType=0 ); /* IE6-9 */


    /* border: 1px solid rgba(25, 75, 14, 0.67); */
    -webkit-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
    -moz-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
    box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;

	height: 50px;
	padding: 10px;
	font-family: 'opensans-bold';
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.main .main-content .register-content .content-wrapper {
	background: #c5c5c5;
	padding: 15px;
	font-size: 12px;
	color: #000000;
}

.main .main-content .register-content .register-table tr {
	vertical-align: middle;
}

.main .main-content .register-content .register-table tr > td:first-child {
	width: 145px;
}

.main .main-content .register-content .register-table .register-input {
	width: 355px;
	height: 21px;
	padding: 0 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #d1d3d6;
	box-shadow: none;
}

.main .main-content .register-content .register-table .register-input.username-input {
	width: 220px;
}

.main .main-content .register-content .content-wrapper .submit-button-container {
	width: 516px;
}

/* ==========================================================================
	Promotion Page
   ========================================================================== */
.main .main-content .promo-wrapper {
	/* background-color: #e5e4e4; */
	height: 645px;
	padding: 0 40px;
	overflow-y: auto;
}

.promot-rev-wraps {
	flex-wrap:wrap;
}

.main .main-content  .nav-tabs {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px dotted #000000;
}

.main .main-content  .nav-tabs .nav-link {
	color: rgb(0, 0, 0);
    border: none;
    border-radius: .15rem;
    margin-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.main .main-content  .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.main .main-content  .nav-tabs .nav-link:focus,
.main .main-content  .nav-tabs .nav-link:hover,
.main .main-content  .nav-tabs .nav-link.active {
	/* background-color: #17400e; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */


	border-color: #2e6da4;
		color: rgb(255, 255, 255);
}

.main .main-content .promo-wrapper .tab-content .promotion-content .panel {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: rgb(204,204,204);
	border-radius: .25rem;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.main .main-content .promo-wrapper .tab-content .panel-heading {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
  background-color: rgb(204,204,204);
  border-color: rgb(204,204,204);
}

/* .main .main-content .promo-wrapper .tab-content .panel-heading img {
	max-width: 567px;
	min-height: 160px;
	max-height: 160px;
} */
.main .main-content .promo-wrapper .tab-content .panel-heading .coloum-btn{
	margin: auto;
}
.main .main-content .promo-wrapper .tab-content .panel-body {
	padding: 15px;
	font-size: 14px;
}

.main .main-content .promo-wrapper .tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

/* ==========================================================================
	Game Page
   ========================================================================== */
.main .main-content .game-panel-container .game-panel-overview .game-panel-head {
	/* background: #98da02; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */

	padding: 4px 10px;
	font-family: 'opensans-bold';
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.4rem;
  	margin: 0;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail {
	font-family: 'opensans-bold';
	font-size: 12px;
	color: #000000;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail table {
	/* border-collapse: separate; */
	  /* border-spacing: 2px; */
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail tr td {
	background: rgb(204,204,204);
	padding: 10px 15px;
	/* border: 2px solid rgb(0, 0, 0); */border-bottom: 2px solid rgb(57,57,57);
    border-right: 2px solid rgb(57,57,57);
}
.main .main-content .game-panel-container .game-panel-overview .game-panel-detail tr:last-child td {
	border-bottom: none;
    border-right: 2px solid rgb(57,57,57);
}
.main .main-content .game-panel-container .game-panel-overview .game-panel-detail tr td:last-child {
	/* border-bottom: none; */
    border-right: none;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail tr td:first-child {
	width: 188px;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .icon-game {
	width: 14px;
	height: 14px;
	vertical-align: text-top;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .input-game {
	width: 156px;
	height: 25px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid transparent;
	box-shadow: none;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .btn-light.md {
	height: 26px;
	padding: 5px 15px;
	border-radius: .25rem;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .btn-light.xl {
	height: 60px;
	padding: 5px 15px;
	border-radius: .25rem;
	font-size: 18px;
	line-height: 3rem;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download-container {
	width: 324px;
	border-bottom: none;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download {
	background-color: #494949;
	padding: 10px 15px;
	border-radius: .25rem;
	font-family: 'opensans-regular';
	font-size: 12px;
	color: #fff;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download .download-header {
	font-family: 'opensans-bold';
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download .download-content span {
	font-family: 'opensans-bold';
	font-size: 12px;
	color: rgb(255,182,30);
	text-transform: uppercase;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download .btn-light.bold {
	height: 26px;
	padding: 4px 15px;
	border-radius: .25rem;
	font-family: 'opensans-bold';
	font-size: 12px;
	text-transform: uppercase;
}

.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download .icon-android {
	width: 14px;
	height: 16px;
	vertical-align: sub;
}

.main .main-content .game-panel-container .game-panel-history .game-panel-head {
	/* background: #98da02; */

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */

	font-family: 'opensans-bold';
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4rem;
}


.main .main-content .game-panel-container .game-panel-history thead > tr > td {
	/* border: 2px solid rgb(57, 61, 62); */
	border-bottom: 2px solid rgb(233,233,233);
	border-right: 2px solid rgb(233,233,233);

	padding: 3px 10px;
}
.main .main-content .game-panel-container .game-panel-history thead > tr > td:last-child {
	border-right: 0;
	border-bottom: 2px solid rgb(233,233,233);

	padding: 3px 10px;
}



.main .main-content .game-panel-container .game-panel-history tbody > tr > td {
	background: rgb(204,204,204);
	font-size: 12px;
	color: #000000;
	padding: 5px 10px;
	text-align: center;
	/* border: 2px solid #e5e4e4; */
}

/* ==========================================================================
	Cashier Page
   ========================================================================== */
.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-head {
	background: #27498a;
	background: -moz-linear-gradient(top, #27498a 0%, #3664bd 50%, #27498a 55%);
	background: -webkit-linear-gradient(top, #27498a 0%,#3664bd 50%,#27498a 55%);
	background: linear-gradient(to bottom, #27498a 0%,#3664bd 50%,#27498a 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27498a', endColorstr='#3664bd',GradientType=0 );
	/*height: 30px;*/
	padding: 4px 10px;
	font-family: 'opensans-bold';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4rem;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail {
	background: #d5dfec;
	font-family: 'opensans-bold';
	font-size: 12px;
	color: #000000;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail tr td {
	padding: 10px 15px;
	border: 2px solid #fff;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail tr td:first-child {
	width: 188px;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .icon-bank {
	width: auto;
	height: 14px;
	vertical-align: text-top;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .input-cashier {
	width: 126px;
	height: 25px;
	padding: 0 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid transparent;
	box-shadow: none;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .input-cashier.md {
	width: 226px;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .input-cashier.xl {
	width: 300px;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .input-cashier.md.text-area {
	height: 70px;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .btn-light.md {
	height: 26px;
	padding: 5px 15px;
	border-radius: .25rem;
	line-height: 1rem;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .indentation {
	padding: 10px 15px 10px 34px;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .btn-submit {
	margin: 0 24%;
}

.main .main-content .cashier-panel-container .cashier-panel-overview .cashier-panel-detail .important {
	font-size: 14px;
}

/* ==========================================================================
	Footer
   ========================================================================== */
.footer {
	border-top: 2px solid #3c3c3c;
	padding: 15px 0;
	margin-bottom: 2rem;
}

.footer .bot-col-l {
	flex: 0 0 28%;
    max-width: 28%;
}

.footer .bot-col-c {
	flex: 0 0 42%;
    max-width: 42%;
}

.footer .bot-col-r {
	flex: 0 0 30%;
    max-width: 30%;
}

.footer, .footer a {
	font-family: 'gotham-medium';
	font-size: 10px;
	color: #808080;
	font-weight: normal;
}

.footer a {
	color: #545454;
}

.footer a:hover, .footer a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.footer ul.ul-horizontal li {
	/* float: left; */
	height: 36px;
	line-height: 12px;
	font-size: 10px;
}

.footer ul.ul-horizontal.license li:first-child,
.footer ul.ul-horizontal.responsibility li:first-child {
	padding-top: 12px;
}

.footer ul.ul-horizontal.payment li:first-child {
	padding-top: 5px;
}

.footer .statement-img li a {
	display: inline-block;
	margin: 0 5px;
	background: url("../themes/aaaaaa/img/footer-icon.png");
	background-position: -0px 0px;
	background-repeat: no-repeat;
}

.footer .license a.cagayan {
	background-position: 0px 0px;
	width: 103px;
	height: 36px;
	margin-left: 15px;
}

.footer .license a.cagayan:hover {
	background-position: 0px -33px;
}

.footer .license a.bmm {
	background-position: -110px 0px;
	width: 98px;
	height: 36px;
	margin-left: 15px;
}

.footer .license a.bmm:hover {
	background-position: -110px -33px;
}

.footer .license a.pagcor {
	background-position: -1265px 0px;
	width: 111px;
	height: 36px;
}

.footer .license a.pagcor:hover {
	background-position: -1265px -33px;
}

.footer .provider a {
	float: left;
	margin: 0 5px;
}

.footer .provider a.idnplay {
	background-position: -889px -33px;
	width: 106px;
	height: 33px;
	margin-left: 15px;
}

.footer .provider a.idnplay:hover {
	background-position: -889px 0px;
}

.footer .provider a.opus {
	background-position: -1003px -33px;
	width: 98px;
	height: 33px;
}

.footer .provider a.opus:hover {
	background-position: -1003px 0px;
}

.footer .payment a {
	float: left;
	margin: 0 5px;
}

.footer .payment a.bca {
	background-position: -407px 0px;
	width: 71px;
	height: 33px;
	/*margin-left: 15px;*/
}

.footer .payment a.bca:hover {
	background-position: -407px -33px;
}

.footer .payment a.mandiri {
	background-position: -490px 0px;
	width: 82px;
	height: 33px;
}

.footer .payment a.mandiri:hover {
	background-position: -490px -33px;
}

.footer .payment a.bni {
	background-position: -581px 0px;
	width: 82px;
	height: 33px;
}

.footer .payment a.bni:hover {
	background-position: -581px -33px;
}

.footer .payment a.bri {
	background-position: -671px 0px;
	width: 106px;
	height: 33px;
	margin-left: 15px;
}

.footer .payment a.bri:hover {
	background-position: -671px -33px;
}

.footer .payment a.danamon {
	background-position: -786px 0px;
	width: 96px;
	height: 33px;
	/*margin-left: 131px;*/
}

.footer .payment a.danamon:hover {
	background-position: -786px -33px;
}

.footer .payment a.cimb {
	background-position: -1109px 0px;
	width: 143px;
	height: 33px;
}

.footer .payment a.cimb:hover {
	background-position: -1109px -33px;
}

.footer .payment a.permata {
	background: url(../themes/aaaaaa/img/footer/permata_footer.svg);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
}

.footer .payment a.permata:hover {
	background-image: url(../img/svg/permata.svg);
}
.footer .payment a.maybank {
	background: url(../themes/aaaaaa/img/footer/maybank_footer.svg);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
}

.footer .payment a.maybank:hover {
	background-image: url(../img/svg/maybank.svg);
}
.footer .payment a.panin {
	background: url(../themes/aaaaaa/img/footer/panin_footer.svg);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
}

.footer .payment a.panin:hover {
	background-image: url(../img/svg/panin.svg);
}
.footer .payment a.mega {
	background: url(../themes/aaaaaa/img/footer/mega_footer.svg);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
}

.footer .payment a.mega:hover {
	background-image: url(../img/svg/mega.svg);
}
.footer .payment a.btpn {
	background: url(../themes/aaaaaa/img/footer/btpn_footer.png);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
	background-size: 60%;
}

.footer .payment a.btpn:hover {
	background-image: url(../img/svg/btpn.png);
}
.footer .payment a.kospin {
	background: url(../themes/aaaaaa/img/footer/kospin_footer.png);
	width: 130px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -3px;
	background-size: 95%;
}

.footer .payment a.kospin:hover {
	background-image: url(../img/svg/kospin.png);
}

.footer .responsibility a {
	float: left;
	margin: 0 5px;
}

.footer .responsibility a.adult {
	background-position: -217px 0px;
	width: 30px;
	height: 33px;
	margin-left: 15px;
}

.footer .responsibility a.adult:hover {
	background-position: -217px -33px;
}

.footer .responsibility a.knowlimit {
	background-position: -256px 0px;
	width: 30px;
	height: 33px;
}

.footer .responsibility a.knowlimit:hover {
	background-position: -256px -33px;
}

.footer .responsibility a.onlinesafe {
	background-position: -296px 0px;
	width: 58px;
	height: 33px;
}

.footer .responsibility a.onlinesafe:hover {
	background-position: -296px -33px;
}

.footer .responsibility a.spamfree {
	background-position: -360px 0px;
	width: 37px;
	height: 33px;
}

.footer .responsibility a.spamfree:hover {
	background-position: -360px -33px;
}

.footer .line {
	height: 1px;
	background: rgb(40,40,40);
	margin: 10px 0;
}

.footer .copyright {
	text-align: center;
}

.footbar {
	position: relative;
    background: #3c3c3c;
    top: -15px;
    height: 25px;
}

.footbar-nav {
	padding-left: 8px;
	position: relative;
	top: -5px;
}

.fbar-link {
	text-decoration: none !important;
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
}

.fbar-link:hover {
	color: #fff !important;
}

/* ==========================================================================
	Roll To
   ========================================================================== */
.rollto {
	position: fixed;
	right: 230px;
	right: -moz-calc((100% - 1030px) / 2 - 46px);
	right: -webkit-calc((100% - 1030px) / 2 - 46px);
	right: calc((100% - 1030px) / 2 - 60px);
	bottom: 50%;
	z-index: 999;
	display: none;
}

.rollto a {
	background: rgb(255,182,30);
	color: #fff;
	border-radius: 2px;
	overflow: hidden;
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin: 1px 0;
	opacity: 0.8;
}

.rollto a:hover {
	color: #fff;
	opacity: 1;
}

.rollto a i {
	font-size: 25px;
	color: #fff;
	width: 36px;
	top: 0;
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
}

.rollto a .fa-comment-o {
	font-size: 14px;
	line-height: 25px;
}

/* ==========================================================================
	Modal
   ========================================================================== */
.modal {
    z-index: 999999;
    font-size: 12px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999998;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity = 0);
    opacity: 0;
}

.modal-backdrop.show {
    filter: alpha(opacity = 85);
    opacity: .85;
}

.modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
    font-family: 'opensans-bold';
}

.modal-header .h4, .modal-header h4 {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.modal-body {
    text-align: center;
}

.modal-body a {
    color: #222222;
}

.modal-body a:hover {
    color: #00a0ba;
}

.modal-content {
    background-color: #dbdcdd;
    border: 2px solid #2a2a2a;
    border-radius: 4px;
}

.modal-footer {
    background: #222222;
    border-top: none;
    text-align: center;
}

.modal .form-control {
	color: #fff;
	border: 1px solid rgba(86, 86, 86, 0.5);
	background-color: #474747;
	font-size: 12px;
}

.modal .has-feedback-left .form-control {
    padding-left: 38px;
}

.modal .has-feedback-left .form-control-feedback {
    position: absolute;
    left: 0;
    margin-top: -38px;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
    color: #777777;
    font-size: 1rem;
}

.modal .form-control::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

.modal .form-control:-ms-input-placeholder {
	color: #777777;
}

.modal .form-control::-webkit-input-placeholder {
	color: #777777;
}

.modal .checkbox {
	color: #777777;
}

/* ==========================================================================
	Input
   ========================================================================== */
.main input[type=text],
.main input[type=password] {
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	background-color: rgb(204,204,204);
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,1), inset -1px -1px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,1), inset -1px -1px 5px 0px rgba(0,0,0,1);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,1), inset -1px -1px 5px 0px rgba(0,0,0,1);
}

input[type=text]:focus,
input[type=password]:focus,
.main input[type=text]:focus,
.main input[type=password]:focus,
select:focus,
.main select:focus {
	border-color: #ff0011;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
				0 0 2px rgba(47, 159, 163, 0.6);
	outline: 0 none;
}

.login-input {
	width: 180px;
	padding: 0px 5px;
	height: 30px;
	/* box-sizing: border-box; */
	vertical-align: middle;
	/* line-height: 1.4; */
	border: 1px solid rgba(86, 86, 86, 0.5);
	/*background: #474747;*/
	font-size: 12px;
	margin-left: 5px;
	border-radius: 5px;
	/*color: #fff;*/
}

select.login-input {
	width: 100px;
	background: #fff;
	color: #424242;
}

.mb-0-r {
	margin-bottom: 0rem;
	margin-left: 5px;
}

/* ==========================================================================
	Button
   ========================================================================== */
.btn-login {
	height: 30px;
	line-height: .9;
}
.text-default{
	color: rgb(255,182,30);
}
.btn-logout {
	height: 25px;
	line-height: 1;
}
.btn-register{
	height: 30px;
	background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(15,101,136,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#0f6588',GradientType=0 );
	border: transparent;
	border-radius: .25rem;
	padding: 5.5px 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px !important;
}
.btn-register:hover,
.btn-register:focus,
.btn-register:active {
	background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(25,174,235,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#19aeeb',GradientType=0 );
	color: white;
	border-color: transparent;
}
.btn-default {
    background-color: rgba(148, 212, 2, 1);
    border: 0px solid #153050;
    border-radius: 0.25rem;
		background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: #0d2949;
	background: rgba(148, 212, 2, 1);
	background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(148, 212, 2, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(148, 212, 2, 1) 100%);
	background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(148, 212, 2, 1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#19aeeb',GradientType=0 ); */
	color: white;
	border-color: transparent;
}
.btn-primary {
    background-color: #1e426b;
    border: 0px solid #153050;
    border-radius: 0.25rem;
		background: -moz-linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(70, 70, 70, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(124, 124, 124, 1) 0%,rgba(70, 70, 70, 1) 100%);
    background: linear-gradient(to bottom, rgba(124, 124, 124, 1) 0%,rgba(70, 70, 70, 1) 100%);
    /* -webkit-box-shadow: inset 0px 1px 0px 0px rgba(69,152,246,1); */
    /* -moz-box-shadow: inset 0px 1px 0px 0px rgba(69,152,246,1); */
    /* box-shadow: inset 0px 1px 0px 0px rgba(69,152,246,1); */
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #0d2949;
	color: white;
}

.btn-info {
	background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(15,101,136,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#0f6588',GradientType=0 );
	border: transparent;
	border-radius: .25rem;
	padding: .375rem 1.75rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(25,174,235,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#19aeeb',GradientType=0 );
	border-color: transparent;
}

.btn-warning {
	background: #98da02;
	background: -moz-linear-gradient(top, #98da02 0%, #7a842c 100%);
	background: -webkit-linear-gradient(top, #98da02 0%,#7a842c 100%);
	background: linear-gradient(to bottom, #98da02 0%,#7a842c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98da02', endColorstr='#7a842c',GradientType=0 );
	border: transparent;
	border-radius: .25rem;
	padding: .375rem 1.75rem;
	color: #ffff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 15px !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #98da02;
	background: -moz-linear-gradient(top, #98da02 0%, #98da02 100%);
	background: -webkit-linear-gradient(top, #98da02 0%,#98da02 100%);
	background: linear-gradient(to bottom, #98da02 0%,#98da02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98da02', endColorstr='#98da02',GradientType=0 );
	border-color: transparent;
	color: #00395e;
}

.btn-light {
	height: 21px;
	font-size: 12px;
	padding: 2px 10px;
    color: #000;
    background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    border-color: #d1d3d6;
    border-radius: 2px;
    text-decoration: none;
    line-height: .1;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #212529;
    background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.btn-promo-top {
	color: #fff;
	background: #94d402 ;
	background: -moz-linear-gradient(top, #94d402  27%, #527501  100%);
	background: -webkit-linear-gradient(top, #94d402  27%,#527501  100%);
	background: linear-gradient(to bottom, #94d402  27%,#527501  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94d402 ', endColorstr='#527501 ',GradientType=0 );
	border-radius: 3px;
	border: none;
	text-decoration: none !important;
}

.btn-promo-top:hover,
.btn-promo-top:focus,
.btn-promo-top:active {
	color: white;
    background: #94d402;
	background: -moz-linear-gradient(top, #94d402 27%, #94d402 100%);
	background: -webkit-linear-gradient(top, #94d402 27%,#94d402 100%);
	background: linear-gradient(to bottom, #94d402 27%,#94d402 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94d402', endColorstr='#94d402',GradientType=0 );
}

.btn-promo-bottom {
	color: #000000;
    background-color: #fbfbfb;
		background: -moz-linear-gradient(top, #fbfbfb  27%, #bfbfbf  100%);
		background: -webkit-linear-gradient(top, #fbfbfb  27%,#bfbfbf  100%);
		background: linear-gradient(to bottom, #fbfbfb  27%,#bfbfbf  100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb ', endColorstr='#bfbfbf ',GradientType=0 );
    border-color: #a5a5a5;
	border-radius: 3px;
	text-decoration: none !important;
}

.btn-promo-bottom:hover,
.btn-promo-bottom:focus,
.btn-promo-bottom:active {
    background-color: #ddd;
    color: #333;
}

/* ==========================================================================
	Media Query
   ========================================================================== */
@media (max-width: 1024px) {
	.main .main-content {
	    width: 757px;
	}

	.main .main-content .main-slider-wrapper {
	    width: 757px;
	    height: auto;
	}

	.main-content .main-slider {
	    width: 757px;
	    height: auto;
	}

	.main-content .main-slider.owl-carousel {
	    height: auto;
	}

	.main .main-middle .our-game {
	    width: 100%;
	}

	.main .main-middle .our-game .game-slider {
	    width: 691px;
	}

	.main .main-middle .banner-steps {
	    display: none;
	}

	.main .main-bottom a img {
	    width: 370px;
	}

	.footer ul.ul-horizontal.license li:first-child,
	.footer ul.ul-horizontal.responsibility li:first-child {
	    width: 100%;
	}

	.footer .license a.bmm {
	    margin-left: 0;
	}

	.footer ul.ul-horizontal.responsibility li:first-child {
	    text-align: center;
	}

	.main .main-content .game-panel-container .game-panel-overview .game-panel-detail .poker-download-container {
	    width: 260px;
	}

	.main .main-content .promo-wrapper {
	    padding: 0 15px;
	}

	.main .main-game .game-wrapper .game-container-round {
	    margin: 0 10px;
	}

	select.login-input,
	.main .main-content .register-content .register-table .register-input {
	    padding: 0 5px;
	}

	.rollto {
	    position: fixed;
	    right: 15px;
	    bottom: 10px;
	    z-index: 999;
	    display: none;
	}

	.rollto .scrollbottom {
		display: none
	}


}

/* Font style contract */

.font-bold-14 {
	font-weight: bold;
    font-size: 14px;
}

/* Sharp contracts */

.border-r-10 {
	overflow: hidden;
	border-radius: 10px;
}

/* Input contract */
.input-type1 {
	width: 355px;
	padding: 5px;
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #d1d3d6 !important;
	box-shadow: none !important;
	height:30px;
	border-radius: 4px;
}

/* Form contract */

.form-horizontal {
	line-height: 22px;
	justify-content: center;
	display: grid;
}

.form-horizontal .form-control {
    margin-bottom: 10px;
}

/* batas baru  */
.border-all{
  border-radius: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-20{
  margin-bottom: 20px;
}
.transaction-page{
  font-family: 'gotham-medium';
}
.transaction-content{
  margin-top: 5px;
}
.transaction-page .title-transaction h5{
  text-align: center;
  color: rgb(0, 0, 0) ;
  font-weight: bold;
  text-transform: uppercase;
}
.container-content{
  min-width: 820px !important;
}

/* style tab */

.tab:not(:target) {
display: none;
}

.tab:last-child {
  display: block;
}

.tab:target ~ .tab:last-child {
  display: none;
}
.display-none {
  display: none;
}
.tabs {
  /* width: 30em;
  margin: 6.5em auto; */
}
.last{
  margin-right: 0 !important;
}
.tabs label:hover {
cursor: pointer;
}
.tabs input:checked + label {
	background-image: linear-gradient(to right, rgb(233,233,233), rgb(233,233,233)), url('images/checked.png');
	background-size: cover, contain;
	background-position: center, right bottom;
	background-repeat: no-repeat, no-repeat;
	border: 2px solid #2e2e2e;
	border-bottom: none;
	color: rgb(0, 0, 0);
	height: 60px;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2{
  display: block;
}
.tabs .content > div {
  display: none;
}
.tabs label {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  width: 49.4%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */
border: 2px solid #2e2e2e;
  border-bottom: 2px solid #090909;
  margin-right: 5px;
  margin-bottom: 0 !important;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-header li:last-child{
  width: 49.787%;
  margin-right: 0;
  margin-left:  5px;
}
.tab-header .active{
  background-color: #0065a7;
}

.tabs ul li .tab-header-item{
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  }
.tab-content-transaction{
  padding: 25px 25px 0;
  margin-top: -2px;
	border: 2px solid #2e2e2e;
	overflow: hidden;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tab-content-transaction.wdraw{
  border: none;
}
.label-field-transaction{
  color: rgb(0, 0, 0);
  font-size:13px;
  padding-right: 5px;
}
.input-field-transaction{
  width: 96%;
  /* margin-left: 5px; */
  padding-left: 10px;
  height: 35px;
  color: black !important;
  background-color: rgb(204,204,204) !important;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: chartreuse;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1), inset 0px 0px 0px 0px rgba(0,0,0,1) !important;
}

.tab-content-transaction textarea{
  height: 100px;
}
.select-field-transaction{
  width: 50%;
  /* margin-left: 5px; */
  padding-left: 10px;
  height: 35px;
  color: black !important;
  background-color: rgb(204,204,204) !important;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: chartreuse;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1), inset 0px 0px 0px 0px rgba(0,0,0,1) !important;
}
.btn-ebanking{
  background-image: linear-gradient(to bottom, #f2f2f2, #a5a5a5);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  position: absolute;
  margin-top: 1px;
	color: #000;
}
.btn-ebanking:hover{
  background-image: linear-gradient(to bottom, #d0cbcb, #d0cbcb);
	color: #2b2b2b;
}
.btn-ebanking img{
  width: 90px;
  height: 25px;
}
.btn-copy{
  background-image: linear-gradient(to bottom, #96d702, #628c01);
  padding: 6px 15px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-left: 30px;
}
.btn-copy:hover{
  background-image: linear-gradient(to bottom, #628c01, #96d702);
  color: white;
}
.btn-submit-transaction{
  margin-left: 5px;
  padding: 7px 50px;
  background-image: linear-gradient(to bottom, #1ab0ef, #006590);
  border-radius: 8px;
  border: 0px white;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
.btn-submit-transaction:hover{
  background-image: linear-gradient(to bottom, #0e84b6, #0e84b6);
  cursor: pointer;
}
.btn-grad-img-green {
	background-image: linear-gradient(to bottom, #96d702, #628c01);
}
.btn-grad-img-green:hover{
	background-image: linear-gradient(to bottom, #628c01, #96d702); }
.label-notice-transaction{
  padding: 20px 10px 0;
  font-style: italic;
  color: #98da02;
  font-size: 14px;
}
.pt-3{
  padding-top: 3px !important;
}
.pt-5{
  padding-top: 5px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.prl-0{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-5{
  padding-right: 5px !important;
}
.pl-5{
  padding-left: 5px !important;
}
.mt--10{
  margin-top: -10px;
}
.mt--5{
  margin-top: -5px;
}
.alight-left{
  text-align: left !important;
}
.indicator-bank{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.default{
  background-color: rgb(252, 224, 168);
}
.black{
  background-color: black;
}
.online{
  background-color: #2bd600;
}
.offline{
  background-color: #ff0000;
}
.trouble{
  background-color: #fff000;
}
.background-color-yellow{
	/* background-color: #98da02 !important; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#810c14+0,8b0c15+17,be0e19+69,cc101e+86,d50f1c+100 */
background: #810c14; /* Old browsers */
background: -moz-linear-gradient(top,  #810c14 0%, #8b0c15 17%, #be0e19 69%, #cc101e 86%, #d50f1c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #810c14 0%,#8b0c15 17%,#be0e19 69%,#cc101e 86%,#d50f1c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #810c14 0%,#8b0c15 17%,#be0e19 69%,#cc101e 86%,#d50f1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#810c14', endColorstr='#d50f1c',GradientType=0 ); /* IE6-9 */


	/* color: #312e25 !important; */
	color: #ffffff !important;
	padding : 10px 30px !important;
}
.box-transaction-header{
	/* background-color: #000000; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */

	padding: 20px;
	height: 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	color: white;
	font-size: 16px;
}
.box-transaction-header img{
  margin-right: 5px;
}
.box-transaction-header span{
  line-height: 18px;
}
.box-transaction-content{
  padding: 20px;
  background-color: rgb(46, 46, 46);
  margin: 0;
}
.box-transaction-content h6{
    color: rgb(255, 255, 255);
}
.box-transaction-content p {
    font-size: 12px;
}
.line{
  padding: 15px 5px 15px 15px;
  background-color: rgb(184,184,184);
}
.line-first{
  padding: 15px 5px 15px 15px;
  background-color: rgb(184,184,184);
}
.line-second{
  padding: 15px 5px 15px 15px;
  background-color: rgb(164,164,164);
}
#schedule .line:nth-child(even){
  background-color: rgb(164,164,164) !important;
}
.line p{
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
}
.bank-icon .bca{
  width: 70px;
}
.bank-icon .bri{
  width: 90px;
}
.bank-icon .mandiri{
  width: 90px;
}
.bank-icon .bni{
  width: 70px;
}
.bank-icon .permata{
  width: 100px;
}
.bank-icon .cimb{
  width: 90px;
}
.bank-icon .kospin{
  width: 100px;
}
.bank-icon .maybank{
  width: 90px;
}
.bank-icon .panin{
  width: 95px;
}
.bank-icon .mega{
  width: 95px;
}
.bank-icon .btpn{
  width: 75px;
}
.cols-4{
  width: 70px;
}
.cols-2{
  width: 130px;
}
.box-transaction-footer{
  background-color: rgb(164,164,164);
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: black;
  font-size: 12px;
}
.footer-content{
  position: relative;
  margin: auto;
}
.box-transaction-footer .indicator-bank{
  margin-right: 5px;
}
.box-transaction-footer .footer-content-item{
  margin: 0 10px;
}
.content-list{
  margin: 0 10px 0 15px;
	color: white;
}
.content-list ul{
  list-style: unset;
}
.content-list ul li{
  font-size: 200%;
}
.content-list ul li span{
  font-size: 13px !important;
}
.content-footer{
  margin: 0px -12px;
  margin-top: -2px;
  margin-bottom: -25px;
  height: auto;
}

.content-footer-d {
    margin: 0px -25px 0px -25px;
    height: auto;
}
.content-footer-w {
    margin: 0px -25px 0px -25px;
    height: auto;
}

.content-footer--desktop{
	margin: 0px -25px;
	margin-bottom: 0;
	height: auto;
  }
.content-footer .box-transaction-content{

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,232323+34,131313+69,090909+100 */
background: #2e2e2e; /* Old browsers */
background: -moz-linear-gradient(top,  #2e2e2e 0%, #232323 34%, #131313 69%, #090909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e2e2e 0%,#232323 34%,#131313 69%,#090909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#090909',GradientType=0 ); /* IE6-9 */

  color: white !important;
  padding: 20px 0 0 20px;

  min-height: 300px;
}
.content-footer .box-transaction-content h6{
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.content-footer .box-transaction-content p {
    font-size: 11px;
    line-height: 15px;
}
.notice-input-transaction{
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  margin: 3px 0 0px 15px;
}
.cols-1{
  max-width: 4.333333%;
}
.trouble-dark{
  background-color: #ffffff;
  margin-top: -3px;
}

/* new footer style */
.footer {
    border-top: none;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #000000;
}
.footbar {
    background: rgba(40,40,40, 1);
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}
.footer-bank-list{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 2px;
  padding: 10px 0;
}
.footer ul.ul-horizontal li {
    line-height: 12px;
    padding: 0px 10px !important;
    width: 84px;
    height: 50px;
    background-color: #1c1c1c;
}
.footer ul.ul-horizontal.payment li:first-child {
  padding-top: 10px;
}
.payment-method{
  font-size: 12px;
  color: white;
  width: 100%;
  margin-bottom: 0;
}
.footer .payment a{
  width: 60px;
  height: 20px;
}
.footer .payment a.bca-footer {
  background-image: url(../img/svg/bca-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.mandiri-footer {
  background-image: url(../img/svg/mandiri-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.cimb-footer {
  background-image: url(../img/png/cimb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 20px 1px 0;
}
.footer .payment a.bni-footer {
  background-image: url(../img/svg/bni-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.bri-footer {
  background-image: url(../img/svg/bri-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.permata-footer {
  background-image: url(../img/png/permata.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.kospin-footer {
  background-image: url(../img/svg/kospin-sidebar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.maybank-footer {
  background-image: url(../img/svg/maybank.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 1px;
}
.footer .payment a.panin-footer {
  background-image: url(../img/png/panin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.btpn-footer {
  background-image: url(../img/png/btpn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.mega-footer {
  background-image: url(../img/png/mega.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.voucher88-footer {
  background-image: url(../img/png/voucher88.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 1px;
  height: 100%;
}
.w-100s{
  width: 100%;
}
.lisensi p{
  color: white;
  margin-bottom: 0px;
}
.footer .footer-img img{
  margin-top: 15px;
}
.mt-10{
  margin-top: 10px !important;
}
.mt-5{
  margin-top: 5px !important;
}
.mt-0{
  margin-top: 0 !important;
}
.footer .text-footer{
  text-align: left;
  font-size: 12px;
  color: white;
  padding-top: 20px;
}
.footer .copyright {
    text-align: left;
    font-size: 12px;
    color: rgb(33,33,33);
    padding-top: 20px;
}
.btn-og_playtech{
		background: black;
    padding: 5px 15px;
    border-radius: 30px;
		height: 55px;
		margin-right: 10px;
	}
	.btn-playtech{
		background: #151e47;
	}
	/* .btn-og_playtech:hover{
		background: linear-gradient(to bottom, #ffffff 0%,#c1c1c1 100%);
	} */
	.img-btn{
		border: 0px solid #00c6ff !important;
		width: 120px !important;
	}
	.btn-og_playtech > .playtech{
		margin: 10px 0;
	}
	.btn-game{
		margin:auto;
		margin-bottom: 15px !important;
	}
.contactus-content{
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 3px;
	padding: 10px 0;
}
.contactus-content li {
	background-color: rgb(121,121,121);
	width: 162px;
	height: 165px;
	text-align: center;
}
.contactus-content li .contactus-header {
	padding: 5px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}
.contactus-content li .contactus-header span{
	margin-bottom: 0;
	font-size: 13px;
}
.contactus-content li .contactus-header .icon{
	padding: 0 0 0 20px;
}
.contactus-content li .contactus-header span img{
	float: right;
}
.contactus-content li .contactus-body{
	height: 100px;
}
.contactus-content li .contactus-footer{
	margin-bottom: 0;
}
.contactus-content li .contactus-footer span{
	padding: 5px;
	font-size: 13px;
}
.contactus-content li .contactus-footer a{
	text-transform: uppercase;
  font-size: 12px;
  color: rgb(255, 255, 255);
	text-decoration: none;
}
.contactus-content li .contactus-footer .link{
	color: rgb(255,255,255);
	text-decoration: underline;
}


/* Separated */
.main .main-middle .our-game {
	position: relative;
}
.separator {
	color: rgb(51,3,42);
	background-color: rgb(255,214,4);
	border-radius: 3px 3px 0  0;
	padding: 2.5px 0 0 0;
    display: flex;
    align-items: center;
	text-align: center;

	position: absolute;
	width: 100%;
}

.separator p {
	width: 100%;
	font-size: 16px!important;
	font-weight: bold;
	color: rgb(51,3,42)!important;
}

.bord-bottom-rad-10 {
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Captcha Cont */
.captcha-cont {
	max-width: 458px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.captcha-cont .capchaimg {
	width: 85px;
	height: 20px;
	margin-right: 10px;
}
.captcha-cont .capcharef {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.captcha-cont input {
	width: 75px;
    height: 21px;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
    border: 1px solid #d1d3d6;
    box-shadow: none;
}

.fa-wallet {
	margin-right: 5px;
}

.red-w {
	color: rgb(255,182,30);
}

/* --------------------------------------------- */
/* ------------new style------------------------ */
/* --------------------------------------------- */
/* NEW STYLE */
.dock-game--main__img {
    background: rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-height: 200px;
}
.dock-game__ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dock-game--main__play--mt {
    padding: 0;
    height: 100%;
    background: black !important;
    opacity: 0.8 !important;
}

.dock-game--main__play--mt__img {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
/* Breadcrumb */
.breadcrumb--custom {
    padding: 0;
	margin: 0;
	background: transparent;
}

.breadcrumb--custom li {
    padding: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.breadcrumb--custom .breadcrumb-item a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumb--custom .active {
    color: rgb(17, 75, 99);
    font-weight: bold;
}
.main-middle-down {
	background-color: rgb(31,31,31);
	border-radius: 5px;
}

.main-middle-down .our-game-sec .our-game-sec-title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: auto;
}

.main-middle-down .our-game-sec .our-game-sec-con {
	padding-right: 1%;
	padding-left: 1%;

}

.main-middle-down .our-game-sec .our-game-sec-con a {
	width: 265px;
	height: 161px;
	text-decoration: none;
}

.main-middle-down .our-game-sec .our-game-sec-con .our-game-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	top: -29px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #000;
	opacity: 0.8;
}

.main-middle-down .idnlive-sec .idnlive-sec-title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: auto;
}

.main-middle-down .idnlive-sec .idnlive-sec-con {
	padding-right: 1%;
	padding-left: 1%;

}

.main-middle-down .idnlive-sec .idnlive-sec-con a {
	width: 193px;
	height: 194px;
	text-decoration: none;
}

.main-middle-down .game-one-half-slot .game-box-idnlive .idnlive-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	top: -29px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #000;
	opacity: 0.8;
}

.btn-orange {
	background-color: #ffb61e;
}

.btn-see-all {
	font-size: 15px;
	float: right;
	text-decoration: none;
	padding: 2px 5px;
}

.main-middle-down .livecasino-sec .livecasino-sec-title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: auto;
}

.main-middle-down .livecasino-sec .livecasino-sec-con {
	padding-right: 1%;
	padding-left: 1%;

}

.main-middle-down .livecasino-sec .livecasino-sec-con a {
	width: 50%;
	height: 210px;
	text-decoration: none;
}

.main-middle-down .livecasino-sec .livecasino-sec-con .livecasino-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	top: -29px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	opacity: 0.8;
}

.main-middle-down .poker-sec .poker-sec-title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: auto;
}

.main-middle-down .poker-sec .poker-sec-con {
	padding-right: 1%;
	padding-left: 1%;

}

.main-middle-down .poker-sec .poker-sec-con a {
	width: 193px;
	height: 194px;
	text-decoration: none;
}

.main-middle-down .poker-sec .poker-sec-con .poker-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	top: -29px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #000;
	opacity: 0.8;
}

.main-middle-down .slots-sec .slots-sec-title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: auto;
}

.main-middle-down .slots-sec .slots-sec-con {
	padding-right: 1%;
	padding-left: 1%;

}

.main-middle-down .slots-sec .slots-sec-con a {
	width: 193px;
	height: 194px;
	text-decoration: none;
}

.main-middle-down .slots-sec .slots-sec-con .slots-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	top: -29px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	opacity: 0.8;
}

/* slots */
/* ========= Slots Page ======== */
.game-title-wrapper .breadcrumb a {
	margin-right: 5px;
}

#slots .col-sm-3 {
	float: left;
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 10px;
	padding-left: 0;
	margin-top: 5px;
}

#slots .col-sm-9 {
	float: right;
	width: 80%;
	padding: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.slot-sidebar-nav>li {
	border-bottom: 1px solid #0092b1;
	width: 100%;
}

.slot-sidebar-nav>li>a {
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
}

.slot-sidebar-nav>li>a.active,
.slot-sidebar-nav>li>a:focus,
.slot-sidebar-nav>li>a:hover {
	background: #0092b1;
}

.slot-sidebar-nav>li>a>i {
	margin-right: 10px;
	vertical-align: middle;
}

.search-input {
	/*width: 205px;
  height: 20px;*/
	position: relative;
	/*float: right;*/
}

.search-input input {
	height: 40px;
	background-image: url(../img/icon/search.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 13px;
	/*padding-right: 35px;
  margin-top: -3px;*/
}

.icon-popular,
.icon-new,
.icon-all,
.icon-playson,
.icon-playstar,
.icon-spade,
.icon-ttg,
.icon-pragmatic,
.icon-isb,
.icon-microgaming,
.icon-hbn,
.icon-redtiger,
.icon-betsoft,
.icon-gameplay,
.icon-laxino,
.icon-mgs,
.icon-cq9,
.icon-gg,
.icon-playtech,
.icon-idnslot {
	display: inline-block;
	background: url(../img/icon/slots-icons-new2.png?v=1.2) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-idnslot {
	background-position: -552px 0;
}

.icon-popular {
	background-position: 2px 0;
}

.icon-new {
	background-position: -34px 0;
}

.icon-all {
	background-position: -72px -3px;
}

.icon-playson {
	background-position: -111px 0;
}

.icon-playstar {
	background-position: -150px 0;
}

.icon-spade {
	background-position: -184px 0;
}

.icon-ttg {
	background-position: -216px 0;
}

.icon-pragmatic {
	background-position: -152px 0;
}

.icon-microgaming {
	background-position: -340px 0;
}

.icon-redtiger {
	background-position: -275px 0;
}

.icon-betsoft {
	background-position: -313px 0;
}

.icon-gameplay {
	background-position: -351px 0;
}

.icon-laxino {
	background-position: -388px 0;
}

.icon-mgs {
	background-position: -426px 0;
}

.svg-pragmatic {
	display: inline-block;
	background-image: url(../img/icon/provider/Pragmaticplay.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 32px;
}

.svg-ttg {
	display: inline-block;
	background-image: url(../img/icon/provider/logo-ttg.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 32px;
}

.svg-spade {
	display: inline-block;
	background-image: url(../img/icon/provider/spadegaming.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 32px;
}

.svg-redtiger {
	display: inline-block;
	background-image: url(../img/icon/provider/redtiger.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 32px;
}

.svg-gameplay {
	display: inline-block;
	background-image: url(../img/icon/provider/gameplay.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 32px;
}

.svg-mgs {
	display: inline-block;
	background-image: url(../img/icon/provider/microgaming.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}

.svg-hbn {
	display: inline-block;
	background-image: url(../img/icon/provider/habanero.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}

.svg-laxino {
	display: inline-block;
	background-image: url(../img/icon/provider/laxino.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}

.svg-gg {
	display: inline-block;
	background-image: url(../img/icon/provider/gg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}

.svg-playstar {
	display: inline-block;
	background-image: url(../img/icon/provider/playstar.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}

.svg-sa {
	display: inline-block;
	background-image: url(../img/icon/provider/sa.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 27px;
}


.svg-isb {
	display: inline-block;
	background-image: url(../img/icon/provider/isoftbet.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 16px;
}


#slots .game-one-half-slot {
	float: left;
	width: 25%;
}

#slots .game-box-slots {
	position: relative;
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
}

/* #slots .game-box-slots:hover {
	background: #8e8e8e;
} */

#slots .game-box-slots:hover .game-title-slots {
	/* color: #fff; */
}

/* #slots .game-box-slots img {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

#slots .game-box-slots:hover img {
	-webkit-transform: scale(1.15) rotate(0deg);
	-moz-transform: scale(1.15) rotate(0deg);
	-ms-transform: scale(1.15) rotate(0deg);
	-o-transform: scale(1.15) rotate(0deg);
	transform: scale(1.15) rotate(0deg);
} */

#slots .slots-img-wrap {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

#slots .game-title-slots {
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

.slots-games a {
	overflow: hidden;
	text-decoration: none;
}

.slots-games .slot-hover-buttons {
	position: absolute;
	/*top: 5px;
  left: 5px;
  width: 24%;
  height: 26%;*/
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	padding: 6px 16px;
	border-radius: 5px;
}

.slots-games:hover .slot-hover-buttons {
	opacity: 1;
}

.slots-games>.game-maintenance {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	margin: 5px;
	width: 196px;
	height: 159px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/*display: none;*/
	z-index: 995;
}

.slots-games>.game-maintenance>img {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	width: 20px;
	height: 20px;
}

.slots-games>.game-maintenance>div {
	color: #fff;
	font-size: 15px;
	padding-top: 25px;
}

.slot-play-button {
	padding: 10px 15px;
	background: #ffb61e;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 23% auto;
	/*width: 60%;*/
	text-align: center;
}

.amm {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

#provider-list .item img {
	max-height: 107px;
}

/* esport */
.esport-content {

	background-color: rgb(31,31,31);
	border-radius: 5px;
	padding: 15px;
}

/* slots */
.slots-content {

	background-color: rgb(31,31,31);
	border-radius: 5px;
	padding: 15px;
}

/* idnlive */
.idnlive-content {

	background-color: rgb(31,31,31);
	border-radius: 5px;
	padding: 15px;
}

.idnlive-sidebar-nav>li {
	/* border-bottom: 1px solid #0092b1; */
	width: 100%;
	margin-bottom: 5px;
}

.idnlive-sidebar-nav>li>a {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: rgb(31, 31, 31);
	font-size: 14px;
	padding: 3px 5px;
	display: block;
	border-radius: 5px;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.idnlive-sidebar-nav>li>a.active,
.idnlive-sidebar-nav>li>a:focus,
.idnlive-sidebar-nav>li>a:hover {
	background: #ffb61e;
}

.idnlive-sidebar-nav>li .search-input input::placeholder {
	font-family: 'Franklin Gothic Medium',
		'Arial Narrow',
		Arial,
		sans-serif;

	color: #fff;
	font-size: 14px;
}

.idnlive-sidebar-nav>li>a>i {
	margin-right: 10px;
	vertical-align: middle;
}

.idnlive-sidebar-nav>li .search-input input {
	background-color: rgb(31, 31, 31);
	height: 28px;
	border: 1px solid #fff;
	background-image: url(../img/ico/search.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

#slots .idnlive-img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slots .game-box-idnlive {
	position: relative;
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	border-radius: 5px;
}

.game-box-idnlive .idnlive-hover-buttons {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	/* padding: 40px 116px; */
	border-radius: 5px;
	width: 100%;
	height: 86%;
}

.idnlive-sec .game-box-idnlive .idnlive-hover-buttons {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	/* padding: 40px 116px; */
	border-radius: 17px;
	width: 100%;
	height: 82%;
}

.game-box-idnlive:hover .idnlive-hover-buttons {
	opacity: 1;
}

/* #slots .game-box-idnlive:hover {
	background: #8e8e8e;
}

#slots .game-box-idnlive:hover .game-title-slots {
	color: #fff;
}

#slots .game-box-idnlive img {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

#slots .game-box-idnlive:hover img {
	-webkit-transform: scale(1.15) rotate(0deg);
	-moz-transform: scale(1.15) rotate(0deg);
	-ms-transform: scale(1.15) rotate(0deg);
	-o-transform: scale(1.15) rotate(0deg);
	transform: scale(1.15) rotate(0deg);
} */
/* sidebar ico */
.icon-popular {
	display: inline-block;
	background: url(../img/ico/Icon-Popular.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-Bola {
	display: inline-block;
	background: url(../img/ico/Bola.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-FastTable {
	display: inline-block;
	background: url(../img/ico/Fast-Table.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-Dadu {
	display: inline-block;
	background: url(../img/ico/Dadu.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-Kartu {
	display: inline-block;
	background: url(../img/ico/Kartu.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-Lainnya {
	display: inline-block;
	background: url(../img/ico/Lainnya.png) no-repeat;
	height: 26px;
	width: 31px;
}

/* livecasino */
.livecasino-content {
	background-color: #2c2c2c;
	border-radius: 5px;
	padding: 15px;
	width: 836px;
	height: 500px;
}

.livecasino-sidebar-nav>li {
	/* border-bottom: 1px solid #0092b1; */
	width: 100%;
	margin-bottom: 5px;
}

.livecasino-sidebar-nav>li>a {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: rgb(31, 31, 31);
	font-size: 14px;
	padding: 3px 5px;
	display: block;
	border-radius: 5px;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.livecasino-sidebar-nav>li>a.active,
.livecasino-sidebar-nav>li>a:focus,
.livecasino-sidebar-nav>li>a:hover {
	background: #ffb61e;
}

.livecasino-sidebar-nav>li .search-input input::placeholder {
	font-family: 'Franklin Gothic Medium',
		'Arial Narrow',
		Arial,
		sans-serif;

	color: #fff;
	font-size: 14px;
}

.livecasino-sidebar-nav>li>a>i {
	margin-right: 10px;
	vertical-align: middle;
}

.livecasino-sidebar-nav>li .search-input input {
	background-color: rgb(31, 31, 31);
	height: 28px;
	border: 1px solid #fff;
	background-image: url(../img/ico/search.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.livecasino-con-title {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.livecasino-sec-con a {
	width: 50%;
	height: 210px;
	text-decoration: none;
}

.game-one-half-slot {
	float: left;
	width: 25%;
}

.game-box-slots {
	position: relative;
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	border-radius: 10px;

}

/* .game-box-slots:hover {
	background: #8e8e8e;
} */

.game-box-slots:hover .game-title-slots {
	/* color: #fff; */
}

/* .game-box-slots img {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.game-box-slots:hover img {
	-webkit-transform: scale(1.15) rotate(0deg);
	-moz-transform: scale(1.15) rotate(0deg);
	-ms-transform: scale(1.15) rotate(0deg);
	-o-transform: scale(1.15) rotate(0deg);
	transform: scale(1.15) rotate(0deg);
} */

.slots-img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.game-title-slots {
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.game-box-slots a {
	overflow: hidden;
	text-decoration: none;
}

.livecasino-sec-con .game-box-slots .slot-hover-buttons {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	/* padding: 40px 116px; */
	border-radius: 5px;
	width: 100%;
	height: 82%;
}

.game-box-slots:hover .slot-hover-buttons {
	opacity: 1;
}

.game-box-slots>.game-maintenance {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	margin: 5px;
	width: 196px;
	height: 159px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/*display: none;*/
	z-index: 995;
}

.game-box-slots>.game-maintenance>img {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	width: 20px;
	height: 20px;
}

.game-box-slots>.game-maintenance>div {
	color: #fff;
	font-size: 15px;
	padding-top: 25px;
}

/* sidebar-ico */
.icon-livecasino {
	display: inline-block;
	background: url(../img/ico/livecasino/man.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-roulette {
	display: inline-block;
	background: url(../img/ico/livecasino/roulette.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-bacarat {
	display: inline-block;
	background: url(../img/ico/livecasino/bacarat.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-sicbo {
	display: inline-block;
	background: url(../img/ico/livecasino/sicbo.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-dragon {
	display: inline-block;
	background: url(../img/ico/livecasino/dragon.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-blackjack {
	display: inline-block;
	background: url(../img/ico/livecasino/blackjack.png) no-repeat;
	height: 26px;
	width: 31px;
}

/* slots */
.livecasino-content {
	background-color: rgb(31,31,31);
	border-radius: 5px;
	padding: 15px;
}

/* sidebar-ico */
.icon-idnslot {
	display: inline-block;
	background: url(../img/ico/slots/idn.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-ttg {
	display: inline-block;
	background: url(../img/ico/slots/ttg.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-pragmatic {
	display: inline-block;
	background: url(../img/ico/slots/pragmatic.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-habanero {
	display: inline-block;
	background: url(../img/ico/slots/habanero.png) no-repeat;
	height: 26px;
	width: 31px;
}

.icon-allwayspin {
	display: inline-block;
	background: url(../img/ico/slots/allway.png) no-repeat;
	height: 26px;
	width: 31px;
}

.dock-game--main__badge {
	background: red;
	position: absolute;
	color: white !important;
	transform: rotate(45deg);
	padding-top: 50px;
	top: -25px;
	right: -70px;
	width: 150px;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-box-shadow: 5px 0px 5px 5px red;
	-moz-box-shadow: 5px 0px 5px 5px red;
	-moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
	text-align: center;
}