@import url("color.css?v=1142");
@import url("table.css?v=1142");

html, body{
  position: relative;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  }
#main-container{
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  opacity: 1;
}
.bb-container{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  }
.header{
  font-size: 15px;
  /*margin-top: 30px;*/
  padding: 0;
  color: #fff;
  background:#ffffff url('/assets/img/bg_mobile.png')no-repeat;
  background-size: cover;
}
.header nav{
  margin-top: 21px;
}
.header ul{
  padding: 15px 0;
}
.header li:hover{
  color: #ffd714;
}
a{
  background-color: transparent;
  color: #ffffff;
  font-weight: normal;
}
.header li{
  float: left;
  padding: 0 15px;
  list-style: none;
  cursor: pointer;
  border-right: 1px solid #0581CA;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.header li:last-of-type{
  border-right: none;
}
.header .action-block{
  margin-right: 20px;
  padding-top: 8px;
  float: right;
}
.header .sound{
  position: relative;
  top: -8px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}
.header .style-picker{
  padding-left: 20px;
}
.header .style-item{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  cursor: pointer;
  border: 2px solid transparent;
}
.header .style-item.active{
  border: 2px solid #FEFAF7;
}

.header .style-zoom{
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 20px;
  font-size: 11px;
  background-color: #ccc;
  cursor: pointer;
  border: 2px solid transparent;
  vertical-align: top;
  margin-top: 3px;
}
.header .style-zoom.active{
  border: 2px solid #FEFAF7;
  background-color: black;
  color: #CCC;
}
.logo{
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
.logo img{
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  }
.menu{
  width: 100%;
  padding: 0 0 5px 5px;
  margin: 5px 0 0 0;
  }
.menu .menu-item {
  width: 23.5%;
  margin: 0 1px 2px 1px;
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(#525252, #212121);
  background: -o-linear-gradient(#525252, #212121);
  background: linear-gradient(#525252, #212121);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  }
.menu .menu-item:hover{
  color: #ffcf20;
  background: -webkit-linear-gradient(#222222, #222222);
  background: -o-linear-gradient(#222222, #222222);
  background: linear-gradient(#222222, #222222);
  }


@media screen and (max-width:480px) {
.menu .menu-item {
  font-size: 14px;
  }
}
@media screen and (max-width:360px) {
.menu .menu-item {
  font-size: 13px;
  }
}
.menu .menu-item img{
  width: 22px;
  height: 24px;
  margin-right: 5px;
}
.sub-menu{
  background-color: rgba(55, 168, 236, 0.4);
  height: auto;
  color: #fff;
  }
.sub-menu ul{
  display: block;
  padding: 8px 0;
  margin: 0;
  text-align: left;
  }
.sub-menu li{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 2px 15px;
  border-right: 1px solid #fff;
  font-size: 15px;
  cursor: pointer;
}
.sub-menu li:last-of-type{
  border: none;
}
.sub-menu li:hover{
  color: #ffd714;
}

.users{
  width: 100%;
  margin: 0;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  }
.users .user-header{
  width: 100%;
  height: 30px;
  background: #0F95E5;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 1px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  }
.users .user-item{
  display: inline-block;
  color: #2991d1;
  line-height: 25px;
  font-size: 14px;
  padding: 2px 0;
  }
.users .user-lable{
  display: inline-block;
  }
.users .user-value{
  display: inline-block;
  color: #e4e4e4;
  font-weight: bold;
  font-size: 14px;
  }

.historys{
  width: 100%;
  margin: 0;
  margin-top: 15px;
  padding: 20px;
  background-color: #555555;
  text-align: center;
  max-height: 360px;
  overflow-y: scroll;
}
.historys::-webkit-scrollbar {
    width: 3px;
}

.historys::-webkit-scrollbar-track {
    background: #105e92;
}

.historys::-webkit-scrollbar-thumb {
    background: #888;
}

.historys .history-header{
  width: 100%;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 1px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.historys .history-item{
  color: #e4e4e4;
  border-bottom: 1px solid #2991d1;
  font-size: 14px;
  margin: 0;
  padding: 8px 0;
float: left;
width: 100%;
}
.historys .history-lable{
  display: inline-block;
  width: 55%;
  float: left;
}
.historys .history-value{
  display: inline-block;
  width: 20%;
  min-width: 70px;
  float: left;
}
.historys .history-rate{
  display: inline-block;
  width: 15%;
  float: left;
}

.historys .history-lable.line-b{
  width:auto;
}
.historys .history-value.line-b{
  height:52px;
  padding-top:17px;
}
.historys .history-rate.line-b{
  height:52px;
  width: 57%;
  min-width: 150px;
  max-width: 250px;
  text-align: left;
  display: table;
  letter-spacing: -0.5px;
}

.main-block{
    padding-bottom: 40px;
}

.race .info{
  color: #000000;
  font-weight: bolder;
}
.info>div{
  margin: 6px 0 0 0;
  font-size: 12px;
  }

.gameTitle{
  font-size: 16px;
}
.game .table-16{
  width: 16%;
  float: left;
}
.game .table-20{
  width: 20%;
  float: left;
}
.game .table-25{
  width: 25%;
  float: left;
}
.game .table-30{
  width: 33%;
  float: left;
}
.game .table-50{
  width: 50%;
  float: left;
}

.table-50.plus-7:nth-child(7),
.table-50.plus-5:nth-child(5){
  width: 100%;
  float: left;
}

.game .table-100{
  width: 100%;
  float: left;
}
.game-input{
  border-radius: 3px;
  background-color: #ffffff!important;
  width: 100%;
  padding: 5px;
  border:1px solid #cccccc;
}
.option-input {
    border-radius: 6px;
    background-color: #ffffff!important;
    padding: 5px 8px;
    border: 1px solid #cccccc;
    outline: 0;
}
.option-input.cash{
    width: 45%;
    padding: 6.5px 10px;
    vertical-align: middle;
    margin-right: 5px;
}
.game table td:first-of-type, .game table td.lable{
  min-width: 30px;
}
.bid-block{
  margin-top: 3px;
  color: #000000;
}
.bid-block input.game-input{
  width: 80px;
}
.bit-item{
  font-size: 11px;
  cursor: pointer;
}
.smallTextfield{
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  vertical-align: middle;
  outline: 0;
  border-radius: 6px;
  border: 1px solid #cccccc;
  }
.tmpSelect{
  background-color: #00ffa7;
  }
.marquee{
  display: block;
  position: absolute;
  letter-spacing: 1px;
  top: 80px;
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
  height: 20px;
  width: 100% !important;
  max-width: 768px;
  z-index: 9996;
  margin: 0 auto;
  /*background: linear-gradient(180deg, rgb(0, 0, 0, .3), rgb(0, 0, 0,0));*/
  }
.left5{
  margin-left: 5px;
}
.left10{
  margin-left: 10px;
}
.left20{
  margin-left: 20px;
}
.left30{
  margin-left: 30px;
}
.pointer{
  cursor: pointer;
}
.speedTable{
  margin-top: 3px;
  width: 100%;
}
.table > tbody > tr > td {
  padding: 12px 10px;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
  background-color: #f2dede !important;
}

.table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
  background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}

.quickSelectBalls{
  margin: 2px;
  padding: 2px;
  width: 37px;
  border:1px black solid;
  float: left;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.bingo5QuickSelectBalls{
  margin: 2px 2px 2px 1px;
  padding: 2px 1px;
  width: 33px;
  border:1px black solid;
  float: left;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.text-red{
  color: red;
}
.text-blue{
  color: blue;
}
.text-green{
  color: green;
}
.text-yellow{
  color: #dfd242;
}

/* mobile sidebar */
.mobile-menu-body{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  }
.full-height{ height:100%;}
.login-register-area{
  position:relative;
  display:block;
  color:#fff;
  width:250px;
  height:98px;
  text-align:center;
  overflow:hidden;
  z-index:1;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
.login-register-area:after{
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -127px;
  background-color: #242424;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  z-index: 0;
  }
.dl-logo{
  position:relative;
  z-index:9999;
  left:-7px;
  display:block;
  margin:18px auto 5px auto;
  }
ul.mobile-list{
  width:100%;
  padding:0;
  margin:60px auto 0 auto;
  list-style-type:none;
  }
ul.mobile-list li{
  display:block;
  margin:12px 0;
  padding:0 0 0 70px;
  vertical-align:top;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
ul.mobile-list li:last-child{
  margin:12px 0 0 0;
  }
ul.mobile-list li a,
ul.mobile-list li a:active{
  display:block;
  font-size:16px;
  color:#ffffff;
  text-decoration:none;
  }
ul.mobile-list li a:hover{
  color:#db92ff;
  }
ul.mobile-list li label{
  display:inline-block;
  }
@media screen and (max-width:480px) {
  ul.mobile-list li{
    margin:10px 0;
    }
  ul.mobile-list li:last-child{
    margin:10px 0 0 0;
    }
  ul.mobile-list li a,
  ul.mobile-list li a:active{
    font-size:15px;
    }
}
body.sidebar-show {
  overflow: hidden;
  }
.sidebar,
.sidebar-btn {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  }
.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background-color:#131313;
  color: #333333;
  transform: translate(300px);
  z-index: 10001;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
.sidebar.show {
  transform: translate(0);
  overflow-y: auto;
  overflow-x: hidden;
/*  -webkit-box-shadow: -3px 3px 13px rgba(0, 0, 0, .5);
  -moz-box-shadow: -3px 3px 13px rgba(0, 0, 0, .5);
  box-shadow: -3px 3px 13px rgba(0, 0, 0, .5);*/
  }
.sidebar-btn {
  position: absolute;
  display:inline-block;
  height: 45px;
  width: 45px;
  background-color:transparent;
  border: 0;
  outline: none;
  top:61px;
  right: 8px;
  cursor:pointer;
  transform: translate(0);
  z-index: 10002;
  text-decoration:none;
  }
.sidebar-btn.sidebar-show {
  transform: translate(-200px);
  top: 5px;
  right: 5px;
  }

.mobile-icon{
  display: inline-block;
  width:36px;
  height:25px;
  text-align:left;
  }
.dollar-icon:after,
.log-off-icon:after,
.hall-icon:after,
.menu-setting-icon:after,
.credit-icon:after,
.edit-icon:after,
.bill-icon:after,
.total-icon:after,
.history-icon:after,
.rule-icon:after,
.book-icon:after{
  position:relative;
  left:0;
  top:0;
  display: inline-block;
  font-family: 'FontAwesome';
  color:#d2a26f;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
/* mobile sidebar end */
/*icon*/
.view-more-icon:after{
  position:absolute;
  right:0;
  top:2px;
  display: inline-block;
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size:14px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.account-icon:after{
  position:absolute;
  left:0;
  top:0;
  display: inline-block;
  content: "\f2be";
  font-family: 'FontAwesome';
  font-size:17px;
  color:#666666;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.sign-off-icon:after{
  position:absolute;
  right:0;
  top:0;
  display: inline-block;
  content: "\f08b";
  font-family: 'FontAwesome';
  font-size:20px;
  color:#666666;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.mobile-icon{
  display: inline-block;
  width:25px;
  height:25px;
  text-align:left;
  }
.dollar-icon:after,
.log-off-icon:after,
.hall-icon:after,
.menu-setting-icon:after,
.credit-icon:after,
.edit-icon:after,
.bill-icon:after,
.total-icon:after,
.history-icon:after,
.rule-icon:after,
.book-icon:after{
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #9d62cc;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    }
/*icon end*/
/*index popup*/
.popup-mask{
  display:block;
  width:100%;
    overflow-x:scroll;
  }
.popup-mask.higher{
  height: 260px;
  }
#sDataTable{
  height: 350px;
  overflow:scroll;
  }
.centerPopup-title{
  font-size:16px;
  font-weight:bold;
  color:#707070;
  margin:0 0 15px 0;
  }
.popup-bottom{
  width:100%;
  text-align:right;
  padding:15px 0 0 0;
  margin:8px 0 0 0;
  border-top:1px solid #e0e0e0;
  }
.index-popup-body {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  max-width:320px;
  margin:0 auto;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  z-index: 10001;
  }
.main-popup-body {
  position:absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: block;
  padding: 20px;
  margin:0 auto;
  width: 90%;
  /*height: 92%;*/
  overflow-y: scroll;
  max-width: 690px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  z-index: 10002;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
.main-popup-body.keyboard{
  min-height: 85px;
  top: 0;
  padding: 10px
  z-index: 10008;
  width: 100%;
  max-width: 100%;
  border-radius: 0 0 8px 8px;
  background-color: rgb(0, 0, 0, .7);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  overflow: hidden;
  z-index: 10008;
  } 
@media screen and (max-width: 360px) {
.main-popup-body.keyboard{
  padding: 10px 20px 10px 10px;
  } 
}
.main-popup-body.keyboard .main-popup-icon:after {
  color: #ffffff;
  }
.main-popup-body.veiw-center{
  top: 90px;
  background-color: rgb(66, 66, 66, .6);
  padding: 20px;
  animation: fade_in 0.2s;
  text-align: center;
  overflow: hidden;
  }   
.main-popup-body.veiw-center .index-popup-close {
  top: 8px;
  }
.main-popup-body.veiw-center img{
  display: block;
  display: block;
  width: 70%;
  max-width: 280px;
  margin: 0 auto;
  }   
.main-popup-body.veiw-center p{
  color: #ffffff;
  background: #111111;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 26px;
  font-size: 16px;
  margin: 5px 0 10px;
  }   

.main-popup-body.picture-scroll{
  top: 20%;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 70%;
  overflow: scroll;
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  z-index: 10002;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  animation: fade_in 0.5s;
  }


  @keyframes fade_in{
    0% { opacity: 0;}
    100% { opacity: 1;}
    }
  @-webkit-keyframes fade_in{
    0% { opacity: 0;}
    100% { opacity: 1;}
    }
  @-moz-keyframes  fade_in{
    0% { opacity: 0;}
    100% { opacity: 1;}
    }
  @-o-keyframes fade_in{
    0% { opacity: 0;}
    100% { opacity: 1;}
    }
.main-popup-body.slide-up{
  width: 100%;
  max-width: 768px;
  top: auto;
  height: auto;
  bottom: 0;
  left: 0;
  animation: slide_up 0.2s;
  border-radius: 16px 16px 0 0;
  padding: 27px 12px 15px 15px;
  z-index: 10004;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  }
  @keyframes slide_up{
    0% { bottom:-5%;}
    100% { bottom:0; }
    }
  @-webkit-keyframes slide_up{
    0% { bottom:-5%;}
    100% { bottom:0; }
    }
  @-moz-keyframes  slide_up{
    0% { bottom:-5%;}
    100% { bottom:0; }
    }
  @-o-keyframes slide_up{
    0% { bottom:-5%;}
    100% { bottom:0; }
    }


.main-popup-icon:after{
  position:relative;
  left:0;
  top:0;
  display: inline-block;
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size:21px;
  color:#bbbbbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.pop-processing {
  position: relative;
  width: 100%;
  min-height: 200px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
.pop-processing span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 10px auto 0 5px;
    font-size: 17px;
  color:#F90;
  }
.popup-body{
  padding: 40px 30px 30px 30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
.popup-head{
  position:relative;
  left:0;
  top:0;
  display:block;
  color:#fff;
  width:auto;
  margin:0 auto;
  height:105px;
  border-radius:8px 8px 0 0 ;
  text-align:center;
  overflow:hidden;
  z-index:0;
  text-align:center;
  }
.popup-head:before{
  content: '';
  position: absolute;
  bottom: 40px;
    left:50%;
  margin:0 0 0 -275px;
  width: 550px;
  height: 550px;
  background: #b0e458;
  background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 90%, #09d140 100%);
  background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 90%,#09d140 100%);
  background: linear-gradient(to bottom, #b0e458 0%,#b0e458 90%,#09d140 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
  border-radius: 100%;
  z-index: 2;
  }
.popup-head:after{
  content: '';
  position: absolute;
  bottom: 0;
    left:50%;
  margin:0 0 0 -300px;
  width: 600px;
  height: 600px;
  background: #b0e458;
  background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 80%, #09d140 100%);
  background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 80%,#09d140 100%);
  background: linear-gradient(to bottom, #b0e458 0%,#b0e458 80%,#09d140 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
  border-radius: 100%;
  z-index: 1;
  }
.popup-ball{
  position:absolute;
  top:72px;
  left:50%;
  margin:0 0 0 -29px;
  width:58px;
  height:58px;
  border-radius: 100%;
  background-color:#07c42d;
  z-index: 3;
  }
.white-ball{
  position:absolute;
  top:42px;
  left:50%;
  margin:0 0 0 -60px;
  width:120px;
  height:120px;
  border-radius: 100%;
  background: -moz-linear-gradient(top, rgba(197,235,114,1) 0%, rgba(197,235,114,0) 48%);
  background: -webkit-linear-gradient(top, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 48%);
  background: linear-gradient(to bottom, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 48%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eb72', endColorstr='#00c5eb72',GradientType=0 );
  z-index: 2;
  }
.white-ball:after{
  content:'';
  position:absolute;
  top:-35px;
  left:50%;
  margin:0 0 0 -100px;
  width:200px;
  height:200px;
  border-radius: 100%;
  background: -moz-linear-gradient(top, rgba(197,235,114,1) 0%, rgba(197,235,114,0) 33%);
  background: -webkit-linear-gradient(top, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 33%);
  background: linear-gradient(to bottom, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 33%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eb72', endColorstr='#00c5eb72',GradientType=0 );
  z-index: 3;
  }
.index-popup-close {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index:3;
  }
.main-popup-body.picture-scroll .index-popup-close{
  position: fixed;
  }
.index-pop_overlay {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10000;
  }
.main-pop_overlay {
  content: "";
  position: fixed;
  left:0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, .7);
  z-index: 10002;
/*  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);  */
  }
.main-pop_overlay.slide-up{
  background-color: rgba(30, 30, 30, .85);
  }
.main-pop_overlay.pic-scroll{
  background-color: rgba(30, 30, 30, .9);
  z-index: 10001;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  }
.close-picture-view{
    position: absolute;
    left: 50%;
    bottom: 5vh;
    display: inline-table;
    color: #222222;
    background-color: #bbbbbb;
    padding: 5px 16px;    
    margin: 0 0 0 -35px;
    width: auto;
    font-size: 18px;
    border-radius: 16px;
    font-weight: bold;
  }
.main-pop_overlay.slide-up{
  z-index: 10003;
  }
.index-pop-title{
  display:block;
  width:100%;
  margin:0 0 15px 0;
  font-weight:bold;
  font-size:21px;
  letter-spacing:2px;
  text-align:center;
  }
.index-click-close{
  width: 100%;
    margin-top: -20px;
  }
.index-popup-contact p{
  position: relative;
    height: 150px;
    overflow-y: scroll;
    color: #676767;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 85px 0;
    margin: 0;
  }
.index-popup-contact p:after{
  position: fixed;
  content: '';
  width: 100%;
  height: 125px;
  bottom: 50px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 29%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 29%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 29%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
/*index popup end*/
.sub-last-area{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 38px;
  background: linear-gradient(to bottom, #302b73, #635aca);
  }
.last5btn-move{
  position: absolute;
  top: 0;
  right: 5px;
}
.btn.btn-xs.pull-right{
  margin: 6px 3px 0 6px;
  padding: 3px 6px;
  vertical-align: middle;
  background: linear-gradient(to top, #302b73, #635aca);
  color: #f6bfff;
  }
.btn.btn-xs.btn-warning.pull-right.right5{
  color: #ccc;
  font-weight: 600;
  background: transparent;
  }
.ui-tabs .ui-tabs-panel {
  padding: 5px;
  }
@media screen and (max-width:800px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding:5px;
    }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border:0!important;
    background: #9964d2!important;
    }
.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    float: none!important;
    border:0!important;
    border-radius: 5px;
    }
}
/*notification*/
.notifyjs-corner {
  max-width: 800px;
  margin: 0;
  z-index: 11111;
  }
.notifyjs-bootstrap-base{
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }
.notifyjs-bootstrap-error{
  position:relative;
  background: linear-gradient(to bottom, #ffffff, #F2DEDE);
  }
.notifyjs-bootstrap-error:before{
  position: absolute;
  left: 11px;
  top: 5px;
  display: inline-block;
  content: "\f071";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #b93533;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  }
.notifyjs-bootstrap-info{
  position:relative;
  background: linear-gradient(to bottom, #ffffff, #ccf2f7);
  }
.notifyjs-bootstrap-info:before{
    position: absolute;
    left: 11px;
    top: 4px;
    display: inline-block;
    content: "\f05a";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #2c87b4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
  }
.notifyjs-bootstrap-warn{
  position:relative;
  background: linear-gradient(to bottom, #ffffff, #FBEED5);
  }
.notifyjs-bootstrap-warn:before{
  position: absolute;
  left: 11px;
  top: 4px;
  display: inline-block;
  content: "\f06a";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #b4883b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  }
.notifyjs-bootstrap-success{
  position:relative;
  background: linear-gradient(to bottom, #ffffff, #DFF0D8);
  }
.notifyjs-bootstrap-success:before{
  position: absolute;
  left: 12.5px;
  top: 8px;
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  }
.notifyjs-bootstrap-success:after{
  position: absolute;
  left: 10px;
  top: 5.5px;
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #468847;
  z-index: 1;
  }
/*notification end*/
.game-logo-menu{
  position: relative;
  }
.game-icon{
  position: relative;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  width: 36px;
  height: 40px;
  font-weight: 600;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  }
.game-icon:after{
  position: absolute;
  left: 6px;
  top: 4px;
  content: "\f015";
  font-family: 'FontAwesome';
  font-size: 29px;
  font-weight: 100;
  color: #949aa6;
  }

#window-content .text-danger{
  width: 100%;
  padding: 8px 0;
  margin: 5px 0;
  border: 2px solid #ef2727;
  outline: 0;
  font-size: 16px;
  border-radius: 10px;
  color: #ef2727;
  font-weight: 600;
  cursor: default;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
#tabs-1,
#tabs-2,
#dataTable{
  overflow: scroll;
  }

 /* game baccarat */
.dl-inputBox {
  width: 60%;
  }
.dl-inputBox.donate-half{
  width: 100%;
  margin-bottom: 5px;
  }
.dl-inputBox.donate-full{
  width: calc(100% - 90px);
  }
.dl-inputBox.full{
  width: 100%;
  }
.animate-item div, ::before, ::after {
  grid-area: 1/1;
  place-self: center;
  }
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
  display: block;
  width: 90%;
  margin: 0 auto 5% auto;
  position: relative;
  padding: 20px 20px 10px 20px;
  color: #ffffff;
  border-radius: 12px;
  background: rgb(33,28,76,.88);
  border: 3px solid #3265ad;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 3px rgb(0 0 0 / 5%);
  -moz-box-shadow: 6px 6px 3px rgba(0, 0, 0, .05);
  box-shadow: 6px 6px 3px rgb(0 0 0 / 5%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  }
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: unset;
  }
.table>tbody>tr>th {
  text-align: center;
  }
#window-content .text-danger {
  position: relative;
  display: inline-table;
  margin: 5px auto;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  }
#window-content .text-danger:before{
  position: absolute;
  content: '';
  top: -5px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 5px auto;
  background-color: #ef2727;
  border: 0;
  border-radius: 99px;
  font-weight: 500;
  z-index: -1;
  }
.popup-mask{
  overflow-x: hidden;
  }
.popup-mask-scroll{
  overflow: revert;
  }
.line-icon {
  display: block;
  width: 65%;
  max-width: 190px;
  margin: 10% auto 0 auto;
  }
.msg-note{
  display:block;
  width: 90%;
  margin: 0 auto 10px auto;
  font-size: 15px;
  color: #566d33;
  padding: 10px 15px;
  text-align: center;
  border-radius:10px;
  line-height: 120%;
  font-weight: bold;
  background-color: #eef8dc;
  border: 2px dotted #afb77a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align:left;
  }
.error-msg{
  position: relative;
  display: block;
  width: 90%;
  margin: 160px auto 30px auto;
  font-size: 17px;
  color: #e00000;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
  line-height: 120%;
  font-weight: bold;
  background-color: #ffefef;
  border: 2px dotted #ff0000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  }
.error-msg:after{
  position: absolute;
  content: '';
  top: -120px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 117.5px;
  background-image: url(../img/icon_error.png);
  background-size: 130px;
  }

.warning-msg{
    position: relative;
    display: block;
    width: calc(100% - 20px);
    margin: 100px auto 15px auto;
    font-size: 17px;
    color: #ef6401;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    line-height: 120%;
    font-weight: bold;
    background-color: #fff9d3;
    border: 2px dotted #ef6503;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.warning-msg:after{
    position: absolute;
    content: '';
    top: -102px;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 100px;
    background-image: url(../img/icon_error.png);
    background-size: 110px;
    }

.center-area{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    }
.center-area .btn{
    padding: 6px 12px;
    }
.bet-group-clean{
  position: relative;
  } 
.bet-group-clean label{
  position: absolute;
  } 
.bet-group-clean label{
  top: 6.5px;
  right: 5px;
  padding: 2px 3px;
  border: 1px solid #cccccc;
  background: linear-gradient(to bottom, #ffffff, #b7b7b7);
  color: #222222;
  border-radius: 6px;
  } 
.bet-group-clean label:active{
  background: linear-gradient(to bottom, #666666, #666666);
  color: #ffffff;
  } 