/* ==========================================================================
   IDN Sport main
   ========================================================================== */

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

  body {
    overflow-x: hidden;
  }

  body #qr-app {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 1;
  }

  body #qr-app img {
    height: 125px;
    transition: height 1s;
  }

  body #rtp {
    position: fixed;
    left: 0;
    bottom: 15%;
    z-index: 1;
  }
  body #rtp img {
    height: 125px;
    transition: height 1s;
  }

  body #qr-app img:hover {
    height: 200px;
  }

  .d-flex {
    display: flex;
  }

  .favorite-game {
    background: black;
    padding: 5px;
    font-size: 20px;
    color: white;
    position: absolute;
    z-index: 11;
    cursor: default;
  }

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

  form {
    position: relative;
  }

  img {
    border: 0;
  }

  input, button, select, textarea {
    outline: none;
  }
  
  .nav span, .nav li.underline a, .footer a, .footer span {
    white-space: nowrap;
  }
  .promo {
    font-size: 9px;
    color: white;
    width: 57px;
    height: 18px;
    background-color: red;
    border-radius: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 2px;
    z-index: 1;
  }
  .promo span {
    margin-right: 3%;
  }
  .promo img {
    height: 10px;
    margin-right: 5%;
  }

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

 .clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

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

.container {
  width: 1060px;
  margin: 0 auto;
}

.main .container {
  padding: 15px 15px;
}

.main .content {
  width: 1030px;
  margin-left: 15px;
  margin-right: 15px;
  margin: 0 auto;
}

/* ========= Header ======== */
.header {
  height: 73px;
}

.header .cashback-value {
  display: flex;
  border-radius: 5px;
  padding-left: 9px;
  align-items: center;
  font-size: 12px;
}
.header .cashback-value .field-value {
  width: 120px;
  text-align: left;
}
.header .cashback-value .btn-redeem {
  font-size: 12px !important;
  color: #0275d8;
}

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

.topmenu {
  height: 23px;
  margin-right: 10px !important;
}

.icon-pildun{
  width: 8px;
  position: absolute;
  left: 0;
  top:-2px;
}

.relative{
  position: relative;
}

/* progressive jackpot + poker tournament */
.poker-tournament-count {
  position: absolute;
  bottom: 15px;
  font-size: 24px;
  font-family: monospace;
  color: white;
  font-weight: bold;
  left: 20%;
}

.poker-tournament-after-login .poker-tournament-count {
  bottom: 10px;
  font-size: 16px;
}

.poker-tournament-after-login .btn-view-tourpoker {
  bottom: 6px;
  right: 11px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.progressive-jackpot img {
  background: #000;
}

.btn-view-tourpoker {
  position: absolute;
  background: orange;
  bottom: 15px;
  right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.doors {
  display: flex;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  color: orange;
  font-family: monospace;
  font-weight: bold;
  right: 5%;
  font-size: 30pt;
}

.door {
  background: #fafafa;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;
  width: 30px;
  height: 65px;
  overflow: hidden;
  border-radius: 1ex;
  margin: 0.12rem;
  position: relative;
}

.door .box {
  font-size: 22px;
  font-family: monospace;
  font-weight: bold;
  background: linear-gradient(0deg, #930606 0%, red 78%);
  color: transparent;
  background-clip: text;
  transform: translate(25%, 25%);
}

.doors.after-login{
  right: 5%;
  font-size: 19.5pt;
}

.doors.after-login .door {
  margin: 0.1rem;
  width: 19px;
  height: 44px;
}

.doors.after-login .door .box {
  font-size: 15px;
}

.boxes {
  /* transform: translateY(0); */
  transition: transform 1s ease-in-out;
}

#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 css progressive jackpot + poker tournament */

.top-ribbon{
  padding-left: 0;
  margin-left: -5px;
  padding: 18px 20px 5px 12px;
  clip-path: polygon(0 0, 100% 0, 97.5% 100%, 2.5% 100%);
  background: #12566b;
  width: 62%;
  position: absolute;
  right: 0;
  z-index: -2;
}
.top-ribbon-adjust{
  width: 46.4% !important
}

.color-invi {
  background:transparent !important;
}
.topmenu ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  padding: 5px 20px 5px 12px;
}

.topmenu > ul > li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}



.topmenu li:last-child {
  border: 0 none;
  padding-right: 2px;
}

.btn-login {
  cursor: pointer;
  height: 28px;
  min-width: 68px;
  margin: 0px 0px 2px 2px;
  text-align: center;
  border: 0;
  padding: 2px 12px;
  vertical-align: inherit;
}

.btn-login:hover {
  background-position: 0 -26px;
}

.btn {
  font-family: inherit;
  border-radius: 2px !important;
}

.hdcontent {
  height: 50px;
}

.login-panel {
  width: 70%;
  text-align: right;
  height: 28px;
}

.login-panel-ins {
  width: 75%;
  text-align: right;
  height: 28px;
  margin-right:5%;
}

.logo {
  width: 20%;
  height: 50px;
  float: left;
  margin: 0;
  padding: 0;
}

.logo a {
  height: 75px;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  top: -1px;
  width: 232px;
}

.logo img {
  height: 75px;
}

.input-login, .verify-login {
  padding: 4px;
  margin-bottom: 2px;
  height: 26px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.4;
}

.input-login {
  width: 120px;
}

.verify-login {
  max-width: 80px;
}

.verify-img {
  width: 84px;
  height: 32px;
  margin-top: 1px;
}

.verify-img-login {
  width: 70px;
  height: 26px;
  margin-top: -2px;
}

.refresh-img {
  width: 22px;
  height: 22px;
  margin-top: -1px;
}

.menu-new-tag {
  font-size: 9px;
  color: white;
  background-color: #10a90e;
  border-radius: 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -5px;
  right: 2px;
  padding: 3px 6px;
  z-index: 1;
  max-height: 17px;
}

/* ========= Navbar ======== */
.navbar {
  margin: 0;
  border-radius: 0;
  border: 0 none;
}

.navbar .bar {
  margin: auto;
}

.navbar .nav > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
}

