/* ==========================================================================
	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 #ffff;
	     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, 174, 13);
	 }

	 ::-webkit-scrollbar-thumb:hover {
	     background: rgb(255, 174, 13);
	     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(252, 224, 168);
	transition: all .15ms;
}

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

a:not([href]):not([tabindex]) {
	color: rgb(231, 205, 154);
	text-decoration: underline;
}
a:not([href]):not([tabindex]):hover {
	color: rgb(255, 174, 13);
	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: black;

	background-image: url(../img/bg/pattern-a.jpg);
	background-size: 140px;
}

.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: 10px 0;
	width:100%;
	max-width: 97px;
}

.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/#b28331+0,ab7c2e+3,9e712d+6,815a23+11,6e4c1c+17,6c4a1a+20,5b3914+31,4c2d11+46,4d2a0e+57,522f11+66,59310e+69,623812+74,7a4813+86,915517+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffefc1+0,e0cfa4+6,b4a180+11,a79476+14,9a866d+20,927c64+23,8e7860+26,7c634d+34,6b4e3c+49,694c3c+51,6a4d3f+54,6d4e3a+60,76573b+66,7f5b39+69,86603c+71,8d6742+74,9c7345+80,bc9053+91,ce9b59+100 */
	background: #ffefc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefc1 0%, #e0cfa4 6%, #b4a180 11%, #a79476 14%, #9a866d 20%, #927c64 23%, #8e7860 26%, #7c634d 34%, #6b4e3c 49%, #694c3c 51%, #6a4d3f 54%, #6d4e3a 60%, #76573b 66%, #7f5b39 69%, #86603c 71%, #8d6742 74%, #9c7345 80%, #bc9053 91%, #ce9b59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc1', endColorstr='#ce9b59',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/#b28331+0,ab7c2e+3,9e712d+6,815a23+11,6e4c1c+17,6c4a1a+20,5b3914+31,4c2d11+46,4d2a0e+57,522f11+66,59310e+69,623812+74,7a4813+86,915517+100 */
	background: #b28331; /* Old browsers */
	background: -moz-linear-gradient(top,  #b28331 0%, #ab7c2e 3%, #9e712d 6%, #815a23 11%, #6e4c1c 17%, #6c4a1a 20%, #5b3914 31%, #4c2d11 46%, #4d2a0e 57%, #522f11 66%, #59310e 69%, #623812 74%, #7a4813 86%, #915517 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b28331 0%,#ab7c2e 3%,#9e712d 6%,#815a23 11%,#6e4c1c 17%,#6c4a1a 20%,#5b3914 31%,#4c2d11 46%,#4d2a0e 57%,#522f11 66%,#59310e 69%,#623812 74%,#7a4813 86%,#915517 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b28331 0%,#ab7c2e 3%,#9e712d 6%,#815a23 11%,#6e4c1c 17%,#6c4a1a 20%,#5b3914 31%,#4c2d11 46%,#4d2a0e 57%,#522f11 66%,#59310e 69%,#623812 74%,#7a4813 86%,#915517 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28331', endColorstr='#915517',GradientType=0 ); /* IE6-9 */

	color: rgb(232, 206, 155);
}
.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: rgba(40,40,40, 1);
}

.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(252, 224, 168);
	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: #fff;
	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 #ffff;
}

.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: #ffff;
}

.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;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b28331+0,ab7c2e+3,9e712d+6,815a23+11,6e4c1c+17,6c4a1a+20,5b3914+31,4c2d11+46,4d2a0e+57,522f11+66,59310e+69,623812+74,7a4813+86,915517+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffefc1+0,e0cfa4+6,b4a180+11,a79476+14,9a866d+20,927c64+23,8e7860+26,7c634d+34,6b4e3c+49,694c3c+51,6a4d3f+54,6d4e3a+60,76573b+66,7f5b39+69,86603c+71,8d6742+74,9c7345+80,bc9053+91,ce9b59+100 */
	background: #ffefc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefc1 0%, #e0cfa4 6%, #b4a180 11%, #a79476 14%, #9a866d 20%, #927c64 23%, #8e7860 26%, #7c634d 34%, #6b4e3c 49%, #694c3c 51%, #6a4d3f 54%, #6d4e3a 60%, #76573b 66%, #7f5b39 69%, #86603c 71%, #8d6742 74%, #9c7345 80%, #bc9053 91%, #ce9b59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc1', endColorstr='#ce9b59',GradientType=0 ); /* IE6-9 */

	color: #ffff;
	border-radius: .25rem;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}

.nav .no-border {
	border:0px !important;
}

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

}

.login-sub-header .nav-link {
	color: rgb(252, 224, 168) !important;
    border-color:  rgb(252, 224, 168) !important;
}

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

.login-menu .nav .lang-options img {
	width: 18px;
	height: 12px;
}

