body {
  background-image:url("/images/flower.jpg");
  background-repeat:repeat;
  background-size:autp%;
  background-attachment: fixed;
  background-color:#010101;
  color:#fff;
}

header{
background: #010101;
}

ul {
  list-style-type:none;
}

:visited, :focus {
  outline:transparent;
}

.clear {
  clear:both;
}

.table {
  margin-bottom:0;
}

a {
  color:white;
}

a:hover {
  color:white;
  text-decoration:none;
}

section#top .logo {
  width:150px;
  position:relative;
  display: inline-block;
}

section#top .logo a {
  display:inline-block;
}

section#top {
  /*height:35px;*/
  background-color:#080616;
  padding: 0 10px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  align-content:center;
  position:fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
}

div.announcement{margin-top:73px;}

.before-login {
  /*display:none;*/
  position:relative;
}

.top-right-button {
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:14px;
  /*padding-left:20px;*/
  /*padding:10px 0 10px 20px;*/
}

.login-block {
  color:#090a1a;
  background-color:#d3d2d8;
  display:inline-block;
  /* padding:0 30px; */
  padding: 0;
  height:31px;
  line-height:31px;
  text-decoration:none;
  max-width: 150px !important;
}

.login-logoutblock {
  padding:0 30px;
}

li.nav-item.join-block a {
  color:#090a1a !important;
  background-color:#d3d2d8;
  display:inline-block;
  text-decoration:none;
}

li.nav-item.join-block a:hover {
  color:#090a1a !important;
}

.login-details {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  align-content:center;
}

.lang-block {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  align-content:center;
  border-left:1px solid #40476a;
}

.lang-block .lang-img {
  margin-left:15px;
}

.login-details .header-log {
  position:relative;
  margin:5px 0 5px 10px;
  flex-grow: 1;
  display: inline-block;
  max-width: 150px;
}

.header-log .forget-pwd {
  display:block;
  position:absolute;
  font-family:'Open Sans', sans-serif;
  font-size:12px;
  color:rgb(255,255,255);
  text-transform:none;
  font-weight:normal;
}

.after-login {
  display:none;
}

.after-login .top-right-button {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
  padding:0;
}

.after-login .top-right-button span {
  color:#fff;
  font-size:15px;
  text-transform:capitalize;
  padding:0 20px;
  border-right:2px solid #fff;
}

.after-login .top-right-button span:last-of-type {
  border-right:0;
}

.after-login .top-right-button span:first-of-type {
  padding-left:0;
}

.dropdown {
  position:relative;
  display:block;
  text-transform:capitalize !important;
}

.dropdown > a.dropbtn {
  border-right:2px solid #fff;
  padding:0 20px;
}

.dropdown-content {
  display:none;
  position:absolute;
  min-width:180px;
  overflow:auto;
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 1);
  z-index:9999;
  margin-top:20px;
  right:0;
  font-weight:normal;
}

.dropdown-content .table-responsive.table-bordered.table-banking {
  font-size:11px;
  margin-bottom:0;
  background-color:#252525;
}

.dropdown-content .table td, .table th {
  padding:7px;
}

.dropdown-content table thead, .dropdown-content table tfoot {
  background:#1d1f3c;
}

.dropdown-content table tfoot {
  color:#ff0029;
  font-weight:bold;
}

.dropdown-content tbody tr td:nth-child(odd) {
  background:#0d0d0d;
}

.dropdown-content.show {
  display:block;
  opacity:1;
}

main {
  /* background-image:url("../img/slot-bg.jpg");
  background-repeat:no-repeat;
  background-size:100%; */
  margin-bottom:70px;
}

@media (max-width: 992px) {
  main {
    margin-top:0;
  }
}

main#front section, footer section {
  /*border-bottom:1px dashed #40476a;*/
  
}

main#not-front section:last-child {
  border-bottom:1px dashed #40476a;
}

footer section:last-of-type {
  border-bottom:0;
}

.banner-slider {
  position:relative;
  padding: 0;
}

.steps-wrap {
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
}

@media (max-width: 768px) {
  .steps-wrap {
    position:relative;
  }
}

.steps-block {
  display:flex;
  align-items:center;
  justify-content:center;
  width:25%;
  background-image:url("../img/steps-background.png");
  height:100px;
  background-repeat:no-repeat;
  background-size:cover;
  float:left;
  color:#fff;
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:0.5s ease-in-out;
  -ms-transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
}

@media (max-width: 768px) {
  .steps-block {
    width:50%;
  }
}

@media (max-width: 576px) {
  .steps-block {
    width:100%;
  }
}

.steps-block:hover {
  filter:none;
  -webkit-filter:none;
  cursor:pointer;
}

.steps-left {
  /* float:left; */
  /* width: 50%; */
  flex-grow: 1;
}
.steps-left.steps-icon {
  text-align: right;
  width: 40%;
  flex-grow: 0;
}

.steps-block h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  margin:0;
}

.steps-block p {
  font-size:14px;
  font-family:'Open Sans', sans-serif;
  margin:0;
}