.navbar .nav > li:last-child {
  border-right: none;
}

.navbar .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 0px 9.2px;
  height: 50px;
  line-height: 50px;
  font-size: 12.5px;
}

.new-game {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 2;
}

/* ========= Subnavbar ======== */
.subnavbar {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 100;
}
.new-tag-navbar{
  clip-path: polygon(34% 35%, 100% 35%, 100% 65%, 0% 65%);
  position: absolute;
  font-size: 12px;
  background: #ca0000;
  padding: 1px 8px 1px 25px;
  top: -18px;
  right: 0;
}

.pagetype {
  height: 190px;
}

.pagetype.home a.nav-club {
  width: 25%;
}

.pagetype.casino a.nav-club {
  width: 25%;
}

.pagetype.games a.nav-club {
  width: 25%;
}

.pagetype.lotto a.nav-club {
  width: 100%;
}

.pagetype.poker a.nav-club {
  width: 100%;
}

.pagetype a.nav-club {
  width: 25%;
  float: left;
  text-align: center;
  display: block;
  position: relative;
}

.pagetype a.nav-club img {
  max-width: 100%;
  height: 164px;
  border: 0 none;
}

.pagetype a.nav-club span {
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  text-align: center;
  font-style: inherit;
}

.pagetype a.nav-club .btns {
  height: 26px;
  /*border-right: 1px solid #116fb7;*/
}

/*.pagetype a.nav-club .btns.first {
  border-left: 1px solid #116fb7;
  }*/

  .pagetype a.nav-club .btns div {
    width: 100%;
    text-align: center;
  }

  /* ========= Main ======== */
  .msg {
    margin: 0px 0 1px 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }

  .msg label {
    padding: 4px;
    margin: 0;
    display: block;
    width: 130px;
    float: left;
    height: 26px;
  /*border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border: 0px solid #2B78B9;
  background: -webkit-gradient(linear, left top, left bottom, from(#225e8b), to(#0c4e80));
  background: transparent linear-gradient(#225e8b, #0c4e80) repeat scroll 0% 0%;
  background: linear-gradient(#225e8b, #0c4e80);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

/* hotmatch */
.hotmatch {
  font-size: 16px;
  overflow: hidden;
  background-color: #072b35;
  padding: 10px;
  border: solid 2px #0076a3;
  width: 100%;
}
.hotmatch.hotmatch-afterlogin {
  padding: 10px 0;
}
.hotmatch .hm-category {
  display: flex;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.hotmatch .hm-category .hotmatch-icon{
  position: absolute;
  left: 13.5%;
}
.hotmatch .hm-category .hotmatch-icon.before-login{
  left:8.5%;
}
.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;
  margin-top: 20px;
  padding: 5px;
  font-size: 1rem;
}
.hotmatch .hm-lobby .tag-promo {
  color: #fff;
  font-size: 12px;
  width: 68px;
  height: 20px;
  background: red;
  text-align: center;
  border-radius: 3px;
  margin-left: 10px;
}
.hotmatch .hm-lobby .promo-title {
  overflow: hidden;
  background-color: red;
  padding-left: 5px;
  height: 25px;
  text-transform: uppercase;
}
.hotmatch .hm-lobby .slick-slide {
  margin: 0 10px;
}
.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;
  padding: 5px;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .title-text {
  width: 200px;
  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: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 1;
  left: -159px;
  top: 0;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .tag-promo.hovertext:before{
  left: -110px;
}
.hotmatch .hm-lobby .card-hm .card-body .card-title .hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away {
  color: white;
  height: 115px;
}
.hotmatch .hm-lobby .card-hm .card-body .home-away .homeaway-name {
  width: 200px;
  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: 12px;
  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: 10px;
  margin-right: 10px;
}
.hotmatch .hm-lobby .hm-hdp > p {
  margin: 0;
  font-size: 10px;
}
.hotmatch .hm-lobby .hm-odds > p {
  margin: 0;
  font-size: 10px;
}
.flex{
	display: flex;
}
.flex-gap >div {
  margin: 0 6px;
}
.w-100{
  width: 100%;
}
.p-2{
  padding: .5rem;
}
/* end hotmatch */

.msg .marquee-wrapper {
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  display: block;
  width: 886px;
  height: 26px;
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  overflow: hidden;
}

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

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

.marquee {
  width: 886px;
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
}

.login .marquee {
  width: 793px;
  width: -moz-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
}

.breadcrumb {
  margin-bottom: 5px;
}

.breadcrumb > ol > li {
  display: inline-block;
}

.col-xs-left {
  margin: 0px !important;
  width: 685px !important;
}

.col-xs-right {
  margin-left: 690px !important;
  width: 340px !important;
}

#main-slide {
	display: block;
	height: 363px;
}

#main-slide-landing {
  display: block;
  height: 343px;
}

