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

/*-------------------------------*/
/*            Fonts              */
/*-------------------------------*/
@font-face {
  font-family: 'montserrat';
  src: url('../../fonts/montserrat-regular.eot');
  src: url('../../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/montserrat-regular.woff') format('woff'),
       url('../../fonts/montserrat-regular.ttf') format('truetype'),
       url('../../fonts/montserrat-regular.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------*/
/*         General Style         */
/*-------------------------------*/
html, body {
	margin: 0;
  padding: 0;
  
}

body {
  /*position: relative;*/
  /*overflow-y: auto;*/
  height: auto;
  font-size: 12px;
  font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  background-color: #26272c;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}

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

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

.clear-more {
  clear: both;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #00a2d1;
}

a:hover, a:focus, a:active {
  color: #00a2d1;
  text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 10px 0;
}

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

.row {
  margin-right: -10px;
  margin-left: -10px;
}
/* favorite games  */
.favorite-game {
  background: black;
  padding: 5px;
  font-size: 20px !important;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.lastplay {
  background: #041b2b;
}

.lastplay-games,
.favorite-games {
  min-height: 8.5vh;
  overflow-x: scroll;
}

.game-box-slots.lastplay {
  width: 28vw;
}

.tab-lastplay div {
  background-color: black;
}

.tab-lastplay .active {
  background-color: #2192d6;
  color: white;
}


.tab-lastplay a:hover {
  color: white !important;
}

.tab-lastplay a {
  background: black;
}

.responsive-image.lastplay {
  height: 103.11px !important;
}

.favorite-games .game-box-slots {
  margin: 2px !important;
}

.favorite-games div {
  padding: 0 !important;
  width: 115px !important;
  background: none !important;
}
/* end favorite game */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.relative{
  position: relative;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#wrapper.toggled {
  padding-left: 312px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 312px;
  width: 0;
  height: 100%;
  margin-left: -312px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1a1b1e;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*-webkit-transform: translate3d(272px, 0px, 0px);
  -ms-transform: translate3d(272px, 0px, 0px);
  transform: translate3d(272px, 0px, 0px);*/
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 312px;
}

#page-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

#wrapper.toggled #page-content-wrapper {
  position: fixed;
  margin-right: -312px;
  -webkit-overflow-scrolling: touch;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.8);
  z-index: 5;
}

/*-------------------------------*/
/*         Hamburger Menu        */
/*-------------------------------*/
.hamburger {
  position: relative;
  top: 16px;  
  z-index: 999;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hamburger-login {
  position: fixed;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-closed .hamb-top { 
  top: 2px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 2px;  
  -webkit-transition: all .35s ease-in-out;
}
/*.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}*/
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Sidebar            */
/*-------------------------------*/
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 312px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.sidebar-nav li {
  position: relative; 
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #0080a5;
  -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
     -ms-transition:  width .2s ease-in;
          transition: width .2s ease-in;

}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before,
.sidebar-nav li a.active {
  background-color: #0080a5;
  width: 100%;
  -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
     -ms-transition:  width .2s ease-in;
          transition: width .2s ease-in;

}

.sidebar-nav li a {
  display: block;
  color: #dddddd;
  text-decoration: none;
  padding: 10px 15px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

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

.sidebar-decoration {
  height: 1px;
  background-color: #333333;
}

.select-lang {
  background-color: #000000;
  padding: 10px 15px;
  font-size: 12px;
}

.lang {
  list-style: none;
  padding: 10px 0 0;
}

.lang .active {
  border: 3px solid #0080a5;
}

.lang li {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.lang li:last-child {
  margin-right: 0;
}

.lang li a {
  padding: 0;
  display: inline-block;
}

/* poker tour and progressive jackpot */
.poker-tournament {
  position: absolute;
  width: 100%;
  justify-content: center;
  top: 35%;
  font-size: 20px;
  left: 50%;
  transform: translate(-50%);
}

.poker-tournament-count {
  width: 60%;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
}

.btn-view-tourpoker {
  background: orange;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 5px 5px 0px !important;
}

.progressive-tournament {
  position: absolute;
  bottom: 0;
  right: 2%;
  font-size: 20px;
  color: #0080a5;
}

#poker-tournament {
  margin-bottom: 15%;
}

#poker-tournament table,
#poker-tournament td,
#poker-tournament th {
  border: 1px solid;
}

#poker-tournament th {
  text-align: center;
  background-color: #000;
  padding: 12px;
  text-transform: uppercase;
}

#poker-tournament td {
  text-align: center;
  padding: 8px;
}

#poker-tournament tr:nth-child(even) {
  background-color: #8f8f8f;
}

#poker-tournament table {
  color: white;
  width: 100%;
  border-collapse: collapse;
}
/* end poker tour and progressive jackpot */

.lang li a i {
  padding: 0;
  font-size: normal;
}

.lang-en, .lang-id {
  display: block;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
}

.lang-en {
  background: url(../img/lang/united-kingdom.svg);
}

.lang-id {
  background: url(../img/lang/indonesia.svg);
}

/* profile blade */
#profile form {
  display: contents;
}

#profile .form-control[readonly] {
  color: black !important;
  background-color: white !important;
}

#profile .col-sm-6 {
  width: 50%;
}

#profile .card {
  background-color: #000;
  border-radius: 10px;
  min-height: 155px;
}

#profile .card .tags-rejected {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

#profile .card .tags-rejected p {
  font-size: 18px;
  text-transform: uppercase;
  color: red;
  font-weight: bold;
  border: 5px red solid;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

#profile .card .tags-pending {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

#profile .card .tags-pending p {
  font-size: 18px;
  text-transform: uppercase;
  color: yellow;
  font-weight: bold;
  border: 5px yellow solid;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

#profile .card .card-header {
  padding: 0.25rem 1.25rem;
  background: linear-gradient(to bottom, #1799ad 0%, #0a5f7e 100%);
  color: white;
  border-radius: 10px 10px 0 0;
}

#profile .card.card-add-bank {
  position: relative;
}

#profile .card.card-add-bank .card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#profile .row-banklist{
  display: flex;
  flex-wrap: wrap;
}

/* new bank list */
#new-bank-list .btn-file {
  position: relative;
  overflow: hidden;
  height: 30px;
}

#new-bank-list .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}

#new-bank-list #img-upload {
  width: 150px;
  height: 150px;
}

#new-bank-list .as-console-wrapper {
  display: none !important;
}

#new-bank-list .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
  font-size: 20px;
  right: 25px;
}

#new-bank-list .form-control-feedback.fa.fa-times {
  color: red;
}

#new-bank-list .help-block[data-fv-result=INVALID] {
  color: red;
}

