body{
  background-color: #efefef;
}
.w-100{
  width: 100%;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #ffa73a;
  text-decoration: none;
}
a:hover {
  color: #fd9009;
  text-decoration: none;
}
.text-title{
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.f-body{
  margin-top: 6.5em;
}
.only-mobile{
  display: none;
}
.container {
  max-width: 1050px;
}
.br3{
  border-radius: 3px;
}
.br4{
  border-radius: 4px;
}
.br5{
  border-radius: 5px;
}
.p-0{
  padding: 0 !important;
}
.m-0{
  margin: 0 !important;
}
.mb-1{
  margin-bottom: 1em !important;
}
.mb-2{
  margin-bottom: 2em;
}
.mb-3{
  margin-bottom: 3em;
}
.mb-4{
  margin-bottom: 4em;
}
.mt--2{
  margin-top: -2em;
}
.mt--3{
  margin-top: -3em;
}
.p-1{
  padding:1em;
}
.pb-1{
  padding-bottom: 1em;
}
.pb-2{
  padding-bottom: 2em;
}
.pb-3{
  padding-bottom: 3em;
}
.mt-1{
  margin-top: 1em;
}
.mt-2{
  margin-top: 2em;
}
.mt-3{
  margin-top: 3em;
}
.mt-4{
  margin-top: 4em;
}
.pt-3{
  padding-bottom: 3em;
}
.pt-1{
  padding-top: 1em;
}
.pt-2{
  padding-top: 2em;
}
.pt-3{
  padding-top: 3em;
}
.shadow{
  box-shadow: 0 5px #5f3333;
}
.shadow-r{
  box-shadow: 3px 3px #5f333390;
}
.bg-dark-red{
  background-color: #6d0001;
}
.page-title{
  margin-bottom: 1em;
}
.information{
  width: 80px;
  float: left;
  padding: 0.6em;
  text-align: center;
  background: #d80000;
  color:white;
  text-transform: uppercase;
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  
}
.information span{
  padding: 0.1em 0;
}
.content-messages{
  width: calc(100% - 80px);
  float: right;
  /* background: #d80000; */
  border-top: 1px dashed #d80000;
  border-right: 1px dashed #d80000;
  border-bottom: 1px solid white;
  padding: 0.5em;
  color:#d80000;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.logo img{
  padding-top: 5px;
}
.logo-footer img{
  max-width: 150px;
  margin: 0 auto;
}
#accordion .panel-title a{
  text-decoration: none;
}
#accordion .panel-title a.collapsed:after{
  font-family: "Font Awesome 5 Solid";
  content: "\f0da";
  position: absolute;
  right: 2em;
}
#accordion .panel-title a:after{
  font-family: "Font Awesome 5 Solid";
  content: "\f0d7";
  position: absolute;
  right: 2em;
}
.download{
  position: relative;
  float: left;
}
.list-unstyled{
  padding-left: 0;
  list-style: none;
}
#lhnContainerDone{
  display: none;
}
.bg-black{
  background-color: #2B2826;
}
.bg-black-soft{
  background-color: #484848;
}
.main-footer{
  padding-top: 2em;
  padding-bottom: 2em;
}
.main-footer a {
  color: #a9a9a9;
  font-size: 0.9em;
  text-decoration: none;
}
.share-social{
  padding: 0;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.share-social li{
  font-size: 2em;
  padding: 0 0.2em;
  list-style-type: none;
  color: white;
}
.share-social li a{
  color: white;
}

.title-share{
  float: left;
  margin-right: 1em;
  color: #990e0f;
  font-weight: 700;
}
.btn-list{
  display: block;
  padding:0;
  margin: 0;
}
.btn-list li{
  font-size: 1.4em;
  display: inline-block;
  margin-left: 0.5em;
}
.share-facebook:hover i{
  color: #3B5998;
}
.share-twitter:hover i{
  color: #00ACEE;
}
.share-whatsapp:hover i{
  color: #25D366;
}
.btn-list li a{
  text-align: center;
  color:#990e0f;
  font-size: 1.5em;
}
.justify-content-center{
  justify-content: center;
}
.btn-list li:first-child{
  margin-left: 0;
}
.payment.bg-white{
  background-color: #ffffff;
}
.payment{
  background-color: #efefef;
  padding:1em;
  border-radius: 5px;
}
.single_expert:hover .expert_thumb img{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.single_expert .expert_thumb{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.single_expert .expert_thumb img{
  /* filter: brightness(0) invert(1); */
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  width: 100%;
}
.single_slider:hover .expert_thumb img{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.single_slider .expert_thumb{
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.single_slider .expert_thumb img{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  width: 100%;
}
.table {
  margin-bottom: 0 !important;
}
.table-jadwal{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.fl-r{
  float: right;
}
.text-white{
  color:#fff;
}
.text-yellow{
  color:#ffa73a;
}
.text-dark{
  color:#6d0001;
}
.text-red{
  color:red;
}
.text-left{
  text-align: left;
}
.navbar-toggle-menu{
  z-index: 3;
}
@media (max-width: 767px) {
  .only-mobile{
    display: block;
  }
  .half{
    position: relative;
    float: left;
    max-width: calc(50% - 7.5px);
  }
  .half + .half{
    margin-left: 15px;
  }
  .menu{
    display: none !important;
  }
  .menu-footer{
    display: none;
  }
}
.menu{
  max-width: 75%;
  margin-left: -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 1em;
}
.menu li{
  margin-left: 1em;
  min-width: 150px;
}
.menu li:first-child{
  margin-left: 0;
}
.menu li a{
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  background: #990e0f;
  text-align: center;
  border-radius: 3px;
  color: white;
  text-decoration: none;
}
.bg-dark{
  background: #d80000;
}
#little-table tbody tr td {
  border-top: 1px solid #ffffff47;
}
.main-container-second,.main-container-third {
  display: table;
  padding: 5px;
  margin-bottom: 0;
  color: #fcf7f7 !important;
  color: #d80000;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  #ff3700 0%, #980d0e 90% );
  /* background-image: radial-gradient( circle farthest-corner at 10% 20%, #ffe9e2 0%, #fd9f9f 90% ); */
  border-radius: 6px;
  width: 100%;
  font-family: Poppins,sans-serif;
}
.card-body .card-title{
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 0.5em 0;
}
.card-body table {
  /* color: #6d0001; */
  color: #fff;
}
.jackpot {
  font-size: 1.6em;
}

.jackpot p {
  margin-bottom: 0;
  font-weight: 600;
}
.jackpot-title {
  text-transform: uppercase;
  font-weight: 800;
  background: -webkit-linear-gradient(#fff , #fff 56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 2px;
}
.main-container-about{
  display: table;
  padding: 5px;
  margin-bottom: 0;
  color: #ffffff !important;
  border-radius: 5px;
  width: 100%;
  font-family: Poppins,sans-serif;
}
.main-container-middle {
  display: table;
  padding: 5px;
  margin-bottom: 0;
  color: #ffffff !important;
  border: 1px solid #fdb7b5;
  border-radius: 5px;
  width: 100%;
  font-family: Poppins,sans-serif;
}

.bg-primary{
  /* background-image: radial-gradient( circle 751px at 38.5% 30.2%, rgb(255, 249, 45) 0%, rgb(255, 181, 31) 90% ); */
}
.navbar{
  border:none !important;
  margin-bottom: 0 !important;
}
.navbar-menu{
  position: absolute;
  width: 100%;
  padding:2.5em 1em;
  background-color: #d80000;
  box-shadow: none;
  z-index: 1;
  border-top: none;
}
nav.navbar-announcement {
  margin-bottom: 0;
  min-height: 20px;
  padding: 0.25em 0;
  background-color: #990e0f;
  color: #fff;
  border-radius: 0;
  -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}
nav.navbar-dark{
  background-color: #fff;
  border-radius: 0;
  height: 55px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
  box-sizing: border-box;
  transition: .5s;
}
nav.navbar-red{
  position: fixed;
  top:55px;
  height: 35px;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #d80000;
  border-radius: 0;
  padding: 0.5em 0;
  min-height: 15px;
  -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 1s ease; 
  -moz-transition: -moz-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
}
nav.navbar-red.hide{
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-navbar{
  display: inline-flex;
  overflow-x: auto;
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.menu-navbar li{
  width: 100%;
  padding: 0 1em;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
.menu-navbar li a{
  color: #fff;
}
.menu-navbar li a:hover{
  text-decoration: none;
  color:#6d0001;
}
.contact-button{
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.contact-button a{
  display: flex;
  justify-content: center;
}
.contact-button i{
  font-size: 2em;
}
.contact-button .whatsapp i {
  color:#25D366;
}
.contact-button .line i {
  color:#00ce4d;
}
@keyframes cf3FadeInOut {
  0% {
  background-color: #dd4b39;
  color:white;
  }
  45% {
  background-color: beige;
  }
  55% {
  background-color: #dd4b39;
  color:white;
  }
  100% {
  background-color: beige;
  }
}
@keyframes cf2FadeInOut {
  0% {
  background-color: #dd4b39;
  color:white;
  }
  45% {
  background-color: beige;
  }
  55% {
  background-color: #dd4b39;
  color:white;
  }
  100% {
  background-color: beige;
  }
}
.card-contact.livechat {
  background-image: none;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate;
}
.card-contact.bola {
  /* background-image: url(../img/game/bola.png); */
  background-image: none;
  background-size: cover;
  background-position: center center;
  animation-name: cf2FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate;
}
.card-contact.bola:hover {
  background-image: url(../img/game/bola.png);
  background-size: cover;
  background-position: center center;
}
.contact-button .instagram i {
  color: #ba62ef;  
}
.contact-button li span{
  margin-left: 1em;
}
.contact-button li{
  width: 100%;
  color: #980d0e;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.contact-button li a{
  background: radial-gradient( circle 134px at 38.5% 0%, rgb(239, 11, 11) 0%, rgb(152, 13, 14) 87% );
  /* border: 1px solid #980d0e; */
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  width: 100%;
  /* box-shadow: 0 4px 2px -2px gray; */
}
.contact-button li a:hover{
  text-decoration: none;
  /* color: #980d0e; */
  background: radial-gradient( circle 134px at 38.5% 0%, rgb(152, 13, 14) 0%, rgb(152, 13, 14) 87% );
}
@media (max-width: 767px) {
  .contact-button{
    display: inline-flex;
  }
  .contact-button li a{
    background: radial-gradient( circle 70px at 38.5% 0%, rgb(239, 11, 11) 0%, rgb(152, 13, 14) 87% );
  }
  .contact-button li:first-child{
    margin-left: 0 em;
  }
  .contact-button li{
    margin-left: 0.5em;
    border-radius: 0;
  }
  .contact-button li:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #980d0e;
  }
  .contact-button li:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .contact-button li{
    border-left: 0px;
  }
  .contact-button{
    margin-top: 1em;
    display: inline-flex;
    overflow-x: auto;
  }
  .contact-button li span{
    display: none;
  }
}
.btn-custom {
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #d80000;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px #5f3333;
}

.btn-custom:hover {background-color: #ad0a0a; color:#fff}

.btn-custom:active {
  background-color: #ad0a0a;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.navbar-collapse.collapse {
  display: none !important;
}
.fixed{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.slider_area{
  margin: 0 -1em 0 0;
}
.slider_text{
  padding: 0 1em;
}
.slider_text span{
  font-weight: 700;
}
.slider_text p{
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 10px;
}
@media (max-width: 767px) {
  .slider_text h3{
    font-size: 33px;
    letter-spacing: 3px;
  }
  .slider_area{
    margin: 0 0 0 0;
  }
}
.slider_area .single_slider{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel{
  z-index: 0 !important;
}


@media (max-width: 767px) {
  .navbar-menu .navbar-nav li a{
    text-align: center;
    color: white;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    z-index: 3;
  }
  .logo img{
    margin:auto;
  }
  .form-login{
    display: none;
  }
  .navbar-toggle .icon-bar{

    transition-delay: .2s; 
    height: 2px;
    background-color: #6d0001;
  }
  .close-menu .icon-bar{
    transition-delay: .2s; 
  }
  .close-menu span:first-child {
    transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, 45deg); }
  .close-menu span:nth-child(2) {
    opacity: 0; }
  .close-menu span:last-child {
    transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, -45deg); }
  .navbar-header .navbar-toggle{

    position: absolute;
    float: left;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 17.5px;
  }
  .navbar-header .navbar-toggle.toggle-right{
    float: right;
    right: 0;
    margin-left: 0;
    margin-right: 10px;
    font-size: 1.5em;
    color: white;
    /* margin-top: 17.5px; */
    top:0;
  }
}

/* Contact */

.card-contact {
  display: block;
  background-image: radial-gradient( circle 214px at 46.5% 54.2%, #efefef 0%, #efefef 90% );
  padding: 5px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #d80000;
  transition: 0.2s all;
  position: relative;
  border: 1px solid #d80000;
  top: 0;
  margin-bottom: 0.5em;
}
.card-contact:hover, .card-contact:focus {
  text-decoration: none;
  color: #111824;
  background-image: radial-gradient( circle 150px at 38.5% 0%, #fff 0%, #fd9393 87% );

}
h4.contact-title {
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
p.card-text {
  border-top: 1px solid #ddd;
  padding-top: 2px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {

  .card-contact:nth-child(odd) {
    float: left;
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
  }

  .card-contact:nth-child(even) {
    float: left;
    width: calc(50% - 7.5px);
    margin-left: 7.5px;
  }
}

/*  Step */
.play-step{
  display: inline-flex;
  width: 100%;
  border-radius: 5px;
  background: #d80000;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.play-step li{
  width: 25%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-step li:first-child:before {
  content: '';
}
.play-step li:before{
  content: "\f101";
  font-family: "Font Awesome 5 Solid";
  font-weight: 500;
  font-size: 1em;
  position: relative;
  left: -1.2em;
  color:white;
}
.play-step li .icon{
  float:left;
  width: 40%;
  font-size: 30px;
  color: #efefef;
}
.play-step li .step{
  float:left;
  width: 60%;
}

.play-step li .step p{
  font-size: 0.8em;
  text-align: left;
}
.play-step li .step p.title{
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .play-step li .step p{
    display: none;
  }
  .play-step li .step{
    float: left;
    width: auto;
    margin-top: 3em;
    position: absolute;
  }
  .play-step li .step p.title{
    display: block;
    font-size: 1em;
    font-weight: 500;
  }
  .play-step li .icon{
    float:left;
    width: 100%;
    font-size: 2em;
    color: #efefef;
  }
}

/* Share */

.icon-bar {
  z-index: 9;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  opacity: 0.8;
}

.icon-bar a:hover {
  background-color: #000;
}

.s-facebook {
  color: #3B5998 !important;
}

.s-twitter {
  color: #55ACEE !important;
}

.s-google {
  color: #dd4b39 !important;
}

.s-linkedin {
  color: #007bb5 !important;
}
.s-line {
  color: #21b506 !important;
}
.s-whatsapp {
  background: #25D366;
  color: white;
}
.s-instagram {
  color: #8134AF !important;
}

.s-youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.p-game {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
}
.guide-line{
  color:#000;
  display: flex;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}
.guide-line:hover{
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.p-row{
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.p-row .p-card{
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.adu-q{
  width: 100%;
  background-image: url(../img/game/aduq.png);
  background-size: cover;
  background-position: center center;
}
.bandar-poker{
  width: 100%;
  background-image: url(../img/game/bandarpoker.png);
  background-size: cover;
  background-position: center center;
}
.bandar-q{
  width: 100%;
  background-image: url(../img/game/bandarq.png);
  background-size: cover;
  background-position: center center;
}
.bandar-66{
  width: 100%;
  background-image: url(../img/game/bandar66.png);
  background-size: cover;
  background-position: center center;
}
.sakong{
  width: 100%;
  background-image: url(../img/game/sakong.png);
  background-size: cover;
  background-position: center center;
}
.domino-qq{
  width: 100%;
  background-image: url(../img/game/dominoqq.png);
  background-size: cover;
  background-position: center center;
}
.capsa-susun{
  width: 100%;
  background-image: url(../img/game/capsasusun.png);
  background-size: cover;
  background-position: center center;
}
.poker{
  width: 100%;
  background-image: url(../img/game/poker.png);
  background-size: cover;
  background-position: center center;
}
.baccarat{
  width: 100%;
  background-image: url(../img/game/baccarat.png);
  background-size: cover;
  background-position: center center;
}
@keyframes skeleton {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.loading{
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ccc;
}
.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ccc, lighten(#ccc, 7%), #ccc);
    animation: skeleton 1s ease-in-out infinite;
}