.slide-wrapper {
  position: relative;
  width: 1030px;
  height: 365px;
  float: left;
  overflow: hidden;
  padding: 5px;
  margin-left: 15px;
}

.big-slide-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6px;
}

.promo1, .promo2 {
  margin: 0;
  padding: 0;
}

.misc {
	display: block;
	position: relative;
}

.misc a {
	display: inline-block;
  position: relative;
  min-width: 340px;
  /*margin-right: 2px;*/
}

.misc a:last-child {
	float: right;
	margin-right: -3px;
  min-width: 323px;
}

.clubs, .clubss {
  display: block;
  position: relative;
  padding: 15px 0;
  margin: 10px 0;
  background: #131313; 
}

.clubs a {
  display: inline-block;
  /*width: 25%;*/
  /*max-width: 255px;*/ /*4 coloumn*/
  /*max-width: 203px;*/ /*5 coloumn*/
  /*max-width: 203px;*/ /*7 coloumn*/
  position: relative;
}

.clubs.poker a {
  display: inline-block;
  /*width: 25%;*/
  /*max-width: 255px;*/ /*4 coloumn*/
  /*max-width: 203px;*/ /*5 coloumn*/
  max-width: 169px; /*6 coloumn*/
  /*max-width: 144px !important;*/ /*7 coloumn*/
  position: relative;
}

.clubs.poker a .new-games {
  background: url(../img/new-label.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
}

.clubs a:hover {
  outline: 0 none;
  border: 0 none;
}

/*.clubs a:hover img {
  border: 1px dashed #116fb7;
  }*/

  .clubs a img {
    width: 100%;
  }

  .clubs a:hover img {
    -webkit-transform: scale(1.2) rotate(0.1deg);
    -moz-transform: scale(1.2) rotate(0.1deg);
    -ms-transform: scale(1.2) rotate(0.1deg);
    -o-transform: scale(1.2) rotate(0.1deg);
    transform: scale(1.2) rotate(0.1deg);
  }

  .clubs a img {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }

  .clubs a div {
    position: absolute;
    display: block;
    width: 75%;
    top: 78%;
    left: 14%;
  }

  .clubs a div h3, .clubs a div h2{
    margin: 5px 0;
    text-align: center;
    opacity: 0.9;
    padding: 8px 0;
  }

  .clubs a div p {
    text-align: center;
    padding: 0 2px;
  }

  .game-list {
    padding-top: 10px;
  }

  .game-list ul {
    width: 100%;
    display: block;
    height: auto;
  }

  .game-list li, .game-list2 li {
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 18.9%;
    float: left;
    cursor: pointer;
    border-radius: 0px;
  }

  .game-list2 li {
    width: 18.9%;
  }

  .game-list li div, .game-list2 li div {
    display: block;
    position: relative;
  }

  .game-list li img, .game-list2 li img {
    width: 100%;
  }

  .game-list li span, .game-list2 li span {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .game-list li p, .game-list2 li p, .top-games p {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
  }
  .game-list2 li .game-jackpot {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width:100%;
    z-index: 11;
    left: 0;
    bottom: 0;
    opacity: 0.9;
  }

  .game-list li:hover p, .game-list2 li:hover p, .top-games li:hover p {
    display: block;
    padding: 4px;
  }

  .game-list2 li:hover .game-jackpot {
    display: none;
  }

  .game-list a, .game-list2 a, .top-games a {
    padding: 5px 12px;
    top: 103%;
    position: absolute;
    left: 24%;
  }

  .poker-insight {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 15px 0;
    height: 170px;
  }

  .poker-caption {
    clear: both;
    position: relative;
    height: 72px;
    margin-bottom: 10px;
  }

  .poker-caption img {
    margin-right: 15px;
    float: left;
    max-width: 100%;
  }

  .poker-caption h4 {
    height: 55px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }

  .maintain {
   display: block;
   padding: 40px 20px;
   text-align: center;
   border-radius: 2px;
   height: 192px;
   margin-top: 10px;
 }

 .maintain p {
  padding-top: 95px;
}

.right-side {
  width: 410px;
  height: 600px;
  margin-top: 30px;
}
.casino-content{
  height: 400px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.bola-tangkas-content{
  height: 416px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.virtual-sports-content{
  height: 210px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.sport-content{
  height: 189px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.casino-subtitle{
  font-weight: bold;
  background: -webkit-linear-gradient(#00defe, #00d4f7, #00aede, #0097cf,#0092cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lg-text{
  font-size: 55px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 100px;
}
.lg-text-sport{
  font-size: 55px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0px;
}
.sm-text{
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.casino-text-content{
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 295px;
  line-height: 1.7;
}
.sport-text-content{
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 175px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 70px;
  line-height: 1.7;
}
.casino-games{
  height: 305px;
  margin-top: 20px;
  position: relative;
}
.games-frame{
  width: 100%;
  background-color: #1d1d1d;
  height: 220px;
  margin-top: 65px;
  position: relative;
}
.game-flex{
 vertical-align: bottom !important;
 display: table-cell;
 padding: 15px 25px;
}
.game-flex img{
  vertical-align: bottom !important;
  width: 250px;
  padding: 0px 5px;
}
.slot-text{
  padding: 10px 260px;
}
.game-flex-sport {
  vertical-align: bottom !important;
  display: flex;
  justify-content: center;
  padding: 25px 25px;
  align-items: center;
}
.game-flex-sport img{
  vertical-align: bottom !important;
  width: 299px;
  padding: 0px 5px;
}
.game-flex-slots{
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 22px;
}
.game-fsport{
  width: 90%;
  margin: 65px auto 0px;
  height: 197px;
}
.frame-slots{
  width: 90%;
  margin:65px auto 0px;
  height: 365px;
}
.game-flex-slots img{
  width: 220px
}
.sports-frame{
  height: 285px;
}
.casino-slots{
  height: 450px;
}
.have-account {
  margin-top: 40px;
}
.mb-3{
  margin-bottom: 1rem !important;
}

#profile .tab-content{
  background: #e5e5e5 !important;
}
#profile form {
  display: contents;
}
#profile .form-control {
  border: 1px solid rgba(0, 0, 0, .15);
}
#profile .form-control[readonly] {
  color: black !important;
  background-color: white !important;
}
#profile a:hover {
  color: #1799ad !important;
}
#profile .card {
  border-radius: 10px;
  min-height: 236px;
  background: white;
  font-size: 14px;
}
#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: 30px;
  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: 30px;
  text-transform: uppercase;
  color: yellow;
  font-weight: bold;
  border: 5px yellow solid;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
}
#profile .card.card-add-bank {
  position: relative;
}
#profile .card.card-add-bank .card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#profile .card .card-header {
  background: linear-gradient(to bottom, #1799ad 0%, #0a5f7e 100%);
  color: white;
  border-radius: 10px 10px 0 0;
  padding: .75rem 1.25rem;
}

