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

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

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #ffff;
		border-radius: 10px;
		background-color: #1a1a1a;
}

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

::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: rgba(152,218,2,1);
}

::-webkit-scrollbar-thumb:hover {
		background: #98da02;
		transition: all 0.3s ease;
} */
.white
{
  color: white;
}

  /*-------------------------------*/
  /*         General Style         */
  /*-------------------------------*/
	html,
	body {
	    /* background: url(../images/bg/newpat.jpg); */
	    /* font-family: 'open_sansregular';
	    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: #00a0ba;
    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-color: rgb(0, 0, 0);
	    /* 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: 124px;
	    height: 23px;
	    background: () no-repeat;
	    background-size: 100% 100%;
	}

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

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

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

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

	.username-log {
	    display: inline-block;
	    color: rgba(96, 145, 58, 1);
	}

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

	.wallet-ico-log {
	    color: rgba(96, 145, 58, 1);
	    margin-right: 5px;
	    margin-top: 4px;
	}

	/* News */
	.news-header {
	    z-index: 10;
	    background: rgba(152, 218, 2, 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: 'open_sansregular';
	    font-weight: bold;
	}

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

	/* Main */
	.body-main-container {
	    margin-bottom: 10px;
	    width: 100%;
	    /*height: 92vh;*/
	    margin-top: 43px;
	    /* 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: #d3e34b;
	}

	.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: 95%; */
	    margin: 8px 8px 0px;
			padding-bottom: 10px;
			border-bottom: 1px #909090 solid;
	}
	.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 {
	    height: 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 {
		background-color: #98da02;
		font-family: 'opensans-bold';
		font-size: 14px;
		color: #000;
		line-height: 1rem;
	}

	.game-panel-history thead>tr>td {
	    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;
	    border: 2px solid #fff;
	}

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

	.tag-button {
	    color: #d3e34b;
	    font-size: 2vh;
	    position: absolute;
	    bottom: 0.5vh;
	    left: 1vh;
			max-width: 55%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: inline-block;
			white-space: nowrap;
	}

	.play-button {
	    /* border-radius: 5px; */
	    /* margin: 2px; */
	    padding: 4px;
	    color: beige;
	    font-size: 2vh;
	    width: 8vh !important;
	    height: 4vh !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%);
	}

	.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%;
	    background: -moz-linear-gradient(top, #373737 0%, #1c1c1c 100%);
	    background: -webkit-linear-gradient(top, #373737 0%,#1c1c1c 100%);
	    background: linear-gradient(to bottom, #373737 0%,#1c1c1c 100%);
	    overflow: auto;
	    position: fixed;
	    bottom: 0;
	}

	.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 {
		background: -moz-linear-gradient(top, #97d802 0%, #4d6f01 100%);
		background: -webkit-linear-gradient(top, #97d802 0%,#4d6f01 100%);
		background: linear-gradient(to bottom, #97d802 0%,#4d6f01 100%);
	  color: rgb(0, 0, 0);
	}

	.icon-bar a:hover {
		background: -moz-linear-gradient(top, #97d802 0%, #4d6f01 100%);
		background: -webkit-linear-gradient(top, #97d802 0%,#4d6f01 100%);
		background: linear-gradient(to bottom, #97d802 0%,#4d6f01 100%);
		color: rgb(0, 0, 0);
    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-bottom: 8px;
	}

	.main-dual-button label {
        line-height: 31px;
	    vertical-align: center;
        font-size: 80%;
        font-weight: bold;
	}

	.main-dual-button>.dual-button {
	    display: inline-block;
	    float: left;
	    font-family: 'open_sansregular';
	    width: 49%;
	    height: 40px;
	    color: black;
	    text-align: center;
	    padding: 5px 6px;
			background-color:
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
			background-color: rgb(123, 176, 1);
			border-radius: 5px;
	}

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

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

	.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/livestraming.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: #282828;
	    color: black;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

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

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

	ul.footer-links li a {
	    display: flex;
	    padding: 7px;
	    align-items: center;
	    color: white;
	    transition: color 0.1s linear;
	    text-align: center;
	}

	.footer-mobile .static-menu-wrapper .footer-links li:not(:last-child) {
	    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: #98da02;
	}
	.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: #98da02;
	    font-weight: bold;
	}

	.breadcrumb-item.b-custom {
	    /* color: rgb(211, 227, 75); */
	    color: black;
	}

	/* 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: 0;
		    position: fixed;
		    z-index: 1000;
		    top: 0;
		    left: 0;
		    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: 1vh;
		    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;
		      background: rgb(255, 216, 0);
		      height: 40px;
		      width: 200px;
		      font-size: 13px;
		      font-family: 'open_sansregular';
		      font-weight: bold;
		      color: rgb(0, 0, 0);
		      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: 5vh;
		    height: 90%;
		  }
		  .sidenav-menu > a {
		    text-decoration: none;
		    display: block;
		    height: auto;
		    width: 100%;
		    font-family: 'open_sansregular';
		    /* font-weight: bold; */
		    /* padding: 0.8vh 1vh 1vh; */
		    padding: 10px;
		    border-top: 1px solid #585858;
		    color: #FFF;
		    font-size: 15px;
				text-transform: uppercase;

		  }
			.sidenav-menu > a i{
				color: #84bd02;
			}
		.sidenav-menu .active{
		  background-color: rgb(132, 189, 2);
			 color: black !important;
		}
		.sidenav-menu .active i{
			color: black !important;
		}
		.sidenav-menu-items  {
		  /* float: right; */
		}

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

		/* 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: 'open_sansregular';
	    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: 'open_sansregular';
		  font-weight: bold;
		  width: 50%;
		  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: 'open_sansregular';
		    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: 1px solid rgba(132, 189, 2, 1);
		}
		  .sidenav-footer > .credit {
		    text-align: center;
		    color: #fff;
		    font-size: 13px;
		    margin-top: 20px;
		  }
		  .closebtn
		  {
		    /* background-color: blueviolet; */
		    height: 2.5vh;
		    width: 2.5vh;
		    font-size: 5vh;
		    margin-top: 1vh;
		    margin-right: 2vh;
		    float: right;
		  }

		  .arrow {
		     background-image: url(../images/icons/left-arrow.png);
		     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: 'open_sansregular';
		    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: 'open_sansregular';
		  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: 'open_sansregular';
		  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%;
		  display: block;
		  background-color: transparent;
		}

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

		.accordion li.open i {
		  color: white;
		}

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

		.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: #18abe7;
		  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: 'open_sansregular';
	    color: #FFF;
	    font-style: italic;
	    border-top: 1px solid rgb(88, 88, 88);
		}
		.align-items-center span {
			color: rgb(211, 227, 75);
		}
	/* 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: #000;
	  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: -40px;
	}

	/* style tab */

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

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

	.tab:target ~ .tab:last-child {
	  display: none;
	}
	.display-none {
	  display: none;
	}
	.tabs {
	  /* width: 30em;
	  margin: 6.5em auto; */
	}
	.last{
	  margin-right: 0 !important;
	}
	.tabs label:hover {
	cursor: pointer;
	}
	.tabs input:checked + label {
	  background-color: #17460d;
	}
	.tabs #tab1:checked ~ .content #content1,
	.tabs #tab2:checked ~ .content #content2{
	  display: block;
	}
	.tabs .content > div {
	  display: none;
	}
	.tabs label {
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		width: 49.4%;
		background-color: #0e2a08;
		margin-right: 4px;
		margin-bottom: 0 !important;
		padding: 15px;
		text-align: center;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		position: relative;
		float: left;
		top: 0;
	}
	.tab-header li:last-child{
	  width: 49.787%;
	  margin-right: 0;
	  margin-left:  5px;
	}
	.tab-header .active{
	  background-color: #0065a7;
	}

	.tabs ul li .tab-header-item{
	  font-size: 16px;
	  text-decoration: none;
	  font-weight: bold;
	  text-transform: uppercase;
	  color: white;
	  }
	.tab-contents{
		padding: 5px 10px 0;
		margin-top: 0px;
		background-image: linear-gradient(to bottom, #17460d, #0e2a08);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		position: relative;
		top: 45px;
		margin-bottom: 45px;
	}
	.label-field-transaction{
	  color: black;
	  font-size:12px;
	  font-weight: bold;
	  /* padding-right: 5px; */
	}
	.input-field-transaction{
	  width: 96%;
	  /* margin-left: 5px; */
	  padding-left: 10px;
	  height: 35px;
	  color: black !important;
	  /* background-color: white !important; */
	  border: 1px #00395e solid;
	  border-radius: 8px;
	  font-size: 13px;
	  box-shadow: chartreuse;
	  font-weight: bold;
	  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;
	  margin-top: 1px;
	  width: 100%;
	}
	.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: #98da02;
	}
	.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: #3c3c3c;
	  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: #000;
	  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: #98da02;
	}
	.trouble-darck{
	  background-color: #98da02;
	}
	.content-footer{
	  margin: 0px -10px;
	  height: auto;
	}
	.content-footer .box-transaction-content{
	  background-color: #000000 !important;
	  color: white !important;
	  padding: 20px 10px;
	}
	.content-footer .box-transaction-content h6{
	  text-align: center;
	  color: #92d202;
	  margin-bottom: 20px;
	  text-transform: uppercase;
	  font-weight: bold;
	}
	.notice-input-transaction{
	  font-size: 11px;
	  color: #92d202;
	  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: calc(25% - 2px);
	  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-mobile .footer-payment .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;
	}
	.static-menu-wrapper {
	    background-color: #404040;
	}
	.footer-mobile .static-menu-wrapper .footer-links li:not(:last-child) {
	    border-bottom: 1px solid #6d6f71;
	}
	.footer-bank{
	  display: flex;
	}
	.footer-bank-list{
	  background-color: #1c1c1c;
		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-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: 'open_sansregular';
    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(60, 60, 60);
	    padding: 5px;
	    font-size: 1.5vh;
	    color: white;
	}
	.register-notice p {
	    color: #98da02;
			margin-bottom: 0;
	}
	.form-container
	{
	    background-color:rgb(229,238,245);
	}
	.form-all > .form-items
	{
	    font-size: 1.5vh;
	    /* padding: 1vh 2vh 0vh 2vh; */
	    padding: 5px 10px 0;
	    text-align: left;
	}
	.form-items ul li
	{
	    padding: 10px 0;
	}

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

	.check-save
	{
	  display: inline-block;
	  background-size: 100% 100%;
	  border-radius: 3px;
	  width: 15vh;
	  /* height: 3vh; */
	  font-size: 1.5vh;
	  padding: 3px;
	  background: linear-gradient(to bottom, rgb(251, 251, 251) 0%,rgb(220, 222, 224) 100%);
	  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: 1.4vh;
	    margin-left: 0.2vh;
	}
	.asterisk::after
	{
	    color: red;
	    font-size: 1.5vh;
	    margin-right: 1vh;
	    float: right;
	    content: "*";
	}
	.blue-th > p
	{
	    text-align: center;
	    font-size: 18px;
	    color: black;
			font-weight: bold;
			margin: 0;
	}

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

	.livetable td {
	    padding: 1vh;
	    background: #e5e4e4;
	    font-size: 13px;
	    border: 2px solid white;
	    font-weight: bold;
	}
	.livetable input {
	    border:0px;
	}
	.tables-stat th {
	    border: 2px solid #b9b9b9;
	    /* padding-top: 8px; */
	    font-family: 'open_sansregular';
	    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: #98da02;
		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: black;
	margin: 0
}
.banner-content .form-button{
	margin: 20px;
}
.banner-content .form-button h6{
	margin: -15px 0 -5px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  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;
}
.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: white;
    /* 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: 15vh;
    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;
	}
	.p-banner-item:first-child {
    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: #232323;
}
.active-pills {
    background-color: rgba(23, 64, 14, 1) !important;
}
.active-pills a{
	color: #ffffff;
}
.contactus-content{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 3px;
}
.contactus-content li {
	background-color: #e5e4e4;
	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;
}
.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;
}
.contactus-content li .contactus-footer a{
	text-transform: uppercase;
  font-size: 12px;
  color: #000;
	text-decoration: none;
}
.contactus-content li .contactus-footer .link{
	color: #127ba6;
	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;
  }
	.blue-th {
	    font-family: 'open_sansregular';
	    text-align: center;
	    color: white;
	    /* height: 30px; */
	    width: 100%;
	    padding: 5px;
			background-color:#98da02;
	}

	.black-th {
	    padding: 8px;
	    font-family: 'open_sansregular';
	    text-align: center;
	    color: black;
	    width: 100%;
	    font-weight: bold;
	    background: #454545;
	    background-color: #98da02;
	}

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

	/* PROMOTE NAV */
	.navs-header2 {
	    height: 38px;
	    width: 100%;
	    background-color: #00395e;
	}

	.navs-pills2 {
	    width: 100px;
	}

	.navs-item2 {
	    /* display: block; */
	    height: 29px;
	    width: 100%;
	    text-align: center;
	    margin-top: 8px;
	}

	.nav-2-items {
	    width: 410px;
	    height: 37px;
	    display: flex;
	    justify-content: center;
	    margin: 0 auto;
	    margin-top: 20px;
	}

	.active-pills {
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    background-color: rgb(55, 123, 181);
	}

	/* Promote Section */
	.promote-top {
	    margin-top: 20px;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}

	.promote-container {
	    border-top: 2px solid rgb(27, 76, 112);
	    width: 672px;
	    height: 100%;
	}

	.promote-head-items {
	    width: 672px;
	    height: 172px;
	}

	.promote-items {
	    width: 672px;
	    max-width: 672px;
	    height: 172px;
	    max-height: 172px;
	    margin-top: 20px;
	    background-color: rgb(245, 245, 245);
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}

	.promote-items:last-child {
	    width: 672px;
	    max-width: 672px;
	    height: 172px;
	    max-height: 172px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    background-color: rgb(245, 245, 245);
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}

	.promote-content-img {
	    width: 520px;
	    height: 172px;
	    float: left;
	}

	.promote-img {
	    margin-top: 10px;
	    margin-left: 15px;
	    width: 530px;
	    height: 151px;
	    max-width: 530px;
	    max-height: 151px;
	}

	.btn-left {
	    width: 142px;
	    height: 100px;
	    float: right;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.btn-join {
	    margin-top: 2px;
	    text-transform: capitalize;
	    font-size: 13px;
	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	    background-color: #00395e;
	}

	.btn-more-info {
	    padding: 5px 5px;
	    margin-top: 2px;
	    text-transform: capitalize;
	    font-size: 13px;
	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	.btn-accordion-promot {
	    margin-top: 10px;
	    margin-left: 15px;
	    margin-bottom: 200px;
	}

	.caret {
	    display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: 2px;
	    vertical-align: middle;
	    border-top: dashed;
	    border-top: solid;
	    border-right: solid transparent;
	    border-left: solid transparent;
	}

	/* Content Container Promo */
	.content-collapse-container {
	    padding: 20px;
	    font-size: 13px;

	}

	.promote-title {
	    font-weight: bold;
	}

	/* 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: 'open_sansregular';
	    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: 'open_sansregular';
		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: 'open_sansregular';
    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: 'open_sansregular';
	    color: red;
	}
	.full-width-inp
	{
	    width: 100%;
	    padding: 5px 5px;
	}