.ico-lotto, .ico-home, .ico-reg, .ico-login, .ico-depo, .ico-tf, .ico-wd, .ico-sport, .ico-casino, .ico-multiplyr, .ico-slot, .ico-promo, .ico-contact, .ico-chat, .ico-logout, .ico-password, .ico-memo, .ico-forget, .ico-history, .ico-toto, .ico-referral, .ico-download {
  display: inline-block;
  background: url(../img/icon/sidebar-icon.png) no-repeat;
  height: 20px;
  width: 20px;
}
.ico-mm-bola-tangkas{
  background: url(../img/mm-bola-tangkas-icon.png) no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ico-esports{
  background: url(../img/icon/esport.png) no-repeat;
  background-size: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ico-fishing{
  background: url(../img/icon/tembak-ikan.svg) no-repeat;
  background-size: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.ico-virtual-sports{
  background: url(../img/virtual-sports.svg) no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.ico-idntrade {
  background: url(../img/sidebar-idntrade.png) no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
}

.ico-lotto {
    background-position:-397px 0;
}
  
.ico-home {
  background-position: 0 0;
}

.ico-reg {
  background-position: -25px 0;
}

.ico-login {
  background-position: -47px 0;
}

.ico-depo {
  background-position: -67px 0;
}

.ico-tf {
  background-position: -87px 0;
}

.ico-wd {
  background-position: -108px 0;
}

.ico-sport {
  background-position: -129px 0;
}

.ico-casino {
  background-position: -152px 0;
}

.ico-multiplyr {
  background-position: -173px 0;
}

.ico-slot {
  background-position: -194px 0;
}

.ico-promo {
  background-position: -218px 0;
}

.ico-contact {
  background-position: -240px 0;
}

.ico-chat {
  background-position: -264px 0;
}

.ico-logout {
  background-position: -285px 0;
}

.ico-password {
  background-position: -307px 0;
}

.ico-memo {
  background-position: -331px 0;
}

.ico-forget {
  background-position:-354px 0;
}

.ico-history {
  background-position:-374px 0;
}

.ico-toto {
  background: url('../img/icon/idnlive-icon.png');
  height: 23px;
  width: 20px;
  background-size: 20px;
}

.ico-referral {
  background-position:-420px 0;
}

.ico-download {
  background-position:-442px 0;
}

.badge {
  background-color: #f63d3d;
}

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

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

.copyright {
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
/*-------------------------------*/
/*            Header             */
/*-------------------------------*/
.header {
  height: 46px;
  background-color: #000; /*#26272c*/
  width: 100%;
  position: fixed;
  z-index: 999995;
}

.cashback-value {
  display: flex !important;
  border-radius: 5px;
  padding-left: 9px;
  align-items: center;
  font-size: 12px;
}
.cashback-value .field-value {
  width: 80px;
  text-align: left;
}
.cashback-value .btn-redeem {
  font-size: 10px !important;
  padding: 5px;
}

.header.bg-lebaran {
  background: url(../img/idngoal-bg-lebaran-mobile.webp);
}
.header.bg-kemerdekaan {
  background: url(../img/idngoal-bg-kemerdekaan-mobile.webp);
}
.header.bg-seagames2023 {
  background: url(../img/idngoal-sea-games-2023-mobile.webp);
}
.header.bg-christmas {
  background: url(../img/idngoal-bg-christmas-mobile.webp);
}

.header-clear {
  height: 46px;
}

.header-clear.after-login {
  height: 68px;
}

.navbar-brand {
  height: 30px;
  margin: 5px 0;
  padding: 0;
  position: relative;
  left: 142px;
  margin-left: -100px !important;  /* 50% of your logo width */ /*-58px*/
  display: block;
}

.navbar-brand img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}

.navbar-brand.after-login img{
  height: 40px;
}

.navbar-brand-login {
  /*width: 30px;*/
  left: 42px;
  margin-left: 0 !important;
}

.user-info {
  padding: 3px 10px;
}

.user-info > div {
  display: block;
}

.user-info .user-welcome {
  /*border-right: 1px solid #dddddd;*/
  padding-right: 0;
}

.user-info .user-balance {
  padding-left: 2px;
}

.user-info .user-balance a {
  color: #00a2d1;
  text-decoration: underline;
  cursor: pointer;
}

.login-btn {
  float: right;
  margin: 9px 5px 5px;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/*-------------------------------*/
/*          Login box            */
/*-------------------------------*/
.login-shape {
  text-align: center;
  background-color: #3d3f49;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 -3px 0;
  position: relative;
  font-size: 14px;
  border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}
.login-shape:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 30px solid #3d3f49;
  border-right: 30px solid transparent;
  position: absolute;
  left: 100%;
  top: 0px;
}

.login-box {
  background: #3d3f49;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.grad {
  height: 2px;
  background: #8d02b5; /* Old browsers */
  background: -moz-linear-gradient(left,  #8d02b5 0%, #3f45aa 50%, #0294c6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #8d02b5 0%,#3f45aa 50%,#0294c6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #8d02b5 0%,#3f45aa 50%,#0294c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d02b5', endColorstr='#0294c6',GradientType=1 ); /* IE6-9 */
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

/*-------------------------------*/
/*          Breadcrumb           */
/*-------------------------------*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  height: 38px;
}

.breadcrumb > ol {
  padding: 5px 0;
}

.breadcrumb > ol, .breadcrumb > ol > li {
  display: inline-block;
  vertical-align: middle;
}

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

.slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-btn {
  position: absolute;
  left: 2%;
  bottom: 6%;
  /*left: 50%;
  bottom: 8%;
  margin-left: -75px !important;*/
}

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

/*-------------------------------*/
/*          Game List            */
/*-------------------------------*/
.content-header {
  background: #0080a5;
  padding: 10px 0;
  margin-bottom: 0;
}

.game-list {
  clear: both;
}

.game-full {
  width: 100%;
  /*max-height: 166px;*/
}

.last-column {
  margin-right: 0%!important;
}

.game-box {
  background: #4a4e59; /* Old browsers */
  background: -moz-linear-gradient(top,  #4a4e59 0%, #4a4e59 70%, #2e2e36 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4a4e59 0%,#4a4e59 70%,#2e2e36 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4a4e59 0%,#4a4e59 70%,#2e2e36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4e59', endColorstr='#2e2e36',GradientType=0 ); /* IE6-9 */
  border: 1px solid #0080a5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  margin: 5px;
}

.game-box .btn-game {
  padding: 10px 5px;
  font-size: 2.2vw;
  margin-left: 0;
  /*border-radius: 0 0 2px 0;*/
}

.game-image {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}

.game-box-img {
  position: relative;
  height: 17vh;
}
.game-container.ss .game-box-img {
  height: auto;
}

.game-title {
  width: 100%;
  margin: 0;
  padding: 5px;
  color: #dddddd;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: rgba(0,0,0,0.75);
}

.platform {
  padding: 7px 3px 0;
}

.platform > div {
  display: inline-block;
}

.platform .html5, .platform .ios, .platform .android {
  height: 15px;
  width: 15px;
}

.platform .html5 {
  background: url(../img/icon/html5.svg);
  background-size: 15px 15px;
}

.platform .ios {
  background: url(../img/icon/apple.svg);
  background-size: 15px 15px;
}

.platform .android {
  background: url(../img/icon/android.svg);
  background-size: 15px 15px;
}

.game-title-inside {
  margin: 0;
  padding: 8px 10px;
  color: #dddddd;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

.togel-timer-value{
	background: linear-gradient(to bottom, #00c0d6 0%,#007f9c 100%);
	border-radius: 5px;
	color: white;
	text-align: center;
	align-self: baseline;
	flex: 50%;
}
.togel-timer-timer{
	background: #151720;
	color: white;
	border-radius: 5px;
	border: solid 1px;
	text-align: center;
	align-self: baseline;
	flex: 50%;
}
.togel-timer-close{
	background: red;
	color: white;
	border-radius: 5px;
	text-align: center;
	align-self: baseline;
	flex: 100%;
}

.platform-inside {
  padding: 0 0 0 10px;
}

.platform-inside > div {
  display: inline-block;
}

.platform-inside .html5, .platform-inside .ios, .platform-inside .android {
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

.platform-inside .html5 {
  background: url(../img/icon/html5.svg);
  background-size: 15px 15px;
}

.platform-inside .ios {
  background: url(../img/icon/apple.svg);
  background-size: 15px 15px;
}

.platform-inside .android {
  background: url(../img/icon/android.svg);
  background-size: 15px 15px;
}

.btn-game {
  padding: 6px 12px;
  font-size: 12px;
  margin-left: 8px;
}

/*-------------------------------*/
/*            Footer             */
/*-------------------------------*/
.footer {
  display: block;
  margin: 10px 0 0;
}

.social {
  text-align: center;
}

.social a {
  display: inline-block;
}

.social a.facebook {
  color: #3460a1;
}

.social a.twitter {
  color: #28aae1;
}

.social a.instagram {
  color: #ff5b13;
}

/*.banking {
  padding: 5px 15px;
  text-align: center;
}*/

.partner {
  padding: 6px 10px;
  background-color: #333333;
}

.copy {
  padding: 5px 15px;
  background-color: #000;
  font-size: 11px;
  color: #777777;
}

.contact p {
  color: #dddddd;
}

.table-banking {
  background-color: transparent;
  margin-bottom: 0;
}

.table-banking>tbody>tr>td, .table-banking>tbody>tr>th, .table-banking>tfoot>tr>td, .table-banking>tfoot>tr>th, .table-banking>thead>tr>td, .table-banking>thead>tr>th {
  border-top: none;
  padding: 10px;
}

.table-banking>tbody>tr {
  /*background-color: #333333;*/
  border-bottom: 1px solid #333333;
}

.table-banking>tbody>tr:last-child {
  border-bottom: none;
}

.bca, .mandiri, .bni, .bri, .cimb {
  background: url("../../mobile/img/banking.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.bca {
  background: url(../../mobile/icon-bank/icon-bank-bca.png);
  background-position: 0px 0px;
  width: 77px;
  height: 25px;
}

.mandiri {
  background: url(../../mobile/icon-bank/icon-bank-mandiri.png);
    background-position: 0px 0px;
    width: 105px;
    background-size: 105px;
    height: 31px;
}

.bni {
  background: url(../../mobile/icon-bank/icon-bank-bni.png);
  width: 76px;
  height: 23px;

}

.bri {
  background: url(../../mobile/icon-bank/icon-bank-bri.png);
  width: 107px;
  height: 25px;
}

.cimb {
  background: url(../../img/bank/cimb-min.png) no-repeat;
  -ms-background-position-y: center;
  background-position-y: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 143px;
  height: 25px;
}

.permata{
    background-repeat: no-repeat;
    background-image: url(../../mobile/img/bank/permata-bank-white.png);
    background-size: 100%;
    width: 140px;
    height: 52px;
}

div.maybank{
    background-repeat: no-repeat;
    background-image: url(../../img/bank/maybank.jpg);
    background-size: 100%;
    width: 140px;
    height: 52px;
    margin-top: 10px;
}

div.mega{
    background-repeat: no-repeat;
    background-image: url(../../img/bank/bank-mega-white.svg);
    background-size: 100%;
    width: 140px;
    height: 52px;
    margin-top: 10px;
}

div.panin{
  background-repeat: no-repeat;
  background-image: url(../../img/bank/panin-bank.png);
  background-size: 100%;
    width: 140px;
    height: 52px;
    margin-top: 10px;
}
div.jenius {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/jenius-bank.png);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

div.ovo {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/ovo.png);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

div.dana {
  background-repeat: no-repeat;
  background-image: url(../../themes/idngoal/img/bank-icon/dana.webp);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

div.linkaja {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/linkaja.png);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

div.bsi {
  background-repeat: no-repeat;
  background-image: url(../../themes/idngoal/img/bank-icon/bsi.png);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

div.gopay {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/gopay.png);
  background-size: 100%;
  width: 140px;
  height: 52px;
  margin-top: 10px;
}

/*-------------------------------*/
/*         Popup Wallet          */
/*-------------------------------*/
.wallet-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  color: #dddddd;
  background-color: #262626;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  font-size: 12px;
  z-index: 9999999;
}

.wallet-popup[aria-expanded="true"] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}

.wallet-popup .wallet-popup-header {
  background-color: #000;
  padding: 10px
}

.wallet-popup .wallet-popup-header .wallet-header-text {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.wallet-popup .wallet-popup-header .wallet-header-text img {
  padding-right: 5px;
}

.wallet-popup .wallet-popup-header .wallet-icon-close {
  margin-top: 5px;
}

.wallet-popup .wallet-popup-content {
  overflow:scroll;
  -webkit-overflow-scrolling:touch;
}

/*-------------------------------*/
/*         Landing Page          */
/*-------------------------------*/
.landing {
  /*background-color: #00122e;*/
}

.title-wrap {
  text-align: center;
}

.title-wrap h2 {
  color: #ffe535;
}

.landing > img {
  float: none;
  width: 100%;
  height: 100%;
}

.cont-wrap {
  text-align: center;
  margin-top: -50px;
}

.cont-wrap > a {
  display: inline-block;
}

/*-------------------------------*/
/*         Button Style          */
/*-------------------------------*/
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.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: #35353f ;
  border: none;
}

.btn-default:hover, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #474754;
  border-color: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #fff;
  background-color: #474754;
  border-color: none;
}

.btn-primary {
  color: #fff;
  background-color: #0080a5;
  border: none;
}

.btn-success {
  color: #fff;
  background-color: #619f4e;
  border: none;
}

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

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

.btn-ym {
  color: #fff;
  background-color: #8a2c90;
  border: none;
}

.btn-ym:focus, .btn-ym:active {
  background-color: #712476;
  border: none;
}
.btn-bbm {
  color: #fff;
  background-color: #0092cd;
  border: none;
}

.btn-bbm:focus, .btn-bbm:active {
  background-color: #007bac;
  border: none;
}

.btn-line {
  color: #fff;
  background-color: #00c300;
  border: none;
}

.btn-line:focus, .btn-line:active {
  background-color: #00a800;
  border: none;
}

.btn-wechat {
  color: #fff;
  background-color: #2cc100;
  border: none;
}

.btn-wechat:focus, .btn-wechat:active {
  background-color: #239800;
  border: none;
}

.btn-ym > div, .btn-bbm > div, .btn-line > div, .btn-wechat > div {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon/contact-icon.png") no-repeat;
  margin-right: 5px;
}

.btn-ym .icon-ym {
  background-position: 0 0;
  width: 52px;
  height: 30px;
}

.btn-bbm .icon-bbm {
  background-position: -62px 0;
  width: 30px;
  height: 30px;
}

.btn-line .icon-line {
  background-position: -102px 0;
  width: 31px;
  height: 30px;
}

.btn-wechat .icon-wechat {
  background-position: -142px 0;
  width: 35px;
  height: 30px;
}


.btn-block+.btn-block {
  margin-top: 10px;
}

.btn-ibank {
  background: #0384fc;
  background: linear-gradient(90deg,rgba(3, 132, 252, 1) 0%, rgba(8, 96, 253, 1) 66%, rgba(0, 47, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4cb', endColorstr='#f3d31f',GradientType=0 ); /* IE6-9 */
  color: white;
  border: none;
}

.black{
  color:black;
}
.border-radius-m{
  border-radius: 5px !important;
}
.border-radius-l{
  border-radius: 10px !important;
}
.border-radius-xl{
  border-radius: 20px !important;
}

.btn-ibank:focus, .btn-ibank:active {
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-ibank > div {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon/bank-icon.png") no-repeat;
  margin-right: 5px;
}

.btn-ibank .bca {
  background-position: -1px -2px;
  width: 78px;
  height: 30px;
}

.btn-ibank .mandiri {
  background-position: -86px -2px;
  width: 82px;
  height: 30px;
}

.btn-ibank .bni {
  background-position: -178px -2px;
  width: 82px;
  height: 30px;
}

.btn-ibank .bri {
  background-position: -268px -2px;
  width: 106px;
  height: 30px;
}

.btn-ibank .bsi {
  background: url(../../themes/idngoal/img/bank-icon/bsi.png) no-repeat;
  -ms-background-position-y: bottom;
  background-position-y: bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 143px;
  height: 33px;
}

.btn-ibank .cimb {
  background: url(../../img/bank/cimb-min.png) no-repeat;
  -ms-background-position-y: bottom;
  background-position-y: bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 143px;
  height: 33px;
}

.btn-ibank .permata {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/permata-bank.png);
      background-size: 100%;
    width: 90px;
    height: 30px;
}

.btn-ibank .maybank {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/maybank.jpg);
      background-size: 100%;
    width: 90px;
    height: 26px;
}
.btn-ibank .mega {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/mega-bank.png);
      background-size: 100%;
    width: 90px;
    height: 26px;
}
.btn-ibank .panin {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/panin-bank.png);
      background-size: 100%;
    width: 90px;
    height: 26px;
    margin-top:0px;
}
.btn-ibank .jenius {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/jenius-bank.png);
      background-size: 100%;
    width: 90px;
    height: 22px;
}
.btn-ibank .sinarmas {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/sinarmas.png);
      background-size: 100%;
    width: 90px;
    height: 22px;
}
.btn-landing {
  min-width: 120px !important;
}

/*-------------------------------*/
/*            Forms              */
/*-------------------------------*/
.fa-yh {
  color: #a307d6;
}

.fa-bbm {
  color: #0094f0;
}

.fa-fb {
  color: #3b579d;
}

.fa-tw {
  color: #28a9e2;
}

.fa-ig {
  color: #c82f85;
}

.fa-gp {
  color: #dc4a38;
}

.forms {
  margin: 10px 0 1em;
}

.forms h2 {
  font-size: 16px;
}

.contact > .form-group > label {
  display: block;
  font-weight: 400;
}

.form-group {
  margin-bottom: 5px;
}

.contact > .form-group {
  vertical-align: middle;
  margin-bottom: 5px;
}

.form-group > a > span.contact-services, .form-group > span.contact-services {
  margin-left: 10px;
  color: #fff;
}

.form-control {
  height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  color: #26272c;
  background-color: #e7e7e7;
  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 {
  border-color: #0080a5;
  -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: #e0e0e0;
  background-color: transparent;
  border: 1px solid transparent;
}

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

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

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: 30px;
  height: 30px;
  line-height: 30px;
}

.has-feedback-left .form-control {
  padding-left: 32px;
}
.has-feedback-left .form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  color: #26272c;
}

.help-block {
  color: #dddddd;
}

.forms .table {
  background-color: transparent;
  margin-bottom: 10px;
}

.forms .table>tbody>tr>td {
  padding: 5px;
}

.forms .table>tbody>tr>td:last-child {
  text-align: left;
}

ol.notes {
  list-style-type:decimal;
  padding-left: 20px;
}

#account-number-holder, #account-number-holder-deposit.form-control {
  height: 24px;
  padding: 0px 0px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #26272c;
  border: 1px solid transparent;
  border-radius: 0;
  transition: none;
}

#account-number-holder, #account-number-holder-deposit.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-------------------------------*/
/*            Modal              */
/*-------------------------------*/
.modal {
  padding-top: 15%;
  z-index: 999999;
}

.modal-backdrop {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

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

.modal-header {
  padding: 5px 10px;
  border-bottom: none;
  background-color: #26272c;
  border-radius: 4px 4px 0 0;
}

.modal-header .h4, .modal-header h4 {
  font-size: 14px;
  vertical-align: middle;
}

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

.modal-header .close {
  margin-top: 4px;
}

.modal-content {
  background-color: #0e1111;
  border-radius: 4px;
  border: 1px solid #0080a5;
}

.modal-body {
  padding: 20px 10px 0;
}

.modal-footer {
  padding: 20px 10px;
  text-align: center;
  border-top: none;
  /*color: #777777;*/
}

.modal .form-control {
  color: #999999;
  background-color: #e7e7e7;
}

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

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

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

.modal .checkbox {
  color: #777777;
}

.close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*-------------------------------*/
/*         Owl Carousel          */
/*-------------------------------*/
.slide-wrapper #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #8d02b5; /* Old browsers */
  background: -moz-linear-gradient(left,  #8d02b5 0%, #3f45aa 50%, #0294c6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #8d02b5 0%,#3f45aa 50%,#0294c6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #8d02b5 0%,#3f45aa 50%,#0294c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d02b5', endColorstr='#0294c6',GradientType=1 ); /* IE6-9 */
  z-index: 4;
}

.slide-wrapper #progressBar #bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
  background: rgba(255,255,255,.7);
}

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

/*-------------------------------*/
/*             Tabs              */
/*-------------------------------*/
.tabs .nav-tabs {
  background: #0080a5;
  border-bottom: 1px solid #005973;
  border-radius: 0;
}

.tabs .nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 5px 6px;
  color: #fff;
}

.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #005973;
  border: 1px solid #005973;
  border-bottom-color: transparent;
  border-radius: 0;
}

.tabs .panel-group .panel {
  margin-top: 5px;
  border-radius: 4px;
  border: none !important;
}

.tabs .panel-default>.panel-heading {
  color: #ffffff;
  background-color: #333333;
  padding: 0;
}

.panel-heading {
  color: #ffffff;
  background-color: #35353f;
  border-color: #ddd;
}

.tabs .panel-heading a:after {
  display: none;
}

.tabs .panel-body {
  color: #fff;
  padding: 5px 10px;
  background-color: #1f2023;
  border: none;
  border-radius: 0 0 4px 4px;
}

.tabs .panel-body>p>span {
  font-size: 12px;
}

.top-radius {
  border-radius: 4px 4px 0 0;
}

.btn-group .rb-radius {
  border-radius: 0 0 4px 0;
}

.btn-group .lb-radius {
  border-radius: 0 0 0 4px;
}

/*-------------------------------*/
/*         Panel Style           */
/*-------------------------------*/
.panel-group {
  margin-bottom: 10px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  border: 1px solid #464646;
}

.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #35353f;
}