#profile .card .card-header img{
  width: 80px;
  height: 30px;
}

.tag-special {
	width: 60px;
	height: 30px;
	position: absolute;
	background: #e3b920;
	top: 0;
	right: 0;
	color: black;
	align-content: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 3px;
}
.tag-special:after {
	content: "";
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-top: 15px solid #e3b920;
	border-bottom: 15px solid #e3b920;
}

#new-bank-list .input-group {
  flex-wrap: inherit;
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

#new-bank-list .input-group .input-group-text {
  border: 1px solid #77787b;
  border-right: none;
  border-radius: 0;
  background-color: #77787b;
  color: #fff;
}

#new-bank-list .btn-file {
  position: relative;
  overflow: hidden;
}

#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;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  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 .content-add-bank{
  padding: 20px;
}

#new-bank-list input[type=text]{
  background-color: white;
  color: black;
}

#new-bank-list .title-content{
  font-size: 16px;
}

#new-bank-list .input-group-prepend{
  display: flex;
}

#new-bank-list .input-group-text{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

#new-bank-list .input-group-btn {
  width: auto;
}

#new-bank-list .reg_content {
  padding-left: 0;
}

#new-bank-list .reg_content .alert {
  margin-bottom:0;
}

#studio-list > a > .studio1, #studio-list > a > .studio2 {
  display: inline-block;
}

.studio2 {
  float: right;
}

.studio-hover {
  cursor: pointer;
}

.std1, .std2 {
  width: 503px;
  height: 193px;
}

.std1-dlr {
  position: absolute;
  margin-top: -49px;
  margin-left: 5px;
  z-index: 8;
}

.std2-dlr {
  position: absolute;
  margin-top: -44px;
  margin-left: 10px;
  z-index: 8;
}

.std-play-btn1, .std-play-btn2 {
  display: none;
  position: absolute;
  z-index: 7;
  width: 501px;
  height: 191px;
}

.std-play-btn-hover {
  display: block !important;
}

.std-play-btn1 span, .std-play-btn2 span {
  float: right;
  margin: 75px 40px 0 0;
  padding: 8px 30px;
}

.std-btn {
  padding: 12px 0;
}

/* ========= Footer ======== */
.footer, .footer a {
  font-family: inherit;
}

.footer hr {
  margin: 15px 0;
}

.footer hr.invisible {
  margin: 0 0 15px;
}

.footer .split-line {
  margin: 0 5px;
}

.footer .info-centre {
  padding: 15px 0;
}

.footer .info-centre span {
  vertical-align: middle;
}

.footer .nav-links li {
  padding: 2px 0;
}

.footer .nav-links h6 {
  margin: 5px 0;
}

.footer ul.ul-horizontal li {
  float: left;
  height: 36px;
  line-height: 30px;
}

