/* additional */ 
   .maintaining{
        filter: grayscale(80%); 
    }
    .maintainingp{
        position: absolute;
        color: #16161682;
        background: #aaaaaae6;
        z-index: 2;
        top: 40%;
        width: 70%;
        text-align: center;

    }
    .none{
        display: none;
    }
    .owl-carousel{
        touch-action: manipulation;
    }
    .relative{
        position: relative;
        cursor: default; 
    }
    .pointer{
        cursor: pointer;
    }
    .default{
        cursor: default;
    }
     .site-game-box {
    border: 2px #4e4c4c solid;
    padding: 20px 50px;
    border-radius: 20px;
    /* margin-left: 200px; */
    }
    .form-game {
    margin-bottom: 1rem;
    }
	.form-game img{
		/* width: 250px; */
	}
    .grid-box {
    display: grid;
    justify-items: center;
    justify-content: center;
    }
    .form-game label {
    font-size: 14px;
    font-family: sans-serif;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    /* filter: drop-shadow(0 1px 2px #0007) brightness(1.2);  */
    margin-bottom: 5px;
    }
    .site-table-dl {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    }
    .site-table-dl a {
      width: 100%;
      min-width: 130px;
      border-radius: 0.3rem;
      padding: 6px 20px;
      border: none;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px;
      margin: auto 5px;
      cursor: pointer;
      background: linear-gradient(0deg, #269369, #52cd9f) !important;
      color: #fefefe !important;
      
    }
    .disabled_div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
    }
    .disabled_div .section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    }
     .disabled_div .confirm_box {
    width: calc(70vw - 20%) !important;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    -webkit-transition: all .18s;
} 
 
.confirm_box h3 {
    color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    margin: 0px;
}
.form-game input, .form-game select { 
    background: #4e2f0000;
    color: #fff;
    border: 1px solid #000;
}
.confirm_box .confirm_content{
  padding: 20px 0px;
  text-align: center;
}

.confirm_box .confirmation_btn{
  position: relative;
  height: 52px;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #EBEBEB;
}
.confirm_box .confirmation_btn span{
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  color: #000000;
}
.confirm_box .confirmation_btn span button{
  font-size: 15px;
  height: 100%;
 width: 100%;
  line-height: 35px;
  box-shadow: none !important;
color: #000000;
}
.confirm_box .confirmation_btn span:first-child{
  height: 48px;
  border-radius: 0 0 0 5px;
}
.confirm_box .confirmation_btn span:nth-last-of-type(2){
  width: 49%;
  border-right: 1px solid #d8d8d8;
}
.confirm_box .confirmation_btn span:nth-of-type(2){
  font-weight: 700;
  width: 49%;
  height: 50px;
  border-radius: 0 3px 0 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;

} 
.col-6.border-game {
    border: 1px solid #bbb7b3;
    padding: 5px;
}
 .result_div { 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/*deposit*/
 .radio-block {
        display: none;
        opacity: 0;
    width: 100%;
    margin: 0 10px;
      }
      .radio-button .active {
        display: flex;
        opacity: 1;
      }
     .radio_group ul{

    display: flex;
      }
      .radio_group li {
    margin: 10px;
  }
  .radio_bank{

    align-items: center;
  }

.radio-button li span{
            padding: 3px 5px;
    font-size: 14px;
    background: #666;
    border-radius: 5px;
    color: #111;
    text-shadow: 0 0 1px #0006;
    width: 100%;
    min-width: max-content;
    transition: background 0.4s ease;
    text-align: center;
    }
    .category input[type=button]{
        cursor: pointer;
    } 
    .radio_dgroup {
    display: flex;
    justify-content: center;
    align-items: center;
    }   
    .radio_saved .radio_check{
            visibility: hidden;
    }
    .radio_saved .pointer{
    
    background: #555;
    border: none;
    border-radius: 5px;
    width: 100%;
    min-height: 34px;
    color: #fff;
    font-size: 13px;
    padding: 2px 15px;
    display: flex;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    }
    .radio-button .active span{
        background: #ffbd5b !important;
        color: #fff;
    }  
     
    .radio_bank .active,
    .radio_dgroup input:checked +label {
        /* background: linear-gradient(135deg, #AF7515, #F4D67F,#FFFFD6, #F4D67F, #AF7515) !important;
        color: #000; */
    }
    .radio_dgroup label{ 
    border-radius: 5px; 
    min-height: 34px; 
    display: flex; 
    padding: 2px 15px; 
    align-items: center;
    justify-content: center;
    }
    
    .radio_dgroup input { 
        display: none;
    }
    .custombtn{ 
        background: bisque;
        border-radius: 5px;
        color: black;
        padding-top: 5px;
    } 
    .customnote span{
        font-size: small;
    color: #ffffff;
    }
    .customnote{
    border: rgb(0 0 0 / 25%) 2px solid;    
    width: 40%;
    padding: 20px;
    border-radius: 20px;
    background: #666;
    }
    .category .radio_dgroup label{
        width: 100%;
    } 
/* bank transaction report */

    table{ 
      width: 100%;
      border-radius: 20px;
      padding: 3px 5px;
      font-size: 14px;
      /* background: #fff; */
      border-radius: 5px;
      /* color: #111; */
      text-shadow: 0 0 1px #0006;
      width: 100%;
      min-width: max-content;
      transition: background 0.4s ease;
      text-align: center; 
      border-bottom: 2px solid #dfc758;
      border-image-slice: 1;
      border-image-source: linear-gradient(90deg, #e9c961, #b67722, #fff484, #dfc758, #af7022, #e9c961);
    }   
    table>thead{
      background: linear-gradient(0deg, #221800, #040400);
    }
    table>tbody{
      background: #040400;
    }
    .pagination li{

    padding: 1px 10px;
    margin: 5px;
    background: #AF7515;
    cursor: pointer;
    }
    .pagination .active{
    background: linear-gradient(135deg, #AF7515, #F4D67F,#FFFFD6, #F4D67F, #AF7515) !important; 
    cursor: default!important;
    color:#000;
    } 
    /* gamelist */
    
  .img_gamelist img{

    width: 200px;
  }
.play-btn{
}	

/* 16 */
.play-btn {
  background: linear-gradient(0deg, black, #333, #555) !important;;
  width: 100%;
  min-width: 130px;
  border-radius: 0.3rem;
  color: #fff !important;
  padding: 6px 20px;
  border: none;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: auto 5px;
  cursor: pointer;
  border-bottom: 1px solid #60efb9;
}
.play-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  transition: all 0.3s ease;
}
.play-btn:hover {
  font-weight: 700;
}
.play-btn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.play-btn:active {
  top: 2px;
}


.confirm_box_title{
  display: flex;
  height: 70px;
  background: linear-gradient(to right, #a67219, #e3c477, #fbf1ca, #fff8e1 , #fbf1ca, #e3c477, #a67219);
}

.confirm_box_title h3{
  color: #000 !important;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: auto;
  font-family: Futura;
}

.btn-transparent{
  background: transparent;
  color: black !important;
  box-shadow: 0 0 3px #E4C477;
}