.panel-heading {
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-title {
  font-size: 14px;
}

.panel-title a {
  color: #fff;
  text-decoration: none;
}

.panel-title a:focus, .panel-title a:active {
  color: #fff;
  text-decoration: none;
}

.panel-body {
  color: #dddddd;
  padding: 10px;
  background-color: #1a1a1a;
  border-top: 1px solid #464646 !important;
}

.panel-body h4 {
  margin-bottom: 5px;
}

.panel-default a .panel-title:after {
  font-family: 'FontAwesome';
  content:"\f107";
  float: right;
  color: #fff;
}

.panel-default a .panel-title.collapsed:after {
  content:"\f105";
}

/*-------------------------------*/
/*            Popover            */
/*-------------------------------*/
.popover {
  z-index: 999996;
  display: block;
  width: 100%;
  max-width: 1024px;
  /*height: 100%;
  max-height: 1024px;*/
  font-size: 12px;
  font-family: inherit;
  background-color: rgba(51,51,51,.95);
  border: none;
  border: rgba(0,0,0,0);
  border-radius: 0;
}

.popover.bottom {
  margin-top: 13px;
}

.popover.bottom>.arrow {
  border-bottom-color: none;
  border-bottom-color: rgba(0,0,0,0);
}

.popover.bottom>.arrow:after {
  border-bottom-color: rgba(51,51,51,.95);
}

.popover-content {
  padding: 10px;
  border: none;
}

.popover-content h4 {
  font-size: 14px;
  margin-top: 0;
}

.popover-content a {
  color: #fff;
}

.popover-content span {
  font-size: 1.5em;
}

.table {
  background-color: #454545;
  margin-bottom: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: none;
}

.table>tfoot>tr:first-child {
  border-top: 1px solid #ddd;
}

.table>tbody>tr>td:last-child, .table>tfoot>tr>td:last-child {
  text-align: right;
}

.table>tfoot>tr>td {
  font-size: 14px
}

.popover-content .table>tbody>tr>td>i {
  margin-top: -3px;
  margin-right: 5px;
  font-style: normal;
  vertical-align: middle;
}

.forms .table>tbody>tr>td:nth-child(even) {
  text-align: right;
}

/*-------------------------------*/
/*      Quick Button Footer      */
/*-------------------------------*/
.quick-footer {
  /*overflow-x: hidden;*/
  left: 0px;
  bottom: 0px;
  width: 100%;
  position: fixed;
  z-index: 4;
  /*padding-bottom: 1px;
  border: 1px solid #000;*/
  background-color: #0080a5;
}

.quick-footer-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: 0;
  max-width: 100%;
  overflow: visible;
}