.footer .statement-img li a {
  display: inline-block;
  margin: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer .provider a.taishan {
  background-position: -1111px 0px;
  width: 60px;
  height: 33px;
  margin-left: 15px;
}

.footer .provider a.taishan:hover {
  background-position: -1111px -33px;
}

.footer .provider a.gold-deluxe {
  background-position: -1179px 0px;
  width: 63px;
  height: 33px;
}

.footer .provider a.gold-deluxe:hover {
  background-position: -1179px -33px;
}

.footer .provider a.betsoft {
  background-position: -1248px 0px;
  width: 65px;
  height: 33px;
}

.footer .provider a.betsoft:hover {
  background-position: -1248px -33px;
}

.footer .provider a.laxino {
  background-position: -1323px 0px;
  width: 31px;
  height: 33px;
}

.footer .provider a.laxino:hover {
  background-position: -1323px -33px;
}

.footer .provider a.gameplay {
  background-position: -1365px 0px;
  width: 115px;
  height: 33px;
  /*margin-left: 50px;*/
}

.footer .provider a.gameplay:hover {
  background-position: -1365px -33px;
}

.footer .provider a.sg8 {
  background-position: -1488px 0px;
  width: 45px;
  height: 33px;
}

.footer .provider a.sg8:hover {
  background-position: -1488px -33px;
}

.footer .provider a.realtime-gaming {
  background-position: -1542px 0px;
  width: 123px;
  height: 33px;
  margin-left: 52px;
}

.footer .provider a.realtime-gaming:hover {
  background-position: -1542px -33px;
}

.footer .provider a.xpro-gaming {
  background-position: -1674px 0px;
  width: 123px;
  height: 33px;
}

.footer .provider a.xpro-gaming:hover {
  background-position: -1674px -33px;
}

.footer .provider a.sports-5050 {
  background-position: -1806px 0px;
  width: 42px;
  height: 33px;
}

.footer .provider a.sports-5050:hover {
  background-position: -1806px -33px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer .payment a.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;
}

.footer .payment a.cimb:hover {
  -webkit-background-size: contain;
  background-size: contain;
}

.footer .payment a.permata {
  background-repeat: no-repeat;
  background-image: url(../img/bank/permata-bank-white.png);
  background-size: 100%;
  height: 37px !important;
  width: 105px;
}

.footer .payment a.kospin {
  background-repeat: no-repeat;
  background-image: url("../img/bank/kospin-jasa-white.png");
  background-size: 89%;
  height: 37px !important;
  width: 110px;
  background-position-y:-6px;
}
.footer .payment a.voucher88 {
  background-repeat: no-repeat;
  background-image: url(../img/bank/icon-footer-voucher.png);
  background-size: 89%;
  height: 37px !important;
  width: 100px;
  background-position-y: 8px;
  margin-left: 133px;
}
.footer .payment a.maybank {
  background-size: 87%;
  background-repeat: no-repeat;
  background-image: url(../img/bank/maybank.jpg);
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
}
.footer .payment a.jenius {
  background-size: 87%;
  background-repeat: no-repeat;
  background-image: url(../img/bank/jenius-bank.png);
  height: 37px !important;
  width: 96px;
  background-position-y: 6px;
  margin-right: 0px;
}
.footer .payment a.sinarmas {
  background-size: 87%;
  background-image: url(../img/bank/sinarmas-putih.png);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
}
.footer .payment a.ovo {
  background-size: 87%;
  background-image: url(../themes/idngoal/img/bank-icon/ovo.webp);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 36px;
  background-position-y: 4px;
  margin-right: 0px;
  margin-left: 5px;
}
.footer .payment a.linkaja {
  background-size: 87%;
  background-image: url(../themes/idngoal/img/bank-icon/linkaja.webp);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 38px;
  background-position-y: 4px;
  margin-right: 0px;
  margin-left: 14px;
}
.footer .payment a.dana {
  background-size: 87%;
  background-image: url(../themes/idngoal/img/bank-icon/dana.webp);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
  margin-left: 14px;
}
.footer .payment a.gopay {
  background-size: 100%;
  background-image: url(../themes/idngoal/img/bank-icon/gopay.png);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
  margin-left: 121px;
}
.footer .payment a.panin {
  background-size: 87%;
  background-repeat: no-repeat;
  background-image: url(../img/bank/panin-bank.png);
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
  margin-left: 133px;
}
.footer .payment a.bsi {
  background-size: 100%;
  background-image: url(../themes/idngoal/img/bank-icon/bsi.png);
  background-repeat: no-repeat;
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-right: 0px;
  margin-left: 0px;
}

.footer .payment a.mega-bank {
  background: transparent;
  height: 37px !important;
  width: 100px;
  background-position-y: 6px;
  margin-left: 15px;
  margin-right: 0px;
}

.footer .payment a.permata:hover, .footer .payment a.kospin:hover{
  filter: none;
}
.mega-bank-logo.st0 {
     stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}



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

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

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

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

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

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

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

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

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

.footer .statement-text {
  font-family: inherit;
  padding: 10px 0;
}

.footer .statement-text span {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: normal;
}

/* ========= Forms ======== */
.sub-bar {
  height: 30px;
  padding-left: 0px;
}

.sub-bar label {
  padding: 3px 10px;
  margin: 0;
  display: block;
  min-width: 130px;
  height: 28px;
}

.main .div-wrapper {
  margin: 10px;
  text-align: center;
}

.main table td {
  padding: 3px 4px;
}

.main .tb-table {
  margin: 5px 0;
  width: 100%;
}

#reg-main, #reg-success, #reg-activate, #reset-step1, #reset-step2, #reset-success, #banking {
  margin: 10px 0;
  padding: 10px 0;
}

#reg-main button {
  margin: 0 5px;
  line-height: 17px;
  height: 22px;
  vertical-align: top;
}

#reg-main button span {
  padding: 0 12px;
}

.reg_content {
  width: 100%;
  margin: 10px auto;
  padding-left: 20px;
  padding-bottom: 10px;
}

.reg_content2 {
  margin: 0 auto; 
  width: 500px; 
  margin-top: 20px;
}

.reg_content b, .reg_content2 b {
  text-align: left;
  display: block;
  margin: 5px 0;
}

.reg_content table th, .reg_content2 table th {
  text-align: left;
  padding: 2px 0;
}

.reg_content select {
  margin-right: 5px;
  padding: 5px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.reg_content select#txt_month {
  width: 126px;
}

.reg_content select#txt_day, .reg_content select#txt_year {
  width: 96px;
  margin-right: 0;
}

.reg_content select#txt_currency {
  width: 330px;
  margin-right: 0;
}