section.intro {
  padding:60px 0;
  width:100%;
  background-image:url("../img/game-background.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

section.intro .intro-block {
  position:relative;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  align-content:center;
}

.intro-block .intro-wrap {
  /*flex-grow:1;*/
  width:300px;
  height:270px;
  margin:20px;
  padding:20px;
  border-radius:10px;
  color:#fff;
}

.intro-wrap.bx1 {
  background-image:url("../img/bx-1-bg.jpg");
  background-size:100%;
  background-repeat:no-repeat;
  background-position:top center;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.intro-wrap.bx2 {
  background-image:url("../img/bx-2-bg.jpg");
  background-size:100%;
  background-repeat:no-repeat;
  background-position:top center;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.intro-wrap.bx3 {
  background-image:url("../img/bx-3-bg.jpg");
  background-size:100%;
  background-repeat:no-repeat;
  background-position:top center;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.intro-wrap .bx-title h4 {
  text-transform:uppercase;
  font-family:"Roboto Condensed", sans-serif;
  font-weight:bold;
  font-size:20px;
  padding-bottom:10px;
  margin-bottom:15px;
  text-align:center;
  border-bottom:1px dashed rgb(255, 255, 255);
}

.intro-wrap p, .intro-wrap span {
  font-size:14px;
  font-family:"Open Sans", sans-serif;
  margin-bottom:0px;
  line-height:14px;
}

.intro-wrap span {
  color:rgb(209, 250, 0);
  font-weight:bold;
}

.bx-content .bx-list {
  margin-bottom:10px;
}

.bx-content .bx-list:last-of-type {
  margin-bottom:0;
}

.txt-right {
  float:right;
  margin-top:14px;
}

.txt-left {
  float:left;
}

.bx-list img {
  width:100%;
  margin-top:-12px;
}

section.game {
  padding:60px 0 30px 0;
  width:100%;
  background-repeat:no-repeat;
  background-size:100%;
}

@media (max-width: 768px) {
  section.game .col-md-4.col-lg-3 {
    margin-bottom:30px;
  }
}

.title-wrap {
  margin:0 auto;
  text-align:center;
  width:50%;
  padding-bottom:50px;
}

@media (max-width: 768px) {
  .title-wrap {
    width:80%;
  }
}

@media (max-width: 576px) {
  .title-wrap {
    width:100%;
  }
}

.title-wrap h3, .info-title {
  color:#fff;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:34px;
}

.title-wrap h3 span, .info-title span {
  color:#d3d2d8;
}

.title-wrap p {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  margin-bottom:0;
}

.not-front-title {
  width:100%;
  position:relative;
  margin-bottom:30px;
  text-align:center;
}

.not-front-title h3 {
  color:#fff;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:34px;
  background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.not-front-title p {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  margin-bottom:0;
  font-size:14px;
  font-weight:bold;
  background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.game-card {
  margin-bottom:40px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background-color:#090c23;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.game-card img {
  width:100%;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.game-card .card-txt-wrap {
  padding:20px;
  text-align:center;
  color:#fff;
}

.card-txt-wrap h4 {
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
}

.card-txt-wrap h4::after, .card-txt-wrap h4::before {
  content:url("../img/diamond.png");
  padding:0 5px;
}

.card-txt-wrap p {
  font-size:12px;
  font-family:'Open Sans', sans-serif;
  margin-bottom:0;
}

section.promo {
  padding:60px 0;
}

.promo-block {
  width:100%;
  display:block;
  position:relative;
  text-align:center;
}

.landing-promo {
  position:relative;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  align-content:center;
}

.promo-card {
  width:330px;
  margin:20px;
}

.promo-card img {
  width:100%;
}

.promo-block a {
  color:#fff;
  margin-top:40px;
  display:inline-block;
}

.promo-block a:hover {
  text-decoration:underline;
}

section.partners .container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:baseline;
  padding:30px 0;
}

section.partners .partner-each {
  align-self:center;
  padding:10px 0;
}

section.partners .partner-each img {
  max-width:80%;
}

footer {
  background: linear-gradient(to bottom, #656565 0%, #000 100%) !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:99;
}

footer .footer-block {
  padding:60px 0 40px 0;
}

.footer-block .footer-info {
  padding-bottom:20px;
}

.footer-block .footer-info h5 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color:#d3d2d8;
}

.footer-block .footer-info p {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  font-size:13px;
}

.footer-block .footer-info p:last-child {
  margin-bottom:0;
}

.footer-block .footer-info p:last-child {
  margin-bottom:0;
}

.footer-info .ft-info-col {
  width:50%;
  float:left;
  padding-right:10px;
}

.footer-info .ft-info-col p {
  font-weight:bold;
  text-transform:capitalize;
  margin-bottom:5px;
}

.ft-info-col .list-unstyled a {
  font-size:13px;
  color:#fff;
  text-decoration:none;
  text-transform:capitalize;
}

.footer-info .list-unstyled li {
  font-size:13px;
  color:#fff;
  text-decoration:none;
  /*text-transform:capitalize;*/
}

section.quicklinks .container {
  padding:20px 0;
  font-size:12px;
}

.copyright-wrap .footer-link {
  list-style-type:none;
}

.copyright-wrap .footer-link li a {
  display:inline-block;
}

.footer-link {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:center;
}

.footer-link li a {
  padding:0 10px;
  border-right:1px solid #a3a3a3;
}

.footer-link li a.first {
  padding-left:0px;
}

.footer-link li a.last {
  border-right:0;
}

.live-chat {
  position:fixed;
  right:-115px;
  top:50%;
  transition:0.3s;
  cursor: pointer;
}

/* .live-chat:hover,  */
.live-chat.active {
  right:0;
}

.live-content {
  display:inline-block;
  position:relative;
}

.live-content a {
  display:inline-block;
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:14px;
}

.live-content a.live-join-btn {
  position:absolute;
  bottom:49px;
  left:108px;
}

.live-content a.live-chat-btn, .live-content div.live-chat-btn {
  position:absolute;
  bottom:17px;
  left:108px;
}

section.copyright p {
  padding:25px 0;
  text-align:center;
  /*line-height:70px;*/
  margin-bottom:0;
  color:#fff;
  font-size:14px;
}

section.not-front.banner {
  height:480px;
  max-height:100vh;
  position:relative;
  overflow:hidden;
}

section.not-front.banner > img.banner-img {
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
  z-index:0;
  top:50%;
  position:absolute;
  left:50%;
  right:auto;
  transform:translateY(-50%) translateX(-50%);
}

section.not-front.banner > .content-wrap {
  width:100%;
  height:100%;
  z-index:3;
  position:absolute;
  text-align:center;
  color:white;
}

.middle-wrap::before {
  content:'';
  display:inline-block;
  vertical-align:middle;
  height:100%;
}

.middle-wrap > .middle-content {
  display:inline-block;
  vertical-align:middle;
  max-width:97%;
}

.banner-txt h1 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:65px;
  text-transform:uppercase;
  /*background:-webkit-linear-gradient(#bfbdbe, #f8f7f8, #bfbdbe, #f7f5f6 , #c0bebf);*/
  /*-webkit-background-clip:text;*/
  /*-webkit-text-fill-color:transparent;*/
  text-shadow:0px 0px 16px #000000;
}

.banner-txt p {
  font-family:'Open Sans', sans-serif;
  font-weight:500;
  font-size:22px;
  text-transform:uppercase;
  width:60%;
  margin:0 auto;
  color:white;
  /*background:-webkit-linear-gradient(#bfbdbe, #f8f7f8, #bfbdbe, #f7f5f6 , #c0bebf);*/
  /*-webkit-background-clip:text;*/
  /*-webkit-text-fill-color:transparent;*/
  text-shadow:0px 0px 16px #000000;
}

section.sportsbook {
  padding:80px 0 60px 0;
  width:100%;
  background-image:url("../img/sportsbook-bg.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

section.slot {
  padding:1em 0 0 0;
  width:100%;
}

section.live-casino {
  padding:80px 0 60px 0;
  width:100%;
  background-image:url("../img/live-casino-bg.jpg");
  background-size:cover
}

h3.title
{
  color:#fff;
  font-family: 'Sarpanch', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:34px !important;
  background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-align: center;
  -webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.tab-content>.active {
    display: flex;
}

.inner-game-container {
  position:relative;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  align-content:center;
}

.room-card {
  width:46%;
  max-width: 200px;
  position:relative;
  text-align:center;
  margin:20px 0px;
}

.room-card img.room-card-bg {
  width:100%;
  /* -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px; */
}

.room-card .room-txt-wrap {
  padding:5px;
}

.room-card .room-txt-wrap h4 {
  font-family: 'Sarpanch', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color:white;
  font-size:20px;
  margin-bottom:0;
}

@media (max-width: 992px) {
  .lotto-header {
    width:100%;
    margin:0 auto 30px;
    text-align:center;
  }
}

.lotto-header .green-btn {
  margin:0 20px 20px;
}

.lotto-result {
  width:100%;
  position:relative;
}

.rd-table-container {
  width:33.33%;
  float:left;
  padding:0 15px 15px;
  margin-bottom:20px;
  font-family:'Open Sans', sans-serif;
}

@media (max-width: 992px) {
  .rd-table-container {
    width:50%;
  }
}

@media (max-width: 768px) {
  .rd-table-container {
    width:100%;
  }
}

#rd-table td, #rd-table th {
  padding:2px !important;
}

#rd-table .table {
  margin-bottom:0;
}

#rd-table {
  background:none repeat scroll 0 0 #f2f2f2;
  border-radius:10px;
  overflow:hidden;
  width:100%;
  padding-bottom:5px;
}

#rd-table-header {
  height:54px;
  position:relative;
  width:100%;
  margin-bottom:5px;
}

#rd-table-img {
  position:absolute;
  right:5px;
  top:7px;
}

#rd-table-img img {
  width:80px;
  height:40px;
}

#rd-table-title {
  color:#fff;
  font-size:11px;
  left:7px;
  position:absolute;
  top:10px;
  text-transform:uppercase;
}

#rd-table-result {
  padding:0 5px;
  text-align:center;
}

#rd_table_result table, #rd_table_result th, #rd_table_result td {
  border:1px solid #999;
}

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