.quick-footer-navbar ul:before, .quick-footer-navbar ul:after {
  content: "";
  display: table;
}

ul.navbar-grid, li.navbar-grid-a, li.navbar-grid-b, li.navbar-grid-c, li.navbar-grid-d {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}

.navbar-grid>.navbar-grid-a, .navbar-grid>.navbar-grid-b, .navbar-grid>.navbar-grid-c, .navbar-grid>.navbar-grid-d {
  width: 20%;
}

.navbar-grid.navbar-grid-afterlogin>.navbar-grid-a, .navbar-grid.navbar-grid-afterlogin>.navbar-grid-b, .navbar-grid.navbar-grid-afterlogin>.navbar-grid-c, .navbar-grid.navbar-grid-afterlogin>.navbar-grid-d {
  width: 25%;
}

.navbar-grid-a {
  clear: left;
}

.navbar-grid-a, .navbar-grid-b, .navbar-grid-c, .navbar-grid-d {
  margin: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quick-footer-navbar li .grid-btn {
  font-size: 11px;
  display: block;
  margin: 0;
  border-right-width: 0;
}

.quick-footer-navbar li .grid-btn:last-child {
  border-right-width: 1px;
}

.quick-footer-navbar a {
  color: #ffffff;
  border-color: #26272c;
}

.grid-btn {
  position: relative;
  text-align: center;
  text-overflow: ellipsis; 
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  border-width: 1px;
  border-style: solid;
  text-overflow: initial;
  font-family: inherit;
  text-shadow: none!important;
  box-shadow: none!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grid-btn-icon-top {
  padding: 5px 0 0;
}

.grid-btn i {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.datepicker th.switch{
  color:#333333;
}

.datepicker th.next, .datepicker th.prev{
  color:#333333;
}

.datepicker .dow{
  color:#333333;
  border-top:1px solid #ddd !important;
}

.datepicker td.day{
  color:#333333;
  cursor:pointer;
}

.table-history th{
  background:#0080a5;
}

.table-history tbody{
  color:#333333;
}

.table-history .evenrow{
  background:#f5f5f5;
}

.table-history .oddrow{
  background:#ffffff;
}

.forms .table-history>tbody>tr>td:nth-child(even){
  text-align:left;
}

.forget-pass {
  display: block;
  text-align: right;
}

.forget-pass a {
  color: #faffbd;
  font-style: italic;
  text-decoration: underline;
}

.forget-pass a:active, .forget-pass a:hover {
  text-decoration: none;
}

/*-------------------------------*/
/*           Slot Page           */
/*-------------------------------*/
.horizontal-list-wrapper {
  width: 100%;
  padding: 5px 5px 0px;
  white-space: nowrap;
  overflow: hidden;

}

.slot-category {
  background: #eaebec;
  height: 40px;
  padding: 5px;
  font-size: 12px;
  line-height: 2.3em;
}

.slot-category > .btn {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.slot-category > .btn {
 width: 110px;
 text-align: left;
}

.slot-category > .btn-blue {
 background: #007cad;
 color: #fff;
}

/*.slot-category > .btn-blue:hover, .slot-category > .btn-blue:active {
 background: #008fc7;
}*/

.slot-category > .btn-grey {
 background: #484a52;
 color: #fff;
}

/*.slot-category > .btn-grey:hover, .slot-category > .btn-grey:active {
 background: #5d606a;
}*/

.slot-category > a.links {
  color: #26272c;
  font-size: 14px;
}

.slot-category > a.links:hover, .slot-category > a.links:active {
  text-decoration: underline;
}

.game-big-slot {
  float: left;
  width: 100%;
}

.game-box-slots {
  /*background: #484a52;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 5px;
  color: #fff;
  font-size: 12px;
}

.game-box-slots .responsive-image {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  height: auto;
  border: 1px solid #0296fd;
}

.game-title-slots {
  max-width: 100%;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}

.game-btn-slots {
  /*display: inline-block;*/
  background: #87bd3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #87bd3d 0%, #76b12d 49%, #62a21d 51%, #62a21d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #87bd3d 0%,#76b12d 49%,#62a21d 51%,#62a21d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #87bd3d 0%,#76b12d 49%,#62a21d 51%,#62a21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bd3d', endColorstr='#62a21d',GradientType=0 ); /* IE6-9 */
  border: 1px solid #59990e;
  padding: 5px;
  border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  position: absolute;
  right: 5px;
  bottom: 33px;
}

.game-box-slots .more-dots {
  margin: 0 auto;
  width: 40px;
}

.game-box-slots .more-dot {
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  float: left;
  height: 10px;
  width: 10px;
}

.game-box-slots .more-dot:last-child {
  margin-right: 0;
}

.game-box-slots h5 {
  margin-bottom: 0;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #484a52;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #007cad;
}

.owl-theme .owl-controls {
  margin-top: -9px;
  text-align: center;
}

.game-box-slots-small {
  /*background: #484a52;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 5px;
  color: #fff;
  font-size: 12px;
}

.game-box-slots-small .responsive-image {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 100px;
  border: 1px solid #0296fd;
}

.game-title-slots-full {
  max-width: 100%;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}

/*-------------------------------*/
/*         PGA Class             */
/*-------------------------------*/

.bank-list-virtual{
  background: white;
  padding : 5px;
  border-radius:5px;
  width: 100%;
  height: 50px;
  color: black;
}
.bank-list-qrpay{
  background: white;
  padding : 5px;
  border-radius:5px;
  width: 100%;
  color: black;
}

.biaya-layanan-content.biaya-layanan-content {
	background: white;
	color: black;
	border: 1px solid grey;
	padding: 15px;
	text-align: center;
	font-size: 12px;
}

.biaya-layanan-content.top {
	border-radius: 10px 10px 0 0;
}
.w-50{
  width: 50%;
}
.total-biaya-content {
	background: #00a0d3;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	color: white;
	border: 1px solid grey;
	border-radius: 0 0 10px 10px;
}
input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type=radio]:checked + .bank-list-virtual .circle-status-bank {
  background: #090;
  border: 2px solid black;
}

input[type=radio]:checked + .bank-list-virtual{
  background: #c5c5c5;
}

input[type=radio]:checked + .bank-list-qrpay .circle-status-bank {
  background: #090;
  border: 2px solid black;
}

input[type=radio] + .bank-list-virtual .circle-status-bank {
  cursor: pointer;
}

.img-bank{
  max-height: 20px;
  margin: 2px;
}
.img-qris{
  border-bottom: 1px solid rgb(177, 176, 176);
}

.circle-status-bank{
  width: 20px;
  height:20px;
  border-radius:9999px;
  border: 2px solid gray;
}

.absolute-circle{
  position: absolute;
  top:15px;
  left:10px
}

.justify-content-between{
  justify-content: space-between;
}

.justify-content-center{
  justify-content: center;
}

#rtp {
  position: fixed;
  right: 0;
  bottom: 4%;
  z-index: 1;

}

#rtp img {
  height: 125px;
  transition: height 1s;
}

#rtp .rtp-hide-button {
  background-image: url('../img/rtp-hide-button.webp');
  background-size: cover;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 0;
  top: 1.8rem;
}
#rtp .rtp-show-button {
  color: white;
  background: rgb(14,90,123);
  background: linear-gradient(0deg, rgba(14,90,123,1) 0%, rgba(26,170,251,1) 100%);
  border-radius: 5px;
  position: absolute;
  bottom: 1.5rem;
  right: 0.5rem;
}

