
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  background: #000;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(194, 172, 155, 0.30);
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
html {
  font-size: 16px;
}
body {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 14px;
	font-weight: 600;
	background-color: #000;
	padding-top: 53px;
	padding-bottom: 45px;
}
.header-shadow {
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.navbar {
	padding: 0 1rem;
}
.bg-yellow {
	background-image: linear-gradient(to top, #000000, #202878);
}
.bg-black {
	background-color: #000;;
}
.navbar-brand img {
  max-width: 175px;
}
.hamburger {
	padding: 6px 8px;
	background-color: rgba(255,255,255,0.10);
	border-radius: 3px;
	color: #fff;
}
.hamburger .line{
	width: 24px;
	height: 2px;
	display: block;
	margin: 4px auto;
	background-color: #fff000;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hamburger:hover{
	cursor: pointer;
}
.main-logo {
  max-width: 200px;
  text-align: center;
  margin: 30px auto;
}
h1.heading {
  font-size: 24px;
  font-weight: 700;
  color: #e32325;
  text-align: center;
}
.account-box {
  color: #fff;
  padding: 16px;
  /*background-color: #fff;*/
  background: #000;
  border: 1px solid #e32325;
  border-radius: 0px;
  margin-bottom: 30px;
}
.gaming-box {
  padding: 16px;
  background-color: #000;
  border-radius: 4px;
  margin-bottom: 30px;
}
.form-control {
  height: calc(1.5em + .75rem + 4px);
  background-color: #fff;
  border: 1px solid #e32325;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.form-control:focus {
  background-color: #fff;
  border-color: #f6d174;
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.25);
}
.form-group label {
  font-weight: 600;
  color: #fff;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
  border-color: #eee;
}
.custom-select {
  height: calc(1.5em + .75rem + 4px);
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.custom-select:focus {
  background-color: #fff;
  border-color: #f6d174;
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.25);
}
a{
  color: #f6bc2a;	
}
a.link {
  font-size: 14px;
  color: #1962d2;
  text-decoration: underline;
}
span.red {
  color: #D0021B;
}
.btn {
  padding: .5rem .75rem;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 0px;
  color: #fff;
}
.btn-default:hover {
  color: #fff000;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(7.97deg, #1962d2 0%, #0c2c5d 100%);
  border-color: #1962d2;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1962d2;
  border-color: #1962d2;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 56, 42, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1962d2;
  border-color: #1962d2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 56, 42, 0.5);
}
.btn-secondary {
  color: #000;
  background-color: #f6bc2a;
  border-color: #f6bc2a;
}
.btn-secondary:hover {
  color: #1962d2;
  background-color: #f3ac2c;
  border-color: #f3ac2c;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #1962d2;
  background-color: #f6bc2a;
  border-color: #f6bc2a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.5);
}
.btn-tersier {
  color: #1962d2;
  background-color: #fff;
  border-color: #fff;
}
.btn-tersier:hover {
  color: #1962d2;
  background-color: #eee;
  border-color: #eee;
}
.btn-tersier:focus, .btn-tersier.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.5);
}
.btn-tersier:not(:disabled):not(.disabled):active, .btn-tersier:not(:disabled):not(.disabled).active,
.show > .btn-tersier.dropdown-toggle {
  color: #1962d2;
  background-color: #fff;
  border-color: #fff;
}
.btn-tersier:not(:disabled):not(.disabled):active:focus, .btn-tersier:not(:disabled):not(.disabled).active:focus,
.show > .btn-tersier.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 188, 42, 0.5);
}

