body {
  background-color:#0e102a;
}

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:#07091b;
  padding:10px 20px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  align-content:center;
}

.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:#d1fa00;
  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:#d1fa00;
  display:inline-block;
  text-decoration:none;
}

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

text-right {
  text-align:right;
}

.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 {
  margin-top:45px;
}

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

.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("../../assets/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("../../assets/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("../../assets/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("../../assets/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("../../assets/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:#d1fa00;
}

.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("../../assets/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-color:#07091b;
}

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:#d1fa00;
}

.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("../../assets/img/sportsbook-bg.jpg");
  background-repeat:no-repeat;
  background-size:100%;
}

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

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

.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:250px;
  position:relative;
  text-align:center;
  margin:20px 10px;
  /*margin-bottom:60px;*/
  border-radius:10px;
  background-color:#090c23;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.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:20px 10px;
}

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

.room-txt-wrap .green-btn {
  margin-top:20px;
}

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

.payout-detail {
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:#fff;
}

.payout-detail h5 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:16px;
  text-transform:uppercase;
}

.payout-detail thead {
  text-transform:uppercase;
  color:#d1fa00;
}

.lotto-header {
  width:60%;
  margin:0 auto 30px;
  text-align:center;
}

@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("../../assets/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;
}

#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 #d1fa00;
  color:#d1fa00;
  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:#d1fa00;
}

section.promotion h5 {
  color:#d1fa00;
  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("../../assets/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:#d1fa00;
  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:#d1fa00;
  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(16, 19, 73, 1);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

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

.close:focus, .close:hover {
  color:#d1fa00;
  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:#d1fa00;
  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 {
  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:#d1fa00;
  border:none;
  color:#090a1a;
  text-transform:uppercase;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size:15px;
  border-radius:5px;
  padding:6px 30px;
}

.btn-primary:hover {
  background-color:#d1fa00;
  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:#d1fa00;
  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("../../assets/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:#d1fa00;
  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:#d1fa00;
  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:#d1fa00;
}

.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:#d1fa00;
  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:#d1fa00;
}

.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("../../assets/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;
}

section#credit-trans {
  padding-bottom:80px;
}

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

.sportsinn-container {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  /*justify-content:space-between;*/
  align-items:flex-start;
  align-content:center;
  flex-grow:0;
}

.sportsinn-card-small {
  flex-grow:1;
  max-width:160px;
  box-shadow:0 0 20px 0 rgb(28, 32, 107);
}

.sportsinn-card-big {
  flex-grow:2;
}

.sportsinn-card-small {
  width:auto;
  position:relative;
  text-align:center;
  margin:20px 20px 20px 20px;
  border-radius:10px;
}

.sportsinn-card-small:first-of-type {
  margin-top:0;
}

.sportsinn-card-small img.room-card-bg {
  width:100%;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.sportsinn-card-small h4 {
  font-family:'Roboto Condensed', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color:white;
  font-size:18px;
  margin-bottom:0;
  position:absolute;
  top:0;
  padding:15px 10px 10px 10px;
}

.sportsinnflex {
  display:flex;
  justify-content: center;
}

.sportsinniframe {
  padding:0;
  flex-grow:1;
  text-align:left;
  max-width:1024px;
}

@media only screen and (max-width: 1024px) {
  .sportsinnflex {
    flex-direction:column;
  }
}

@media only screen and (max-width: 1024px) {
  .sportsinnflex .sportsinn-container {
    flex-direction:row;
  }
}

.pnl-transfer {
  width:100%;
  background-image:url("../../assets/img/game-background.jpg");
  background-repeat:no-repeat;
  background-size:100%;
  height:100vh;
}

.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:#d1fa00;
  font-size:18px;
  line-height:20px;
  margin-right:10px;
}

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

.form-control {
  color: #ffffff;
}

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