/* ========================================================================== */
/*                                Main Layout                                 */
/* ========================================================================== */

/*-------------------------------*/
/*            Fonts              */
/*-------------------------------*/
@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;
}/* ========================================================================== */
/*                                Main Layout                                 */
/* ========================================================================== */

/*-------------------------------*/
/*            Fonts              */
/*-------------------------------*/
@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;
}

.white
{
  color: white;
}

  /*-------------------------------*/
  /*         General Style         */
  /*-------------------------------*/
	html,
	body {
	    background-image: url(../img/bg/pattern-b.jpg);
    	background-size: 70px;
	    /* font-family: 'opensans-regular';
	    background-color: #fff; */
	}

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

  form {
    position: relative;
    overflow: visible;
  }

  img {
    border: 0;
  }

  input, button, select, textarea {
    outline: none;
		padding: 3px 5px;
  }

  .nav span, .nav li.underline a, .footer a, .footer span {
    white-space: nowrap;
  }

  .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
  }

  .clearfix {
    *zoom: 1;
  }

  .clear {
    clear: both;
  }

  a {
    text-decoration: none;
    /* color: #f7d988; */
  }

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

  .h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    padding-top: 10px;
  }
	/* Head */
	.heads-container {
	    width: 100%;
	    /* background-color: #4CAF50; */
	    max-height: 6vh;
	    background-color: rgb(0, 57, 94);
	    /* z-index: 99; */
	}

	.heads {
	    height: 50px;
		width: 100%;
		background-image: url(../img/bg/pattern-a.jpg);
    	background-size: 140px;
	    overflow: auto;
	    position: fixed;
	    z-index: 99;
	    top: 0;
	}

	.hamburger-dc {
	    float: left;
	    margin-top: 3px;
	    margin-left: 10px;
	    font-size: 30px;
	    cursor: pointer;
	    color: white;
	}

	.logo-DC {
	    margin-left: 2vh;
	    margin-top: 10px;
	    float: left;
	    width: 60px;
	    height: 23px;
	    background-size: 100% 100%;
	}

	/* Top Right */
	.button-container {
	    height: 6vh;
	    float: right;
		margin-top: 1.5vh;
    	margin-right: 1.5vh;
	}

	.logins {
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    font-size: 12px;
	    font-family: arial, helvetica, sans-serif;
	    padding: 5px 12px;
	    text-decoration: none;
	    display: inline-block;
	    /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
	    font-weight: bold;
	    color: #FFFFFF;
	    border: none;
	    background-color: rgb(0, 57, 94);
	}

	.regis {
			text-align: center;
			margin-top: 1.5vh;
			margin-left: 0.5vh;
			margin-right: 1.5vh;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			font-family: arial, helvetica, sans-serif;
			padding: 5px 0;
			text-decoration: none;
			display: inline-block;
			/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
			font-weight: bold;
			color: #FFFFFF;
	}

	/* Logged in User */
	.logged-container {
	    float: right;
	    padding-top: 5px;
	    padding-right: 10px;
	    color: white;
	    text-align: center;
	    font-size: 12px;
	}

	.icon-game {
	    width: 14px;
	    height: 14px;
	    vertical-align: text-top;
	}

	.username-log {
	    display: inline-block;
		color: rgb(252, 224, 168);
	}

	.wallet-log {
	    display: inline-block;
	    width: 80%;
	    color: white;
	}

	.wallet-ico-log {
	    color: rgb(252, 224, 168);
	    margin-right: 5px;
	    margin-top: 4px;
	}

	.logged-container .logged-user {
		font-family: 'montserrat', Tahoma, " microsoft="" yahei","" arial,"" helvetica;
		text-align: right;
	}
	.logged-container .logged-user-wallet { text-align: right;}
	.logged-container .logged-user-wallet span {
		text-decoration: underline;
	}
	.logged-container .logged-user-wallet a {
		display:inline-flex;color:white;
	}

	.game-panel-overview .game-panel-head {
	    background: #454545;
	    background: -moz-linear-gradient(top, #454545 0%, #5e5e5e 50%, #454545 55%);
	    background: -webkit-linear-gradient(top, #454545 0%, #5e5e5e 50%, #454545 55%);
	    background: linear-gradient(to bottom, #454545 0%, #5e5e5e 50%, #454545 55%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3156', endColorstr='#1e3156', GradientType=0);
	    /* height: 30px; */
	    padding: 4px 10px;
	    font-family: 'opensans-bold';
	    font-size: 18px;
	    color: #fff;
	    text-transform: uppercase;
	    line-height: 1.4rem;
	}


	/* News */
	.news-header {
	    z-index: 10;
	    background: rgba(40,40,40, 1);
	    height: 22px;
	    overflow: hidden;
	    position: relative;
	    top: 50px;
	}

	.news-header-container {
	    display: flex;
	    justify-content: space-between;
	    margin: 0 auto;
	}

	.news-header-container > span {
	    margin-left: 10px;
	    font-size: 14px;
	    font-family: 'opensans-bold';
		font-weight: bold;
		color: rgb(252, 224, 168);
	}

	.news-header-container > marquee {
	    font-size: 14px;
		color:white;
	}

	/* Main */
	.body-main-container {
	    margin-bottom: 10px;
	    width: 100%;
	    /*height: 92vh;*/
	    margin-top: 50px;
	    /* overflow: scroll; */
	}

	/*-------------------------------*/
	/*         Owl Carousel          */
	/*-------------------------------*/
	.slide-wrapper #progressBar {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.2);
	    z-index: 4;
	}

	.slide-wrapper #progressBar #bar {
	    width: 0%;
	    max-width: 100%;
	    height: 2px;
	    background: rgb(252, 224, 168);
	}

	.slide-wrapper .owl-carousel .owl-controls {
	    position: absolute;
	    width: 100%;
	    bottom: 2px;
	}

	.slide-wrapper .owl-carousel {
	    /* height: 100%; */
	}

	.slide-wrapper .owl-carousel .owl-controls .owl-pagination {
	    display: none;
	}

	.slide-wrapper .owl-carousel .item {
	    padding: 0px 0;
	    color: white;
	}

	.slide-wrapper .owl-carousel .item img {
	    max-width: 100%;
	}

	/*-------------------------------*/
	/*            Slider             */
	/*-------------------------------*/
	#slider {
	    top: 1.4em;
	    /* position: relative; */
	    /* overflow: hidden; */
	    display: block;
	    clear: both;
	    height: auto;
	}

	.slide-wrapper {
	    position: relative;
	    width: 100%;
	    /* height: 100%; */
	    background: #1a1a1a;
	}

	.slider-btn {
	    position: absolute;
	    right: 10px;
	    bottom: 6%;
	    /*left: 50%;
	    bottom: 8%;
	    margin-left: -75px !important;*/
	    z-index: 1020;
	}

	.shade {
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	}

	.responsive-image {
	    width: 100%;
	    height: 100%;
	}

	.play-container {
	    width: 100%;
	    /* margin: 5px 10px 0px 10px; */
			/* padding-bottom: 10px; */
			padding: 8px;
	}
	.radio-button {
	    position: absolute;
	    z-index: 1;
	    opacity: 0;
	    height: 45px;
	    width: 49%;
	}
	.play-games {
	    margin-top: 25px;
	}

	.banner-play {
	    text-align: center;
	}

	.banner-sports {
	    margin-top: 1vh;
	    width: 100%;
	    position: relative;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.banner-sports>img, .banner-half-items>img {
	    max-height: 100%;
		max-width: 100%;
		width: 100%;
	}

	.banner-half {
	    overflow: hidden;
	    margin-top: 10px;
	}

	.banner-sports>a, .banner-half-items>a {
	    position: absolute;
	    display: block;
	    height: 100%;
	    width: 100%;
	}

	.banner-half>.banner-half-items:nth-child(1) {
	    width: 49%;
	    float: left;
		position: relative;
		overflow: hidden;
	}

	.banner-half>.banner-half-items:nth-child(2) {
	    width: 49%;
	    float: left;
	    margin-left: 2%;
		position: relative;
		overflow: hidden;
	}

	.game-panel-history .game-panel-head {
	    /* 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: rgb(255, 255, 255);
		line-height: 1rem;
	}

	.game-panel-history thead > tr > td {
		border-bottom: 2px solid rgb(57, 61, 62);
		border-right: 2px solid rgb(57, 61, 62);
	    /* border: 2px solid #fff; */
	    padding: 3px 10px;
	}

	.game-panel-history tbody>tr>td {
      background: #e5e4e4;
	    font-size: 12px;
	    color: #000000;
	    padding: 5px 10px;
	    text-align: center;
	}

	.box-play {
	    position: absolute;
	    width: 100%;
	    height: 4vh;
	    background-color: rgba(0, 0, 0, 0.75);
	    bottom: 0;
	}

	.tag-button {
	    color: rgb(252, 224, 168);
	    font-size: 15px;
	    position: absolute;
	    bottom: 0.5vh;
	    left: 1vh;
	}

	.play-button {
	    border-radius: 5px;
	    margin: 2px;
	    padding: 2px;
	    color: beige;
	    font-size: 2vh;
	    width: 8vh !important;
	    height: 3.5vh !important;
	    font-family: 'opensans-regular';
	    font-weight: bold;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    opacity: 1 !important;
	    background: linear-gradient(to bottom, rgba(150, 215, 2, 1) 0%, rgba(95, 137, 1, 1) 100%);
	}
	.play-mb{
        line-height: 22px;
        padding: 5px;
        color: beige;
        font-size:  1.2vh;
        width: 35% !important;
        height: 32px !important;
        font-family: 'opensans-regular';
        font-weight: bold;
        border-radius: 5px;
        position: absolute;
        bottom: 0;
        right: 36%;
        opacity: 1 !important;
        background: linear-gradient(to bottom, rgb(27, 171, 230) 0%, #0076a0 100%) !important;
    }
    .play-dp{
        line-height: 22px;
        padding: 5px;
        color: beige;
        font-size:  1.2vh;
        width: 35% !important;
        height: 32px !important;
        font-family: 'opensans-regular';
        font-weight: bold;
        border-radius: 5px;
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 1 !important;
        background: linear-gradient(to bottom, rgba(150, 215, 2, 1) 0%, rgba(95, 137, 1, 1) 100%) !important;
    }

	@media screen and (orientation: landscape) {
		.play-button {
			border-radius: 5px;
			margin: 2px 2px .5px 2px !important;
			padding: 2px;
			color: beige;
			font-size: 10px;
			width: 40px !important;
			height: 18px !important;
			font-family: 'open_sansregular';
			font-weight: bold;
			position: absolute;
			bottom: 0;
			right: 0;
			opacity: 1 !important;
			background: linear-gradient(to bottom, rgba(150, 215, 2, 1) 0%, rgba(95, 137, 1, 1) 100%);
		}
	}
	@media screen and (max-width: 1024px) and (min-width: 814px) {
		.play-button {
			margin: 2px 2px .5px 2px !important;
		}
	}

	.pokerplay {
	    background: url(../images/bannerplay/Poker.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.casinoplay {
	    background: url(../images/bannerplay/Casino.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.ogplay {
	    background: url(../images/bannerplay/CasinoOG.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.liveplay {
	    background: url(../images/bannerplay/LiveNumber.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	/* Payment Section */
	.payment-section {
	    width: 100%;
	    margin-top: 1vh;
	    height: 2vh;
	    border-top: 1px solid black;
	    /* background-color:white; */
	}

	.icon-payment-bar {
	    display: flex;
	    justify-content: space-between;
	    /* background-color: aqua; */
	}

	.payment-items {
	    width: 15%;
	    height: 2vh;
	    float: left;
	    /* background-color: aqua; */
	}

	.ibank-bca {
	    background: url(../images/icons/bank/bank-bca.svg) no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-mandiri {
	    background: url(../images/icons/bank/bank-mandiri.svg) no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-bni {
	    background: url(../images/icons/bank/bank-bni.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-cimb {
	    background: url(../images/icons/bank/bank-cimb.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-bri {
	    background: url(../images/icons/bank/bank-bri.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.payment-tag {
	    font-size: 2vh;
	    /* background-color: #4CAF50; */
	}

	/* Footer */
	.icon-bar {
	    width: 100%;
	    /* 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 */
	    overflow: auto;
	    position: fixed;
	    bottom: 0;
		z-index: 1;
	}

	.icon-bar a {
	    font-family: 'Aller Regular', Arial, sans-serif;
	    float: left;
	    width: 20%;
	    text-align: center;
	    padding: 5px 0 0px 0;
	    transition: all 0.3s ease;
	    font-size: 2.5vh;
	}

	.icon-bar a:not(.active) {
	    color: white;
	}

	.icon-bar a.active {
		/* 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(252, 224, 168);
	}

	.icon-bar a:hover {
		/* 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(255, 255, 255);
    text-decoration: none;
	}

	.icon-bar a span {
	    font-size: 10px;
	    padding: 2px 0 5px 0;
	    display: block;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}

	/* DUAL BUTTON MAIN */
	.main-dual-button {
	    /* background-color: violet; */
	    width: 100%;
	    height: 40px;
	    /* margin-top: 10p; */
	}

	.main-dual-button label {
	    vertical-align: center;
	    font-size: 80%;
	}

	.main-dual-button>.dual-button {
	    display: inline-block;
	    float: left;
	    font-family: 'opensans-regular';
	    width: 46%;
	    height: 40px;
	    color: yellow;
	    text-align: center;
	    padding: 5px 6px;
	    background-image: url(../images/icons/bg_main_btn.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	}

	.main-dual-button>.dual-button:first-child {
	    margin-left: 2%;
	}

	.main-dual-button>.dual-button:last-child {
	    margin-left: 2vh;
	}

	.span-menu {
	    margin-left: -1vh;
	}

	.button-menu::before {
	    content: "";
	    display: block;
	    background: url(../images/icons/redkoin.png) no-repeat;
	    background-size: 100% 100%;
	    width: 30px;
	    height: 100%;
	    float: left;
	    margin-left: 1vh;
	}

	.button-live::before {
	    content: "";
	    display: block;
	    background: url(../images/icons/livestreamings.png) no-repeat;
	    background-size: 100% 100%;
	    width: 30px;
	    height: 100%;
	    float: left;
	}

	.svg-home {
	    display: inline-block;
	    background-image: url(../images/icons/homeyellow.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-sport {
	    display: inline-block;
	    background-image: url(../images/icons/sport.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-casino {
	    display: inline-block;
	    background-image: url(../images/icons/casino.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-poker {
	    display: inline-block;
	    background-image: url(../images/icons/poker.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-livechat {
	    display: inline-block;
	    background-image: url(../images/icons/livechat.png);
	    background-size: 20px 20px;
	    height: 20px;
	    width: 20px;
	}

	.svg-og {
	    display: inline-block;
	    background-image: url(../images/icons/og.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-live {
	    display: inline-block;
	    background-image: url(../images/icons/live.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-depo {
	    display: inline-block;
	    background-image: url(../images/icons/deposit.png);
	    background-size: 20px 20px;
	    height: 20px;
	    width: 20px;
	}

	.svg-wd {
	    display: inline-block;
	    background-image: url(../images/icons/withdraw.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-promo {
	    display: inline-block;
	    background-image: url(../images/icons/promosi.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-andro {
	    display: inline-block;
	    background-image: url(../images/icons/downandro.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-contact {
	    display: inline-block;
	    background-image: url(../images/icons/contactus.png);
	    height: 20px;
	    width: 20px;
	}

	.btn-g-green {
	    color: #fff !important;
	    background: #95d602;
	    background: -moz-linear-gradient(top, #95d602 0%, #4e7101 100%);
	    background: -webkit-linear-gradient(top, #95d602 0%, #4e7101 100%);
	    background: linear-gradient(to bottom, #95d602 0%, #4e7101 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#95d602', endColorstr='#4e7101', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: 10px !important;
	    padding: .375rem 1.75rem;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
			width: 130px;
	}

	.btn-g-blue {
	    color: #fff !important;
	    background: #19ade9;
	    background: -moz-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
	    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
	    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#19ade9', endColorstr='#0d5a7a', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: 10px !important;
	    padding: .375rem 1.75rem;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
			width: 130px;
	}

	.btn-g-grey {
	    color: #fff !important;
	    background: #929292;
	    background: -moz-linear-gradient(top, #929292 0%, #7d7c7c 100%);
	    background: -webkit-linear-gradient(top, #929292 0%, #7d7c7c 100%);
	    background: linear-gradient(to bottom, #929292 0%, #7d7c7c 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#7d7c7c', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: .25rem;
	    padding: .375rem 1.75rem;
	    color: #00395e;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
	}

	/* Footer Mobile*/
	.footer-mobile {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    background: #000;
	    color: #fff;
	    /* box-shadow: 0px 0px 7px 0px rgb(211, 227, 75);
	    border-top: 2px solid rgb(211, 227, 75); */
	    width: 100%;
	    min-height: 200px;
	    max-height: 100%;
	    bottom: 31px;
	}

	.static-menu-wrapper {
	    width: 100%;
	    background-color: rgb(40, 40, 40);
	    color: black;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.footer-links {
	    padding: 0;
	    width: 100%;
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}

	ul.footer-links li {
	    justify-content: flex-start;
		font-size: 12px;
		padding: 5px;
	}

	ul.footer-links li a {
	    display: flex;
	    padding: 7px;
	    align-items: center;
	    color: rgb(252, 224, 168);
	    transition: color 0.1s linear;
	    text-align: center;
	}

	.footer-mobile .static-menu-wrapper .footer-links li:nth-last-child(n+2) {
		border-bottom: 1px solid #a7a7a7;

	}

	.footer-mobile .statement {
	    font-size: 12px;
	    margin: 1vh 0;
	    text-align: justify;
	    padding: 0 2%;
	}

	.footer-mobile .bank-list {
	    background: transparent;
	    margin: 10px 0 3vh;
	    max-width: 373px;
	}

	.footer-mobile .bank-list .title {
	    font-size: 9px;
	    text-align: center;
	}

	.footer-mobile .bank-list ul {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.footer-mobile .bank-list ul li {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 9px 12px;
	}

	.footer-mobile .bank-list ul li img {
	    width: 68px;
	    height: auto;
	}

	.footer-mobile .footer-end {
	    display: flex;
	    justify-content: center;
	    /* padding-bottom: 30px; */
	}

	.footer-mobile .footer-end .col-footer {
	    margin-right: 12px;
	    text-align: center;
	}

	.footer-mobile .footer-end .col-footer h6 {
	    font-size: 9px;
	    text-align: center;
	}

	.footer-mobile .footer-end .col-footer img {
	    width: 108px;
	}
	.copy-right {
		padding-bottom: 30px;
	}
	.copy-right p{
		font-size: 12px;
		color: rgb(255, 174, 13);;
	}
	.bg-footer-icon {
	    display: inline-block;
	    margin: 0 5px;
	    background: url(../images/bg/footer-icon.png);
	    background-position: -0px 0px;
	    background-size: 900px;
	    background-repeat: no-repeat;
	}

	.bg-footer-icon.bmm {
	    background-position: -61px -16px;
	    width: 66px;
	    height: 25px;
	}

	.bg-footer-icon.pacgor {
	    background-position: -769px -23px;
	    width: 66px;
	    height: 16px;
	}

	/* Breadcrumbs */
	.breadcrumb.b-custom {
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: -25px;
	    font-size: 12px;
	    border-radius: 0px;
	    /* background: #00395e; */
	    background: transparent;
	}

	.breadcrumb-item.b-custom.active {
	    color: rgb(252, 224, 168);
	    font-weight: bold;
	}

	.breadcrumb-item.b-custom {
	    color: rgb(255, 255, 255);
	}

	/* Input stylush Contract */
	.input-type2 {
	    width: 50vh !important;
	    height: 30px !important;
	    font-size: 12px;
	    padding: 10px;
	}

	/* Button contract */
	.btn-type1 {}

	/* Position Contract */
	.position-center {
	    margin: 0px auto;
	    display: inline-block;
	}

  /*-------------------------------*/
  /*           Wrappers            */
  /*-------------------------------*/
  .container {
    /*width: 100%;*/
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .btn {
    padding: 8px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }

  .btn-mid {
    width: 49.8%;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 0 !important;
  }

  .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.075);
  }

  .btn-default {
    color: #fff;
    background-color: #a5a5a5 ;
    border: none;
  }

  .btn-primary {
    /* color: #000 !important; */
    background-color: #1e426b;
    border: 1px solid #153050;
    border-radius: .25rem;
    -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);
		margin-bottom: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dec747', endColorstr='#dec747', GradientType=0 );
    border: none;
  }

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

  .btn-info {
    color: #fff;
    background-color: #00a9d9;
    border: none;
  }

  .btn-warning {
    color: #1a1a1a;
    background-color: #ffc600;
    border: none;
  }

  .btn-warning .badge {
    color: #fff;
    background-color: #d10000;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 15px;
  }

  .btn-danger {
    color: #fff;
    background-color: #94001f;
    border: none;
  }

  /*-------------------------------*/
  /*            Forms              */
  /*-------------------------------*/


  .contact > .form-group {
    margin-bottom: 10px;
  }

  .form-control {
    height: 40px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #393939;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }

  .form-control:focus {
    background: #393939;
    color: #fff;
    border-color: #66AFE9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }

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

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

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

  .input-group-addon {
    padding: 0;
    color: #737373;
    background-color: transparent;
    border: 1px solid transparent;
  }

  .input-group-addon > div {
    padding: 10px;
  }

  .input-group-addon img {
    margin-top: -1px;
    padding-left: 5px;
    height: 40px;
  }

  span.input-group-addon {
    padding-right: 10px;
  }

  .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .has-success .form-control {
    border-color: transparent;
  }

  .has-success .form-control-feedback {
    color: #6EA900;
  }

  .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .has-feedback-left .form-control {
		padding-left: 40px;
    margin: 10px 0;
    border-radius: 5px;
  }
  .has-feedback-left .form-control-feedback {
    position: absolute;
    left: 0;
    margin-top: -50px;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
    color: #777777;
  }

    /*-------------------------------*/
    /*            Modal              */
    /*-------------------------------*/
  /*.modal {
    position: absolute;
    height: 60vh;
    margin-top: 25%;
    overflow: hidden;
    z-index: 999999;
    }*/
  /*
  .modal-backdrop {
    position: absolute;
    }*/

  /*.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.show {
    filter: alpha(opacity=85);
    opacity: .85;
    }*/
    .modal {
      top: 13%;
    }
    .modal-backdrop {
     position: absolute;

   }

   .body-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0,0.5);
    display: none;
  }


  .modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
  }

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

  /*.modal-header img {
    padding-right: 5px;
    }*/

  /* .modal-header .close {
    margin-top: 0;
    } */

    .modal-body {
      text-align: center;
			padding: 10px 1rem;
    }

    .modal-body.memo {
      text-align: left;
      color: #000;
    }

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

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

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

    .modal-footer {
      background: #222222;
      border-top: none;
      text-align: center;
    }
		.sidenav {
		    height: 100%;
		    width: 330px;
		    position: fixed;
		    z-index: 1000;
		    top: 0;
		    left: -330px;
		    background-color: rgb(0, 0, 0);
		    -webkit-box-shadow: 3px 0px 5px -2px #000 ;
		    overflow-x: hidden;
		    transition: 0.5s;
		    padding-top: 60px;
		  }
		  .sidenav-container
		  {
		    /* background-color: aqua; */
		    height: 95vh;
		    /* width: 46vh; */
		    width: 100%;
		    /* margin: 0 2vh 0 2vh; */
		    position: absolute;
		    top: 2vh;
		    right: 0;
		    font-size: 36px;
		  }
		    .sidenav-header
		    {
		      /* background-color: burlywood; */
		      height: 5vh;
		      text-align: center;
		    }
		    .sidenav-header-switch
		    {
		      display: inline-block;
		      position: absolute;
		      margin-left: auto;
		      margin-right: auto;
		      left: 0;
			  right: 0;
			  /* 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: 40px;
		      width: 200px;
		      font-size: 13px;
		      font-family: 'opensans-regular';
		      font-weight: bold;
		      color: rgb(255, 255, 255);
		      padding: 9px 10px;
		      text-align: center;
		      border-radius: 7px;
		      /* border: 2px solid rgb(0, 57, 94); */
		    }
		.sidenav-menu
		{
		  position: absolute;
		  font-weight: bold;
		  /* background-color: aqua; */
		  overflow: scroll;
		  width: 100%;
		  padding : 0 10px;
		}
		.after-side
		{
		  height: 85vh;
		}
		  .before-side
		  {
		    top: 6vh;
		    height: 90%;
		  }
		  .sidenav-menu > a {
		    text-decoration: none;
		    display: block;
		    height: 30px;
		    width: 100%;
		    font-family: 'opensans-regular';
		    /* font-weight: bold; */
		    /* padding: 0.8vh 1vh 1vh; */
		    padding: 3px 5px;
		    border-top: 1px solid #585858;
		    color: #FFF;
		    font-size: 15px;
				text-transform: uppercase;

		  }
			.sidenav-menu > a i{
				color: rgb(252, 224, 168);
			}
		.sidenav-menu .active{

			/* 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: rgb(255, 255, 255) !important;
/*
			 border-top: 2px solid rgb(90, 88, 89);
			 border-bottom: 2px solid rgb(90, 88, 89); */
		}
		.sidenav-menu .active i{
			color: rgb(252, 224, 168) !important;
		}
		.sidenav-menu-items  {
		  /* float: right; */
		}

		.sidenav-menu-items .menu-items-name  {
		  position: absolute;
		  left: 45px;
		}

		.sidenav-vip {
			width: 25px; margin-left: -5px;
		}
		.sidenav-desktop-relative {
			position: relative; bottom: 10px; margin: 20px;
		}
		.sidenav-desktop {
			width: 40px; margin: -5px 10px 0 -10px;
		}
		/* DUAL BUTTON */
		.sidenav-dual-button
		{
		  /* background-color: violet; */
		  width: 100%;
		  height: 10vh;
		  margin-top: 3vh;

		}
		.sidenav-dual-button-up
		{
			display: block;
	    background-color: rgb(0, 0, 0);
	    height: 36px;
	    width: 100%;
	    font-size: 15px;
	    font-family: 'opensans-regular';
	    text-align: center;
	    /* font-weight: bold; */
	    color: white;
	    padding: 0vh 0vh 1vh;
	    margin-top: 0vh;
	    border-top: 1px solid rgb(88, 88, 88);
	    border-bottom: 1px solid rgb(88, 88, 88);

		}
		.sidenav-dual-button-up >.dual-button
		{
		  display: inline-block;
		  float: left;
		  font-size: 15px;
		  font-family: 'opensans-regular';
		  font-weight: bold;
		  width: 155px;
		  height: 35px;
		  color: white;
		  text-align: center;
		  padding-top: 5px;

		}
		.sidenav-dual-button > .dual-button
		{
		    display: inline-block;
		    float: left;
		    font-size: 2vh;
		    font-family: 'opensans-regular';
		    font-weight: bold;
		    width: 20vh;
		    height: 5vh;
		    color: white;
		    text-align: center;
		    padding-top: 1vh;
		    margin-left: 2vh;
		}
		.button-memo
		{
		 text-align: center;
		 border-right: 1px solid rgb(88, 88, 88);
		}
		.button-editprofile
		{
		text-align: center;
		}
		.button-login
		{
	    background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
			border-radius: 5px;
			width: 85px;
		}
		.button-logout
		{
		  background-image: url(../images/icons/bg-logout.png);
		  background-repeat:no-repeat;
		  background-size:100% 100%;
		}
		.button-deposit
		{
		  background-image: url(../images/icons/bg-login.png);
		  background-repeat:no-repeat;
		  background-size:100% 100%;
		}
		.button-register
		{
			background: linear-gradient(to bottom, rgba(25, 173, 255, 1) 0%,rgba(13, 90, 122, 1) 100%);
	    border-radius: 5px;
	    width: 85px;
		}
		/* FOOTER */
		.sidenav-footer
		{
			position: absolute;
			bottom: 0;
			width: 90%;
	    	margin: 0 15px;
			height: 25px;
			border-top: 0.5px solid rgb(252, 224, 168);
		}
		  .sidenav-footer > .credit {
		    text-align: center;
		    color: rgb(252, 224, 168);
		    font-size: 13px;
		    margin-top: 10px;
		  }
		  .closebtn
		  {
		    width: 2.5vh;
		    font-size: 4vh;
		    margin-right: 2vh;
			float: right;
			color: white;
		  }

		  .arrow {
		     background-repeat:no-repeat;
		     background-size:100% 100%;
		  }
		  .dompet-title {
		    display: block;
		    background-color: rgb(30, 66, 107);
		    height: 5vh;
		    width: 100%;
		    font-size: 2vh;
		    font-family: 'opensans-regular';
		    color: white;
		    padding: 0.8vh 0vh 1vh ;
		}

		.dompet-item {
		  padding-left: 10px;
		  list-style-type: none;
		  text-align: right;
		  margin: 5px 5px;
		  padding-right: 3vh;
		  padding-top: 0.5vh;
		  font-size: 1.8vh;
		  max-height: 100%;
		  font-family: 'opensans-regular';
		  color: #FFF;
		  font-style: italic;
		  border-top: 1px solid rgb(46, 108, 178);
		}

		.dompet-item span {
		  float: left;
		}

		.dompet-jumlah {
		  padding-left: 10px;
		  list-style-type: none;
		  margin: 5px 5px;
		  padding-right: 3vh;
		  padding-top: 0.5vh;
		  font-size: 13px;
		  max-height: 100%;
		  text-align: right;
		  font-family: 'opensans-regular';
		  color: white;
		  font-style: italic;
	    border-top: 1px solid rgb(88, 88, 88);
		}

		.dompet-jumlah span {
		  float: left;
		  color: rgb(211, 227, 75);
		}
		/* accordion */
		.accordion {
		  padding-left: 0px;
		}

		.accordion__list {
		  list-style-type: none;
		  width: 100%;
		}

		.accordion__list .link {
		  padding: 6px 2px;
		  position: relative;
		}

		.accordion__list .link__title {
		  /* top: 0.2em; */
		  position: relative;
		  box-sizing: border-box;
		  width: 100%;
		  left: 6px;
		  display: block;
		  background-color: transparent;
		  text-transform: uppercase;
		}

		.accordion li:last-child .link {
		  padding-left: 30px;
		  position: relative;
		  box-sizing: border-box;
		  width: 100%;
		  display: block;
		  background-color: transparent;
		  font-size: 15px;
		  border-bottom: 0;
		  color: #FFF;
		}
		.sidenav-menu-items i{
		  margin-right: 15px;
		}
		/** ========================
		* Diseño iconos font-awesome
		============================= **/
		.accordion li i {
		  /* margin-right: 15px; */
		  position: absolute;
		  top: 11px;
		  left: 5px;
		  font-size: 15px;
		  color: rgb(252, 224, 168);
		  -webkit-transition: all 0.4s ease;
		  -moz-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
		}

		.accordion li i.fa-chevron-down {
		  bottom: 5px;
		  float: right;
		  right: 12px;
		  left: auto;
		  font-size: 1em;
		}

		/**===================================
		* Conf. clase link al estar activo submenu (con js)
		====================================**/
		.accordion li.open .link {
		  color:rgb(255, 174, 13);
		}

		.accordion li.open i {
		  color: rgb(255, 174, 13);
		}
		.wallet-detail .text-uppercase {
			color: rgb(255, 174, 13);
		}

		.accordion li.open i.fa-chevron-down {
		  -webkit-transform: rotate(180deg);
		  -moz-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  transform: rotate(180deg);
		}

		/**=======================
		* Submenu
		==========================**/
		.submenu {
		  display: none;
		  font-size: 0.95em;
		}

		.submenu li {
		}
		/* Side button */

		.btn-sidebar {
		  padding: 10px 15px;
		  padding: 30px 15px;
		}

		.btn-sidebar a {
		  padding: 10px 38px;
		  max-width: 133px;
		}

		.text-center-side {
		  font-size: 12px;
		  font-weight:normal;
		  text-align:center;
		  color:white;
		  margin-top: 5px;
		}

		.light-g-green {
		  text-align: center;
		  color: #84bd02;
		  border: none;
			text-decoration: underline;
		}
		.light-g-blue {
		  text-align: center;
		  color: rgb(252, 224, 168);
		  border: none;
			text-decoration: underline;
		}

		.align-items-center{
			padding-left: 10px;
	    list-style-type: none;
	    text-align: right;
	    margin: 5px 5px 5px 30px;
	    padding-right: 5px;
	    padding-top: 2px;
	    font-size: 12px;
	    max-height: 100%;
	    font-family: 'opensans-regular';
	    color: #FFF;
	    font-style: italic;
	    border-top: 1px solid rgb(88, 88, 88);
		}
		.align-items-center span {
			color: rgb(0, 0, 0);
		}
	/* style */
	a{
	  color: black;
	}
	.rows{
	  flex-wrap: nowrap;
	  /* margin-right: -15px;
	  margin-left: -15px; */
	}
	.border-all{
	  border-radius: 5px;
	}
	.m-10{
	  margin: 0 10px;
	}
	.mt-20{
	  margin-top:20px;
	}
	.mb-10{
	  margin-bottom: 10px;
	}
	.mb-20{
	  margin-bottom: 20px;
	}
	.transaction-page{
	  /* font-family: 'gotham-medium'; */
	}
	.transaction-content{
	  margin: 0 10px;
	  border-bottom-left-radius: 5px;
	  border-bottom-right-radius: 5px;
	}
	.transaction-page .title-transaction h6{
	  text-align: center;
	  color: rgb(252, 224, 168);
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-top: 20px;
		font-size: 19px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	}
	.transaction-page .withdraw{
	  margin-top: 20px;
	}

	/* style tab */
	.tab-dual {
	}
	.tab-dual .nav-tabs {
		width: 100%;
		display: flex;
		padding: 0 10px;
    	justify-content: space-between;
		margin-bottom: 13px;
	}
	.tab-dual li {
		/* background: rgb(207,158,89);border-top-left-radius: 10px;
		border-top-right-radius: 10px; */
		width: 49%;
		border-bottom: none;
		color: white;
		text-align: center;
	}
	.tab-dual li a{
		color: black;
		font-weight: bold;
		background-color: #EFFBFF;
		text-transform: uppercase;
		border-radius: 10px;
		height: 90px;
	}
	.tab-dual .nav-link.active {
		/* background-image: url(../img/bg/pattern-b.jpg);
		border: 2px solid rgb(207,158,89);border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background-size: 70px;
		border-bottom: none;
		color: rgb(252, 224, 168);
		height: 45px; */
		border: 1px solid rgb(252, 224, 168);
		border-radius: 10px;
		color: rgb(0, 0, 0);
		height: 90px;
		background-color: rgb(252, 224, 168);
	}
	.tab-dual .tab-content {
		/* border: 2px solid rgb(207,158,89);
		border-radius:  0 0 10px 10px;
		margin-top: -11px; */
	}
	.tab-dual .tab-content .tab-pane .tab-content-holder {
		padding: 20px 5px;
	}

		.tab-content-transaction {
			padding: 25px 25px 0;
			margin-top: -2px;
			border: 2px solid rgb(207,158,89);
		}
		.label-field-transaction{
		  color: white;
		  font-weight: bold;
		  font-size:12px;
		  /* 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;
		  font-weight: bold;
		  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 textarea{
		  height: 100px;
		}
		.select-field-transaction{
		  width: 52%;
		  /* margin-left: 5px; */
		  padding-left: 10px;
		  height: 35px;
		  color: black;
		  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 5px;
		  border-radius: 8px;
		  font-size: 8px;
		  text-decoration: none;
		  font-weight: bold;
		  margin-left: 3px;
		  position: absolute;
		  width: 100%;
		  margin-top: 1px;
		}
		.btn-ebanking:hover{
		  background-image: linear-gradient(to bottom, #d0cbcb, #d0cbcb);
		  color: black;
		}
		.btn-ebanking img{
		  width: 70px;
		  height: 25px;
		}
		.btn-copy{
			background-image: linear-gradient(to bottom, #96d702, #5f8801);
		  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, #5f8801, #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: #d3e34b;
		  font-size: 12px;
		}
		.pt-3{
		  padding-top: 3px !important;
		}
		.pt-5{
		  padding-top: 5px !important;
		}
		.pt-10{
		  padding-top: 10px !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--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: #ffffff;
		}
		.black{
		  background-color: black;
		}
		.online{
		  background-color: #2bd600;
		}
		.offline{
		  background-color: #ff0000;
		}
		.trouble{
		  background-color: #fff000;
		}
		.background-color-yellow{
		  background-color: #98da02 !important;
		  color: #312e25 !important;
		  padding : 10px 30px !important;
		}
		.box-transaction-header{
			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: 15px;
		  width: 100%;
		  font-weight: bold;
		}
	.box-transaction-header img{
	  margin-right: 5px;
	}
	.box-transaction-header span{
	  line-height: 18px;
	  width: 100%;
	}
	.box-transaction-content{
	  padding: 20px;
	  background-color: #000000;
	  margin: 0;
	  border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;
	}
	.box-transaction-content p{
	    font-size: 12px;
	}
	.line{
	  padding: 15px 5px 15px 15px;
	  background-color: #ececec;
	}
	.line:nth-child(even){
	  background-color: #ffff;
	}
	.line-first{
	  padding: 15px 5px 15px 15px;
	  background-color: #ececec;
	}
	.line-second{
	  padding: 15px 5px 15px 15px;
	  background-color: #ffff;
	}
	.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;
	}
	.cols-4{
	  width: 23%;
	}
	.cols-2{
	  width: 51%;
	  padding-right: 0px;
	}
	.cols-1{
	  width: 25px;
	}
	.cols-40{
	  width: 40px;
	}
	.cols-40p{
	  width: 40%;
	}
	.box-transaction-footer{
	  background-color: #ffffff;
	  padding: 10px;
	  border-bottom-left-radius: 10px;
	  border-bottom-right-radius: 10px;
	  color: white;
	  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;
	  padding-right: 0;
	  padding-top: 0;
	  font-size: 12px;
	  border: 0px;
	}
	.content-list{
	  margin: 0 10px 0 15px;
		color: white;
	}
	.content-list ul{
	  /* list-style: unset; */
	}
	.content-list ul li{
	  /* font-size: 200%; */
	  font-size: 12px !important;
	}
	.content-list ul li span{
	  font-size: 12px !important;
	}
	.content-list li:before {
	  top: -3px;
	  content: "·";
	  font-size: 75px;
	  vertical-align: middle;
	  line-height: 10px;
	  position: relative;
	  color: #d3e34b;
	}
	.trouble-darck{
	  background-color: #d3e34b;
	}
	.content-footer{
	  margin: 0px 0;
	  height: auto;
	}

	.notice-input-transaction{
	  font-size: 11px;
	  color: rgb(252, 224, 168);
	  line-height: 14px;
	  margin: 3px 0 0px 15px;
	}
	.icon-vip{
	  background: url(../../general/img/vip/vipicon.png) no-repeat;
	  background-size: 100% 100%;
	}

	/* new desain footer */
	.footer-mobile {
	  margin-bottom: 0 !important;
	  padding-bottom: 35px
	}
	.footer-mobile .statement {
	    margin: 0;
	    padding: 10px 10px 0;
	}
	.footer-payment{
	  padding :0 10px 20px;
	  width: 100%;
	}
	.footer-bank-list{
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.footer-bank-list li{
	  background-color: #052f4a;
	  width: 86.7px;
	  height: 50px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0px 10px;
	  margin: 1px;
	}
	.footer-mobile .bank-list ul li {
	    padding: 20px 10px;
	    background-color: #052f4a;
	}
	.footer-title-only {
		padding: 0 10px;
		width: 100%;
	}
	.footer-mobile .footer-payment .title ,.footer-title-only .title{
	    font-size: 12px;
	    text-align: left;
	}
	.footer-mobile .bank-list {
	    margin: 0 0 20px;
	    max-width: 100%;
	}
	.footer-mobile .footer-end {
	  padding-bottom: 15px;
	}
	.col-footer .device{
	  width: 80px !important;
	}
	.col-footer .license{
	  width: 90px !important;
	}
	.col-footer .security{
	  width: 140px !important;
	}
	.footer-bank{
	  display: flex;
	}
	.footer-bank-list{
	  background-color: #1c1c1c;
	  /* padding: 0 10px; */
	  width: calc(25% - 2px);
	  margin: 1px;
	  height: 55px;
	}
	.footer-bank-list .cimb{
	  height: 15px;
	  margin-top: 25px;
	}
	.footer-bank-list .permata{
	  height: 35px;
	  margin-top: 10px;
	}
	.footer-bank-list .panin{
	  height: 40px;
	  margin-top: 8px;
	}
	.footer-bank-list .btpn{
	  height: 30px;
	  margin-top: 13px;
	  width: 45px;
	}
	.footer-bank-list .mega{
	  height: 30px;
	  margin-top: 13px;
	  width: 45px;
	}
	.footer-bank-list .voucher88{
	  height: 13px;
	  margin-top: 23px;
	}
	@media (max-width: 360px){
	  .tabs label {
	      width: 49.3%;
	    }
	  .input-field-transaction {
	    width: 95.6%;
	  }
	  .select-field-transaction {
	      width: 60%;
	      padding-left: 5px;
	    }
	  .btn-ebanking {
	    padding: 4px 5px;
	  }
	  .btn-ebanking img {
	    width: 60px;
	  }
	  .btn-copy {
	      margin-left: 13px;
	  }
	  #validation_code{
	    width: 50% !important;
	  }
		.button-login {
			width: 70px
		}
		.regis {
			margin-top: 2vh;
		}
		.button-register {
			width: 70px
		}
	}
	@media (max-width: 320px){
	  .col-footer .device {
	    width: 70px !important;
	  }
	  .col-footer .license {
	    width: 80px !important;
	  }
	  .col-footer .security {
	    width: 120px !important;
	  }
	  #validation_code{
	    width: 55% !important;
	  }
	  #captcha_register{
	    width: 64px !important;
	  }
	}
	.banner-page
	{
	    /* background: url(../images/banner/sports_banner.png) no-repeat; */
	    margin-top: 2vh;
	    position: relative;
	    /* background-color: rgb(79, 74, 72); */
	}
	.banner-section > img
	{
	    height: 100%;
	    width: 100%;
	}
	.banner-header
	{
	    width: 100%;
	    height: 4vh;
	    padding : 5px;
	    max-height: 4vh;
	    background-color: rgb(79, 74, 72);
	}
	.banner-section
	{
	    height: auto;
	    width: 100%;
	    display: flex; justify-content: center;
	}

	.banner-title-game {
		padding-top: 15px;
		font-weight: bold;
		color: rgb(252, 224, 168);
	}
	.banner-header-tag
	{
	    color:rgb(211, 227, 75);
	    font-size: 2vh;
	    text-align: center;
	}
	.banner-button {
    /* display: block; */
    color: white;
    font-size: 13px;
    padding: 8px 25px;
    text-decoration: none;
    /* width: 160px; */
    /* height: 4vh; */
    font-family: 'opensans-regular';
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(151, 217, 2, 1) 0%,rgba(94, 135, 1, 1) 100%);
    border-radius: 7px;
    /* width: auto; */
    background-size: 100%;
    /* position: absolute; */
    /* bottom: 2.5vh; */
    /* left: 38%; */
}

	/* REGISTER */
	.register-notice
	{
	    text-align: center;
	    background-color: rgb(0, 0, 0);
	    padding: 5px;
	    font-size: 1.5vh;
	    color: white;
	}
	.register-notice p {
	    color: rgb(252, 224, 168);
			margin-bottom: 0;
	}
	.form-container
	{
	    background-color:rgb(229,238,245);
	}
	.form-all > .form-items
	{
	    font-size: 12px;
	    /* padding: 1vh 2vh 0vh 2vh; */
	    padding: 5px 10px 0;
	    text-align: left;
	}

	.form-all > .form-items-submit
	{
	    position: absolute;
	    bottom: 1vh;
	    font-family: 'opensans-regular';
	    margin:0 auto;
	    width:100%;
	    text-align:center;
	}

	.check-save
	{
	  display: inline-block;
	  background-size: 100% 100%;
	  border-radius: 5px;
	  width: 15vh;
	  color: white;
	  height: 4vh;
	  font-size: 1.7vh;
	  padding: 3px;
	  /* background: linear-gradient(to bottom, rgb(251, 251, 251) 0%,rgb(220, 222, 224) 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-top: 1px #dddddd solid;
	  border-left: 1px #dddddd solid;
	  border-bottom: 2px #919292 solid;
	  border-right: 2px #919292 solid;
	}
	.first-dc
	{
	    margin-top: 1vh;
	}
	.last-dc
	{
	    margin-bottom: 4vh;
	    /* background-color: red; */
	}
	.check-avail
	{
	  float: right;
	  /* width: 15vh; */
	  width: 100px;
	  height: 3vh;
	  font-size: 10px;
	  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(196, 196, 196) 100%);
	  border-radius: 3px;
	  border: 0.5px #acacad solid;
	}
	.input-dc
	{
	    width: 35vh;
	    float: right;
	    border: 0px;
	    height: 25px;
	}
	.input-dc-check
	{
	    width: 18vh;
	    float: right;
	    margin-right: 2vh;
	    height: 25px;
	}

	.input-cpt
	{
	    width: 66px;height:20px;padding: 0px!important;float: right;border: none;margin-right:10vh;
	}
	.ref-cpt
	{
	    width: 20px;height:20px;float: right; margin-right: 1vh;
	}
	.img-cpt
	{
	    width: 66px;height:20px;float: right; margin-right: 1vh;
	}

	.form-all
	{
	    height: 62vh;
	}
	.form-all span {
	    font-size: 12px;
	    margin-left: 0.2vh;
	}
	.asterisk::after
	{
	    color: red;
	    font-size: 1.5vh;
	    margin-right: 1vh;
	    float: right;
	    content: "*";
	}

	.livetable
	{
	    margin-bottom: 20px;
	    width: 100%;
	}

	.livetable table {
		border-collapse: separate;
		border-spacing: 2px;
		width: 100%;
	}
	.livetable td {
	    padding: 1vh;
	    background: #e5e4e4;
	    font-size: 13px;
	    font-weight: bold;
	}
	.livetable input {
	    border:0px;
	}
	.tables-stat th {
	    border: 2px solid #b9b9b9;
	    /* padding-top: 8px; */
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: white;
	    height: 30px;
	    background: #454545;
	    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
	  }

	  .tables-stat {
	    width: 100%;
	    font-size: 2vh;
	    background: #454545;
	    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
	    bottom: 330px;
	  }
	 .poker-download-container {
		width: 324px;
	}

	 .poker-download {
		background-color: #494949;
		padding: 10px 15px;
		border-radius: .25rem;
		/* font-family: 'opensans-regular'; */
		font-size: 12px;
		color: #fff;
	}

	 .poker-download .download-header {
		font-family: 'opensans-bold';
		font-size: 14px;
		color: #fff;
		text-decoration: underline;
	}

	 .poker-download .download-content span {
		font-family: 'opensans-bold';
		font-size: 12px;
		color: rgb(252, 224, 168);
		text-transform: uppercase;
	}

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

	 .poker-download .icon-android {
		width: 14px;
		height: 16px;
		vertical-align: sub;
	}
.banner-content p{
	font-size: 13px;
	padding-bottom: 10px;
	color: rgb(255, 255, 255);
	margin: 0
}
.banner-content .form-button{
	margin: 20px;
}
.banner-content .form-button h6{
	margin: -15px 0 -5px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(252, 224, 168);
  font-size: 18px;
}
.breadcrumb {
    padding: 15px 10px 10px;
	}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
		padding-right: 3px;
}
.form-game{
	display: flex;
	justify-content: center!important;
}
.form-game .game-banner{
	width: 85px;
	/* margin: 5px; */
}
.form-game .game-banner img {
	padding: 0 3px;
}
.form-game .game-banner p{
	padding: 4px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: rgb(252, 224, 168);
}
.btn-og_playtech {
	margin-top: 15px;
	background: black;
	padding: 3px 20px;
	border-radius: 30px;
	height: 40px;
	margin-right: 10px;
}
.btn-playtech {
    background: #151e47;
		padding: 5px 20px;
}
.promt-container
{
    height: 7vh;
    background-color: rgb(0, 0, 0)
}
.promt-navs
{
    width: 95%;height: 7vh;display: flex;justify-content: center;margin: 0 auto;
    background-color: rgb(0, 57, 94);
    /* background-color: white; */
}
.navs-item2
{
    font-size: 1.6vh;
    display: block;
    height: 2vh;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.navs-pills2 > a
{
    color: rgb(252, 224, 168);
    /* font-family: 'gotham-medium'; */
    font-family: 'Aller Regular', Arial, sans-serif;
}

.promt-banner
{
    /* background-color: aqua; */
    margin-top: 2vh;
    width: 100%;
    height: auto;
    overflow: scroll;

}
.p-banner-item:first-child
{
    /* background-color: yellowgreen; */
    height: 15vh;
    width: 100%;
}

.p-banner-item:not(:first-child)
{
    /* background-color: crimson; */
    height: auto;
    width: 100%;
    margin-top: 2vh;
    /* border: 1px solid black; */
}
.p-banner-img img{
    width: 75%;
    float: left;
    height: 15vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: violet; */
}
.p-banner-menu {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	margin: 5px 0;
}
.promt-join
{
    display: inline-block;
    /* margin-top: 1vh; */
    padding: 5px;
    background: linear-gradient(to bottom, rgba(151, 216, 2, 1) 0%,rgba(78, 112, 1, 1) 100%);
    border-radius: 3px;
    background-size: 100% 100%;
    width: 80%;
    height: 30px;
    color: white;
    font-size: 12px;
}
.promt-info {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(196, 196, 196) 100%);
    border-radius: 3px;
    border: 0.5px #acacad solid;
    background-size: 100% 100%;
    width: 80%;
    height: 30px;
    color: black;
    font-size: 12px;
}
.promote-title
{
    font-size: 2vh;
}
.content-collapse-container p
{
    font-size: 1.8vh;
}
.content-collapse-container img
{
    width: 90%;
}
.p-10{
		padding: 10px;
	}
	.title-transaction h6{
		text-align: center;
		color: #0d2949;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 20px;
		font-weight: bold;
	}
	.p-banner-img img {
    /* width: 100%; */
    height: auto;
	}
	.promt-banner {
    margin-top: 10px;
	}
	.navs-item2 {
    display: contents;
	}
	.promt-container {
    height: auto;
	}
	.nav-tabs {
    border-bottom: 0px solid #dee2e6;
		padding: 10px 0px;
	}
	.navs-pills2 {
		width: 10vh;
		/* border-radius: 3px; */
		padding: 3px;
		margin: 3px 2px;
		/* background-color: #064d7b; */
}
.active-pills {
    /* 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 */
}
.active-pills a{
	color: #ffffff;
}
.contactus-content{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 3px;
}
.contactus-content li {
	background-color: #000000;
	width: 100%;
	height: 145px;
	text-align: center;
}
.contactus-content li .contactus-header {
	padding: 5px;
	text-transform: uppercase;

}
.contactus-content li .contactus-header span{
	margin-bottom: 0;
	font-size: 13px;
	color: rgb(252, 224, 168);
}
.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: 75px;
}
.contactus-content li .contactus-footer{
	margin-bottom: 0;
}
.contactus-content li .contactus-footer span{
	padding: 3px;
	font-size: 12px;
	color: rgb(252, 224, 168);
}
.contactus-content li .contactus-footer a{
	text-transform: uppercase;
  font-size: 12px;
  color: #000;
	text-decoration: none;
}
.contactus-content li .contactus-footer .link{
	color: rgb(252, 224, 168);
	text-decoration: underline;
}
.form-group {
    margin-bottom: 5px;
    width:100%;
  }
.form-groups {
    margin-bottom: 5px;
    width:70%;
  }
  .input-dc {
    width: 100%;
    padding:0 5px;
  }
  .fv-plugins-bootstrap .fv-plugins-icon {
    line-height: 19px;
    width: 20px;
  }
  .btn-availability .fv-plugins-bootstrap .fv-plugins-icon {
    line-height: 19px;
    width: 45px;
  }
  .fv-plugins-bootstrap .fv-help-block {
    /* color: #dc3545;
    font-size: 80%; */
    margin-top: 7px;
    padding-top: 18px;
  }
  .pad-left {
    padding: 0vh 1vh 0vh 1.5vh;
  }
  .label-max {
    width: 25%;
  }
  .badge-icon{
    height: 3vh;
    width: 13%;
    background: #0d2949;
    color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 3px;
  }
  .red-th {
	  color: red;
  }
	.blue-th {
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: white;
	    width: 100%;
	    padding: 5px;
			 /* 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 */
	}

	.blue-th > p
	{
	    text-align: center;
	    font-size: 18px;
	    color: rgb(255, 255, 255);
			font-weight: bold;
			margin: 0;
	}

	.black-th {
	    padding: 8px;
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: rgb(255, 255, 255);
	    width: 100%;
	    font-weight: bold;
	    /* 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-bottom: none;
	}

	/* Index */
	.pane-1 {
	    width: 100%;
	    max-width: 100%;
	    height: 267px;
	    max-height: 267px;
	    margin-left: 25px;
	    margin-top: 20px;

	    /* background-color: #00395e; */
	}

	.pane-2 {
	    width: 100%;
	    max-width: 100%;
	    height: 145px;
	    max-height: 145px;
	    margin-left: 25px;
	    margin-top: 13px;
	}

	.pane-3 {
	    width: 100%;
	    max-width: 100%;
	    height: 172px;
	    max-height: 172px;
	    margin-left: 25px;
	    margin-top: 14px;
	}

	.pane-4 {
	    width: 100%;
	    max-width: 100%;
	    height: 621px;
	    max-height: 621px;
	    margin-left: 25px;
	    margin-top: 18px;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    background-color: #00395e;
	}

	.the-games {
	    position: absolute;
	    z-index: 99;
	}

	.img-elastislide-slide {
	    float: left;
	    width: 640px;
	    max-width: 640px;
	    height: 145px;
	    max-height: 145px;

	    /* background-color: beige; */
	}

	.img-banner {
	    float: left;
	}

	.img-banner-gif {
	    float: left;
	    width: 174px;
	    max-width: 174px;
	    height: 145px;
	    max-height: 145px;
	    margin-left: 11px;
	    background-color: #00395e;
	}

	.img2-banner {
	    margin-left: 15px;
	}

	/* Promotion Rev */
	.promo-wraps-rev {
		width: 100%;
	}
	.promo-wrapper {
		padding: 0 10px;
	}

	.promo-wrapper .nav-tabs .nav-link:last-child {
		margin-right: 0;
	}


	.promo-wrapper .tab-content .panel {
		margin-bottom: 5px;
		border: 1px solid transparent;
		border-radius: .25rem;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		box-shadow: 0 1px 1px rgba(0,0,0,.05);
	}

	.promo-wrapper .tab-content .panel-heading {
		border-bottom: 1px solid transparent;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #333;
	}

	.promo-wrapper .tab-content .panel-heading img {
		width: 100%;
	}
	.promo-wrapper .tab-content .panel-heading .coloum-btn{
		margin: auto;
	}

	.promo-wrapper .panel-heading .d-inline-flex:first-child {
		width: 100%;
	}
	.promo-wrapper .panel-content.panel-collapse {
		background-color: #fff;
		color: #000;
	}
	.coloum-btn {
		padding: 15px;
		padding-right: 0;
		width: 115px;
	}
	.coloum-btn a {
		font-size: 12px;
	}
	.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-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;
	}

	.promo-wrapper .tab-content .panel-body {
		padding: 15px;
		font-size: 14px;
	}

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

	/* POKER */

	.tbl-content-download {
	    width: 336px;
	    height: 254px;
	}

	.content_download {
	    width: 292px;
	    height: 219px;
	    color: #FFF;
	    border-radius: 5px;
	    margin: 20px 20px;
	    background-color: #494949;
	}

	.btn-download {
	    font-family: 'opensans-regular';
	    text-align: center;
	    font-size: 14px;
	    margin-left: 10px;
	    margin-top: 150px;
	    border-radius: 5px;
	}

	.btn-download span {
	    text-align: center;
	    padding: 1px 1px;
	    margin-bottom: 3px;
	}

	/* Game Start Button */

	.cash-out {
		font-family: 'opensans-regular';
		text-align: center;
		font-size: 12px;
		background: linear-gradient(0deg, #cbcbcb 0%, whitesmoke 100%);
		border-radius: 4px;
		margin-left: 10px;
		border: none;
		padding: 7px 15px;
	}
	.cash-out img{
		margin : -3px 5px 0 0;
	}

	.jumlah-tbl-live {
	  width: 97px;
	  height: 33px;
	  float: left;
	  margin-right: 10px;
	  background: #FFF;
	  padding: 5px;
	}

	.transfer-cash-live {
		float: left;
    font-family: 'opensans-regular';
    text-align: center;
    background: #cbcbcb;
    background: linear-gradient(0deg, #cbcbcb 0%, whitesmoke 100%);
    border-radius: 4px;
    border: none;
    margin: 0;
    height: 33px;
    padding: 5px 7px;
	}
	.transfer-cash-live img{
		margin-top: -3px;
	}
	.game-start {
	    margin-bottom: 15px;
	    display: block;
	    color: black;
	    width: 195px;
	    height: 60px;
	    font-size: 20px;
	    padding: 10px;
	    font-weight: bold;
	    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
	    border-radius: 4px;
	}

	.game-start p {
	  text-align: center;
	  padding: 5px 0;
	}
	.game-start strong {
		float: right;
		padding: 5px;
	}

	.live-casinot {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/LiveCasinot.png) no-repeat;
	    background-size: 100% 100%;
	    height: 5vh;
	    width: 15vh;
	}

	.live-number {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/logo-idnlive.png) no-repeat;
	    background-size: 100% 100%;
	    height: 35px;
	    width: 100px;
	}

	.OG-casinot {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/OG_NEW.png) no-repeat;
	    background-size: 100% 100%;
	    height: 40px;
	    width: 100px;
	}

	.ubo-casino {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/ubo.png) no-repeat;
	    background-size: 100% 100%;
	    height: 40px;
	    width: 100px;
	}

	.poker {
	  float: left;
	  background: url(../images/game/IDN.png) no-repeat;
	  background-size: 100% 100%;
	  height: 40px;
	  width: 100px;
	}

	/* ETC */

	.headleft {
	    width: 40%;
	    padding-top: 2vh;
	    padding-left: 1.5vh;

	    /* width: 190px;
	    height: 30px; */
	}

	.headleft-bank {
	    width: 40%;
	    padding-left: 1.5vh;
	    font-weight: bold;
	}

	.submit-Deposit {
	    text-align: center;
	    height: 120px;
	}

	.submit-Deposit > .btn-submit {
	    /* margin-left: 1vh; */
	    /* padding: 1vh 4vh 1vh 4vh; */
	    width: 200px;
	    margin-top: 10px;
	    border-radius: 4px;
	    background: url(../images/icons/button-play-default.png)  no-repeat;
	    background-size: 100% 100%;
	}

	.text-depo {
	    margin: 3vh;
	    font-size: 2vh;
	    text-align: center;
	    font-family: 'opensans-regular';
	    color: red;
	}
	.full-width-inp
	{
	    width: 100%;
	    padding: 5px 5px;
	}


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

.white
{
  color: white;
}

  /*-------------------------------*/
  /*         General Style         */
  /*-------------------------------*/
	html,
	body {
	    background-image: url(../img/bg/pattern-b.jpg);
    	background-size: 70px;
	    font-family: 'opensans-regular';
	    background-color: #fff;
	}

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

  form {
    position: relative;
    overflow: visible;
  }

  img {
    border: 0;
  }

  input, button, select, textarea {
    outline: none;
		padding: 3px 5px;
  }

  .nav span, .nav li.underline a, .footer a, .footer span {
    white-space: nowrap;
  }

  .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
  }

  .clearfix {
    *zoom: 1;
  }

  .clear {
    clear: both;
  }

  a {
    text-decoration: none;
    /* color: #f7d988; */
  }

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

  .h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    padding-top: 10px;
  }
	/* Head */
	.heads-container {
	    width: 100%;
	    /* background-color: #4CAF50; */
	    max-height: 6vh;
	    background-color: rgb(0, 57, 94);
	    /* z-index: 99; */
	}

	.heads {
	    height: 50px;
		width: 100%;
		background-image: url(../img/bg/pattern-a.jpg);
    	background-size: 140px;
	    overflow: auto;
	    position: fixed;
	    z-index: 99;
	    top: 0;
	}

	.hamburger-dc {
	    float: left;
	    margin-top: 3px;
	    margin-left: 10px;
	    font-size: 30px;
	    cursor: pointer;
	    color: white;
	}

	.logo-DC {
	    margin-left: 2vh;
	    margin-top: 10px;
	    float: left;
	    width: 60px;
	    height: 23px;
	    background-size: 100% 100%;
	}

	/* Top Right */
	.button-container {
	    height: 6vh;
	    float: right;
		margin-top: 1.5vh;
    	margin-right: 1.5vh;
	}

	.logins {
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    font-size: 12px;
	    font-family: arial, helvetica, sans-serif;
	    padding: 5px 12px;
	    text-decoration: none;
	    display: inline-block;
	    /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
	    font-weight: bold;
	    color: #FFFFFF;
	    border: none;
	    background-color: rgb(0, 57, 94);
	}

	.regis {
			text-align: center;
			margin-top: 1.5vh;
			margin-left: 0.5vh;
			margin-right: 1.5vh;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			font-family: arial, helvetica, sans-serif;
			padding: 5px 0;
			text-decoration: none;
			display: inline-block;
			/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
			font-weight: bold;
			color: #FFFFFF;
	}

	/* Logged in User */
	.logged-container {
	    float: right;
	    padding-top: 5px;
	    padding-right: 10px;
	    color: white;
	    text-align: center;
	    font-size: 12px;
	}

	.icon-game {
	    width: 14px;
	    height: 14px;
	    vertical-align: text-top;
	}

	.username-log {
	    display: inline-block;
		color: rgb(252, 224, 168);
	}

	.wallet-log {
	    display: inline-block;
	    width: 80%;
	    color: white;
	}

	.wallet-ico-log {
	    color: rgb(252, 224, 168);
	    margin-right: 5px;
	    margin-top: 4px;
	}

	.logged-container .logged-user {
		font-family: 'montserrat', Tahoma, " microsoft="" yahei","" arial,"" helvetica;
		text-align: right;
	}
	.logged-container .logged-user-wallet { text-align: right;}
	.logged-container .logged-user-wallet span {
		text-decoration: underline;
	}
	.logged-container .logged-user-wallet a {
		display:inline-flex;color:white;
	}

	.game-panel-overview .game-panel-head {
	    background: #454545;
	    background: -moz-linear-gradient(top, #454545 0%, #5e5e5e 50%, #454545 55%);
	    background: -webkit-linear-gradient(top, #454545 0%, #5e5e5e 50%, #454545 55%);
	    background: linear-gradient(to bottom, #454545 0%, #5e5e5e 50%, #454545 55%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3156', endColorstr='#1e3156', GradientType=0);
	    /* height: 30px; */
	    padding: 4px 10px;
	    font-family: 'opensans-bold';
	    font-size: 18px;
	    color: #fff;
	    text-transform: uppercase;
	    line-height: 1.4rem;
	}


	/* News */
	.news-header {
	    z-index: 10;
	    background: rgba(40,40,40, 1);
	    height: 22px;
	    overflow: hidden;
	    position: relative;
	    top: 50px;
	}

	.news-header-container {
	    display: flex;
	    justify-content: space-between;
	    margin: 0 auto;
	}

	.news-header-container > span {
	    margin-left: 10px;
	    font-size: 14px;
	    font-family: 'opensans-bold';
		font-weight: bold;
		color: rgb(252, 224, 168);
	}

	.news-header-container > marquee {
	    font-size: 14px;
		color:white;
	}

	/* Main */
	.body-main-container {
	    margin-bottom: 10px;
	    width: 100%;
	    /*height: 92vh;*/
	    margin-top: 50px;
	    /* overflow: scroll; */
	}

	/*-------------------------------*/
	/*         Owl Carousel          */
	/*-------------------------------*/
	.slide-wrapper #progressBar {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.2);
	    z-index: 4;
	}

	.slide-wrapper #progressBar #bar {
	    width: 0%;
	    max-width: 100%;
	    height: 2px;
	    background: rgb(252, 224, 168);
	}

	.slide-wrapper .owl-carousel .owl-controls {
	    position: absolute;
	    width: 100%;
	    bottom: 2px;
	}

	.slide-wrapper .owl-carousel {
	    /* height: 100%; */
	}

	.slide-wrapper .owl-carousel .owl-controls .owl-pagination {
	    display: none;
	}

	.slide-wrapper .owl-carousel .item {
	    padding: 0px 0;
	    color: white;
	}

	.slide-wrapper .owl-carousel .item img {
	    max-width: 100%;
	}

	/*-------------------------------*/
	/*            Slider             */
	/*-------------------------------*/
	#slider {
	    top: 1.4em;
	    /* position: relative; */
	    /* overflow: hidden; */
	    display: block;
	    clear: both;
	    height: auto;
	}

	.slide-wrapper {
	    position: relative;
	    width: 100%;
	    /* height: 100%; */
	    background: #1a1a1a;
	}

	.slider-btn {
	    position: absolute;
	    right: 10px;
	    bottom: 6%;
	    /*left: 50%;
	    bottom: 8%;
	    margin-left: -75px !important;*/
	    z-index: 1020;
	}

	.shade {
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
	}

	.responsive-image {
	    width: 100%;
	    height: 100%;
	}


	.radio-button {
	    position: absolute;
	    z-index: 1;
	    opacity: 0;
	    height: 45px;
	    width: 49%;
	}
	.play-games {
	    margin-top: 25px;
	}

	.banner-play {
	    text-align: center;
	}

	.game-panel-history .game-panel-head {
	    /* 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: rgb(255, 255, 255);
		line-height: 1rem;
	}

	.game-panel-history thead > tr > td {
		border-bottom: 2px solid rgb(57, 61, 62);
		border-right: 2px solid rgb(57, 61, 62);
	    /* border: 2px solid #fff; */
	    padding: 3px 10px;
	}

	.game-panel-history tbody>tr>td {
      background: #e5e4e4;
	    font-size: 12px;
	    color: #000000;
	    padding: 5px 10px;
	    text-align: center;
	}

	.box-play {
	    position: absolute;
	    width: 100%;
	    height: 32px;
	    background-color: rgba(0, 0, 0, 0.75);
	    bottom: 0;
	}

	.tag-button {
	    color: rgb(252, 224, 168);
	    font-size: 15px;
	    position: absolute;
	    bottom: 0.5vh;
	    left: 1vh;
	}


	.play-button {
		border-radius: 5px;
	    margin: 2px;
	    padding: 2px;
	    color: beige;
	    font-size: 2vh;
	    width: 8vh !important;
	    height: 3.5vh !important;
	    font-family: 'opensans-regular';
	    font-weight: bold;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    opacity: 1 !important;
	    background: linear-gradient(to bottom, rgba(150, 215, 2, 1) 0%, rgba(95, 137, 1, 1) 100%);
	}

	.pokerplay {
	    background: url(../images/bannerplay/Poker.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.casinoplay {
	    background: url(../images/bannerplay/Casino.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.ogplay {
	    background: url(../images/bannerplay/CasinoOG.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	.liveplay {
	    background: url(../images/bannerplay/LiveNumber.jpg) no-repeat;
	    background-size: 100% 100%;
	}

	/* Payment Section */
	.payment-section {
	    width: 100%;
	    margin-top: 1vh;
	    height: 2vh;
	    border-top: 1px solid black;
	    /* background-color:white; */
	}

	.icon-payment-bar {
	    display: flex;
	    justify-content: space-between;
	    /* background-color: aqua; */
	}

	.payment-items {
	    width: 15%;
	    height: 2vh;
	    float: left;
	    /* background-color: aqua; */
	}

	.ibank-bca {
	    background: url(../images/icons/bank/bank-bca.svg) no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-mandiri {
	    background: url(../images/icons/bank/bank-mandiri.svg) no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-bni {
	    background: url(../images/icons/bank/bank-bni.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-cimb {
	    background: url(../images/icons/bank/bank-cimb.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.ibank-bri {
	    background: url(../images/icons/bank/bank-bri.svg)no-repeat;
	    background-size: 100% 100%;
	}

	.payment-tag {
	    font-size: 2vh;
	    /* background-color: #4CAF50; */
	}

	/* Footer */
	.icon-bar {
	    width: 100%;
	    /* 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 */
	    overflow: auto;
	    position: fixed;
	    bottom: 0;
		z-index: 1;
	}

	.icon-bar a {
	    font-family: 'Aller Regular', Arial, sans-serif;
	    float: left;
	    width: 20%;
	    text-align: center;
	    padding: 5px 0 0px 0;
	    transition: all 0.3s ease;
	    font-size: 2.5vh;
	}

	.icon-bar a:not(.active) {
	    color: white;
	}

	.icon-bar a.active {
		/* 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(252, 224, 168);
	}

	.icon-bar a:hover {
		/* 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(255, 255, 255);
    text-decoration: none;
	}

	.icon-bar a span {
	    font-size: 10px;
	    padding: 2px 0 5px 0;
	    display: block;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}

	/* DUAL BUTTON MAIN */
	.main-dual-button {
	    /* background-color: violet; */
	    width: 100%;
	    height: 40px;
	    margin-top: 10p;
	}

	.main-dual-button label {
	    vertical-align: center;
	    font-size: 80%;
	}

	.main-dual-button>.dual-button {
	    display: inline-block;
	    float: left;
	    font-family: 'opensans-regular';
	    width: 46%;
	    height: 40px;
	    color: yellow;
	    text-align: center;
	    padding: 5px 6px;
	    background-image: url(../images/icons/bg_main_btn.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	}

	.main-dual-button>.dual-button:first-child {
	    margin-left: 2%;
	}

	.main-dual-button>.dual-button:last-child {
	    margin-left: 2vh;
	}

	.span-menu {
	    margin-left: -1vh;
	}

	.svg-home {
	    display: inline-block;
	    background-image: url(../images/icons/homeyellow.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-sport {
	    display: inline-block;
	    background-image: url(../images/icons/sport.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-casino {
	    display: inline-block;
	    background-image: url(../images/icons/casino.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-poker {
	    display: inline-block;
	    background-image: url(../images/icons/poker.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-livechat {
	    display: inline-block;
	    background-image: url(../images/icons/livechat.png);
	    background-size: 20px 20px;
	    height: 20px;
	    width: 20px;
	}

	.svg-og {
	    display: inline-block;
	    background-image: url(../images/icons/og.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-live {
	    display: inline-block;
	    background-image: url(../images/icons/live.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-depo {
	    display: inline-block;
	    background-image: url(../images/icons/deposit.png);
	    background-size: 20px 20px;
	    height: 20px;
	    width: 20px;
	}

	.svg-wd {
	    display: inline-block;
	    background-image: url(../images/icons/withdraw.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-promo {
	    display: inline-block;
	    background-image: url(../images/icons/promosi.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-andro {
	    display: inline-block;
	    background-image: url(../images/icons/downandro.png);
	    height: 20px;
	    width: 20px;
	}

	.svg-contact {
	    display: inline-block;
	    background-image: url(../images/icons/contactus.png);
	    height: 20px;
	    width: 20px;
	}

	.btn-g-green {
	    color: #fff !important;
	    background: #95d602;
	    background: -moz-linear-gradient(top, #95d602 0%, #4e7101 100%);
	    background: -webkit-linear-gradient(top, #95d602 0%, #4e7101 100%);
	    background: linear-gradient(to bottom, #95d602 0%, #4e7101 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#95d602', endColorstr='#4e7101', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: 10px !important;
	    padding: .375rem 1.75rem;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
			width: 130px;
	}

	.btn-g-blue {
	    color: #fff !important;
	    background: #19ade9;
	    background: -moz-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
	    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
	    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#19ade9', endColorstr='#0d5a7a', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: 10px !important;
	    padding: .375rem 1.75rem;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
			width: 130px;
	}

	.btn-g-grey {
	    color: #fff !important;
	    background: #929292;
	    background: -moz-linear-gradient(top, #929292 0%, #7d7c7c 100%);
	    background: -webkit-linear-gradient(top, #929292 0%, #7d7c7c 100%);
	    background: linear-gradient(to bottom, #929292 0%, #7d7c7c 100%);
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#7d7c7c', GradientType=0);
	    border: none;
	    border: transparent;
	    border-radius: .25rem;
	    padding: .375rem 1.75rem;
	    color: #00395e;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    font-size: 13px !important;
	}

	/* Footer Mobile*/
	.footer-mobile {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    background: #000;
	    color: #fff;
	    /* box-shadow: 0px 0px 7px 0px rgb(211, 227, 75);
	    border-top: 2px solid rgb(211, 227, 75); */
	    width: 100%;
	    min-height: 200px;
	    max-height: 100%;
	    bottom: 31px;
	}

	.static-menu-wrapper {
	    width: 100%;
	    background-color: rgb(40, 40, 40);
	    color: black;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.footer-links {
	    padding: 0;
	    width: 100%;
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}

	ul.footer-links li {
	    justify-content: flex-start;
		font-size: 12px;
		padding: 5px;
	}

	ul.footer-links li a {
	    display: flex;
	    padding: 7px;
	    align-items: center;
	    color: rgb(252, 224, 168);
	    transition: color 0.1s linear;
	    text-align: center;
	}

	.footer-mobile .static-menu-wrapper .footer-links li:nth-last-child(n+2) {
		border-bottom: 1px solid #a7a7a7;

	}

	.footer-mobile .statement {
	    font-size: 12px;
	    margin: 1vh 0;
	    text-align: justify;
	    padding: 0 2%;
	}

	.footer-mobile .bank-list {
	    background: transparent;
	    margin: 10px 0 3vh;
	    max-width: 373px;
	}

	.footer-mobile .bank-list .title {
	    font-size: 9px;
	    text-align: center;
	}

	.footer-mobile .bank-list ul {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.footer-mobile .bank-list ul li {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 9px 12px;
	}

	.footer-mobile .bank-list ul li img {
	    width: 68px;
	    height: auto;
	}

	.footer-mobile .footer-end {
	    display: flex;
	    justify-content: center;
	    /* padding-bottom: 30px; */
	}

	.footer-mobile .footer-end .col-footer {
	    margin-right: 12px;
	    text-align: center;
	}

	.footer-mobile .footer-end .col-footer h6 {
	    font-size: 9px;
	    text-align: center;
	}

	.footer-mobile .footer-end .col-footer img {
	    width: 108px;
	}
	.copy-right {
		padding-bottom: 30px;
	}
	.copy-right p{
		font-size: 12px;
		color: rgb(255, 174, 13);;
	}
	.bg-footer-icon {
	    display: inline-block;
	    margin: 0 5px;
	    background: url(../images/bg/footer-icon.png);
	    background-position: -0px 0px;
	    background-size: 900px;
	    background-repeat: no-repeat;
	}

	.bg-footer-icon.bmm {
	    background-position: -61px -16px;
	    width: 66px;
	    height: 25px;
	}

	.bg-footer-icon.pacgor {
	    background-position: -769px -23px;
	    width: 66px;
	    height: 16px;
	}

	/* Breadcrumbs */
	.breadcrumb.b-custom {
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: -25px;
	    font-size: 12px;
	    border-radius: 0px;
	    /* background: #00395e; */
	    background: transparent;
	}

	.breadcrumb-item.b-custom.active {
	    color: rgb(252, 224, 168);
	    font-weight: bold;
	}

	.breadcrumb-item.b-custom {
	    color: rgb(255, 255, 255);
	}

	/* Input stylush Contract */
	.input-type2 {
	    width: 50vh !important;
	    height: 30px !important;
	    font-size: 12px;
	    padding: 10px;
	}

	/* Button contract */
	.btn-type1 {}

	/* Position Contract */
	.position-center {
	    margin: 0px auto;
	    display: inline-block;
	}

  /*-------------------------------*/
  /*           Wrappers            */
  /*-------------------------------*/
  .container {
    /*width: 100%;*/
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .btn {
    padding: 8px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }

  .btn-mid {
    width: 49.8%;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 0 !important;
  }

  .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.075);
  }

  .btn-default {
    color: #fff;
    background-color: #a5a5a5 ;
    border: none;
  }

  .btn-primary {
    /* color: #000 !important; */
    background-color: #1e426b;
    border: 1px solid #153050;
    border-radius: .25rem;
    -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);
		margin-bottom: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dec747', endColorstr='#dec747', GradientType=0 );
    border: none;
  }

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

  .btn-info {
    color: #fff;
    background-color: #00a9d9;
    border: none;
  }

  .btn-warning {
    color: #1a1a1a;
    background-color: #ffc600;
    border: none;
  }

  .btn-warning .badge {
    color: #fff;
    background-color: #d10000;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 15px;
  }

  .btn-danger {
    color: #fff;
    background-color: #94001f;
    border: none;
  }

  /*-------------------------------*/
  /*            Forms              */
  /*-------------------------------*/


  .contact > .form-group {
    margin-bottom: 10px;
  }

  .form-control {
    height: 40px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #393939;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }

  .form-control:focus {
    background: #393939;
    color: #fff;
    border-color: #66AFE9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }

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

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

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

  .input-group-addon {
    padding: 0;
    color: #737373;
    background-color: transparent;
    border: 1px solid transparent;
  }

  .input-group-addon > div {
    padding: 10px;
  }

  .input-group-addon img {
    margin-top: -1px;
    padding-left: 5px;
    height: 40px;
  }

  span.input-group-addon {
    padding-right: 10px;
  }

  .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .has-success .form-control {
    border-color: transparent;
  }

  .has-success .form-control-feedback {
    color: #6EA900;
  }

  .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .has-feedback-left .form-control {
		padding-left: 40px;
    margin: 10px 0;
    border-radius: 5px;
  }
  .has-feedback-left .form-control-feedback {
    position: absolute;
    left: 0;
    margin-top: -50px;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
    color: #777777;
  }

    /*-------------------------------*/
    /*            Modal              */
    /*-------------------------------*/
  /*.modal {
    position: absolute;
    height: 60vh;
    margin-top: 25%;
    overflow: hidden;
    z-index: 999999;
    }*/
  /*
  .modal-backdrop {
    position: absolute;
    }*/

  /*.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.show {
    filter: alpha(opacity=85);
    opacity: .85;
    }*/
    .modal {
      top: 13%;
    }
    .modal-backdrop {
     position: absolute;

   }

   .body-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0,0.5);
    display: none;
  }


  .modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
  }

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

  /*.modal-header img {
    padding-right: 5px;
    }*/

  /* .modal-header .close {
    margin-top: 0;
    } */

    .modal-body {
      text-align: center;
			padding: 10px 1rem;
    }

    .modal-body.memo {
      text-align: left;
      color: #000;
    }

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

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

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

    .modal-footer {
      background: #222222;
      border-top: none;
      text-align: center;
    }
		.sidenav {
		    height: 100%;
		    width: 330px;
		    position: fixed;
		    z-index: 1000;
		    top: 0;
		    left: -330px;
		    background-color: rgb(0, 0, 0);
		    -webkit-box-shadow: 3px 0px 5px -2px #000 ;
		    overflow-x: hidden;
		    transition: 0.5s;
		    padding-top: 60px;
		  }
		  .sidenav-container
		  {
		    /* background-color: aqua; */
		    height: 95vh;
		    /* width: 46vh; */
		    width: 100%;
		    /* margin: 0 2vh 0 2vh; */
		    position: absolute;
		    top: 2vh;
		    right: 0;
		    font-size: 36px;
		  }
		    .sidenav-header
		    {
		      /* background-color: burlywood; */
		      height: 5vh;
		      text-align: center;
		    }
		    .sidenav-header-switch
		    {
		      display: inline-block;
		      position: absolute;
		      margin-left: auto;
		      margin-right: auto;
		      left: 0;
			  right: 0;
			  /* 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: 40px;
		      width: 200px;
		      font-size: 13px;
		      font-family: 'opensans-regular';
		      font-weight: bold;
		      color: rgb(255, 255, 255);
		      padding: 9px 10px;
		      text-align: center;
		      border-radius: 7px;
		      /* border: 2px solid rgb(0, 57, 94); */
		    }
		.sidenav-menu
		{
		  position: absolute;
		  font-weight: bold;
		  /* background-color: aqua; */
		  /* overflow: scroll; */
		  width: 100%;
		  padding : 0 10px;
		}
		.after-side
		{
		  height: 85vh;
		}
		  .before-side
		  {
		    top: 6vh;
		    height: 90%;
		  }
		  .sidenav-menu > a {
		    text-decoration: none;
		    display: block;
		    height: 30px;
		    width: 100%;
		    font-family: 'opensans-regular';
		    /* font-weight: bold; */
		    /* padding: 0.8vh 1vh 1vh; */
		    padding: 3px 5px;
		    border-top: 1px solid #585858;
		    color: #FFF;
		    font-size: 15px;
				text-transform: uppercase;

		  }
			.sidenav-menu > a i{
				color: rgb(252, 224, 168);
			}
		.sidenav-menu .active{

			/* 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: rgb(255, 255, 255) !important;
/*
			 border-top: 2px solid rgb(90, 88, 89);
			 border-bottom: 2px solid rgb(90, 88, 89); */
		}
		.sidenav-menu .active i{
			color: rgb(252, 224, 168) !important;
		}
		.sidenav-menu-items  {
		  /* float: right; */
		}

		.sidenav-menu-items .menu-items-name  {
		  position: absolute;
		  left: 45px;
		}

		.sidenav-vip {
			width: 25px; margin-left: -5px;
		}
		.sidenav-desktop-relative {
			position: relative; bottom: 10px; margin: 20px;
		}
		.sidenav-desktop {
			width: 40px; margin: -5px 10px 0 -10px;
		}
		/* DUAL BUTTON */
		.sidenav-dual-button
		{
		  /* background-color: violet; */
		  width: 100%;
		  height: 10vh;
		  margin-top: 3vh;

		}
		.sidenav-dual-button-up
		{
			display: block;
	    background-color: rgb(0, 0, 0);
	    height: 36px;
	    width: 100%;
	    font-size: 15px;
	    font-family: 'opensans-regular';
	    text-align: center;
	    /* font-weight: bold; */
	    color: white;
	    padding: 0vh 0vh 1vh;
	    margin-top: 0vh;
	    border-top: 1px solid rgb(88, 88, 88);
	    border-bottom: 1px solid rgb(88, 88, 88);

		}
		.sidenav-dual-button-up >.dual-button
		{
		  display: inline-block;
		  float: left;
		  font-size: 15px;
		  font-family: 'opensans-regular';
		  font-weight: bold;
		  width: 155px;
		  height: 35px;
		  color: white;
		  text-align: center;
		  padding-top: 5px;

		}
		.sidenav-dual-button > .dual-button
		{
		    display: inline-block;
		    float: left;
		    font-size: 2vh;
		    font-family: 'opensans-regular';
		    font-weight: bold;
		    width: 20vh;
		    height: 5vh;
		    color: white;
		    text-align: center;
		    padding-top: 1vh;
		    margin-left: 2vh;
		}
		.button-memo
		{
		 text-align: center;
		 border-right: 1px solid rgb(88, 88, 88);
		}
		.button-editprofile
		{
		text-align: center;
		}
		.button-login
		{
	    background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
			border-radius: 5px;
			width: 85px;
		}
		.button-logout
		{
		  background-image: url(../images/icons/bg-logout.png);
		  background-repeat:no-repeat;
		  background-size:100% 100%;
		}
		.button-deposit
		{
		  background-image: url(../images/icons/bg-login.png);
		  background-repeat:no-repeat;
		  background-size:100% 100%;
		}
		.button-register
		{
			background: linear-gradient(to bottom, rgba(25, 173, 255, 1) 0%,rgba(13, 90, 122, 1) 100%);
	    border-radius: 5px;
	    width: 85px;
		}
		/* FOOTER */
		.sidenav-footer
		{
			position: absolute;
			bottom: 0;
			width: 90%;
	    	margin: 0 15px;
			height: 25px;
			border-top: 0.5px solid rgb(252, 224, 168);
		}
		  .sidenav-footer > .credit {
		    text-align: center;
		    color: rgb(252, 224, 168);
		    font-size: 13px;
		    margin-top: 10px;
		  }
		  .closebtn
		  {
		    width: 2.5vh;
		    font-size: 4vh;
		    margin-right: 2vh;
			float: right;
			color: white;
		  }

		  .arrow {
		     background-repeat:no-repeat;
		     background-size:100% 100%;
		  }
		  .dompet-title {
		    display: block;
		    background-color: rgb(30, 66, 107);
		    height: 5vh;
		    width: 100%;
		    font-size: 2vh;
		    font-family: 'opensans-regular';
		    color: white;
		    padding: 0.8vh 0vh 1vh ;
		}

		.dompet-item {
		  padding-left: 10px;
		  list-style-type: none;
		  text-align: right;
		  margin: 5px 5px;
		  padding-right: 3vh;
		  padding-top: 0.5vh;
		  font-size: 1.8vh;
		  max-height: 100%;
		  font-family: 'opensans-regular';
		  color: #FFF;
		  font-style: italic;
		  border-top: 1px solid rgb(46, 108, 178);
		}

		.dompet-item span {
		  float: left;
		}

		.dompet-jumlah {
		  padding-left: 10px;
		  list-style-type: none;
		  margin: 5px 5px;
		  padding-right: 3vh;
		  padding-top: 0.5vh;
		  font-size: 13px;
		  max-height: 100%;
		  text-align: right;
		  font-family: 'opensans-regular';
		  color: white;
		  font-style: italic;
	    border-top: 1px solid rgb(88, 88, 88);
		}

		.dompet-jumlah span {
		  float: left;
		  color: rgb(211, 227, 75);
		}
		/* accordion */
		.accordion {
		  padding-left: 0px;
		}

		.accordion__list {
		  list-style-type: none;
		  width: 100%;
		}

		.accordion__list .link {
		  padding: 6px 2px;
		  position: relative;
		}

		.accordion__list .link__title {
		  /* top: 0.2em; */
		  position: relative;
		  box-sizing: border-box;
		  width: 100%;
		  left: 6px;
		  display: block;
		  background-color: transparent;
		  text-transform: uppercase;
		}

		.accordion li:last-child .link {
		  padding-left: 30px;
		  position: relative;
		  box-sizing: border-box;
		  width: 100%;
		  display: block;
		  background-color: transparent;
		  font-size: 15px;
		  border-bottom: 0;
		  color: #FFF;
		}
		.sidenav-menu-items i{
		  margin-right: 15px;
		}
		/** ========================
		* Diseño iconos font-awesome
		============================= **/
		.accordion li i {
		  /* margin-right: 15px; */
		  position: absolute;
		  top: 11px;
		  left: 5px;
		  font-size: 15px;
		  color: rgb(252, 224, 168);
		  -webkit-transition: all 0.4s ease;
		  -moz-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
		}

		.accordion li i.fa-chevron-down {
		  bottom: 5px;
		  float: right;
		  right: 12px;
		  left: auto;
		  font-size: 1em;
		}

		/**===================================
		* Conf. clase link al estar activo submenu (con js)
		====================================**/
		.accordion li.open .link {
		  color:rgb(255, 174, 13);
		}

		.accordion li.open i {
		  color: rgb(255, 174, 13);
		}
		.wallet-detail .text-uppercase {
			color: rgb(255, 174, 13);
		}

		.accordion li.open i.fa-chevron-down {
		  -webkit-transform: rotate(180deg);
		  -moz-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  transform: rotate(180deg);
		}

		/**=======================
		* Submenu
		==========================**/
		.submenu {
		  display: none;
		  font-size: 0.95em;
		}

		.submenu li {
		}
		/* Side button */

		.btn-sidebar {
		  padding: 10px 15px;
		  padding: 30px 15px;
		}

		.btn-sidebar a {
		  padding: 10px 38px;
		  max-width: 133px;
		}

		.text-center-side {
		  font-size: 12px;
		  font-weight:normal;
		  text-align:center;
		  color:white;
		  margin-top: 5px;
		}

		.light-g-green {
		  text-align: center;
		  color: #84bd02;
		  border: none;
			text-decoration: underline;
		}
		.light-g-blue {
		  text-align: center;
		  color: rgb(252, 224, 168);
		  border: none;
			text-decoration: underline;
		}

		.align-items-center{
			padding-left: 10px;
	    list-style-type: none;
	    text-align: right;
	    margin: 5px 5px 5px 30px;
	    padding-right: 5px;
	    padding-top: 2px;
	    font-size: 12px;
	    max-height: 100%;
	    font-family: 'opensans-regular';
	    color: #FFF;
	    font-style: italic;
	    border-top: 1px solid rgb(88, 88, 88);
		}
		.align-items-center span {
			color: rgb(0, 0, 0);
		}
	/* style */
	a{
	  color: black;
	}
	.rows{
	  flex-wrap: nowrap;
	  /* margin-right: -15px;
	  margin-left: -15px; */
	}
	.border-all{
	  border-radius: 5px;
	}
	.m-10{
	  margin: 0 10px;
	}
	.mt-20{
	  margin-top:20px;
	}
	.mb-10{
	  margin-bottom: 10px;
	}
	.mb-20{
	  margin-bottom: 20px;
	}
	.transaction-page{
	  /* font-family: 'gotham-medium'; */
	}
	.transaction-content{
	  margin: 0 10px;
	  border-bottom-left-radius: 5px;
	  border-bottom-right-radius: 5px;
	}
	.transaction-page .title-transaction h6{
	  text-align: center;
	  color: rgb(252, 224, 168);
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-top: 20px;
		font-size: 19px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	}
	.transaction-page .withdraw{
	  margin-top: 20px;
	}

	/* style tab */
	
		.pt-3{
		  padding-top: 3px !important;
		}
		.pt-5{
		  padding-top: 5px !important;
		}
		.pt-10{
		  padding-top: 10px !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--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: #ffffff;
		}
		.black{
		  background-color: black;
		}
		.online{
		  background-color: #2bd600;
		}
		.offline{
		  background-color: #ff0000;
		}
		.trouble{
		  background-color: #fff000;
		}
		.background-color-yellow{
		  background-color: #98da02 !important;
		  color: #312e25 !important;
		  padding : 10px 30px !important;
		}
		.box-transaction-header{
		  background-color: black;
		  padding: 20px;
		  height: 60px;
		  border-top-left-radius: 10px;
		  border-top-right-radius: 10px;
		  text-align: center;
		  color: white;
		  font-size: 15px;
		  width: 100%;
		  font-weight: bold;
		}
	.box-transaction-header img{
	  margin-right: 5px;
	}
	.box-transaction-header span{
	  line-height: 18px;
	  width: 100%;
	}
	.box-transaction-content{
	  padding: 20px;
	  background-color: #000000;
	  margin: 0;
	  border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;
	}
	.box-transaction-content p{
	    font-size: 12px;
	}
	.line{
	  padding: 15px 5px 15px 15px;
	  background-color: #ececec;
	}
	.line:nth-child(even){
	  background-color: #ffff;
	}
	.line-first{
	  padding: 15px 5px 15px 15px;
	  background-color: #ececec;
	}
	.line-second{
	  padding: 15px 5px 15px 15px;
	  background-color: #ffff;
	}
	.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;
	}
	.cols-4{
	  width: 23%;
	}
	.cols-2{
	  width: 51%;
	  padding-right: 0px;
	}
	.cols-1{
	  width: 25px;
	}
	.cols-40{
	  width: 40px;
	}
	.cols-40p{
	  width: 40%;
	}
	.box-transaction-footer{
	  background-color: #ffffff;
	  padding: 10px;
	  border-bottom-left-radius: 10px;
	  border-bottom-right-radius: 10px;
	  color: white;
	  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;
	  padding-right: 0;
	  padding-top: 0;
	  font-size: 12px;
	  border: 0px;
	}
	.content-list{
	  margin: 0 10px 0 15px;
		color: white;
	}
	.content-list ul{
	  /* list-style: unset; */
	}
	.content-list ul li{
	  /* font-size: 200%; */
	  font-size: 12px !important;
	}
	.content-list ul li span{
	  font-size: 12px !important;
	}
	.content-list li:before {
	  top: -3px;
	  content: "·";
	  font-size: 75px;
	  vertical-align: middle;
	  line-height: 10px;
	  position: relative;
	  color: #d3e34b;
	}
	.trouble-darck{
	  background-color: #d3e34b;
	}
	.content-footer{
	  margin: 0px 0;
	  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;
		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;
	  }
	.notice-input-transaction{
	  font-size: 11px;
	  color: rgb(252, 224, 168);
	  line-height: 14px;
	  margin: 3px 0 0px 15px;
	}
	.icon-vip{
	  background: url(../../general/img/vip/vipicon.png) no-repeat;
	  background-size: 100% 100%;
	}

	/* new desain footer */
	.footer-mobile {
	  margin-bottom: 0 !important;
	  padding-bottom: 35px
	}
	.footer-mobile .statement {
	    margin: 0;
	    padding: 10px 10px 0;
	}
	.footer-payment{
	  padding :0 10px 20px;
	  width: 100%;
	}
	.footer-bank-list{
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.footer-bank-list li{
	  background-color: #052f4a;
	  width: 86.7px;
	  height: 50px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0px 10px;
	  margin: 1px;
	}
	.footer-mobile .bank-list ul li {
	    padding: 20px 10px;
	    background-color: #052f4a;
	}
	.footer-title-only {
		padding: 0 10px;
		width: 100%;
	}
	.footer-mobile .footer-payment .title ,.footer-title-only .title{
	    font-size: 12px;
	    text-align: left;
	}
	.footer-mobile .bank-list {
	    margin: 0 0 20px;
	    max-width: 100%;
	}
	.footer-mobile .footer-end {
	  padding-bottom: 15px;
	}
	.col-footer .device{
	  width: 80px !important;
	}
	.col-footer .license{
	  width: 90px !important;
	}
	.col-footer .security{
	  width: 140px !important;
	}
	.footer-bank{
	  display: flex;
	}
	.footer-bank-list{
	  background-color: #1c1c1c;
	  /* padding: 0 10px; */
	  width: calc(25% - 2px);
	  margin: 1px;
	  height: 55px;
	}
	.footer-bank-list .cimb{
	  height: 15px;
	  margin-top: 25px;
	}
	.footer-bank-list .permata{
	  height: 35px;
	  margin-top: 10px;
	}
	.footer-bank-list .panin{
	  height: 40px;
	  margin-top: 8px;
	}
	.footer-bank-list .btpn{
	  height: 30px;
	  margin-top: 13px;
	  width: 45px;
	}
	.footer-bank-list .mega{
	  height: 30px;
	  margin-top: 13px;
	  width: 45px;
	}
	.footer-bank-list .voucher88{
	  height: 13px;
	  margin-top: 23px;
	}
	@media (max-width: 360px){
	  .tabs label {
	      width: 49.3%;
	    }
	  .input-field-transaction {
	    width: 95.6%;
	  }
	  .select-field-transaction {
	      width: 60%;
	      padding-left: 5px;
	    }
	  .btn-ebanking {
	    padding: 4px 5px;
	  }
	  .btn-ebanking img {
	    width: 60px;
	  }
	  .btn-copy {
	      margin-left: 13px;
	  }
	  #validation_code{
	    width: 50% !important;
	  }
		.button-login {
			width: 70px
		}
		.regis {
			margin-top: 2vh;
		}
		.button-register {
			width: 70px
		}
	}
	@media (max-width: 320px){
	  .col-footer .device {
	    width: 70px !important;
	  }
	  .col-footer .license {
	    width: 80px !important;
	  }
	  .col-footer .security {
	    width: 120px !important;
	  }
	  #validation_code{
	    width: 55% !important;
	  }
	  #captcha_register{
	    width: 64px !important;
	  }
	}
	.banner-page
	{
	    /* background: url(../images/banner/sports_banner.png) no-repeat; */
	    margin-top: 2vh;
	    position: relative;
	    /* background-color: rgb(79, 74, 72); */
	}
	.banner-section > img
	{
	    height: 100%;
	    width: 100%;
	}
	.banner-header
	{
	    width: 100%;
	    height: 4vh;
	    padding : 5px;
	    max-height: 4vh;
	    background-color: rgb(79, 74, 72);
	}
	.banner-section
	{
	    height: auto;
	    width: 100%;
	    display: flex; justify-content: center;
	}

	.banner-title-game {
		padding-top: 15px;
		font-weight: bold;
		color: rgb(252, 224, 168);
	}
	.banner-header-tag
	{
	    color:rgb(211, 227, 75);
	    font-size: 2vh;
	    text-align: center;
	}
	.banner-button {
    /* display: block; */
    color: white;
    font-size: 13px;
    padding: 8px 25px;
    text-decoration: none;
    /* width: 160px; */
    /* height: 4vh; */
    font-family: 'opensans-regular';
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(151, 217, 2, 1) 0%,rgba(94, 135, 1, 1) 100%);
    border-radius: 7px;
    /* width: auto; */
    background-size: 100%;
    /* position: absolute; */
    /* bottom: 2.5vh; */
    /* left: 38%; */
}

	/* REGISTER */
	.register-notice
	{
	    text-align: center;
	    background-color: rgb(0, 0, 0);
	    padding: 5px;
	    font-size: 1.5vh;
	    color: white;
	}
	.register-notice p {
	    color: rgb(252, 224, 168);
			margin-bottom: 0;
	}
	.form-container
	{
	    background-color:rgb(229,238,245);
	}
	.form-all > .form-items
	{
	    font-size: 12px;
	    /* padding: 1vh 2vh 0vh 2vh; */
	    padding: 5px 10px 0;
	    text-align: left;
	}

	.form-all > .form-items-submit
	{
	    position: absolute;
	    bottom: 1vh;
	    font-family: 'opensans-regular';
	    margin:0 auto;
	    width:100%;
	    text-align:center;
	}

	.check-save
	{
	  display: inline-block;
	  background-size: 100% 100%;
	  border-radius: 5px;
	  width: 15vh;
	  color: white;
	  height: 4vh;
	  font-size: 1.7vh;
	  padding: 3px;
	  /* background: linear-gradient(to bottom, rgb(251, 251, 251) 0%,rgb(220, 222, 224) 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-top: 1px #dddddd solid;
	  border-left: 1px #dddddd solid;
	  border-bottom: 2px #919292 solid;
	  border-right: 2px #919292 solid;
	}
	.first-dc
	{
	    margin-top: 1vh;
	}
	.last-dc
	{
	    margin-bottom: 4vh;
	    /* background-color: red; */
	}
	.check-avail
	{
	  float: right;
	  /* width: 15vh; */
	  width: 100px;
	  height: 3vh;
	  font-size: 10px;
	  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(196, 196, 196) 100%);
	  border-radius: 3px;
	  border: 0.5px #acacad solid;
	}
	.input-dc
	{
	    width: 35vh;
	    float: right;
	    border: 0px;
	    height: 3vh;
	}
	.input-dc-check
	{
	    width: 18vh;
	    float: right;
	    margin-right: 2vh;
	    height: 3vh;
	}

	.input-cpt
	{
	    width: 66px;height:20px;padding: 0px!important;float: right;border: none;margin-right:10vh;
	}
	.ref-cpt
	{
	    width: 20px;height:20px;float: right; margin-right: 1vh;
	}
	.img-cpt
	{
	    width: 66px;height:20px;float: right; margin-right: 1vh;
	}

	.form-all
	{
	    height: 62vh;
	}
	.form-all span {
	    font-size: 12px;
	    margin-left: 0.2vh;
	}
	.asterisk::after
	{
	    color: red;
	    font-size: 1.5vh;
	    margin-right: 1vh;
	    float: right;
	    content: "*";
	}

	.livetable
	{
	    margin-bottom: 20px;
	    width: 100%;
	}

	.livetable table {
		border-collapse: separate;
		border-spacing: 2px;
		width: 100%;
	}
	.livetable td {
	    padding: 1vh;
	    background: #e5e4e4;
	    font-size: 13px;
	    font-weight: bold;
	}
	.livetable input {
	    border:0px;
	}
	.tables-stat th {
	    border: 2px solid #b9b9b9;
	    /* padding-top: 8px; */
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: white;
	    height: 30px;
	    background: #454545;
	    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
	  }

	  .tables-stat {
	    width: 100%;
	    font-size: 2vh;
	    background: #454545;
	    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
	    bottom: 330px;
	  }
	 .poker-download-container {
		width: 324px;
	}

	 .poker-download {
		background-color: #494949;
		padding: 10px 15px;
		border-radius: .25rem;
		/* font-family: 'opensans-regular'; */
		font-size: 12px;
		color: #fff;
	}

	 .poker-download .download-header {
		font-family: 'opensans-bold';
		font-size: 14px;
		color: #fff;
		text-decoration: underline;
	}

	 .poker-download .download-content span {
		font-family: 'opensans-bold';
		font-size: 12px;
		color: rgb(252, 224, 168);
		text-transform: uppercase;
	}

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

	 .poker-download .icon-android {
		width: 14px;
		height: 16px;
		vertical-align: sub;
	}
.banner-content p{
	font-size: 13px;
	padding-bottom: 10px;
	color: rgb(255, 255, 255);
	margin: 0
}
.banner-content .form-button{
	margin: 20px;
}
.banner-content .form-button h6{
	margin: -15px 0 -5px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(252, 224, 168);
  font-size: 18px;
}
.breadcrumb {
    padding: 15px 10px 10px;
	}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
		padding-right: 3px;
}
.form-game{
	display: flex;
	justify-content: center!important;
}
.form-game .game-banner{
	width: 85px;
	/* margin: 5px; */
}
.form-game .game-banner img {
	padding: 0 3px;
}
.form-game .game-banner p{
	padding: 4px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: rgb(252, 224, 168);
}
.btn-og_playtech {
	margin-top: 15px;
	background: black;
	padding: 3px 20px;
	border-radius: 30px;
	height: 40px;
	margin-right: 10px;
}
.btn-playtech {
    background: #151e47;
		padding: 5px 20px;
}
.promt-container
{
    height: 7vh;
    background-color: rgb(0, 0, 0)
}
.promt-navs
{
    width: 95%;height: 7vh;display: flex;justify-content: center;margin: 0 auto;
    background-color: rgb(0, 57, 94);
    /* background-color: white; */
}
.navs-item2
{
    font-size: 1.6vh;
    display: block;
    height: 2vh;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.navs-pills2 > a
{
    color: rgb(252, 224, 168);
    /* font-family: 'gotham-medium'; */
    font-family: 'Aller Regular', Arial, sans-serif;
}

.promt-banner
{
    /* background-color: aqua; */
    margin-top: 2vh;
    width: 100%;
    height: auto;
    overflow: scroll;

}
.p-banner-item:first-child
{
    /* background-color: yellowgreen; */
    height: 15vh;
    width: 100%;
}

.p-banner-item:not(:first-child)
{
    /* background-color: crimson; */
    height: auto;
    width: 100%;
    margin-top: 2vh;
    /* border: 1px solid black; */
}
.p-banner-img img{
    width: 75%;
    float: left;
    height: 15vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: violet; */
}
.p-banner-menu {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	margin: 5px 0;
}
.promt-join
{
    display: inline-block;
    /* margin-top: 1vh; */
    padding: 5px;
    background: linear-gradient(to bottom, rgba(151, 216, 2, 1) 0%,rgba(78, 112, 1, 1) 100%);
    border-radius: 3px;
    background-size: 100% 100%;
    width: 80%;
    height: 30px;
    color: white;
    font-size: 12px;
}
.promt-info {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(196, 196, 196) 100%);
    border-radius: 3px;
    border: 0.5px #acacad solid;
    background-size: 100% 100%;
    width: 80%;
    height: 30px;
    color: black;
    font-size: 12px;
}
.promote-title
{
    font-size: 2vh;
}
.content-collapse-container p
{
    font-size: 1.8vh;
}
.content-collapse-container img
{
    width: 90%;
}
.p-10{
		padding: 10px;
	}
	.title-transaction h6{
		text-align: center;
		color: #0d2949;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 20px;
		font-weight: bold;
	}
	.p-banner-img img {
    /* width: 100%; */
    height: auto;
	}
	.promt-banner {
    margin-top: 10px;
	}
	.navs-item2 {
    display: contents;
	}
	.promt-container {
    height: auto;
	}
	.nav-tabs {
    border-bottom: 0px solid #dee2e6;
		padding: 10px 0px;
	}
	.navs-pills2 {
		width: 10vh;
		/* border-radius: 3px; */
		padding: 3px;
		margin: 3px 2px;
		/* background-color: #064d7b; */
}
.active-pills {
    /* 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 */
}
.active-pills a{
	color: #ffffff;
}
.contactus-content{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 3px;
}
.contactus-content li {
	background-color: #000000;
	width: 100%;
	height: 145px;
	text-align: center;
}
.contactus-content li .contactus-header {
	padding: 5px;
	text-transform: uppercase;

}
.contactus-content li .contactus-header span{
	margin-bottom: 0;
	font-size: 13px;
	color: rgb(252, 224, 168);
}
.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: 75px;
}
.contactus-content li .contactus-footer{
	margin-bottom: 0;
}
.contactus-content li .contactus-footer span{
	padding: 3px;
	font-size: 12px;
	color: rgb(252, 224, 168);
}
.contactus-content li .contactus-footer a{
	text-transform: uppercase;
  font-size: 12px;
  color: #000;
	text-decoration: none;
}
.contactus-content li .contactus-footer .link{
	color: rgb(252, 224, 168);
	text-decoration: underline;
}
.form-group {
    margin-bottom: 5px;
    width:100%;
  }
.form-groups {
    margin-bottom: 5px;
    width:70%;
  }
  .input-dc {
    width: 100%;
    padding:0 5px;
  }
  .fv-plugins-bootstrap .fv-plugins-icon {
    line-height: 19px;
    width: 20px;
  }
  .btn-availability .fv-plugins-bootstrap .fv-plugins-icon {
    line-height: 19px;
    width: 45px;
  }
  .fv-plugins-bootstrap .fv-help-block {
    /* color: #dc3545;
    font-size: 80%; */
    margin-top: 7px;
    padding-top: 18px;
  }
  .pad-left {
    padding: 0vh 1vh 0vh 1.5vh;
  }
  .label-max {
    width: 25%;
  }
  .badge-icon{
    height: 3vh;
    width: 13%;
    background: #0d2949;
    color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 3px;
  }
  .red-th {
	  color: red;
  }
	.blue-th {
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: white;
	    width: 100%;
	    padding: 5px;
			 /* 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 */
	}

	.blue-th > p
	{
	    text-align: center;
	    font-size: 18px;
	    color: rgb(255, 255, 255);
			font-weight: bold;
			margin: 0;
	}

	.black-th {
	    padding: 8px;
	    font-family: 'opensans-regular';
	    text-align: center;
	    color: rgb(255, 255, 255);
	    width: 100%;
	    font-weight: bold;
	    /* 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-bottom: none;
	}

	/* Index */
	.pane-1 {
	    width: 100%;
	    max-width: 100%;
	    height: 267px;
	    max-height: 267px;
	    margin-left: 25px;
	    margin-top: 20px;

	    /* background-color: #00395e; */
	}

	.pane-2 {
	    width: 100%;
	    max-width: 100%;
	    height: 145px;
	    max-height: 145px;
	    margin-left: 25px;
	    margin-top: 13px;
	}

	.pane-3 {
	    width: 100%;
	    max-width: 100%;
	    height: 172px;
	    max-height: 172px;
	    margin-left: 25px;
	    margin-top: 14px;
	}

	.pane-4 {
	    width: 100%;
	    max-width: 100%;
	    height: 621px;
	    max-height: 621px;
	    margin-left: 25px;
	    margin-top: 18px;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    background-color: #00395e;
	}

	.the-games {
	    position: absolute;
	    z-index: 99;
	}

	.img-elastislide-slide {
	    float: left;
	    width: 640px;
	    max-width: 640px;
	    height: 145px;
	    max-height: 145px;

	    /* background-color: beige; */
	}

	.img-banner {
	    float: left;
	}

	.img-banner-gif {
	    float: left;
	    width: 174px;
	    max-width: 174px;
	    height: 145px;
	    max-height: 145px;
	    margin-left: 11px;
	    background-color: #00395e;
	}

	.img2-banner {
	    margin-left: 15px;
	}

	/* Promotion Rev */
	.promo-wraps-rev {
		width: 100%;
	}
	.promo-wrapper {
		padding: 0 10px;
	}

	.promo-wrapper .nav-tabs {
		background-color: rgba(19, 20, 21, 1);
		margin-bottom: 15px;
		padding: 10px;
		font-size: 14px;
		text-align: center;
	}

	.promo-wrapper .nav-tabs .nav-link {
		color: rgb(252, 224, 168);
		border: none;
		border-radius: .15rem;
		margin-right: 2px;
		text-decoration: none;
		text-transform: uppercase;
		background: #292b2f;
    margin: 3px 2px;
	}

	.promo-wrapper .nav-tabs .nav-link:last-child {
		margin-right: 0;
	}

	.promo-wrapper .nav-tabs .nav-link:focus,
	.promo-wrapper .nav-tabs .nav-link:hover,
	.promo-wrapper .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: #6e727b; /* Old browsers */
		color: #fce0a8;
	}

	.promo-wrapper .tab-content .panel {
		margin-bottom: 5px;
		border: 1px solid transparent;
		border-radius: .25rem;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		box-shadow: 0 1px 1px rgba(0,0,0,.05);
	}

	.promo-wrapper .tab-content .panel-heading {
		border-bottom: 1px solid transparent;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #333;
	}

	.promo-wrapper .tab-content .panel-heading img {
		width: 100%;
	}
	.promo-wrapper .tab-content .panel-heading .coloum-btn{
		margin: auto;
	}

	.promo-wrapper .panel-heading .d-inline-flex:first-child {
		width: 100%;
	}
	.promo-wrapper .panel-content.panel-collapse {
		background-color: #fff;
		color: #000;
	}
	.coloum-btn {
		padding: 15px;
		padding-right: 0;
		width: 115px;
	}
	.coloum-btn a {
		font-size: 12px;
	}
	.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-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;
	}

	.promo-wrapper .tab-content .panel-body {
		padding: 15px;
		font-size: 14px;
	}

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

	/* POKER */

	.tbl-content-download {
	    width: 336px;
	    height: 254px;
	}

	.content_download {
	    width: 292px;
	    height: 219px;
	    color: #FFF;
	    border-radius: 5px;
	    margin: 20px 20px;
	    background-color: #494949;
	}

	.btn-download {
	    font-family: 'opensans-regular';
	    text-align: center;
	    font-size: 14px;
	    margin-left: 10px;
	    margin-top: 150px;
	    border-radius: 5px;
	}

	.btn-download span {
	    text-align: center;
	    padding: 1px 1px;
	    margin-bottom: 3px;
	}

	/* Game Start Button */

	.cash-out {
		font-family: 'opensans-regular';
		text-align: center;
		font-size: 12px;
		background: linear-gradient(0deg, #cbcbcb 0%, whitesmoke 100%);
		border-radius: 4px;
		margin-left: 10px;
		border: none;
		padding: 7px 15px;
	}
	.cash-out img{
		margin : -3px 5px 0 0;
	}

	.jumlah-tbl-live {
	  width: 97px;
	  height: 33px;
	  float: left;
	  margin-right: 10px;
	  background: #FFF;
	  padding: 5px;
	}

	.transfer-cash-live {
		float: left;
    font-family: 'opensans-regular';
    text-align: center;
    background: #cbcbcb;
    background: linear-gradient(0deg, #cbcbcb 0%, whitesmoke 100%);
    border-radius: 4px;
    border: none;
    margin: 0;
    height: 33px;
    padding: 5px 7px;
	}
	.transfer-cash-live img{
		margin-top: -3px;
	}
	.game-start {
	    margin-bottom: 15px;
	    display: block;
	    color: black;
	    width: 210px;
	    height: 65px;
	    font-size: 17px;
	    padding: 10px;
	    font-weight: bold;
	    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
	    border-radius: 4px;
	}

	.game-start p {
	  text-align: center;
	  padding: 5px
	}


	.live-casinot {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/LiveCasinot.png) no-repeat;
	    background-size: 100% 100%;
	    height: 5vh;
	    width: 15vh;
	}

	.live-number {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/logo-idnlive.png) no-repeat;
	    background-size: 100% 100%;
	    height: 35px;
	    width: 100px;
	}

	.OG-casinot {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/OG_NEW.png) no-repeat;
	    background-size: 100% 100%;
	    height: 40px;
	    width: 100px;
	}

	.ubo-casino {
	    /* margin-left: 1vh; */
	    float: left;
	    background: url(../images/game/ubo.png) no-repeat;
	    background-size: 100% 100%;
	    height: 40px;
	    width: 100px;
	}

	.poker {
	  float: left;
	  background: url(../images/game/IDN.png) no-repeat;
	  background-size: 100% 100%;
	  height: 40px;
	  width: 100px;
	}

	/* ETC */

	.headleft {
	    width: 40%;
	    padding-top: 2vh;
	    padding-left: 1.5vh;

	    /* width: 190px;
	    height: 30px; */
	}

	.headleft-bank {
	    width: 40%;
	    padding-left: 1.5vh;
	    font-weight: bold;
	}

	.submit-Deposit {
	    text-align: center;
	    height: 120px;
	}

	.submit-Deposit > .btn-submit {
	    /* margin-left: 1vh; */
	    /* padding: 1vh 4vh 1vh 4vh; */
	    width: 200px;
	    margin-top: 10px;
	    border-radius: 4px;
	    background: url(../images/icons/button-play-default.png)  no-repeat;
	    background-size: 100% 100%;
	}

	.text-depo {
	    margin: 3vh;
	    font-size: 2vh;
	    text-align: center;
	    font-family: 'opensans-regular';
	    color: red;
	}
	.full-width-inp
	{
	    width: 100%;
	    padding: 5px 5px;
	}
