/* 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;
    }
    .form-game {
    margin-bottom: 1rem;
    }
    .grid-box {
    display: grid;
    justify-items: center;
    justify-content: center;
    }
    .form-game label {
    font-size: 14px;
    font-family: sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    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 {
    border-radius: 0.3rem;
    width: 100%;
    font-size: 15px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #ff4e00; 
    color: #000;
    padding: 5px;
    margin: 3px;
    }
    .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: 95%;
    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;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
}
.form-game input, .form-game select {
    background: #4e2f0000;
    color: #000;
    border: 1px solid #000;
}
.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;
} 
 .result_div { 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.col-6.border-game {
    border: 1px solid #bbb7b3;
    padding: 5px;
}
/*deposit*/
 .radio-block {
        display: none;
        opacity: 0;
    width: 100%; 
    margin: 0 auto;
      }
      .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: #000;
    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: #000;
    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: #000;
    }  
    .radio_bank .active,
    .radio_dgroup input:checked +label {
        background: linear-gradient(180deg, #ec8d31, #f5c151, #fefb94, #f4cb62, #f39133, #f8d066) !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: #000;
        padding-top: 5px;
    } 
    .customnote span{
        font-size: small;
    color: #000;
    }
    .customnote{
    border: rgb(0 0 0 / 25%) 2px solid;     
    padding: 20px;
    border-radius: 20px;
    background: #666;
    }
    .category .radio_dgroup label{
        width: 100%;
    } 
    /*transaction bank*/

        table {
    width: 100%;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 5px;
    word-break: break-word;
    text-shadow: 0 0 1px #0006; 
    transition: background 0.4s ease;
    text-align: center;
    color: #d4a849;
    /*background-color: cornsilk;*/
        }
        thead{
          background: #fff;
          border: 1px solid #e7c878;
          color: #000;
        }


        .pagination li {

            padding: 1px 7px;
            margin: 2px;
            background: lightgrey;
            cursor: pointer;
        }

        .pagination .active {
          background: #d4a849 !important;
          cursor: default !important;
        }
/*backbtn*/
.site-header1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;  
}
.header-back{    
    display: flex;
    position: relative;
    background: linear-gradient(178deg, #dfd296, #fbd117);
    border-radius: 20px;
    box-shadow: 0 2px 10px #0008;
    margin-top: 20%; 
    text-align: left;
    width: 20%;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.header-back img{
    width: 50px;
}
.header-back a{ 
    background: #000000a1;
    width: 90%;
    display: flex;
    align-items: center;
    border-radius: 20px; 
    justify-content: center;
}
.header-back span{

    color: #f6cd03;
    font-weight: bold;
    font-size: 15px;
}
/* game list */

.gamelistbox{    
    margin: 10px auto;
    /*width: 90%; */
    text-align: center;
  }
  .img_gamelist img{

    width: 100px;
  }
.play-btn {
  background: #ff4e00;
  color: #fff;
}
.play-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.play-btn:hover {
  color: #000;
}
.play-btn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.play-btn:active {
  top: 2px;
}


.radio_dgroup{
    display: flex;
}
.radio_date{
    display: flex;
    margin-right: 5px;
}
.radio_date input{
    display: none;
}
.radio_date span{
    width: 100%;
    min-width: max-content;
    transition: background 0.4s ease;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0.25rem;
    background: lightgrey;
    color: #000;
}
.radio_date input:checked + span{
  /* background: linear-gradient(180deg, #e7c878, #fff,#bf8a00,#e7c878) !important;
  color: #000; */
  border: 1px solid #e7c878;
  background: #fff;
  color: #3c2e00;
  font-weight: 800;
}

.table-result{
  border: 1px solid #e7c878;
  background: #fff;
  color: #3c2e00;
  font-size: small;
  padding: 12px;
}

.table-result .title{
  display: flex;
  justify-content: space-between;
  font-weight: 800;
}


.table-result .title .trx-title{
}