.btn-thin {
  padding: 3px 12px;
  min-width: 68px;
}

img {
  border: 0;
}

/*.main img {
  margin: 1px 1px 2px;
  }*/

  .success-txt {
    width: 750px;
    margin: 10px auto;
    text-align: center;
  }

  .nav-top {
    padding: 0 15px;
  }

  .currency {
    padding: 15px;
  }

  .sub-avr {
    height: 30px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .sub-fvr {
    height: auto;
    padding-left: 10px;
    padding-right: 20px;
  }

  .nav-content {
    margin-left: 10px;
    width: 1000px;
    margin-top: -10px;
  }

  table td {
    padding: 10px 0;
  }

  table thead tr td {
    padding: 0;
  }

  .nav-wor {
    padding-left: 8px;
  }

  .main table td {
    padding: 3px 10px;
  }

  /* ========= Tabs ======== */
  .nav-tabs > li > a,
  .nav-pills > li > a,
  .nav-tabs.nav-justified > li > a {
    border-radius: 0;
  }

  .tab .nav-tabs {
    border-radius: 2px 2px 0 0;
  }

  .tab .nav-tabs a {
    padding: 8px 10px;
    margin-right: 1px;
    min-width: 88px;
    text-align: center;
  }

  .tab .nav-tabs > .active > a,
  .tab .nav-tabs > .active > a:hover,
  .tab .nav-tabs > .active > a:focus {
    border-radius: 2px 2px 0 0;
  }

  .tab .nav-tabs > li > a {
    border: none;
  }

  .tab .nav-tabs > li > a:hover {
    border-radius: 2px 2px 0 0;
  }

  .tab .tab-content {
    padding: 5px 0;
  }

  .tab .tab-content p {
    margin: unset;
  }

  .tab .tab-content img {
    margin: 3px;
  }

  .tab .tab-content img.img-tab-space {
    margin-top: 7px;
  }

  /* ========= Accordion ======== */
  .acc .panel-heading {
    padding: 0;
    box-shadow: none;
  }

  .acc-icon a.accordion-toggle i {
    margin-right: 8px;
  }

  /* ========= Panels ======== */
  .panel-group .panel + .panel {
    margin-top: 2px;
  }

  .panel,
  .panel-heading,
  .panel-group .panel {
    border-radius: 0;
  }

  .panel-heading {
    padding: 5px 15px;
  }

  .panel-heading .btns {
    padding: 30px 0 0;
  }

  .panel-heading .btns .btn {
    margin-top: 10px;
    min-width: 100px;
  }

  .panel-heading .btns .btn-primary .caret {
    display: none;
  }

  .panel-heading .btns .btn-default .caret {
    position: absolute;
    bottom: 4px;
    left: 35%;
  }

  /* ========= Dropdown ======== */
  .dropdown-menu {
   min-width: 135px;
 }

 .dropdown-menu > li > a {
  padding: 3px 6px;
}

.dropdown i {
  margin: 0 6px 0 2px;
}

/* ========= Misc ======== */
.fa-envelope {
  cursor: pointer;
}

span.news {
  display: inline-block;
  min-width: 10px;
  padding: 0;
  margin: 0 6px;
  white-space: nowrap;
  text-align: center;
}

.user-info {
  white-space: nowrap;
  margin-top: -3px;
  float: right;
  text-align: right;
}

.user-info div, .user-menu .rb {
  display: inline-block;
  position: relative;
}

.user-info .welcome, .user-menu .rb {
  padding-right: 10px;
}

.user-menu .pl {
  padding-left: 10px;
}

.user-info ul li.dropdown {
 padding-right: 10px;
}

.user-info span.wallet {
  padding-left: 5px;
}

.user-info .refresh-bal, .user-info .refresh-virbal {
  height: 14px;
  vertical-align: text-top;
  position: absolute;
  top: 0px;
  right: -12px;
  display: none;
}

.sportsbook .user-info {
  line-height: 20px;
}

.user-info i {
  margin: 0 5px!important;
}

i.fa.fa-sign-out {
  margin-right: 6px;
}

.badge {
  padding: 3px 7px;
  background: #da0000;
}

.btn-logout {
  cursor: pointer;
  margin-right: 2px;
}

.fa-comments {
  margin: 0 4px 0 2px !important;
}

.fa-phone {
  margin: 0 6px 0 3px!important;
}

.fa-cog {
  margin: 0 7px 0 2px!important;
}

.fa-envelope {
  margin: 0 6px 0 2px!important;
}

.navbar ul li {
  float: left;
}

.dropdown-menu li {
  width: 100%;
}

.region i {
  margin: 0 2px;
}

.fa-bank, .fa-deposit, .fa-withdrawal, .fa-transfer {
  background: url(../img/ico-bank.png) no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

/*.fa-deposit:hover,.fa-withdrawal:hover,.fa-transfer:hover{
  background:url(/App_Themes/Resources/Cash/images/ico-bank-reverse.png) no-repeat;
  display: inline-block;height: 16px;width: 16px;
  }*/

  .fa-bank {
    background-position: 0 -313px;
    margin: 0 4px -2px!important;
    height: 12px;
  }

  .fa-deposit {
    background-position: 0 -53px;
    margin: 0 4px -1px 2px!important;
  }

  .fa-withdrawal {
    background-position: -1px -143px;
    margin: 0 4px -1px 2px!important;
  }

  .fa-transfer {
    background-position: -3px -192px;
    margin: 0 4px -1px 2px!important;
  }

/*.fa-deposit:hover {
  background-position: 0 -53px;
  margin: 0 4px -1px 2px!important;
}
.fa-withdrawal:hover {
  background-position: -1px -143px;
  margin: 0 4px -1px 2px!important;
}

.fa-transfer:hover{
  background-position: -3px -192px;
  margin: 0 4px -1px 2px!important;
  }*/

  .ico_en, .ico_cn, .ico_vi, .ico_th, .ico_id, .ico_pt, .ico_es {
    background: url(../img/icon/ico-flag.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
  }

  .ico_en {
    background-position: 0 0;
  }

  .ico_cn {
    background-position: 0 -50px;
  }

  .ico_vi {
    background-position: 0 -33px;
  }

  .ico_th {
    background-position: 0 -69px;
  }

  .ico_id {
    background-position: 0 -17px;
  }

  .ico_pt {
    background-position: 0 -86px;
  }

  .ico_es {
    background-position: -1px -103px;
  }

  .caret {
    margin-top: -2px;
    margin-left: 3px;
  }

  .log {
    width: auto;
  }

  input[type=text]:focus, input[type=password]:focus, .main input[type=text]:focus, .main input[type=password]:focus {
    outline: 0 none;
  }

  .main input[type=text], .main input[type=password] {
    padding: 5px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }

  .nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
  }

  /* ========= Owl Carousel ======== */
  .slide-wrapper #progressBar, .big-slide-wrapper #progressBar {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }

  .slide-wrapper #progressBar #bar, .big-slide-wrapper #progressBar #bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
  }

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

  .slide-wrapper .owl-carousel, .big-slide-wrapper .owl-carousel {
    height: 350px;
  }

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

  .slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page span, .big-slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page span {
    margin: 5px 2px 7px;
    width: 8px;
    height: 8px;
  }

  .slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page.active span, .big-slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
  }

  .slide-wrapper .owl-carousel .item, .big-slide-wrapper .owl-carousel .item {
    padding: 0px 0;
  }

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

  /* ========= Helper Class ======== */
  .mt-0 {
    margin-top: 0px !important;
  }

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

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

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

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

  .mt-lg {
    margin-top: 6em !important;
  }

  .mt-xlg {
    margin-top: 8.125em !important;
  }

  .mtb-xxlg {
    margin-top: 11em !important;
  }

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

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .mr-10 {
    margin-right: 10px !important;
  }

  .mr-20 {
    margin-right: 20px !important;
  }

  .mr-xxlg {
    margin-right: 11em !important;
  }

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

  .ml-20 {
    margin-left: 20px !important;
  }

  .mtb-10 {
    margin: 10px 0 !important;
  }

  .mtb-20 {
    margin: 20px 0 !important;
  }

  .mb-lg {
    margin-bottom: 4em !important;
    margin-right: 18px;
  }

  .mb-xlg {
    margin-bottom: 8.125em !important;
  }

  .mb-xxlg {
    margin-bottom: 11em !important;
  }

  .mb-xxxlg {
    margin-bottom: 26em !important;
  }

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

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

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

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

  .pt-15 {
    padding-top: 15px !important;
  }

  .pb-15 {
    padding-bottom: 15px !important;
  }

  .ptb-55 {
    padding: 55px 0 !important;
  }

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

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

  @media (max-width: 1060px) {
    .rollto {
      position: fixed;
      right: 10px;
      bottom: 60px;
      z-index: 999;
      display: none;
    }
  }

  .rollto a {
    overflow: hidden;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 1px 0;
    opacity: 0.8;
  }

  .rollto a:hover {
    opacity: 1;
  }

  .rollto a i {
    width: 36px;
    top: 0;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
  }

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

  /* ========= Popup Style ======== */
  .info_center{
   width:800px; 
   margin:0 auto;
 }

 .popup_logo{ 
   margin: 0 0 5px 10px;
   float:left;
   height:65px;
 }

 .popup_logo img{ 
   height: 65px;
 }

 .popup_infocenter{
   position:absolute; 
   margin:30px 0 0 250px;
	/*top: 30px;
	right: 10px;*/
}