.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(252, 224, 168);
}

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

.user-info .nav .wallet {
	text-decoration: underline;
}

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

.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, 174, 13);
	text-decoration:none;
}

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

.font-20{
	font-size: 20px;
}
/* ==========================================================================
	Sidebar
   ========================================================================== */
.main .main-sidebar {
		width: 212px;
	background: #c5c5c5;
	
	background-image: url(../img/bg/pattern-a.jpg);
	background-size: 140px;
}

.main-sidebar .sidebar-register .info-text {
	font-size: 11px;
	color: #fff;
}

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

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

.main-sidebar .sidebar-banner .next {
	margin-left: 3px;
	color: rgb(231, 205, 154);
	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, 174, 13);
}

.main-sidebar .sidebar-banner #sidebar-banner-wrapper {
	position: relative;
	width: 190px;
	height: 190px;
	overflow: hidden;
	border: 1px solid rgb(252, 224, 168);
}

.main-sidebar .sidebar-bank-schedule {
	margin: 0 10px;
	background: rgba(63, 62, 63, 1);
	border-radius: .5rem;
}

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

.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/#fdefbe+0,ecdeb1+4,b7a484+11,a79277+15,8c775c+26,866d59+30,775e4a+37,6c4f3d+48,6a4d3b+52,6d4e3a+59,72523d+63,805d3d+70,946d42+78,a07847+81,a87e4c+85,b2884c+89,c79757+96,cb9a58+100 */
background: #fdefbe; /* Old browsers */
background: -moz-linear-gradient(top,  #fdefbe 0%, #ecdeb1 4%, #b7a484 11%, #a79277 15%, #8c775c 26%, #866d59 30%, #775e4a 37%, #6c4f3d 48%, #6a4d3b 52%, #6d4e3a 59%, #72523d 63%, #805d3d 70%, #946d42 78%, #a07847 81%, #a87e4c 85%, #b2884c 89%, #c79757 96%, #cb9a58 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdefbe 0%,#ecdeb1 4%,#b7a484 11%,#a79277 15%,#8c775c 26%,#866d59 30%,#775e4a 37%,#6c4f3d 48%,#6a4d3b 52%,#6d4e3a 59%,#72523d 63%,#805d3d 70%,#946d42 78%,#a07847 81%,#a87e4c 85%,#b2884c 89%,#c79757 96%,#cb9a58 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdefbe 0%,#ecdeb1 4%,#b7a484 11%,#a79277 15%,#8c775c 26%,#866d59 30%,#775e4a 37%,#6c4f3d 48%,#6a4d3b 52%,#6d4e3a 59%,#72523d 63%,#805d3d 70%,#946d42 78%,#a07847 81%,#a87e4c 85%,#b2884c 89%,#c79757 96%,#cb9a58 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdefbe', endColorstr='#cb9a58',GradientType=0 ); /* IE6-9 */

    /* border: 1px solid rgba(25, 75, 14, 0.67); */
    -webkit-box-shadow: inset 1px 1px 1px 0px rgb(245, 227, 192), inset -1px 0px 1px 0px rgb(245, 227, 192);
    -moz-box-shadow: inset 1px 1px 1px 0px rgb(245, 227, 192), inset -1px 0px 1px 0px rgb(245, 227, 192);
    box-shadow: inset 1px 1px 1px 0px rgb(245, 227, 192), inset -1px 0px 1px 0px rgb(223, 175, 79);
}

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

.main-sidebar .sidebar-bank-sign {
	font-size: 10px;
	color: white;
	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/svg/bca-sidebar.svg);
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

.main-sidebar .accordion .card .card-header .bank.bri {
	width: 69px;
	height: 16px;
	background-image: url(../img/svg/bri-sidebar.svg);
	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-sidebar.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/svg/danamon-sidebar.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.panin {
	width: 75px;
	height: 17px;
	background-image: url(../img/svg/panin-sidebar.svg);
	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/svg/permata-sidebar.svg);
	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/svg/maybank-sidebar.svg);
	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/svg/mega-sidebar.svg);
	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: #fff;
}

.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;
	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;
}

.main-sidebar .user-wallet .wallet-content .wallet-detail.total {
	color: #000000;
	background-color: rgb(252, 224, 168);
	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: 12.5px;
	padding-right: 12.5px;
	padding-bottom: 25px;

	background-image: url(../img/bg/pattern-b.jpg);
	background-size: 70px;
}

.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(252, 224, 168);
	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(252, 224, 168);
}

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

.main .main-middle .our-game {
	background-color: rgba(0,0,0, 1);
	border-radius: 3px;
	width: 638px;
	height: 147px;
	padding: 0 11px;
}
.main .main-middle .our-game .owl-carousel
{
	height: 120px;
    margin-top: 25px;
}

.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: 175px;
	height: 147px;
}