.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  /*background-color: #4e0036;*/
  background-color: #e32325;
  display: flex;
  width: 100%;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.15);
}
.bottom-navbar-item {
  color: #fff;
  flex: 0 0 25%;
  text-align: center;
}
.bottom-navbar-item.active,
.bottom-navbar-item.active a {
  color: #f6bc2a;
}
.bottom-navbar-item a {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px 4px;
}
.bottom-navbar-item a:hover,
.bottom-navbar-item a:focus {
  text-decoration: none;
}
.bottom-navbar-item a i {
  margin-bottom: 4px;
  font-size: 18px;
}
#bg-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1040;
}
#bg-overlay.open {
  visibility: visible;
  opacity: 1;
}
#menu-overlay {
  position: fixed;
  visibility: hidden;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background-color: #f3ac2c;
  z-index: 1041;
  transition: all 300ms ease;
}
#menu-overlay.open {
  visibility: visible;
  transform: translateX(0);
}
.user-box {
  background-image: linear-gradient(to top, #f3ac2c, #f6bc2a);
  padding: 10px;
}
.user-top-bar {
  display: flex;
  justify-content: space-between;
}
.user-top-bar .notes {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 0;
}
.toggleclose {
  padding: 10px 0;
 }
.toggleclose .line{
  width: 22px;
  height: 2px;
  background-color: #1962d2;
  display: block;
  transition: all 300ms ease;
  transition-delay: 200ms;
}
.toggleclose .line:nth-child(1){
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  -o-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}
.toggleclose .line:nth-child(2){
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.user-picture {
  width: 70px;
  height: 70px;
  background-color: rgba(255,255,255,0.25);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.user-picture i {
  font-size: 24px;
}
.text-account {
  font-weight: 500;
  text-align: center;
}
.button-holder {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.button-item {
  padding: 0 8px;
  flex: 0 0 50%;
}
.menu-list ul {
  padding: 16px;
  margin: 0;
}
.menu-list ul li {
  list-style: none;
}
.menu-list ul li a {
  display: block;
  color: #000;
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px dotted #eee;
  text-transform: uppercase;
}
.menu-list ul li a:hover {
	color: #e32325;
	text-decoration: none;
}
.title-bar {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 16px;
}
.tab-bar {
  /*background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.10);*/
  padding: 0 10px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 14px;
}
.tab-list {
  width: 100%;
  text-align: center;
  padding: 8px 4px;
}
.tab-list a {
  display: block;
  background-color: #f6bc2a;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 4px;
  border-radius: 0px;
  text-decoration: none;
}
.tab-list.active a {
  background-color: #1962d2;
  color: #fff;
}
.account-bar {
  background-color: #fff;
  padding: 6px 16px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.10);
  /*margin-top: 8px;*/
  position: relative;
}
.account-bar:before {
  position: absolute;
  top: 6px;
  left: 12px;
  content: '\f51e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
a.link-border {
  color: #e32325;
  padding: 6px 12px;
  border: 1px solid #e32325;
  background-color: transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.announce-bar {
  font-size: 14px;
  padding: 8px 0 2px 42px;
  background-color: #f6bc2a;
  position: relative;
}
.announce-bar::before {
  position: absolute;
  content: '\f0a1';
  top: 8px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
ul.notif {
  padding: 0;
  margin: 0;
}
ul.notif li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-left: 16px;
  color: #000;
}
ul.notif li:before {
  position: absolute;
  content: '\f05a';
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.navbar-games {
	background-image: linear-gradient(to bottom, #e32325, #8e1617);
}
.navbar-games .nav-link {
	width: auto;
	color: rgba(255,255,255,0.5);
	/*font-size: 12px;*/
	font-weight: 600;
	color: #fff000;
	padding: 16px 8px;
	min-width: 86px;
	position: relative;
	display: block;
	text-transform: uppercase;
	text-align: center;
	transition: all 300ms ease;
}
.navbar-games .nav-link.active {
	color: #f6bc2a;
}
.navbar-games .nav-link.active:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f6bc2a;
	z-index: 1;
}
.navbar-games .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.navbar-games .nav-link .icon-category img {
	opacity: 0.5;
	width: 36px;
	height: 36px;
	margin: 0 auto 0.25rem auto;
}
.navbar-games .nav-link.active .icon-category img {
	opacity: 1;
}
.games-wrapper {
	padding: 30px 16px;
}
.games-list {
	display: flex;
	flex-wrap: wrap;
}
.games-item {
	flex: 0 0 50%;
	padding: 0 8px;
	margin-bottom: 30px;
}
.games-item a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #1962d2;
	text-decoration: none;
}
.games-item a img {
  display: block;
  max-height: 68px;
  margin: auto auto 6px auto;
}

#footer-toto {
  background-color: #1962d2;
  padding: 30px 0 15px;
  color:rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.bank-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.bank-logo {
  flex: 0 0 25%;
  margin: 16px 0;
}
.bank-logo img {
  padding: 0 8px;
}









/* ==========================================================================
 Helper classes
 ========================================================================== */
 
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
 
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
      background: transparent !important;
      color: #000 !important; /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }
  a,
  a:visited {
      text-decoration: underline;
  }
  a[href]:after {
      content: " (" attr(href) ")";
  }
  abbr[title]:after {
      content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }
  pre {
      white-space: pre-wrap !important;
  }
  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }
  thead {
      display: table-header-group;
  }
  tr,
  img {
      page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }
  h2,
  h3 {
      page-break-after: avoid;
  }
}



/* TAMBAHAN 23/04/20 */
.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #b3b3b3;
  pointer-events: none;
}

.loading-overlay{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(255,255,255,0.7);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

.table-history thead tr{
	background: #f6bc2a;
}

.table-history td{
	font-size: 12px;
}

/* pagination */
.pagination .page-item{
  margin: 0 5px;
}
.pagination .page-item .page-link{
  border-radius: 4px;
  background: #fff;
  color: #f6bc2a;
  border: 1px solid #eee;
  border-radius: 0px;
  transition: all 200ms ease-in-out;
}
.page-item .page-link:hover{
  background: #f6bc2a;
  color: #fff;
  border-color: #e32325;
}
.page-item .page-link.active{
  background: #f6bc2a;
  color: #fff;
  border-color: #e32325;
}

.card{
	border-radius: 0px;
	border-color: #e32325;
	background: #000;
	color: #fff;
}
.card-header{
	background: #4e0036;
	border-color: #e32325;
	color: #fff;
}
.card-header:first-child{
	border-radius: 0px;
}

h1, h2, h3, h4, h5 {
	color: #fff000;
}

.select-border {
	border: 1px solid #000;
}

.font-12 {
	font-size: 12px;
}

.bg-gray1-dark {
	background: #f6bc2a;
	color: #000;
}

.custom-select, .custom-file-input {
  background-color: #fff;
  border: 1px solid #4e0036;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-size: 14px;
}

.progress{
	height: 1.2rem;
	border-radius: 0px;
}

.card-img-top{
	border-radius: 0px;
}

.alert-dark{
	border-radius: 0px;
	border: 1px solid #f6bc2a;
	background: #000;
	color: #fff;
}

.game-list .card {
	background: #000 !important;
}

/* overide wrap table */
.table tbody > tr > td.vert-align_td,
.table tbody > tr > th.vert-align_th {
   white-space: normal;
}

.table thead tr{
	background: #f6bc2a;
}

.table tbody tr{
	background: #000;
	color: #fff;
}
.table tbody td, .table tbody th {
	border: 1px solid rgba(194, 172, 155, 0.15);
}

.table-bordered td, .table-bordered th {
	border: 1px solid rgba(194, 172, 155, 0.15);
}

.table thead th {
	border-bottom: 2px solid rgba(194, 172, 155, 0.15);
}

.table { border-radius: 0px }
.table a{ color: #fff000; }
.table a:hover{ color: #fff000; }
.card-body {
	background: #000;
	color: #fff;
}

.modal-content{
	background-color: #000;
	color: #fff;
}

.modal-header {
	border-bottom: 1px solid #fff000;
}

/*loader*/
#loader-wrapper {
opacity:0.5;background:#000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        /*background: #222222;*/
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

/* end loader */

/* ============================================================ */

/* Home Ver 2 */
#games-highlight{
	background: #8e1617;
    padding: 10px 0;
}

#games-highlight img{
	max-width: 150px;
}

.games-box{
  background: #fff;
  border: 2px solid #e32325;
  border-radius: 15px;
  margin: 10px;
  text-align: center;
}

#provider-highlight{
    padding: 10px 0;
}

#provider-highlight h5{
	color: #fff000;
}

/* .provider-slider{
	border: 1px solid #e32325;
	border-radius: 5px;
} */
.provider-box{
  background: #000;
  /*border: 1px solid #e32325;*/
  margin: 10px;
  padding: 15px 0px;
  text-align: center;
}

.lotre-slider{
  display: block;
}
.lotre-slide-box{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.lotre-box{
  /*background: linear-gradient(45.51deg, #e32325 0%, #8e1617 100%);*/
  background: #e32325;
  margin: 0 10px;
  padding: 10px;
  /* border: 1px solid #fff000; */
  border-radius: 5px;
}
.lotre-box h5{
  font-size: 24px;
  color: #fff000 !important;
}
.lotre-box h6{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.items-inside{
  background: #8e1617;
  padding: 5px 10px;
  border-radius: 5px;
}
.items-inside h3{
	color: #fff000 !important;
}
.lotre-slide-box h5{
  color: #FEFE00;
  font-weight: 800;
}
.lotre-slide-box h6{
  font-weight: 600;
  /* margin-bottom: 0; */
}
.item-togel{
  padding: 5px 0;
  border-top: 1px dotted #fff000;
}
.number-margin{
  margin-bottom: 5px;
}
.number{
  border-radius: 5px;
  background: #FFF000;
  height: 15px;
  width: 15px;
  text-align: center;
  margin: 0 3px;
  color: #1962d2;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
}

.content-wrap {
  max-width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 156px);
  /*background-color: #ffffff;*/
  overflow: hidden;
}

.section-home {
	/*
  overflow: hidden;
  background-color: #ffffff;
  width: 95%;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13);
  */
  padding: 20px 15px;
}

.section-home .sa-title {
  color: #fff000;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600; }

.section-home .heading-section {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px; }
  .section-home .heading-section .sa-title.popcat {
    width: 100%;
    line-height: 1;
    text-align: center; }

.section-home .more-category {
  width: 100%;
  text-align: center;
  padding: 10px 0px 0px; }
  .section-home .more-category .mcbutton {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }

.section-a {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 15px; }

.section-home.s-category {
  position: relative; }

.home-category-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px; }
  .home-category-list .home-box-category {
    position: relative;
    width: 50%;
    height: 85px;
    overflow: hidden;
    float: left;
    border: 5px solid #ffffff;
    border-radius: 10px; }
  .home-category-list .home-text-category {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center; }
    .home-category-list .home-text-category .bc-text {
      word-break: break-word;
      display: table-cell;
      z-index: 2;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 0px 20px;
      line-height: 1; }
  .home-category-list .home-image-category {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    .home-category-list .home-image-category img {
      opacity: 0.5;
      max-height: 9999999%;
      width: 200%;
      height: auto;
      max-width: 200%;
      margin-left: -50%; }

/*---------- Homepage Pasaran  ----------*/
.pasaran {
  position: relative; }
  .pasaran .slick-track {
    margin-left: -2.5px; }
  .pasaran .heading-section .sa-title {
    width: 100% !important; }
  .pasaran .slick-track {
    margin: 0px 0px; }
  .pasaran .yml-box {
    width: 120px; }
  .pasaran .yml-box .yml-img {
    overflow: hidden;
    margin: 0px 5px 0px 5px;
    border-radius: 10px;
    height: auto; }
    .pasaran .yml-box .yml-img img {
      height: auto;
      width: 100%;
      max-width: 99999px;
      border-radius: 10px;
      margin: 0 auto; }
  .pasaran .yml-box .yml-food-text {
    padding: 10px 10px 0px;
    text-align: center;
    line-height: 1.2; }

#content .img-hero {
  margin-bottom: 0px;
  overflow: hidden;
}

.theme-button {
  margin-top: 15px;
  background-color: #e32325;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

/*---------- Homepage Top Games  ----------*/
.section-home.top-games {
  position: relative; }

.home-games-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px; }
  .home-games-list .home-box-games {
    position: relative;
    width: 50%;
    height: 180px;
    overflow: hidden;
    float: left;
    border: 5px solid #ffffff;
    border-radius: 10px; }
  .home-games-list .home-text-games {
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: table;
    position: relative;
    width: 100%;
    height: 20%;
    z-index: 1;
    text-align: center; }
    .home-games-list .home-text-games .bc-text {
      word-break: break-word;
      display: table-cell;
      z-index: 1;
      vertical-align: bottom;
      color: #fff000;
      text-shadow: 1px 1px 1px #000;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 20px;
      line-height: 1; }
  .home-games-list .home-image-games {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    .home-games-list .home-image-games img {
      /* opacity: 0.5; */
      max-height: 9999999%;
      width: 100%;
      height: auto;
      max-width: 100%;
      margin-top: 10%;
      /* margin-left: -50%;  */
    }

    .top-games .more-games {
  width: 100%;
  text-align: center;
  padding: 10px 0px 0px; }



/* ---------------------------------------------------
22. FOOTER
----------------------------------------------------- */
.footer {
  padding: 20px 35px;
  background-color: #000;
  text-align: center;
  color: #ffffff; }
  .footer a{ color: #fff000; text-decoration: none; }
  .footer a:hover {color: #fff;}
  .footer .footer-heading {
    font-weight: 600;
    margin-bottom: 10px; }
  .footer .socmed {
    text-align: center;
    width: 100%; }
    .footer .socmed .socmed-line {
      display: inline-block; }
      .footer .socmed .socmed-line .socmed-item {
        width: 30px;
        height: 30px;
        display: table;
        text-align: center;
        color: #95b700;
        background-color: #ffffff;
        -webkit-border-radius: 90%;
        -moz-border-radius: 90%;
        border-radius: 90%;
        font-size: 16px;
        padding: 0px 0px; }
        .footer .socmed .socmed-line .socmed-item .si-icon {
          display: table-cell;
          vertical-align: middle;
          color: #95b700; }
		  
		  
	.gtitle{ background: #e32325; color: #fff000; padding: 5px;}
	.top-games, .togel-games { background: #2e0809; margin: 0px 15px; text-align: center; margin-bottom: 10px;}
	.top-games a{ text-decoration: none; font-size: 12px;}
	
	.col-4 {flex: 0 0 auto;	width: 33.3333333333%;}
	
	.provider-box h5{font-size: 12px; color: #fff000;}
	.provider-box .font-small {font-size: 12px; color: #fff;margin-top:2px;}
	.togel-games {padding-bottom: 5px;}
	
/* JACKPOT V1 */

@font-face{font-family:advanced_dot_digital-7regular;src:url(../../fonts/advanced_dot_digital-7-webfont.woff2) format("woff2"),url(../../fonts/advanced_dot_digital-7-webfont.woff)format("woff");font-weight:400;font-style:normal}

.home__jackpot {
	/*background: rgba(172, 0, 0, 0.6);*/
	padding-bottom:10px;
	padding-top:10px
}
.home__jackpot .jackpot-gif {
	background-image:url(../../img/progressive-jackpot.gif);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	height:80px
}
.home__jackpot .jackpot-gif .jackpot-amount {
	font-size:18px;
	font-weight:600;
	color:#fff;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	position:relative;
	padding-right:50px;
	letter-spacing:3px;
	font-family:advanced_dot_digital-7regular
}
.home__jackpot .jackpot-gif .jackpot-amount #amount {
	margin-left:25px
}

.progress{
	height: 1.2rem;
	border-radius: 0px;
}


/* JACKPOT V2 */
.progressive-jackpot {
  background: center no-repeat;
    background-image: none;
    background-size: auto;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
  padding-bottom: 30px;
}

.progressive-jackpot .jackpot-container {
  color: #baad6b;
}

.progressive-jackpot .jackpot-currency {
  color: #03ffd8;
  margin-right: 20px;
}

.progressive-jackpot .jackpot-container {
  font-family:advanced_dot_digital-7regular;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Tambahan Tombol Button */
.btn-others {
	padding: .5rem .75rem;
	font-weight: 400;
	background: #000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	color: #fff;
}

.btn-others:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}