.info_nav{
  clear: both;
  height:32px; 
  padding:0px 5px; 
  margin-bottom:10px;
}

#popup_nav {
	clear: both;
	padding: 0; 
	position: relative;
}

#popup_nav ul {
  border-width: 0 1px 1px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  left: -9999px; 
  overflow: hidden; 
  position: absolute; 
  top: -9999px; 
  z-index: 2;
}

#popup_nav li { 
	float: left; 
	position: relative;
	height:32px; 
	line-height:32px;
}

#popup_nav li a {
	display: block;
	font-weight: normal;
	padding: 0px 19px !important; 
	position: relative;
  font-size: 10px;
}

#popup_nav li:hover > a {
  height:32px;
}

#popup_nav li:hover, #popup_nav a:focus, #popup_nav a:hover, #popup_nav a:active {
	outline: 0 none;
}

#popup_nav li:hover ul.subs {
	left:0;
	top:31px; 
	width:280px; 
	-moz-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1); 
	-webkit-transform:scaleY(1); 
	transform:scaleY(1);
}

#popup_nav ul li { 
	width: 100%;
}

#popup_nav ul li a {
	float: none;
	width: 280px;
}

#popup_nav .caret {
  display: inline-block;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.separator {
	height: 1px !important;
}

.info_content {
	width:720px; 
	padding:10px 39px;
	margin-bottom:10px;
}