.rd-table-no {
  font-size:13px;
  font-weight:bold;
  color:#000;
}

.rd-normal-price {
  color:#000;
  font-size:12px;
  margin-top:5px;
}

.magnum {
  background:none repeat scroll 0 0 #262626;
  color:#fff!important;
}

.damacai {
  background:none repeat scroll 0 0 #0f1468;
  color:#fff!important;
}

.toto {
  background:none repeat scroll 0 0 #ed363f;
  color:#fff!important;
}

.singapore {
  background:none repeat scroll 0 0 #12689b;
  color:#fff!important;
}

.t88 {
  background:none repeat scroll 0 0 #e02217;
  color:#fff!important;
}

.stc {
  background:none repeat scroll 0 0 #2f9505;
  color:#fff!important;
}

.bigcash {
  background:none repeat scroll 0 0 #083e04;
  color:#fff!important;
}

section.promotion {
  padding:80px 0;
  width:100%;
  background-image:url("../img/promotion-bg.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

section.promotion .promo-container {
  background-color:#090c23;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  /* margin-bottom:50px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bonusItemNoClick {
  margin-bottom:50px;
}

section.promotion .row.promo-container:last-child {
  margin-bottom:0;
}

#promo-container, #promo-container h4 {
  text-align:left;
}

.promo-list {
  width:100%;
  position:relative;
}

.promo-list img.promo-img-banner {
  width:100%;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.promo-txt-wrap {
  width:100%;
  position:relative;
  text-align:center;
  padding:30px 25px;
  margin: auto auto 0 auto;
}

.promo-txt-wrap h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color:white;
  font-size:20px;
  margin-bottom:30px;
}

.glogo
{
	max-width: 100%;
}

#promo-container .promo-detail ol {
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:#fff;
  -webkit-padding-start:1em;
}

