/* ==========================================================================
	Font
   ========================================================================== */
	 @font-face {
	 	font-family: 'gotham-medium';
	 	src: url('/assets/webfonts/gotham-medium-webfont.woff2');
	 	src: url('/assets/webfonts/gotham-medium-webfont.woff') format('woff');
	 	font-weight: normal;
	 	font-style: normal;
	 }

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

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

	 @font-face {
	 	font-family: 'opensans-extrabold';
	 	src: url('/assets/webfonts/opensans-extrabold-webfont.woff2');
	 	src: url('/assets/webfonts/opensans-extrabold-webfont.woff') format('woff');
	 	font-weight: normal;
	 	font-style: normal;
	 }
	 @font-face {
    font-family: "American Captain";
    src : url("/assets/webfonts/american-captain.ttf")  format("truetype");
	}

.progresif-jackpot {
  font-family: 'American Captain', Verdana, Tahoma;
}
#showm{display:none;}

html, body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-family: 'opensans-regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
ul, ol, dl, form {
  list-style: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
a {
  text-decoration: underline;
  outline: none;
  color: rgb(28,214,232);
  cursor: pointer;
}
.header {
  height: 70px !important;
  background-color: rgb(31,31,31);
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.container {
  min-width: 1000px !important;
  max-width: 1090px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.logo {
  width: 212px;
  height: 61px;
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0799d7",endColorstr="#00395e",GradientType=1);
  background-position: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
  color: #4683d3;
}
.h1, h1 {
  font-size: 1.5rem;
}
a {
  text-decoration: underline;
  outline: none;
  color: rgb(28,214,232);
  transition: all .15ms;
}
.logo a {
  width: 212px;
  height: 68px;
  display: block;
}
img {
  border: 0;
}
.logo a img {
  padding: 21px 0px;
  width: 100%;
  max-width: 130px;
}
.login-menu {
  margin-top: .32rem;
}
.login-sub-header {
  position: relative;
  top: -7px;
  height: 20px;
}
.download_apk-menus img {
  margin-right: 5px;
  width: 20px;
}
.text-center {
  text-align: center !important;
}
.nav-link {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.nav .no-border {
  border: 0px !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}
.login-menu .nav .nav-link, .user-info .nav .nav-link {
  font-size: 12px;
  color: #4683d3;
  padding: 0 .5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  text-decoration: none;
  font-weight: 900;
  border-color: #51d2e5;
}
.login-menu .nav .nav-link:hover{color:#fff;}
.text-default {
  color: rgb(28,214,232) !important;
}
.user-info {
  margin-bottom: .32rem;
  font-size: 13px;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 none;
  max-height: 38px;
  background: #7c7c7c;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #7a7a7a 6%, #6a6a6a 26%, #333333 74%, #1e1e1e 100%);
  background: -webkit-linear-gradient(top, #7c7c7c 0%,#7a7a7a 6%,#6a6a6a 26%,#333333 74%,#1e1e1e 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%,#7a7a7a 6%,#6a6a6a 26%,#333333 74%,#1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#1e1e1e',GradientType=0 );
}
.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.w-100 {
  width: 100% !important;
}
.navbar .nav {
  border-left: 1px solid #000000;
  border-right: 1px solid #5a5a5a;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.promo {
  font-size: 10px;
  color: white;
  width: auto;
  background-color: red;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 70px;
}
.new {
  font-size: 10px;
  color: black;
  width: auto;
  background-color: #fdf84d;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 70px;
}
.navbar .nav > a {
  font-size: 9px !important;
  position: relative;
  height: auto !important;
  text-decoration: none;
  font-family: 'gotham-medium';
  border-left: 0.5px solid #5a5a5a;
}
.navbar .nav-pills .nav-link {
  border-radius: 0;
  color: #51d2e5;
}
.navbar .nav-pills .nav-link.active, .navbar .nav-pills .show > .nav-link, .navbar .nav-pills a:hover, .navbar .nav-pills a:focus {
  background: #33f3f8;
  background: -moz-linear-gradient(top, #33f3f8 0%, #21e0ea 2%, #18d3e2 3%, #1cd3e5 5%, #1bd0e5 7%, #1ac9da 11%, #17c1d2 18%, #1abdce 21%, #17b6c9 25%, #1bb4c4 26%, #159aab 41%, #0f5766 74%, #093848 90%, #083343 92%, #0b3042 95%, #06293c 98%, #062b3d 100%);
  background: -webkit-linear-gradient(top, #33f3f8 0%,#21e0ea 2%,#18d3e2 3%,#1cd3e5 5%,#1bd0e5 7%,#1ac9da 11%,#17c1d2 18%,#1abdce 21%,#17b6c9 25%,#1bb4c4 26%,#159aab 41%,#0f5766 74%,#093848 90%,#083343 92%,#0b3042 95%,#06293c 98%,#062b3d 100%);
  background: linear-gradient(to bottom, #33f3f8 0%,#21e0ea 2%,#18d3e2 3%,#1cd3e5 5%,#1bd0e5 7%,#1ac9da 11%,#17c1d2 18%,#1abdce 21%,#17b6c9 25%,#1bb4c4 26%,#159aab 41%,#0f5766 74%,#093848 90%,#083343 92%,#0b3042 95%,#06293c 98%,#062b3d 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33f3f8', endColorstr='#062b3d',GradientType=0 );
  background: linear-gradient(to bottom, #3389f8,#19457f, #0f305b);
  color: rgb(255, 255, 255);
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.running-text-wrapper {
  background: rgb(36, 80, 135);
}
.running-text {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.running-text label {
  padding-right: 5px;
  margin: 0;
    margin-bottom: 0px;
  display: block;
  float: left;
  height: 21px;
  color: rgb(255, 255, 255);
  font-family: 'opensans-bold';
  font-size: 14px;
  margin-bottom: 0;
}
.running-text .marquee-wrapper {
  float: right;
  margin: 0;
  padding: 0;
  display: block;
  padding: 3px 0;
  width: -moz-calc(100% - 47px);
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px);
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-weight: 200;
  font-size: 10px;
}
.running-text .marquee-wrapper .marquee {
  width: -moz-calc(100% - 108px);
  width: -webkit-calc(100% - 108px);
}
.main {
  margin-top: 115px;
  background-color: #172a42;
  padding-top: 10px;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.main .main-sidebar {
  height: fit-content;
  padding-bottom: 30px;
  border-radius: 5px;
  width: 212px;
  background: rgb(31,31,31);
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-info {
  background: rgb(25,174,235);
  background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(15,101,136,1) 100%);
  background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
  background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#0f6588',GradientType=0 );
  border: transparent;
  border-radius: .25rem;
  padding: .375rem 1.75rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px !important;
}
.main-sidebar .sidebar-register a {
  font-size: 11px;
  font-weight: bold;
}

.mt-2, .my-2 {
  margin-top: .5rem !important;
}
.main-sidebar .sidebar-register .info-text {
  font-size: 11px;
  color: rgb(255, 255, 255);
}

.main-sidebar .sidebar-register a {
  font-size: 11px;
  font-weight: bold;
}
a:not([href]):not([tabindex]) {
  color: rgb(255, 255, 255);

}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.main-sidebar .sidebar-banner .prev {
  margin-right: 3px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.main-sidebar .sidebar-banner #sidebar-banner-wrapper {
  position: relative;
  width: 190px;
  height: 190px;
  overflow: hidden;
}
.main-sidebar .sidebar-banner .next {
  margin-left: 3px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.main-sidebar .sidebar-bank-schedule {
  margin: 0 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  background: radial-gradient(ellipse at center, rgb(52 128 155) 0%,#153540 90%,rgb(23 59 72) 99%,rgb(12 73 85) 99%) !important;
  border: 2px solid rgb(34 83 101);
  border-radius: 5px;
}
.main-sidebar .sidebar-bank-schedule h4 {
  font-family: 'opensans-bold';
  font-size: 15px;
  color: rgb(255,255,255);
}
.main-sidebar .sidebar-bank-schedule .bank-schedule {
  margin: 0 8px;
}
.main-sidebar .accordion .card .card-body {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 7px;
  padding: 3px 7px;
  background-color: #fff;
  border-radius: 0 0 .25rem .25rem;
}
.main-sidebar .accordion .card {
  background-color: transparent;
  background-clip: border-box;
  border: transparent;
  border-radius: .25rem;
  font-size: 10px;
  color: #636466;
}
.main-sidebar .accordion .card a {
  text-decoration: none;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.main-sidebar .accordion .card .card-header {
  padding: .25rem .5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: transparent;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #dadada 23%, #afafaf 86%, #a8a8a8 100%);
  background: -webkit-linear-gradient(top, #e7e7e7 0%,#dadada 23%,#afafaf 86%,#a8a8a8 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%,#dadada 23%,#afafaf 86%,#a8a8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#a8a8a8',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
  -moz-box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
  box-shadow: inset 1px 1px 1px 0px #a7a7a7, inset -1px 0px 1px 0px #a7a7a7;
}
.main-sidebar .accordion .card .card-header:first-child {
  border-radius: .25rem;
}
.online {
  background-color: #2bd600;
}
.main-sidebar .accordion .card .card-header .indicator, .main-sidebar .sidebar-bank-sign .bank-sign .indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


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

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

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

.main-sidebar .accordion .card .card-header .bank.bri {
	width: 69px;
	height: 16px;
	background-image: url(/assets/img/bank/bri-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-sidebar .accordion .card .card-header .bank.cimb {
	width: 80px;
	height: 15px;
	background-image: url(/assets/img/bank/cimb-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}

.main-sidebar .accordion .card .card-header .bank.danamon {
	width: 67px;
	height: 17px;
	background-image: url(/assets/img/bank/danamon-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.sinarmas {
	width: 67px;
	height: 17px;
	background-image: url(/assets/img/bank/sinarmas-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.dana {
	width: 60px;
	height: 17px;
	background-size: 100%;
	background-image: url(/assets/img/bank/dana-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.gopay {
	width: 60px;
	height: 17px;
	background-size: 100%;
	background-image: url(/assets/img/bank/gopay-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.ovo {
	width: 42px;
	height: 17px;
	background-size: 100%;
	background-image: url(/assets/img/bank/ovo-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.linkaja {
	width: 60px;
	height: 17px;
	background-size: 100%;
	background-image: url(/assets/img/bank/linkaja-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-sidebar .accordion .card .card-header .bank.panin {
	width: 75px;
	height: 17px;
	background-image: url(/assets/img/bank/panin-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.permata {
	width: 75px;
	height: 20px;
	background-image: url(/assets/img/bank/permata-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.maybank {
	width: 75px;
	height: 20px;
	background-image: url(/assets/img/bank/maybank-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card .card-header .bank.mega {
	width: 75px;
	height: 20px;
	background-image: url(/assets/img/bank/mega-sidebar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-sidebar .accordion .card a .card-header::after {
  display: inline-flex;
  justify-content: end;
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-weight: 900;
  color: rgb(0, 0, 0);
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.main-sidebar .accordion .card {
  background-color: transparent;
  background-clip: border-box;
  border: transparent;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: transparent;
  border-radius: .25rem;
  font-size: 10px;
  color: #636466;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.main-sidebar .accordion .card .card-header:first-child {
  border-radius: .25rem;
}
.main-sidebar .sidebar-bank-sign {
  font-size: 10px;
  color: rgb(255, 255, 255);
  margin: 0 15px;
    margin-bottom: 0px;
}
.main-sidebar .sidebar-bank-sign .bank-sign .indicator.online, .main-sidebar .sidebar-bank-sign .bank-sign .indicator.offline, .main-sidebar .sidebar-bank-sign .bank-sign .indicator.trouble {
  margin-right: 2px;
}
.main-sidebar .accordion .card .card-header .indicator.trouble, .main-sidebar .sidebar-bank-sign .bank-sign .indicator.trouble {
  background-color: #fff000;
}
.main-sidebar .accordion .card .card-header .indicator.online, .main-sidebar .sidebar-bank-sign .bank-sign .indicator.online {
  background-color: #00a651;
}
.main-sidebar .accordion .card .card-header .indicator.offline, .main-sidebar .sidebar-bank-sign .bank-sign .indicator.offline {
  background-color: #ff0000;
}

.main .main-content {
  width: 848px;
  padding-top: 18px;
  padding-left: 12px;
  padding-right: 12.5px;
  padding-bottom: 25px;
}
 .dock-home {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0;
}
.dock-home__container--game {
  background: rgb(36, 80, 135) 0% 0% / 70px;
  border-radius: 10px;
  padding: 10px;
}
.dock-game__header {
  position: relative;
  padding: 15px 0px;
  margin-bottom: 15px;
}
.dock-game__header p {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.dock-game--main__play {
  position: absolute;
  top: 50%;
  left: 0px;
  transition: 300ms ease-out;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  opacity: 0;
  background: rgb(69, 199, 243);
}
.dock-game__ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.dock-game--main {
  margin-bottom: 10px;
}
.dock-game--main__header {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
}
.dock-game--main__header__title {
  color: white;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dock-game--main__header a {
  background: #32bed2;
  color: white;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 10px;
}
.dock-game--main__play {
  background: rgb(69,199,243);
  color: white;
}
.dock-game--main__play.dock-game--main__favorite img, .dock-game--main__item:hover .dock-game--main__play {
  opacity: 1 !important;
}
.dock-game--main__item a:hover .dock-game--main__play {
  opacity: 1;
}
.dock-home__container {
  width: 100%;
}
.dock-home__container--banner {
  width: 100%;
}
.width-full {
  width: 100% !important;
}
.height-full {
  height: 100% !important;
}
.main .main-content .main-slider-wrapper {
  position: relative;
  width: 823px;
  height: 267px;
}
.rounded-xs {
  border-radius: 5px;
}
.main-content .main-slider {
  width: 823px;
  height: 267px;
  overflow: hidden;
  background-color: #dadbdc;
}
.main-content .main-slider.owl-carousel {
  height: 267px;
}
.main-content .main-slider #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.main-content .main-slider #progressBar #bar {
	background-color: rgb(28,214,232);
	width: 0%;
	max-width: 100%;
	height: 3px;
}
.dock-home__banner__carousel .owl-controls.clickable {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-content .main-slider.owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5px;
  margin-top: 0;
  text-align: center;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
}
.main-content .main-slider.owl-carousel .owl-controls .owl-pagination .owl-page span {
  margin: 5px 2px 7px;
  width: 8px;
  height: 8px;
} 
.dock-game--main__wrapper {
  margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.dock-game--main__item {
  background: transparent;
  padding: 0 5px;
  background: transparent;
  border: none;
  width: 25%;
  margin-bottom: 10px;
}
.dock-game--main__item a {
  display: initial;
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.dock-game--main__item a {
  display: initial;
}
.dock-game--main__img {
  background: transparent;
  border: 1px solid #40cdf0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  max-height: 200px;
}
.dock-game--main__item img {
  transition: all 300ms ease-out;
  width: 100%;
  height: 100%;
}
.dock-game--main__play {
  background: rgb(69,199,243);
    background-color: rgb(69, 199, 243);
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 300ms ease-out;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #48c7f3;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  opacity: 0;
}
.dock-game--main__tagnew {
  background: #07ce4d;
  position: absolute;
  color: white !important;
  transform: rotate(45deg);
  padding-top: 50px;
  top: -25px;
  right: -70px;
  width: 150px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px #07ce4d;
  text-align: center;
}
.dock-game--main__tagnew {
  background: #07ce4d;
  position: absolute;
  color: white !important;
  transform: rotate(45deg);
  padding-top: 50px;
  top: -25px;
  right: -70px;
  width: 150px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px #07ce4d;
  text-align: center;
}
.dock-game--main__title {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.dock-game--main__badge {
  background: red;
  position: absolute;
  color: white !important;
  transform: rotate(45deg);
  padding-top: 50px;
  top: -25px;
  right: -70px;
  width: 150px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
  text-align: center;
  background: red;
  color: white !important;
  -webkit-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
}
.dock-game--main__ribbon {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dock-home__step {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px;
}
.dock-home__step__item {
  padding: 0 5px;
    padding-left: 5px;
  background: transparent;
  border: none;
}
.dock-home__step__item {
  background: transparent;
}
@media (min-width: 576px) {
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
}
.dock-home__step__item:nth-child(1) {
  padding-left: 0;
}
.dock-game__wrapper {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px;
}
.dock-game--footer {
  text-align: center;
}
.dock-game--footer__upper {
  color: white;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.dock-game--footer__btn {
  background-color: rgba(148, 212, 2, 1);
  background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
  border: 0;
  color: white;
}
.dock-game--footer__lower {
  color: white;
  margin: 0;
  font-size: 12px;
}
.dock-game--footer__lower a {
  color: rgb(30,185,215) !important;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 576px) {
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#sidebar-banner-wrapper-steps {
  position: relative;
  height: 147px;
  overflow: hidden;
  border: 1px solid #71a200;
}
.footer, .footer a {
  font-family: 'gotham-medium';
  font-size: 10px;
  color: #4683d3;
  font-weight: normal;
}
.footer {
  border-top: none;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: #000000;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footbar {
  position: relative;
  background: #3c3c3c;
  top: -15px;
  height: 25px;
}
.footbar {
  background: rgba(40,40,40, 1);
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footbar-nav {
  padding-left: 8px;
  position: relative;
  top: -5px;
}
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.w-100s {
  width: 100%;
}
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.footer .footer-img img {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .text-footer {
  text-align: left;
  font-size: 12px;
  color: white;
  padding-top: 20px;
}
.footer .copyright {
  text-align: left;
  font-size: 12px;
  color: #4683d3;
  padding-top: 20px;
}
.payment-method {
  font-size: 12px;
  color: white;
  width: 100%;
  margin-bottom: 0;
}
.footer-bank-list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 2px;
  padding: 10px 0;
}
.footer ul.ul-horizontal li {
  height: 36px;
  line-height: 12px;
  font-size: 10px;
}
.footer ul.ul-horizontal li {
  line-height: 12px;
  padding: 0px 10px !important;
  width: 84px;
  height: 50px;
  background-color: #1c1c1c;
}
.footer ul.ul-horizontal.payment li:first-child {
  padding-top: 5px;
}
.footer ul.ul-horizontal.payment li:first-child {
  padding-top: 10px;
}
.footer .payment a {
  background-size: 100%;
  width: 50px;
  height: 100%;
  display: block;
  margin: auto 8px;
}
.footer .statement-img li a {
  display: inline-block;
}
.footer .payment a.bca-footer {
  background-image: url(/assets/img/bank/bca.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.mandiri-footer {
  background-image: url(/assets/img/bank/mandiri.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.cimb-footer {
  background-image: url(/assets/img/bank/cimb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 20px 1px 0;
}
.footer .payment a.bni-footer {
  background-image: url(/assets/img/bank/bni.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.bri-footer {
  background-image: url(/assets/img/bank/bri.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.permata-footer {
  background-image: url(/assets/img/bank/permata.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.kospin-footer {
  background-image: url(/assets/img/bank/kospin.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.maybank-footer {
  background-image: url(/assets/img/bank/maybank.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.panin-footer {
  background-image: url(/assets/img/bank/panin.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.btpn-footer {
  background-image: url(/assets/img/bank/btpn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 0 1px;
  height: 100%;
}
.footer .payment a.mega-footer {
  background-image: url(/assets/img/bank/mega.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.jenius-footer {
  background-image: url(/assets/img/bank/jenius.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.qris-footer {
  background-image: url(/assets/img/bank/qris.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.sinarmas-footer {
  background-image: url(/assets/img/bank/sinarmas.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .payment a.voucher88-footer {
  background-image: url(/assets/img/bank/voucher88.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 1px;
  height: 100%;
  width: 119px;
}
.footer ul.ul-horizontal li {
  line-height: 12px;
  padding: 0px 10px !important;
  width: 84px;
  height: 50px;
  background-color: #1c1c1c;
  font-size: 10px;
}
.rollto {
  position: fixed;
  right: calc(50% - 575px);
  bottom: 50%;
  z-index: 999;
  display: none;
}
.rollto a {
  background: rgb(36, 80, 135);
  color: rgb(255, 255, 255);
  border-radius: 2px;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 1px 0px;
  opacity: 0.8;
}
.rollto a i {
  font-size: 25px;
  color: rgb(255, 255, 255);
  width: 36px;
  top: 0px;
  margin: 0px;
  padding: 5px 10px;
  cursor: pointer;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-login {
  height: 23px;
  line-height: .9;
}
.btn-default {
    background-color: rgba(148, 212, 2, 1);
    border: 0px solid #153050;
    border-radius: 0.25rem;
		background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: #0d2949;
	background: rgba(148, 212, 2, 1);
	background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(148, 212, 2, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(148, 212, 2, 1) 100%);
	background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(148, 212, 2, 1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#19aeeb',GradientType=0 ); */
	color: white;
	border-color: transparent;
}
form {
  position: relative;
}
.btn-login {
  height: 30px;
  line-height: normal;
}

.btn-register {
  height: 23px;
  background: rgb(25,174,235);
  background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(15,101,136,1) 100%);
  background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
  background: linear-gradient(to bottom, rgb(25, 174, 235) 0%,rgb(24, 67, 124) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#0f6588',GradientType=0 );
  border: transparent;
  border-radius: .25rem;
  padding: 2.5px 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px !important;
}
.btn-register {
  height: 30px;
  padding: 0.375rem 0.75rem;
}
.btn-register:hover,
.btn-register:focus,
.btn-register:active {
	background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(25,174,235,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#19aeeb',GradientType=0 );
	color: white;
	border-color: transparent;
}