/* hotmatch */
.hotmatch {
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
.hotmatch .hm-category {
    display: flex;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.hotmatch .hm-category .hotmatch-icon{
  position: absolute;
  left: 25%;
  top: -10%;
}
.hotmatch .hm-category .hm-category-title {
    font-weight: bold;
    margin-right: 4%;
}
.hotmatch .hm-category .hm-category-active {
    cursor: pointer;
    color: gray;
}
.hotmatch .hm-category .hm-category-active:hover {
    color: white;
}
.hotmatch .hm-category .active {
    background-color: #154858;
    border-radius: 5px;
    color: white;
}
.hotmatch .hm-lobby {
    display: flex;
    border: solid 1px #0076a3;
    padding: 5px;
    margin-top: 20px;
    font-size: 1.1rem;
}
.hotmatch .hm-lobby .tag-promo {
    color: #fff;
    font-size: 8px;
    width: 41px;
    height: 15px;
    background: red;
    text-align: center;
    border-radius: 3px;
    margin-left: 3px;
    z-index: 1;
}
.hotmatch .hm-lobby .promo-gif{
    background-image: url(/assets/img/fire.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 35px;
    width: 60px;
    position: absolute;
    right: -20%;
    top: -1rem;
    mix-blend-mode: lighten;
  }

.hotmatch .hm-lobby .promo-title {
    overflow: hidden;
    background-color: red;
    padding-left: 5px;
    height: 19px;
    text-transform: uppercase;
}
.hotmatch .hm-lobby .slick-slide{
  margin: 0 5px;
}
.hotmatch .hm-lobby .card-hm {
    border-radius: 5px;
    width: 23rem;
}
.hotmatch .hm-lobby .card-hm.bg-sepakbola {
    background-image: url('../img/home/hotmatch/Sepakbola.webp');
    background-position: center;
    background-size: cover;
}
.hotmatch .hm-lobby .card-hm.bg-basket {
    background-image: url('../img/home/hotmatch/Basketball.webp');
    background-position: center;
    background-size: cover;
}
.hotmatch .hm-lobby .card-hm.bg-e-sport {
    background-image: url('../img/home/hotmatch/Esport.webp');
    background-position: center;
    background-size: cover;
}
.hotmatch .hm-lobby .card-hm .card-body {
    padding: 0;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title {
    background: linear-gradient(to bottom,  #00c0d6 0%,#007f9c 100%);
    border-radius: 5px 5px 0 0;
    color: white;
    margin-bottom: .75rem;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .title-text {
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .hovertext {
    position: relative;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 155px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    left: -159px;
    top: 0;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .hovertext:active:before {
    opacity: 1;
    visibility: visible;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away {
    color: white;
    height:104px;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .homeaway-name {
    width: 177px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .rounded-home {
    border-radius: 999px;
    width: 30px;
    background: #11ac4a;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .rounded-away {
    border-radius: 999px;
    width: 30px;
    background: red;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .hdp-odds {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9px;
    padding-left: 6px;
    padding-right: 6px;
    color: black;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .hdp-odds .hm-hdp, .hotmatch .hm-lobby .card-hm .card-body .home-away .hdp-odds .hm-odds {
    background: white;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .hdp-odds .hm-hdp .text-bet, .hotmatch .hm-lobby .card-hm .card-body .home-away .hdp-odds .hm-odds .text-bet {
    margin-left: 7px;
    margin-right: 7px;
}
.hotmatch .hm-lobby .hm-hdp > p {
    margin: 0;
    font-size: 8px;
}
.hotmatch .hm-lobby .hm-odds > p {
    margin: 0;
    font-size: 8px;
}

/* new sidebar css */

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  background: #292929;
}

#sidebarMenu .sidebarMenuHeader {
  width: 100%;
  height: 40px;
}

#sidebarMenu .sidebarMenuHeader.after-login {
  height: 62px;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  overflow: scroll;
  height: 100%;
  padding-bottom: 7rem;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #393939;
  border-radius: 5px;
  display: inline-block;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.sidebarMenuInner li div.promo-tag {
  position: absolute;
  color: #fff;
  font-size: 8px;
  width: 95px;
  height: 16px;
  background: red;
  text-align: center;
  margin: 0;
  top: 14px;
  right: -25px;
  transform: rotate(45deg);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebarMenuInner li div.new-tag {
  position: absolute;
  color: #fff;
  font-size: 8px;
  width: 95px;
  padding: 11px 0 3px 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(66, 164, 111, 1) 0%, rgba(39, 135, 140, 1) 100%);
  text-align: center;
  margin: 0;
  top: -3px;
  right: -37px;
  transform: rotate(45deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-weight: 100;
  margin: 10px;
  gap: 1rem;
  font-size: 12px;
}

.sidebarMenuInner li a img {
  width: 28px;
}

input[type="checkbox"]:checked~#sidebarMenu {
  transform: translateX(0);
  z-index: 200;
}

body:has(#openSidebarMenu:checked) {
  overflow: hidden;
}

#openSidebarMenu {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 201;
  height: 100%;
  width: 100%;
  top: 12px;
  left: 9px;
  height: 22px;
  width: 22px;
}

.spinner2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

#openSidebarMenu:checked~.sidebarIconToggle>.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

#openSidebarMenu:checked~.sidebarIconToggle>.diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 0px;
  background-color: white;
}

#openSidebarMenu:checked~.sidebarIconToggle>.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: 5px;
  background-color: white;
}

#openSidebarMenu:checked~.navbar-brand {
  transition: all 0.3s;
  left: 63%;
  z-index: 201;
}

#openSidebarMenu:checked~.navbar-brand-login {
  margin-left: -25% !important;
}

.navbar-brand {
  transition: all 0.3s;
}

/* responsive menu */
.sidebarMenu {
  box-sizing: border-box;
}

.sidebarMenuInner {
  display: flex;
  flex-wrap: wrap;
}

.hrefButton {
  width: 100%;
  display: block;
  color: white;
}

.sidebarMenuAbove {
  display: flex;
  width: 100%;
  gap: 5px;
  padding: 10px;
}

.sidebarMenuAbove div {
  flex: 1;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

.sidebarMenuAbove .sidebar-btn-login {
  background: #60BB46;
}

.sidebarMenuAbove .sidebar-btn-daftar {
  background: #0080a5;
}

.sidebarMenuInner ul {
  display: flex;
  padding: 10px 10px 0 10px;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 2%;
  row-gap: 10px;
}

.sidebarMenuInner li:first-child {
  flex: 100%;
  max-width: 100%;
  background-color: #212121;
  padding: 1.5rem 10px;
}

.sidebarMenuInner li {
  flex: 32%;
  max-width: 32%;
}

.sidebarMenuBelow {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}

.sidebarMenuBelow div {
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.sidebarMenuBelow .sidebar-btn-desktop {
  width: 100%;
  background: #0080a5;
}

.sidebarMenuBelow .sidebar-btn-logout {
  width: 100%;
  background: #393939;
}

@media screen and (min-width: 765px) {
  .sidebarMenuInner li img {
    width: 35px;
  }

  .sidebarMenuInner li a {
    font-size: 15px;
  }

  .sidebarMenuInner ul {
    column-gap: 1.3%;
  }

  .sidebarMenuInner li {
    flex: 24%;
    max-width: 24%;
  }
}

@media screen and (max-width: 360px) {
  .sidebarMenuInner li {
    flex: 49%;
    max-width: 49%;
  }
}

/* end new sidebar css */

.text-xl {
    font-size: 1.8rem;
}
.flex{
	display: flex;
}
.flex-gap >div {
  margin: 0 6px;
}
.w-100{
  width: 100%;
}
.p-2{
  padding: .5rem;
}
/* hotmatch */

.d-flex{
  display:flex;
}

.align-self-center{
  align-self: center;
}

.flex-wrap {
  flex-wrap: wrap;
}
.position-relative{
  position: relative;
} 
.flex-column{
  flex-direction: column;
}

/*-------------------------------*/
/*         Helper Class          */
/*-------------------------------*/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right!important;
}

.no-padding {
  padding: 0!important;
}

.no-padding-left {
  padding-left: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

.no-padding-top {
  padding-top: 0!important;
}

.no-padding-bottom {
  padding-bottom: 0!important;
}

.no-margin {
  margin: 0!important;
}

.mt-2 {
  margin-top: 2px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 5px;
}

.mb-lg {
  margin-bottom: 2em;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.display-block {
  display: block!important;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
}

/*-------------------------------*/
/*         Device Style          */
/*-------------------------------*/

@media (min-device-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-device-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-device-width: 1024px) {
  /*.home .main .container {
    margin: 0 auto;
  }*/
}

@media (min-device-width: 1200px) {
  /*.container {
    width: 100%;
  }*/
}

.app-container {
  height: 84px;
  z-index: 999999;
  display: none;
}


/*Bank panel mobile*/

/*Bank panel mobile*/

.bank-panel{
  display: inline-block;
  width: 100%;
}

.panel-black{
  display: inline-block;
  position: relative;
  background-color: #323232;
  border: 1px solid #636363;
  width: 120px;
  height: 50px;
  margin-bottom: 2px;
  margin-left: 5px;
  border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -ms-border-radius: 12px 12px 12px 12px;
  -o-border-radius: 12px 12px 12px 12px;
}

.bank-img > div.offline{
  background: url('../../mobile/img/icon/indicator.png') 0 -20px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.online{
  background: url('../../mobile/img/icon/indicator.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.trouble{
  background: url('../../mobile/img/icon/indicator.png');
  background-size: 20px;
  background-repeat: no-repeat;
  filter: hue-rotate(260deg);
}
.offline{
  background: url('../../mobile/img/icon/indicator.png');
  background-position-y: -18px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.offline, .online, .trouble {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 6px;
}
.legend-bank{
  text-align: center;
}
.legend-bank > ul {
  display: inline-flex;
  line-height: 2.5;
}

.bank-img > div.bca,
.bank-img > div.mandiri,
.bank-img > div.bni,
.bank-img > div.cimb,
.bank-img > div.bri
{
  background: url("../../mobile/img/bank.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 3px;
  background-size: 500px;
}

.bank-img > div.bca {
  background-position: 5px 0px;
}

.bank-img > div.mandiri {
  background-position: -74px 0px;
  background-size: 494px;
}

.bank-img > div.bni {
  background-position: -237px 0px;
}

.bank-img > div.bri {
  background-position: -157px 0px;
}

.bank-img > div.cimb {
  background: url(../../img/bank/cimb-white.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.bank-img > div.permata {
    background-repeat: no-repeat;
    background-image: url(../../img/bank/permata-bank-white.png);
    background-size: 93%;
    width: 90px;
    height: 52px;
    float: right;
    margin-top: 9px;
}

.bank-img > div.ovo {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/ovo.png);
  background-size: 93%;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 9px;
}

.bank-img > div.linkaja {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/linkaja.png);
  background-size: 93%;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 9px;
}
.bank-img > div.bsi {
  background-repeat: no-repeat;
  background-image: url(../../themes/idngoal/img/bank-icon/bsi.png);
  background-size: 93%;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 9px;
}

.bank-img > div.dana {
  background-repeat: no-repeat;
  background-image: url(../../themes/idngoal/img/bank-icon/dana.webp);
  background-size: 93%;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 9px;
}

.bank-img > div.gopay {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/gopay.png);
  background-size: 93%;
  width: 90px;
  height: 52px;
  float: right;
  margin-top: 9px;
}

.bank-img > div.maybank {
    background-repeat: no-repeat;
    background-image: url(../../img/bank/maybank.jpg);
    background-size: 90%;
    width: 83px;
    height: 51px;
    float: right;
    margin-top: 13px;
}

.bank-img > div.mega {
    background-repeat: no-repeat;
    background-image: url(../../img/bank/bank-mega-white.svg);
    background-size: 90%;
    width: 83px;
    height: 51px;
    float: right;
    margin-top: 13px;
}
.bank-img > div.panin {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/panin-bank.png);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-img > div.jenius {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/jenius-bank.png);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-img > div.sinarmas {
  background-repeat: no-repeat;
  background-image: url(../../img/bank/sinarmas-putih.png);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-img > div.jago {
  background-repeat: no-repeat;
  background-image: url(https://object-d001-cloud.akucloud.com/banner/image/bank/bank-jago-icon.webp);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-img > div.seabank {
  background-repeat: no-repeat;
  background-image: url(https://object-d001-cloud.akucloud.com/banner/image/bank/seabank-icon.webp);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-img > div.sakuku {
  background-repeat: no-repeat;
  background-image: url(https://object-d001-cloud.akucloud.com/banner/image/bank/sakuku-icon.webp);
  background-size: 90%;
  width: 83px;
  height: 51px;
  float: right;
  margin-top: 13px;
}
.bank-footer{
  max-width: 80px !important;
  margin: 0px 15px;
}
/* ========= Memo mobile ======== */

#tablelist > tbody > tr:nth-child(2n+1) > td, #tablelist  > tbody > tr:nth-child(2n+1) > th {
 background: #313237 !important;
}
.re-read{
  color: #696a70 !important
}
.re-read-btn{
  background-color: #6c6d73 !important
}


/* ========= Referral Page ======== */
.referral-wrapper {
  margin-bottom: 4em;
}

.referral-container {
  padding: 15px;
  color: #77787b;
}

.referral-text1 {
  color: #00d2f6;
  margin-bottom: 15px;
}

.referral-text2 {
  color: #77787b;
  margin-bottom: 15px;
}

.referral-col {
  margin-bottom: 15px;
}

.referral-col:last-child {
  margin-bottom: 0;
}

.referral-col-header {
  background: #061a2d;
  padding: 10px 20px;
  color: #26dcfc;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referral-col-content {
  background: #e4e4e4;
  padding: 0 15px;
  min-height: 170px;
}

.referral-col-content > ul {
  font-size: 14px;
}

.referral-col-content > ul > li {
  padding: 10px 15px;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.referral-col-content > ul > li:last-child {
  border-bottom: none;
}

.referral-col-content > ol {
  list-style: decimal;
  text-align: left;
  padding: 15px;
}

.referral-download-btn {
  background: #fbfbfb;
  padding: 5px 0 15px;
}

/* Loading Spinner */
.overlaySpinner, .overlayPage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 120%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  -moz-opacity: .7;
  opacity: .7;
  z-index: 9998;
}

.overlayPage {
  z-index: 11;
}

.spinner {
  width: 15px;
  height: 15px;
  background: url(../img/loader.gif) center center no-repeat;
  position: fixed;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  z-index: 9999;
  display: none;
}

.spinnerInitial {
  display: block;
}

.search-input {
  position: relative;
}

.search-input input {
  background: #484a52;
  color: #fff;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
}

#static-link.nav-tabs>li>a {
  margin-right: 15px;
}

/*poker bank confirmation*/
.logo-idngoal{
  content:url(../img/logo.png);
  width: 260px;
  height:auto;
  margin: auto;
  padding: 29px;
}
.landing-bg.poker{
  background-color: #000;
}
.poker-welcome{
 width: 100%;
 height: auto;
 margin:auto;
 background-image: linear-gradient(#00b6cc, #005879);
 padding: 2px 10px;
}
.poker-form{
 background-color: #262626;
 height: auto;
 width: 100%;
 padding: 20px;
}
.poker-form-title{
color:#00b1c8;
 margin-top: 0px}
#poker-form-details{ 
 width:100%;
 height:auto;
 background-image: linear-gradient(#00b6cc, #005879);
 padding:10px;
}
#poker-form-details input{
  background-color: white;
 color:black;
}
#poker-form-details label{
  text-decoration: italic;
  font-size: 14px;
}
.poker-form button{
  padding: 12px;
}
.poker-form button i{
  color: #891c1c;
}
.warning-section{
 width:114%;
 height:auto;
 padding: 5px 10px;
 background-image: linear-gradient(#f5cf00,#917b00);
 margin:10px 0px;
 margin-left: -7%;
}
.warning-section span{
  color:#262626; 
  font-size: 14px;
  margin: 1px 3px;
}
/*end poker bank confirmation*/
#poker-iframe .download-banner{padding: 7px 0px 46px 0px; background-color: white; color:#3065c5; font-size: 13px;}
#poker-iframe #dl{width: fit-content; float: right; position: relative;}

/*DOWNLOAD PAGE*/
.download-box{
  margin-bottom: 40px;
}
.download-buttons div{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.download-img-banner img{
  height:auto;
  width: 100%;
  margin-bottom:2%;
}

/*HOME and Dashboard*/

  .game-box{
    border-radius: 9px;
  }
  .game-box img{
    border-radius: 9px;
  }

  .game-title{
    padding: 3px 5px!important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
  }

  .btn-play{
    float:right;
    border-bottom-right-radius: 4px;
    border:none;
  }
  .game-title span{
    font-size: 2.2vw;
    padding-left:5px;
  }
  .sports-line{
    width:100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .sports-outer{
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .sports-line .game-one-half{
    float: none;
    display: inline-block;
    width: 42%;
  }
  .game-box .btn-game{
    padding: 3px 14px;
  }

  .title{
    margin: 0px 10px;
  }

  .tournament-icon-home {
      background: url(/assets/mobile/img/home/icon-tournament.png) no-repeat;
      background-size: 49px 42px;
      width: 52px;
      height: 46px;
      position: relative;
      margin-left: calc(100% / 3 - 5.6rem);
      float: right;
  }

  .top-div{
    width: 103%;
    z-index: 1;
    height: auto;
    position: relative;
  }

  .game-container{
    background-color: #0E0E0E;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .game-name{
    color:#fff;
    font-size: 14px;
    margin: 10px 5px;
    font-weight: 500;
    font-family: inherit
  }

  .btn-home-play{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .sports-title{
    float:left;
    margin-top:3px;
    margin-left: 3px;
    text-overflow:ellipsis;
    overflow: hidden;
  }

  #deposit-tab{
    display: flex;
    border: none;
  }

  #deposit-tab li {
    width: 50%;
    margin-top: 5px;
  }
  #deposit-tab img{
    display: block;
    margin: auto;
    width: 30px;
  }

  #deposit-tab>li>a{
    color: white;
    border-radius: 5px;
    background-color: #1a1a1a;
  }

  #deposit-tab>li.active>a{
    cursor: default;
    background-color: #1a1a1a;
    border: 1px solid #0080a5;
  }
  .border-deposit .table{
    margin-bottom: 0px !important;
  }

  .border-deposit{
    border: 1px solid #0080a5;
    padding: 0 10px;
    margin: 10px 0;
    border-radius: 10px;
    padding: 15px 10px;
  }
  
  .image-holder{
    height: 100% !important;
    width: 100% !important;
  }

  .nav-tabs{
    font-size: 6pt;
    height: 73px;
  }

  .nav-tabs.promotion{
    font-size: 7px;
    height: 25px;
  }
  
/* footer mobile */
.footer-mobile {
  margin-top: 4vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 7px 0px rgb(0, 128, 165);
  border-top: 2px solid #0080a5;
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 100%;
  bottom: 36px;
  /* padding: 0 2%; */
}
.footer-mobile .static-menu-wrapper {
  width: 100%;
  background-color: #0e0e0e;
  color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-mobile .static-menu-wrapper .footer-links {
  padding: 0 2%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-mobile .static-menu-wrapper .footer-links li {
  display: flex;
  padding: 7px;
  align-items: center;
}
.footer-mobile .static-menu-wrapper .footer-links li:not(.last) {
  border-bottom: 1px solid rgba(0, 128, 165,0.5);
}
.footer-mobile .static-menu-wrapper .footer-links li:nth-child(even) {
  justify-content: flex-start;
}
.footer-mobile .static-menu-wrapper .footer-links li:nth-child(odd) {
  justify-content: flex-start;
}
.footer-mobile .static-menu-wrapper .footer-links a {
  color: white;
  transition: color 0.1s linear;
  text-align: center;
}
.footer-mobile .static-menu-wrapper .footer-links a:hover {
  color: #0080a5;
}
.footer-mobile a {
  color: #0080a5;
}
.footer-mobile a:hover {
  color: white;
}
.footer-mobile .statement {
  font-size: 12px;
  margin: 1vh 0;
  text-align: justify;
  padding: 0 2%;
}
.footer-mobile .bank-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.7em;
  margin: 0 0.6em;
}
.footer-mobile .bank-list > .title {
  grid-column: span 3;
  font-size: 9.5pt;
  text-align: center;
}
.footer-mobile .bank-list > .bank-logo {
  height: 5em;
  background: #0c1014;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-mobile .bank-list > .bank-logo img {
  width: 80%;
  height: auto;
}
.footer-mobile .footer-end {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 7vw;
}
.footer-mobile .footer-end .col-footer {
  margin-right: 22px;
}
.footer-mobile .footer-end .col-footer h6 {
  font-size: 9px;
  text-align: center;
}
.footer-mobile .footer-end .col-footer img {
  width: 112px;
}
.footer-mobile .footer-end .col-footer:last-child {
  margin-right: 0;
  overflow: hidden;
  width: 120px;
}
.footer-mobile .footer-end .col-footer:last-child img {
  width: 106px;
  margin-left: 9px;
}
/* 
.footer-mobile .bank-list a {
  color: white;
}
.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.cimb, .footer-mobile .bank-list ul li.voucher88 {
  padding: 0 3vw,
}
.footer-mobile .bank-list ul li.cimb, .footer-mobile .bank-list ul li.voucher88, .footer-mobile .bank-list ul li.bri {
  padding: 0;
  background: transparent;
  width: auto;
  height: auto;
}
.footer-mobile .bank-list ul li.cimb img, .footer-mobile .bank-list ul li.voucher88 img, .footer-mobile .bank-list ul li.bri img {
  max-width: 80px;
}
.footer-mobile .bank-list ul li.permata{
  background: transparent;
  max-width: 90px;
  padding-bottom: 11px;
}
.footer-mobile .bank-list ul li.permata img{
  max-width: 80px;
      margin-bottom: 10px;
}
.footer-mobile .bank-list ul li.maybank img{
  max-width: 80px;
}
.footer-mobile .bank-list ul li img {
  max-width: 60px;
  height: auto;
}
.footer-mobile .bank-list .icon-footer {
  width: 70px;
  height: 30px;
}
.footer-mobile .bank-list .icon-footer.bca {
  background-image: url(../../v2/desktop/nw/img-bank-revision1.1/new-BCA.png);
  background-repeat: no-repeat;
  background-position: center;
}
 */
.game-one-half-slot{
  width: 20%;float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape){
  .game-box-img {
    position: relative;
    height: 25vh !important;
}
.slot-game-box-img {
    height: 25vh !important;
    position: relative;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 867px) and (min-device-width: 375px) and (orientation: landscape){
  .game-box-img {
    position: relative;
    height: 35vh !important;
}
.slot-game-box-img {
    height: 30vh !important;
    position: relative;
}
}
@media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2.0) and (-webkit-max-device-pixel-ratio: 2.0){
  .game-box-slots .responsive-image {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    height: 130px;
    border: 1px solid #0296fd;
}
.game-box-slots-small .responsive-image {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 130px;
    border: 1px solid #0296fd;
}
}
@media only screen and (min-width: 1200px) and (max-width: 2560px) and (-webkit-min-device-pixel-ratio: 2.0) and (-webkit-max-device-pixel-ratio: 2.0){
  .game-box-slots-small {
    width: 33.33%;
}
.img-wrapper img {
    width: 19vw !important;
    height: 130px;
}
}
.toggle-password {
  position: absolute;
  right: 6px;
  top: 30%;
  cursor: pointer;
  color: #777777;
}
.login-panel .password-wrapper .toggle-password {
  top: 7px;

}

.tag-special {
  width: 45px;
  height: 30px;
  position: absolute;
  background: #e3b920;
  top: 0;
  right: 0;
  color: #000;
  align-content: center;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  padding-left: 3px;
}
.tag-special:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 15px solid #fff0;
  border-top: 15px solid #e3b920;
  border-bottom: 15px solid #e3b920;
}


#sidebar-wrapper > ul > div:nth-child(28){
  overflow: hidden;
}

#sidebar-wrapper > ul > div:nth-child(28) > img{
  margin-top: 15px;
}

.cont-wrap{
  margin-bottom: 10px;
}
.landing-bg{
    height:75vh;
    width:100vw;
    background-repeat:no-repeat;
    background-size:100vw;
    position:relative;
}
.landing-bg.esport {
    background-image: url(../img/bg-esports.webp);
}
.landing-bg.fishing {
    background: url(../img/fishing.jpg) 0 20% no-repeat;
}
.landing-bg .btn-wrapper {
    display: inline-flex;
    width: 100%;
    position: absolute;
    bottom: 11rem;
    justify-content: center;
}
.title-esports,
.title-bg {
    position:absolute;
    left:0;
    right:0;
    top:1rem;
    margin:auto;
    font-weight: bold;
    display:inline;
    background: -webkit-linear-gradient(#00defe, #00d4f7, #00aede, #0097cf,#0092cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.esport-btn{
    position:absolute;
    left:0;
    right:0;
    bottom:9rem;
    margin:auto;
    width:200px;
}
@media only screen and (orientation: landscape) {
    .landing-bg{
        position:relative;
        height:80vh;
        width:100vw;
        background-size:100vw;
        background-repeat:no-repeat;
        min-height:380px;
    }
    .landing-bg.esport {
        background-image: url(../img/esports-landscape.jpg);
    }
    .landing-bg.fishing {
        background: url(../img/fishing-landscape.jpg) top center / 100% no-repeat;
        min-height: auto;
        height: 82vh;
    }
    .landing-bg .btn-wrapper {
        bottom: 7rem;
    }
    .title-esports{
        display:none;
    }
    .esport-btn{
        position:absolute;
        bottom: 23px;
        right: 17px;
        left:unset;
        margin:unset;
    }
}