.info_content h2 {
	margin:10px 0; 
	padding:10px 0;
}

.info_content p {
	padding:5px 0 5px 0;
}

.info_content ol {
	list-style:decimal; 
	padding:10px 20px 20px 40px;
}

.info_content li { 
	margin:0 10px 8px 10px;
}

.footer_nav{
  clear: both;
  height:32px; 
  padding:0px 5px;
  margin-bottom:10px;
}

.info_copyright {
	white-space: nowrap;
	margin: 8px 0 0 10px;
}

.pointer:hover{ 
  cursor:pointer
}

/* Helper */
.pt-10 {
  padding-top:10px;
}

/* ========= Device Style ======== */
@media (min-device-width: 768px) {
  .container {
    width: 970px;
  }

  .home .main .container {
    width: 940px;
  }
}

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

  .home .main .container {
    width: 940px;
  }
}

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

@media (min-device-width: 1200px) {
  .container {
    width: 1060px;
  }

  .home .main .container {
    width: 1030px;
    margin: 0 auto;
  }
}


/* Live games page addition */
.clubss {
  padding: 15px 3px;
}

.clubss.live a {
  display: inline-block;
  width: 154px !important;
  position: relative;
  text-align: center;
  margin: 0 7px 15px;
}

.clubss.live a.bot {
  margin-bottom: 0;
}

.clubss.live a:hover {
  outline: 0 none;
  border: 0 none;
  text-decoration: none;
}

.clubss.live a img {
  border-radius: 4px;
  border: 1px solid transparent;
}

.clubss.live a:hover img {
  border-color: #00ddff;
}

.clubss.live a div {
  display: block;
}

.clubss.live a div h3, .clubss.live a div h2 {
  color: #e7c25d;
  font-size: 14px;
  margin: 10px 0 5px;
  padding: 10px;
  background: transparent;
  border: 1px solid #0b9a9d;
  border-radius: 6px;
}

.clubss.live a:hover div h3 {
  color: #fff;
  border: 1px solid #00ddff;
}

/*.user-info a.lucky-spin {
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
  background: transparent;
  border: 1px solid #00d63c;
  font-size: 14px;
  text-decoration: none;
}

.user-info a:hover.lucky-spin {
  color: #fcc70a;
}

.user-info a.lucky-spin > div {
  width: 30px;
}

.user-info a.lucky-spin > div > img {
  position: absolute;
  margin-top: -41px;
  margin-left: -46px;
  }*/

  .user-info a.lucky-spin .bonus-container {
    position: absolute;
    z-index: 1 !important;
    margin-top: -17px;
    margin-left: -190px;
    width: 187px;
    height: 56px;
    background: url(../themes/idngoal/img/new-bonus-idg2.gif) no-repeat;
  }

  .user-info a.lucky-spin .bonus-content {
    float: left;
    margin-top: 22px;
    margin-left: 46px;
    padding: 5px;
    color: #fff;
  }

  .user-info a:hover.lucky-spin .bonus-content {
    color: #fcc70a;
  }

  /* Referral page addition */
  .referral-container {
    background: #fff;
    color: #77787b;
    margin-top: 10px;
    font-size: 12px;
  }

  .referral-wrapper {
    padding: 15px 50px 60px;
    text-align: center;
  }

  .referral-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-text {
    margin-bottom: 15px;
  }

  .referral-col-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .referral-col {
    width: 33.33%;
    margin-right: 10px;
  }

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

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

  .referral-col-content.first {
    padding: 0;
  }

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

  .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 {
    position: absolute;
    right: 18%;
    bottom: 17px;
  }

  /*for logo and body background*/
/*.world-cup-event{
  background-image: url(../img/russia-2018.png);
  background-repeat: no-repeat;
  height: 75px;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  top: -1px;
  width: 42%;
}

.logo {
  width: 19%;
}

body.event-bg {
  background: #1b1b1b url(../img/bg-main-2018.jpg) top center no-repeat !important;
  }*/
  /*for logo and body background*/
 

  .status-img li.bca, .status-img li.bca-off {
    background-position: -407px 35px;
    width: 80px !important;
  }

  .status-img li.mandiri, .status-img li.mandiri-off {
    background-position: -2620px 37px;
  }

  .status-img li.bri, .status-img li.bri-off {
    background-position: 1192px 30px;
    background-size: 1745px;
    height: 33px !important;
  }

  .status-img li.bni, .status-img li.bni-off {
    background-position: -582px 37px;
  }

  .status-img li.cimb, .status-img li.cimb-off {
    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;
    height: 27px !important;
    width: 89px;
    margin-right: 4px;
  }

  .ibankBtn-dashboard > div.cimb {
    background: url(../img/bank/cimb-min.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -ms-background-position-y: bottom;
    background-position-y: bottom;
    width: 147px;
    height: 33px;
  }



  /* ========= Device Style IBC ======== */
  @media (min-device-width: 768px) {
    .container-size {
      width: 970px;
    }
  }

  @media (min-device-width: 1200px) {
    .container-size {
      width: 1343px !important;
    }
  }

  a.mobile-view{
    position: absolute;
    margin-top: -14px;
    margin-left: -4px;
  }
  a.mobile-view:hover i{
    color:#1799ad;
  }

  .topmenu li:last-child{
    border-left: 1px solid #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255)
  }
  #popup_nav li a {
    padding: 0px 7px !important; 
  }