#promo-container .promo-detail ol li {
  padding-bottom:10px;
}

.green-btn {
  display:inline-block;
  padding:7px 6%;
  border:2px solid #d3d2d8;
  color:#d3d2d8;
  font-family:'Open Sans', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:12px;
  -webkit-transition:background-color 1s ease-out;
  -moz-transition:background-color 1s ease-out;
  -o-transition:background-color 1s ease-out;
  transition:background-color 1s ease-out;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.green-btn:hover {
  color:#090a1a;
  /*border:none;*/
  background-color:#d3d2d8;
}

section.promotion h5 {
  color:#d3d2d8;
  font-family:'Open Sans', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:20px;
}

section.promotion p {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  font-size:13px;
  line-height:20px;
  margin-bottom:10px;
}

section.promotion p:last-child {
  margin-bottom:0;
}

section.information-page {
  padding:80px 0;
  width:100%;
  background-image:url("../img/game-background.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

.info-wrap .info-title {
  padding-bottom:25px;
  border-bottom:1px dashed #40476a;
  margin-bottom:25px;
}

.info-wrap p {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  font-size:12px;
  line-height:20px;
  margin-bottom:10px;
}

.info-wrap p:last-child {
  margin-bottom:0;
}

.info-wrap h5 {
  color:#d3d2d8;
  font-family:'Open Sans', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:20px;
}

.table-responsive.table-bordered.table-banking {
  color:white;
  text-align:center;
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  margin-bottom:30px;
}

.table-banking tr th {
  color:#d3d2d8;
  text-transform:uppercase;
  vertical-align:middle;
}

.table-bordered {
  border:0;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width:1px;
}

.table-banking tr .td-merge {
  vertical-align:middle;
}

.modal {
  padding:0 !important;
}

.modal-body {
  padding:2rem;
}

.modal-content {
  background:#090a1a;
  box-shadow:0 0 20px 0 rgba(135, 141, 251, 1);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.close {
  text-shadow:none;
  font-size:2rem;
  line-height:20px;
  color:#d3d2d8;
  opacity:1;
}

.close:focus, .close:hover {
  color:#d3d2d8;
  opacity:1;
}

.modal-header .close {
  margin:0;
  padding:0;
}

button:focus {
  outline:none;
}

.modal-header {
  border-bottom:none;
  border-top-left-radius:0;
  border-top-right-radius:0;
  display:block;
}

.modal-body h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color:#d3d2d8;
  margin-bottom:30px;
  text-align:center;
}

.pop-content {
  text-align:center;
}

.pop-content form {
  width:70%;
  margin:0 auto;
}

.pop-content .text-input {
  margin-bottom:20px;
}

.pop-content .text-input p {
  margin-bottom:5px;
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:#fff;
  text-transform:capitalize;
}

.form-control {
  color: #04050f;
  border:1px solid #40476a;
  /* background-color:#04050f; */
  font-family:'Open Sans', sans-serif;
  font-size:13px;
}

.form-control:focus {
  box-shadow:none;
  /* background-color:#04050f; */
  border:1px solid #40476a;
}

.btn-primary {
  background-color:#d3d2d8;
  border:none;
  color:#090a1a;
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:15px;
  border-radius:5px;
  padding:6px;
}

.btn-primary:hover {
  background-color:#d3d2d8;
  color:#090a1a;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow:none;
}

.btn.focus, .btn:focus {
  box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color:#d3d2d8;
  border:none;
  color:#090a1a;
}

.pop-content .forget-pwd {
  margin-bottom:0;
  margin-top:30px;
  border-top:1px dashed #40476a;
  padding-top:20px;
  font-size:13px;
  color:#fff;
}

.pop-content .forget-pwd:hover {
  text-decoration:underline;
}

main#not-front.mem-log {
  width:100%;
  background-image:url("../img/game-background.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

section.mem-sect {
  padding:80px 0 40px 0;
  width:100%;
  position:relative;
}

.mem-sect .mem-wallet {
  position:relative;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
}

.mem-wallet .wallet-box {
  position:relative;
  width:150px;
  flex-grow:1;
  text-align:center;
  padding:15px;
  font-size:15px;
  color:#fff;
  background:#090a1a;
  margin:5px;
  border:1px solid #40476a;
  /*border-right:1px dashed #3e3e3e;*/
  /*border-bottom:1px dashed #3e3e3e;*/
  font-family:'Open Sans', sans-serif;
}

.wallet-box .wallet-box-title h5 {
  text-transform:capitalize;
  font-size:15px;
}

.wallet-box .wallet-box-amount p {
  margin-bottom:0;
  color:#d3d2d8;
  font-weight:bold;
}

.wallet-account .wallet-box-amount.total-amount p {
  color:#ff0029;
}

.wallet-box .wallet-account:hover .wallet-box-btn {
  display:block;
  box-shadow:0 0 20px 0 rgba(255, 255, 255, 0.2);
  color:#090a1a;
}

.wallet-box-btn {
  display:none;
  line-height:79px;
  position:absolute;
  top:0;
  left:0;
  background:#d3d2d8;
  width:100%;
  height:100%;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:capitalize;
  text-align:center;
  font-size:18px;
}

.mem-sect .credit-transfer {
  position:relative;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
  margin-top:30px;
  background:#1d1f3c;
}

.credit-transfer .transfer {
  position:relative;
  /*width:150px;*/
  flex-grow:1;
  text-align:center;
  padding:15px;
  font-size:15px;
  color:#fff;
  font-family:'Open Sans', sans-serif;
}

.transfer .transfer-block h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:capitalize;
  color:#d3d2d8;
}

.transfer .transfer-block p {
  margin-bottom:0;
  text-transform:capitalize;
}

.transfer .transfer-block.p-details {
  margin-bottom:0 !important;
}

.transfer .transfer-block .p-input {
  margin:5px 0;
}

.transfer .transfer-selection {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
}

.transfer-selection .transfer-select {
  flex-grow:1;
  padding-right:10px;
}

.transfer-selection .transfer-select:last-of-type {
  padding-right:0;
}

.transfer-block .amount-block span {
  padding-right:10px;
}

section.p-info {
  width:100%;
  position:relative;
  padding:10px 0 50px 0;
}

.p-info .p-tab {
  width:100%;
  /*padding-bottom:20px;*/
  /*border-bottom:1px dashed #40476a;*/
  margin-bottom:25px;
}

.p-content p {
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:rgb(255,255,255);
}

.p-tab .p-nav {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  align-content:center;
  /*border:1px solid #fff;*/
  padding-left:0.5px;
}

.p-tab .p-nav li {
  width:100px;
  flex:1 1 auto;
  margin:2px;
  text-align:center;
  background:#090a1a;
  border:1px solid #fff;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}

.p-tab .p-nav li a {
  display:block;
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  text-transform:capitalize;
  color:#fff;
  padding:10px;
  flex: 1;
}

.p-tab .p-nav li.current {
  background:#d3d2d8;
  color:#090a1a !important;
}

.p-tab .p-nav li.current a {
  color:#090a1a;
  font-weight:bold;
}

.p-content {
  width:100%;
  position:relative;
  margin-bottom:50px;
}

.p-content:last-of-type {
  margin-bottom:0;
}

.p-content .p-title h5 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  border-bottom:1px dashed #40476a;
  padding-bottom:25px;
  margin-bottom:25px;
}

.p-details {
  font-family:'Open Sans', sans-serif;
  font-size:14px;
  color:rgb(255,255,255);
  margin-bottom:20px;
}

.p-details .details-title {
  min-width:150px;
  display:inline-block;
  /*text-align:right;*/
  text-transform:capitalize;
  margin-right:25px;
  color:#d3d2d8;
}

.p-details .p-input {
  border:1px solid #40476a;
  background-color:#04050f;
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  border-radius:.25rem;
  padding:5px 10px;
  color:#fff;
  /* width: 100%; */
}

.p-content .wallet-content {
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:rgb(255,255,255);
  position:relative;
  display:block;
  width:100%;
  position:relative;
}

.wallet-content .bank-detail {
  float:right;
  width:25%;
  background:#04050f;
  border:1px solid #fff;
  padding:20px;
}

@media (max-width: 992px) {
  .wallet-content .bank-detail {
    float:none;
    width:100%;
    text-align:center;
  }
}

.wallet-content .bank-content {
  float:left;
  width:75%;
  padding-right:30px;
}

@media (max-width: 992px) {
  .wallet-content .bank-content {
    float:none;
    width:100%;
    padding-top:30px;
  }
}

.wallet-content .bank-content p:last-of-type {
  margin-bottom:30px;
}

.bank-detail .p-details p {
  margin-bottom:0;
}

.p-details .bank-list {
  display:inline-block;
}

.bank-list .bank-radio {
  margin-bottom:10px;
}

.bank-list .bank-radio img {
  padding-left:10px;
}

.bank-content .d-promo-wrap {
  display:inline-block;
}

.bank-content .picker p {
  margin:7px 0 !important;
  text-align:center;
}

.bank-content .picker select {
  margin-bottom:20PX;
  display:none !important;
}

.bank-content .picker span {
  margin-bottom:20px;
}

ul.thumbnails.image_picker_selector li .thumbnail:before {
  display:block;
  background-size:100% 100%;
  content:"";
  color:white;
  font-weight:bold;
  position:absolute;
  z-index:1;
  text-align:center;
  transition-duration:300ms;
  background-image:url("../img/check.png");
  width:25px;
  height:25px;
  top:5px;
  left:5px;
  transform:scale(0);
  border-radius:50%;
  margin:0.5%;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected:before {
  transform:scale(1);
}

ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  filter:blur(2px);
}

.select-size {
  display:inline-block;
}

.select-size input {
  display:none;
}

#small:checked ~ label[for=small], #medium:checked ~ label[for=medium], #large:checked ~ label[for=large], #xlarge:checked ~ label[for=xlarge], #xxlarge:checked ~ label[for=xxlarge] {
  background:#04050f;
  color:#495057;
}

.select-size label {
  display:inline-block;
  width:auto;
  text-align:center;
  border:1px solid #40476a;
  line-height:27px;
  cursor:pointer;
  padding:0 12px;
  border-radius:3px;
  color:#989898;
  font-weight:500;
  margin-right:10px;
  margin-bottom:0;
}

.p-details .result {
  display:block;
  text-align:center;
  color:#6c6c6c !important;
  font-size:10px;
  text-transform:capitalize;
}

section.p-turnover {
  width:100%;
  position:relative;
  padding:50px 0;
}

.p-details h5 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:capitalize;
  font-size:24px;
  color:#fff;
  margin:25px 0 15px 0;
}

.deposit-box {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  padding:30px;
  background:#090a1a;
  box-shadow:0 0 20px 0 rgba(16, 19, 73, 1);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.deposit-box img {
  margin-bottom:20px;
}

.deposit-box p {
  font-family:'Open Sans', sans-serif;
  font-size:14px;
  color:rgb(255,255,255);
  text-transform:capitalize;
  margin-bottom:20px;
}

.p-details.deposit-content {
  margin-bottom:20px;
}

.deposit-title {
  min-width:120px;
  display:inline-block;
  text-transform:capitalize;
}

.deposit-btn {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  align-content:center;
}

.deposit-btn a {
  margin:10px;
}

.contact-wrap {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  align-content:center;
}

@media (max-width: 768px) {
  .contact-wrap {
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    flex-direction:column-reverse;
  }
}

.contact-wrap .contact-des {
  flex:2;
  -ms-flex-grow:2;
  padding-right:20px;
  margin-right:20px;
  border-right:1px dashed #40476a;
}

@media (max-width: 768px) {
  .contact-wrap .contact-des {
    margin-right:0;
    padding-right:0;
    border-right:0;
    border-top:1px dashed #40476a;
    margin-top:20px;
    padding-top:40px;
  }
}

.contact-wrap .contact-info {
  flex:1;
}

.contact-info.contact-des h5 {
  margin-bottom:10px;
}

.contact-block img {
  margin-right:10px;
}

.contact-block {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
  margin-bottom:20px;
}

.contact-block span {
  font-family:'Open Sans', sans-serif;
  color:#fff;
  font-size:16px;
  line-height:20px;
}

.contact-block i {
  color:#d3d2d8;
  font-size:18px;
  line-height:20px;
  margin-right:10px;
}

/*
@media (max-height: 644px) {
  .live-chat {
    position: absolute;
    top: 50%;
    right: 0 !important;
  }
} */

.clocktime {
  border-right: 2px solid #fff; padding-left: 15px; padding-right: 15px;
}

table.deposit
{
	width: 100%;
}

i.horn
{
position:absolute;
left: 5;
line-height: 24px;
color: #FF0000;
}

div.announcement > marquee{margin-left:24px;}

 
.btn-custom
{
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 8px;
	margin-left: 3px;
}

.btn-green
{
	background: rgba(255,255,102,1);
background: -moz-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,102,1)), color-stop(50%, rgba(239,181,64,1)), color-stop(51%, rgba(204,131,41,1)), color-stop(100%, rgba(239,181,64,1)));
background: -webkit-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#efb540', GradientType=0 );
}