.main .main-middle p {
	padding: 0 4rem;
	font-size: 12px;
	color: #fff;
	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: 80px;
	height: 80px;
}
.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(252, 224, 168) ;
	text-align: center;
	text-transform: uppercase;
}

.main .main-bottom {
	font-size: 12px;
	color: #fff;
}

.main .main-bottom a {
	color: rgb(252, 224, 168);
	text-decoration: underline;
}

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

/* ==========================================================================
	Register Page
   ========================================================================== */
.main .main-content .register-notice {
	background-color: #000000;
	/*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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
	background: #cf9e59; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',GradientType=0 ); /* IE6-9 */

	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(252, 224, 168);
    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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
	background: #cf9e59; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',GradientType=0 ); /* IE6-9 */


    border-color: #2e6da4;
		color: white;
}

.main .main-content .promo-wrapper .tab-content .panel {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: #000000;
	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: #000000;
  border-color: #000000;
}

.main .main-content .promo-wrapper .tab-content .panel-heading img {
	/* max-width: 567px;
	min-height: 160px;
	max-height: 160px; */
	height: auto;
}
.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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
	background: #cf9e59; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',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 2px;
}

.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: #e5e4e4;
	padding: 10px 15px;
	/* border: 2px solid rgb(0, 0, 0); */
}

.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;
}

.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(240, 210, 160);
	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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
	background: #cf9e59; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',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(57, 61, 62);
	border-right: 2px solid rgb(57, 61, 62);
	
	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(57, 61, 62);
	
	padding: 3px 10px;
}



.main .main-content .game-panel-container .game-panel-history tbody > tr > td {
	background: #e5e4e4;
	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(252, 224, 168) !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: #694c3c;
	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: #474747;
	-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: #3472ba;
	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(252, 224, 168);
}
.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: 400px;
	padding: 5px;
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #d1d3d6 !important;
	box-shadow: none !important;
	height:35px;
	border-radius: 5px;
}

/* 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-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(240, 210, 160) ;
  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: url(../img/bg/pattern-b.jpg);
	background-size: 70px;
	border-bottom: none;
	color: rgb(252, 224, 168);
	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%;
  background-color: rgb(207,158,89);
  border: 1px solid rgb(207,158,89);
  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 rgb(207,158,89);
}
.tab-content-transaction.wdraw{
  border: none;
}
.label-field-transaction{
  color: white;
  font-size:13px;
  padding-right: 5px;
}
.input-field-transaction{
  width: 96%;
  /* margin-left: 5px; */
  padding-left: 10px;
  height: 35px;
  color: black !important;
  background-color: white !important;
  border: 1px #00395e solid;
  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: white !important;
  border: 1px #00395e solid;
  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;
}
.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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
	background: #cf9e59; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',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/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
		background: #cf9e59; /* Old browsers */
		background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',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: #000000;
  margin: 0;
}
.box-transaction-content p{
    font-size: 12px;
}
.line{
  padding: 15px 5px 15px 15px;
  background-color: #ececec;
}
.line-first{
  padding: 15px 5px 15px 15px;
  background-color: #ececec;
}
.line-second{
  padding: 15px 5px 15px 15px;
  background-color: #ffff;
}
#schedule .line:nth-child(even){
  background-color: #ffff !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(255,255,255);
  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: -15px;
  height: auto;
}
.content-footer .box-transaction-content{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf9e59+0,c69656+17,be9253+22,b88b52+31,b08550+36,a8804f+44,9d784b+53,9a734a+54,8a6845+69,7e5f40+78,74543f+93,6e4f3a+100 */
  background-color: #262626 !important;
  border-left: solid 2px #ce9b54;
  border-bottom: solid 2px #ce9b54;
  border-right: solid 2px #ce9b54;

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

  min-height: 300px;
  border-radius: 0 0 10px 10px;
}
.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: rgb(252, 224, 168);
  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(221, 164, 86);
    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: #000000;
	width: 162px;
	height: 165px;
	text-align: center;
}
.contactus-content li .contactus-header {
	padding: 5px;
	text-transform: uppercase;
	color: rgb(252, 224, 168);
}
.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(252, 224, 168);
	text-decoration: none;
}
.contactus-content li .contactus-footer .link{
	color: rgb(252, 224, 168);
	text-decoration: underline;
}


/* Separated */
.main .main-middle .our-game {
	position: relative;
}
.separator {
	color: rgb(252, 224, 168);
	padding: 5px 0;
    display: flex;
    align-items: center;
	text-align: center;
	
	position: absolute;
	width: calc(100% - 20px);
}
.separator::after {
    content: '';
    flex: 1;
    /* border-bottom: 2px solid rgb(255, 174, 13); */
    border-bottom: 1.5px solid rgb(252, 224, 168);
}
.separator::after {
    margin-left: .25em;
}