.btn-green:disabled
{
	background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%) !important;
	color: #000;
	text-shadow: none;
	font-weight: 900;
}

.btn-orange
{
	background: rgba(255,255,102,1);
background: -moz-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,102,1)), color-stop(50%, rgba(239,181,64,1)), color-stop(51%, rgba(204,131,41,1)), color-stop(100%, rgba(239,181,64,1)));
background: -webkit-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,102,1) 0%, rgba(239,181,64,1) 50%, rgba(204,131,41,1) 51%, rgba(239,181,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#efb540', GradientType=0 );
}


.btn-red
{
    background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
}

div.reg_login
{
position: absolute;
right: 5px;
}

div.menu
{
	width: 16.66%;
	color: #fff;
    font-size: 0.7em;
	font-weight: 600;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	float:left;
	text-align:center;
	padding: 5px 0px;
}

div.menu  i
{
	display:block;
	font-size: 1.5em;
    padding: 0.5em 0;
}

div.menu.active{ background: linear-gradient(to bottom, #ffff66  0%, #cc8329 100%) !important;}
.latest_deposit{padding: 2em 0;}
.f_right{float: right;}

div.login_reg_container
{
	max-width:350px;
	margin: 0 auto 1em auto;	
}

div.game-container{margin-top:40px}

ol.carousel-indicators{bottom:0px; margin-bottom: 0.5em;}
div.login_reg_container img{margin-bottom: 5px;}
div.login_reg_container label{margin-bottom:0px;}
.pb20{padding-bottom:20px;}
div.steps{text-align:center;padding: 0;}
img.steps{max-width: 100%;}
.reg_dropdown{padding: 4px 0;}
.w100{width:100%;}
div.login_reg_row{padding: 10px;}
.error{border: 2px solid #ff0000;}
#error_msg{color:#ff0000;}
.block{display:block;}
.hide{display: none !important;}
table.transaction{ width: 100%; max-width: 800px; font-size: 1em;}
.transaction_date{width:7em}
.transaction_amt{width:7em}
img.transaction_btn{width: 100%;}
.margin-0{margin:0px}
.padding-5{padding:5px;}
.fa_btn{font-size:3em !important}
.text-left{text-align:left;}
.hide-notification{opacity: 0;}
.fade-in {opacity: 1;}
.qrimg{max-width:100%}
.mobile-container{max-width: 370px; margin: 0 auto;}
table.contact{font-size:2.2em; line-height: 2.2em;}
table.contact td{text-align:center;}

div.profile p
{	background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1em;
  font-weight: 900;}

div.input-group-btn > button {height:33px; background-color: #DCDCDC;}
img.bg918{max-width:100%; position:absolute; top:0}
/* div.download-div{font-size:0.75rem;} */
div.download-div > h4{line-height:1.3em}
.bg-black{background-color:#000}

h4.subtitle{
background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align:center;
}

section#game-page h4.subtitle{text-align:left;}
div.game-wrap{z-index:98; width:280px; margin: 20% 0 0 8rem; background-color: rgba(0,0,0,0.5);padding: 5px 15px 15px 15px; }
table.deposit{font-size:0.85rem; margin-bottom:2em;}

div.game-realtime
{
	width: 100%;
	display: block;
	z-index: 98;
}

#bonus_list input[type="radio"]
{
	margin-right:0.5em;
}

.bank-deposit label{
    border-radius: 5px;
    width: 100%;
}
.bank-deposit .row{
	width: 100%;
	margin: 0;
}
.bank-deposit .col-4{
	padding: 0 10px;
}
.bank-deposit .radio input{
	display: none;
}
.bank-deposit .highlight{
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	transition: .5s all ease;
}
.bank-deposit .highlight img{
	width: 100%;
	max-width: 120px;
    max-height: 120px;
	margin:0;
}
.bank-deposit .highlight.active{
	background: #fffbee;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #fff1bc;
}

.btn-detail{line-height:3em;}

table.promo img
{
	max-width:100%;
}

table.promo td.banner{padding-top: 1em;border-top: 1px dotted #fff;}
.promo_title{
line-height:2.5em;
font-size:1.1em; 
font-weight: 900; 
background:-webkit-linear-gradient(#ffa600, #ffdea1, #ffa600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  text-align:left;}

#wallet table
{
    width:100%;
}

#wallet table td
{
	padding: .75rem .25rem;
}

td.wdate
{
	width: 23%;
}

td.wamount
{
	width:30%;
}

#dep_table
{
	margin-left:-20px;
	margin-right:-20px;
	margin: 0 auto;
	width: initial;
    max-width: initial;
}

#dep_table td, #dep_table th {
    padding: .75rem .25rem;
	}

#nav-deposit.nav-tabs .nav-item {
    width: 25%;
}

#nav-withdraw.nav-tabs .nav-item {
    width: 50%;
}

.nav-link > span
{
	font-weight: 900;
	color: #ffdea1;
	text-align:center;
}

.nav-link.active > span
{
color: #fff !important;
text-shadow: 0px 1px 3px rgb(0 0 0 / 80%);
}

.nav-link.active
{
background: linear-gradient(to bottom, #ffff66 0%, #cc8329 100%) !important;
}

#topup_wallet
{
font-weight:900;
color: #FF0000;
}

.contact_logo
{
	width: 2em;
}

.contact_link
{
	display:block;
	margin: 0.25em 0;
}

.copy_btn
{
margin-left: 1em;
}

.cdm_dt
{
	max-width: 25%;
	margin-right: 10px;
}

.cdm_time_row
{
	margin: initial !important;
}

table.cdm_acc
{
	border: 1px solid #fff;
    width: 100%;
}

table.cdm_acc td
{
	padding: 3px 5px;
}

.digi_pin {
    max-width: 20%!important;
    float: left;
}

.digi_pin_seperator
{
padding: 5px;
}

.datepicker td, .datepicker th {
color:#000;}

.tooltip-inner {
    background-color: #A52A2A;
}

.badge-info
{
	border-radius: 0.6rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    font-style: italic;
	margin-left: 10px;
}

.nav-link {
    padding: 0.5rem;
	text-align: center;
}

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

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

.slot-card
{
	width:200px;
	height: 200px;
	margin: 10px;
}

.slot-card img
{
	max-width: 100%;
}

input#refer
{
	background-color:#fff982;
	}

video.tutorial {
max-width: 80%;
max-height: 80%;
margin: 1em 2em;
}

li.tutorial{width: auto !important}

#popup_notice_close{position: absolute; right: 10px; top: 10px; z-index:999;}
a.tutorial_link{color:#007bff}

.lang-btn {
    background: 0 0;
    border: 1px solid transparent;
}

.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0,0,0,.7);
    min-width: auto;
    border: none;
}

.dropdown-menu.language a {
    padding: 1px 5px;
}

.lang-btn.dropdown-toggle::after {
    color: #fff;
	margin-left: 0 !important; 
    vertical-align: 0 !important; 
}

.lang-box{float: right; 
margin-top: -5px;}

button.lang-btn{padding-left:3px;
padding-right: 0px;}

ul.angpow{padding: 0; margin:1em 0;}
li.angpow{display: inline-block; margin-left:1em;}
li.angpow img{width:70px; height:91px;}
.angpow_detail{position:absolute; z-index:9;width: 70px;text-align: center;font-weight: 600;line-height: 1em;}
.ineligible:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 91px;
    background: rgba(0,0,0,.6);
    z-index: 10;
}
a.share, button.share{width: 32%; text-align: center; margin: 0.5em auto; font-weight: 900; color:#fff; }
section#share{text-align: center;}
img.invite{max-width:100%;margin: 0.5em auto}

.sharelink{
border: 1px solid #34740e;
background: rgba(75,166,20,1);
background: -moz-linear-gradient(-45deg, rgba(75,166,20,1) 0%, rgba(0,140,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(75,166,20,1)), color-stop(100%, rgba(0,140,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(75,166,20,1) 0%, rgba(0,140,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(75,166,20,1) 0%, rgba(0,140,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(75,166,20,1) 0%, rgba(0,140,0,1) 100%);
background: linear-gradient(135deg, rgba(75,166,20,1) 0%, rgba(0,140,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba614', endColorstr='#008c00', GradientType=1 );}

.downline{
border-color: #25729a;
background: rgba(48,146,199,1);
background: -moz-linear-gradient(-45deg, rgba(48,146,199,1) 0%, rgba(28,89,133,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(48,146,199,1)), color-stop(100%, rgba(28,89,133,1)));
background: -webkit-linear-gradient(-45deg, rgba(48,146,199,1) 0%, rgba(28,89,133,1) 100%);
background: -o-linear-gradient(-45deg, rgba(48,146,199,1) 0%, rgba(28,89,133,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(48,146,199,1) 0%, rgba(28,89,133,1) 100%);
background: linear-gradient(135deg, rgba(48,146,199,1) 0%, rgba(28,89,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3092c7', endColorstr='#1c5985', GradientType=1 );}

.copylink{ border-color: #C62828;
background: rgba(244,66,54,1);
background: -moz-linear-gradient(-45deg, rgba(244,66,54,1) 0%, rgba(183,28,28,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244,66,54,1)), color-stop(100%, rgba(183,28,28,1)));
background: -webkit-linear-gradient(-45deg, rgba(244,66,54,1) 0%, rgba(183,28,28,1) 100%);
background: -o-linear-gradient(-45deg, rgba(244,66,54,1) 0%, rgba(183,28,28,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(244,66,54,1) 0%, rgba(183,28,28,1) 100%);
background: linear-gradient(135deg, rgba(244,66,54,1) 0%, rgba(183,28,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44236', endColorstr='#b71c1c', GradientType=1 );}

.page-home #tabtab ul.nav-tabs li {
    padding: 3px 0;
}

.hidev{visibility:hidden}



#tabtab ul.nav.nav-tabs {
    border: 0;
    float: left;
    padding: 0 10px 5px;
    background: #000;
    width: 100%;
/*     box-shadow: #00000080 0 2px 4px 0;
    border-top: 1px solid #000; */
	margin: 0 auto;
}

#tabtab
{
	width: 100%;
	z-index:99;
	background-color:#010101;
	position:absolute;
}

#tabtab.sticky
{
	position: fixed;
	top: 73px;
	width: 100%;
}

#tabtab ul li {
    padding: 5px !important;
	font-weight:600;
	text-transform: uppercase;
}

#tabtab li a.active {
    color: #ebcf65;
}

.btn_changeacc, .btn_playnow{
width:100%; 
border-radius: 6px;
display: inline-block;
font-size: 0.75em;
font-weight: 900;
padding: 2px !important;
margin: 0;}

.btn_bbinf_playnow{
width:48%; 
border-radius: 6px;
display: inline-block;
font-size: 0.75em;
font-weight: 900;
padding: 2px !important;
margin: 0 auto;}

.btn-topup, .btn-withdraw{width:46%;}

#popup_notice a{color:#f00}	
#whatsapp{position:fixed; bottom:65px; right:300px; z-index:99999999999999}
.pp-slot-card {
    width: 200px;
    height: 200px;
    margin: 10px;
}

.product-items .pp-slot-card  img {
    width: 100%;
}

.pragmatic-slot ul {
    margin: 0;
    padding: 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pragmatic-slot li {
    width: 20%;
    float: left;
    list-style: none;
    padding: 0 !important;
}

.pragmatic-slot a {
    padding: 0 !important;
    float: left;
    /* border: 1px solid #000000; */
    margin: 3px;
    position: relative;
}
@media (min-width: 992px) {
  div.game-wrap{margin: 9rem 0 0 8rem;}
  #tabtab ul li {
    padding: 5px 25px !important;
	}
}

@media (max-width: 430px) {
	.slot-card
	{
		width: 45%;
		margin: 5px 0;
	}
	
	.pp-slot-card {
    width: 50% !important;
    height: auto;
    margin: 5px 0;
	}
	
	section#top {padding: 0;}
	.page-home #tabtab ul.nav-tabs li {
    width: 33%;
    text-align: center;
	}
	
	#whatsapp{position:fixed; bottom:93px; right:120px}
	
	#tabtab{position:absolute;}
}

input#code.promocode { max-width: 69% !important;}
#apply_promocode{display: inline-block !important; max-width:30% !important; color:#fff !important; font-weight: 600 !important}

.slot-card.netent{height:100% !important}
