.game_provider_set .item{
  height:95px !important;
}

.game_provider_set .item img{
  width:50px !important;
}


.footer_icon{
  padding-top:8px;
  height:35px;
}

.footer_icon_img{
  width:17px;
}

body.dark-mode .wallet-card{
  background:none !important;
}



/*OVERWRITE*/
body.dark-mode .appBottomMenu {
  background: #10101A;
  border:none;
  border-radius: 20px 20px 0px 0px !important;
}
body.dark-mode .appBottomMenu .item strong {
  position: relative;
  top:-4px;
  font-size: 10px !important;
  color:##D5D5D5;
}




.appHeaderSub{
  background-color:#10101A !important;
}




.gamelist_container{
  background:none;
}

.gamelist_container .itemText{
  color:#D2D2D2;
}


body.dark-mode{
  /*background-color: #101016;*/
  min-height:100vh;
}


html{
  background-color:black;
  min-width:380px;
}



.profile_popup_menu{

    border-radius:5px 5px 0px 0px;
    background-color:#10101A;
    width     :80px;
    height    :280px;
    text-align:center;
    display   :none;
    z-index   :99;
    position  :absolute;
    bottom    :0px;
    right     :0px; 
}
.profile_popup_menu div{

}

.profile_popup_menu .expand_menu_item{
  padding:10px 0px;
}


.expand_menu_txt{
  width:100%;
  padding:1px 0px;
  font-size:10px;
  color:white;
  font-weight:bold;
}


.index_header_game_search{
    min-width:370px;
    max-width: 500px;
    margin:0 auto;
    width:100%;
    position: fixed;
    top:120px;
    z-index:999;
    padding:0px 5px;
}
.field_search{
    height: 20px; /* Adjust to desired height */
    padding:5px 0px 5px 0px;
    border-right: 1px solid #2A2000;
    display: flex;
    align-items: center; /* Centers the image inside */
    top:15px;
    right:25px;
    position: relative;
}
.dropdown_item{
    color:white !important;
}




.custom-list {
  list-style-type: none; /* Removes default numbering */
  padding-left: 1em; /* Adds padding to the left of the list items */
}

.custom-list li::before {
  content: "-"; /* Uses dash as a custom marker */
  margin-right: 0.5em; /* Adds space between dash and text */
}

.custom-list li {
  padding-left: 1em; /* Adjust the left padding for the text within each list item */
}





.panelbox .modal-dialog .modal-content{
  height:105vh;
  width:100px;
}

.profileBox {
  background:none;
  width:100px;
}

.sidebar-balance, .sider_group {
  background:none;
  width:100px;
  padding:0px;
}

.sider_div{
    width:100px;
    padding-bottom:15px;
}

.sider_group{
  display: flex;
  align-items: flex-start;
}

.sider_group .action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width:100px;
  height:100px;
  
  font-size: 12px;
  color:white;

}


.sider_group .action-button .iconbox {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sider_group .iconbox img{
  width:30px;
}


.bonus_term_li{
  color:#C6C6C6 !important;
}



.wallet_total{
    color:white;
    font-size:13px;
    font-weight: bold;
    width:100%;
    text-align: left;
    cursor: pointer;
}



.wallet-card {
  padding: 20px 0px;
}

.section {
    padding: 0px;
}


body.dark-mode .wallet-card .wallet-footer .item strong{
  font-size:11px;
  color:#D5D5D5;
}



.sider_img{
    width:60px;
}
.sider_icon_txt{
    text-align: center;
    position:relative;
    top:-6px;
    font-size:10px;
    color:#B0B0B0;
}




.game_search{
  width:95%;
  text-align: center;
  margin:0 auto;
  height:46px;
}

.game_search .home {
    position: absolute;
    left:0;
    top:0;
    font-size: 18px;
    background-color:#4375D6;
    width:40px;
    height:100%;
    border-radius:10px 0px 0px 10px;
  }

.game_search .home img {
  position: relative;
  top:8px;
}


.game_search .search {
    position: absolute;
    right:0;
    top:0;
    font-size: 18px;
    height:100%;
    width:40px;
}
.game_search .search img {
  position: relative;
  top:9px;
  border-radius: 5px;
  background-color:#4375D6;
  padding:4px;
  
}


.popupRegLogin{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popupRegLogin .modal-content{
    border-radius:0px;
    background:white !important;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}


.transactionStatusBonus {
    color: white;
    height: 14%;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height:15%;position:
    absolute; top: 63%;
}

.transactionStatusBonus > img{
  height:100%;
}



#toast-container > .toast {
    width:100% !important;
}
.toast {
  opacity: 1 !important;
}
.toast-top-full-width {
  width: 100% !important;
  left: 0 !important;
}













/*====================
  GAME PAGE
=====================*/
  .glow {
    position  : relative;
    width     : 40px;
    height    : 40px;
    background: #C0FFE4;
    border-radius: 15px;
    /*box-shadow: 1px 1px 0 #1D8758, 0 0 20px 5px #C0FFE4, inset 2px 2px 0 #D3FFEC;*/
    animation : glow 2s infinite ease;
  }
  .glow:before,
  .glow:after {
    content  : '';
    display  : block;
    position : absolute;
  }
  .glow:before{
    /*box-shadow: 0 0 2px 3px #B3F6D9;
    box-shadow: 1px 1px 0 #A2E6C9, 0 0 20px 5px #C0FFE4, inset 2px 2px 0 #D3FFEC;*/
  }
  .glow:after{
    left  : 0;
    width: 4px;
    height: 70px;
    background: #fff;
    z-index: 5;
    animation: sheen 5s infinite;
  }

  /* animates box shadow glow effect */
  @keyframes glow {
    0%,100% {
      box-shadow: 1px 1px #F9AC35, 0 0 10px 3px #F0C929, inset 2px 2px #FCFFFF;
    }
    50% {
      box-shadow: 1px 1px #FFF564, 0 0 8px 4px #7F0221, inset 2px 2px #D7FFFE;
    }
  }

  /* animates light across diamond */
  @keyframes sheen {
    0%,100% {
      left: 0;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    10% {
      left: calc(100% - 4px);
    }
    11%,98% {
      left: 100%;
      opacity: 0;
    }
  }
  .grow-shrink-image {
      animation: growShrink 1.1s infinite ease-in-out;
  }
  @keyframes growShrink {
      0%, 100% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.05);
      }
  } 
  .bg_game_frame{
    position: fixed;
    top:180px;
    background-image: url('/assets/img/background/bg_game3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:700px;
    min-width:370px;
    max-width: 500px;
    width:100%;
    padding:10px 0px 10px 0px;
    text-align: center;
  }
  .bg_game_frame .subdiv{
    height:580px;
    overflow: auto;
    padding:20px 0px 100px;
    margin:0px 10px;

    position:relative;
  } 
  .bg_game_frame .subdiv .col-4 {
      display: flex;
      align-items: center;    /* Center vertically */
      justify-content: center;  /* Center horizontally */
      flex-direction: column;   /* Stack items vertically */
  }
  .bg_game_frame .subdiv .row{
    padding-bottom:6px !important;
  }


  .bg_game_frame2{
    position: fixed;
    top:180px;
    height:700px;
    min-width:370px;
    max-width: 500px;
    width:100%;
    padding:10px 0px 10px 0px;
    text-align: center;
  }



  .bg_fav_game_frame{
    position: relative;
    height:700px;
    min-width:370px;
    max-width: 500px;
    width:100%;
    padding:30px 0px 30px 0px;
    text-align: center;
  }

  .bg_fav_game_frame .subdiv{
    height:550px;
    overflow: auto;
    
    margin:0px 10px;
    position:relative;
  } 
  .bg_fav_game_frame .subdiv .col-4 {
      display: flex;
      align-items: center;    /* Center vertically */
      justify-content: center;  /* Center horizontally */
      flex-direction: column;   /* Stack items vertically */
  }
  .bg_fav_game_frame .subdiv .row{
    padding-bottom:6px !important;
  }




  .bg_search_game_frame{
    position: relative;
    min-width:370px;
    max-width: 500px;
    width:100%;
    padding:30px 0px 20px 0px;
    text-align: center;
  }

  .bg_search_game_frame .subdiv{
    margin:0px 10px;
    position:relative;
  } 




  .index_header_game_filter{
      display:flex;
      text-align: center;
      font-weight: bold;
      color:white;
      padding:12px 0px !important;
      font-size: 16px;
  }
  .index_header_game_filter img{
    width:20px;
    padding-right:4px;
  }

  .index_header_game_filter .col{
    padding-left:13px !important;
  }
  .selected_game_filter{
      color:#F9E109 !important;
  }
  .bg_game_frame .row{
    padding-bottom:12px;
  }


  .game_icon{
    height  : 93px;
    width   : 93px;
    margin  : 0px 5px;
    display : flex;
    justify-content: center;
  }
  .game_icon img{
    padding:2px;
    width:100%;
    height:100%;
    border-radius: 15px;
    border:2px solid #F7C438;
  }
  .game_title{
    margin:0px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size:11px;
    text-align: left;
    text-overflow: ellipsis;
    color:#fff;
    font-weight: bold;
    text-align: center;
    width:100px;
  }




  .fav_game_icon{
    height  : 80px;
    width   : 80px;
    margin  : 0px 5px;
    display : flex;
    justify-content: center;
  }
  .fav_game_icon img{
    padding:2px;
    width:100%;
    height:100%;
    border-radius: 15px;
    border:2px solid #F7C438;
  }

  .fav_game_title{
    margin:0px 5px 24px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size:11px;
    text-overflow: ellipsis;
    color:#fff;
    font-weight: bold;
    text-align: center;

  }



  .search_game_icon{
    height  : 140px !important;
    width   : 140px !important;
    display : flex;
    justify-content: center;
  }
  .search_game_icon img{
    padding:2px;
    width:100%;
    height:100%;
    border-radius: 15px;
    border:2px solid #F7C438;
  }

  .search_game_title{
    white-space: nowrap;
    overflow: hidden;
    font-size:11px;
    text-overflow: ellipsis;
    color:#fff;
    font-weight: bold;
    text-align: center;

  }





/*===========PROFILE===========*/
  .profile_header_bg{
    position    : fixed;
    position    : top;
    background  : #FF4215;
    width       : 100%;
    max-width   : 500px;
    z-index     : 999;
    height      : 55px;
  }

.profile_header_bg .tr_header{
    width:100%;
    padding:15px 10px;
    font-size: 16px;
    font-weight: bold;
    color:white;
}
.profile_header_bg .tr_header div{
    display: inline-block;
}
.profile_header_bg .tr_header_menu{
    text-align: center;
    color:white;
    padding:12px 0px;
}



.depowith_header_bg{
    position    : fixed;
    position    : top;
    background  : #FF4215;
    width       : 100%;
    max-width   : 500px;
    z-index     : 999;
    height      : 55px;
}

.depowith_header_bg .tr_header{
    padding:15px 10px;
    font-size: 16px;
    font-weight: bold;
    color:white;
}
.depowith_header_bg .tr_header div{
    display: inline-block;
}
.depowith_header_bg .tr_header_menu{
    text-align: center;
    color:white;
    padding:12px 0px;
}









.dw_header_bg{
    position    :relative;
    background  : rgb(255,49,1);
    background  : linear-gradient(180deg, rgba(255,49,1,1) 0%, rgba(255,59,13,1) 42%, rgba(255,75,33,1) 81%, rgba(255,250,63,1) 100%);
    height      : 180px !important;
    width       : 100%;
    border-radius:0px 0px 20px 20px;
}

.dw_header_bg .tr_header{
    width:100%;
    padding:15px 10px;
    font-size: 16px;
    font-weight: bold;
    color:white;
}
.dw_header_bg .tr_header div{
    display: inline-block;
}
.dw_header_bg .tr_header_menu{
    text-align: center;
    color:white;
    padding:12px 0px;
}





.bg_btn_submit{
  background-color:#FE3000;
  color:white;
  font-weight: bold;
}
.bg_btn_cancel{
  background-color:grey;
  color:white;
  font-weight: bold;
}
.bg_btn_submit:hover{
  color:white !important;
}
.bg_btn_cancel:hover{
  color:white !important;
}

    .row,
    .col,
    .col-9,
    .col-3 {
        padding: 0;
        margin: 0;
    }

    body.dark-mode{
        background-color: white;
    }
    .profile_memtxt1{
        color:#F6FBC5;
        font-size:16px;
    }
    .profile_memtxt2{
        position: relative;
        top:-4px;
        font-size:16px;
        font-weight: bold;
    }
    .profile_memtxt3{
        position: relative;
        top:-10px;
        font-size:16px;
        font-weight: bold;
    }
    .profile_wallet_show{
        display: flex;
        color:white;
        padding:28px 0px;   
    }
    .profile_wallet_show .lbl_wallet{
        padding:0px 15px 0px 0px;
    }
    .profile_wallet_show .txt_wallet{
        font-size:36px;
        font-weight: bold;
        position: relative;
        top:-10px;
    }

    .profile_logout{
        font-size:12px;
        color:white;
        font-weight: bold;
    }
    .dw_mainfunction{
        width   :95%;
        margin  :0 auto;
        position:relative;
        top     :5px;
        padding-left:10px;
    }
    .dw_mainfunction img{
        width   :50px;
        height  :50px;
    }
    .dw_mainbtn{
        border-radius:10px;
        text-align:center;
        font-size:11px;
        font-weight:bold;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        display:inline-block;
        width   :80px !important;
        height  :80px !important;
        padding:15px;
    }
    .lbl_icon{
        font-size:12px;
    }
    .profile_member_name{
        color:white;
        font-size:12px;
    }
    .lbl_mainwallet{
        font-size   :18px;
        font-weight :bold;
        color       :grey;
    }
    .txt_mainwallet{
        font-size   :20px;
        font-weight :bold;
        color       :black;
    }



.bg_game_frame .opt_menu{
    padding:5px 0px;
}
.bg_game_frame .opt_txt{
    color:white;
    padding-left: 6px;
    font-size: 13px;
}
.bg_game_frame .col.left{
    text-align: left;
    padding-left:17px;
}
.bg_game_frame .col.center{
    text-align: center;
}
.bg_game_frame .col.right{
    text-align: right;
    padding-right:17px;    
}

.bg_game_frame .opt_menu .col{
  cursor: pointer;
}



.b{
    border:1px solid red;
}



.index_header_bg{
    position    : fixed;
    position    : top;
    background  : #000;
    width       : 100%;
    max-width   : 500px;
    z-index     : 999;
    height      : 55px;
}

.index_header_bg .tr_header{
    padding:15px 10px;
    font-size: 16px;
    font-weight: bold;
    color:white;
}
.index_header_bg .tr_header div{
    display: inline-block;
}
.index_header_bg .tr_header_menu{
    text-align: center;
    color:white;
    padding:12px 0px;
}
.index_header_bg .opt_txt{
    color:white;
    padding-left: 6px;
    font-size: 18px;
}

   .dk_theme{
        color:#F7E035 !important;
    }
    .bi{
        color:black;
        font-weight: bold;
        position: relative;
        left:2px;
        top:1px;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .spin {
        animation: spin 1.6s linear infinite;
    }
    .bg_index_header{
        background-image: url('/assets/img/background/bg_header6.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height:110px;
        margin:0 auto;
        position:fixed;
        top:0px;
        width:100%;
        max-width:500px;
        min-width:370px;
        z-index:999;
    }
.bg_index_header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: -1;
}



    .index_header_game_type {
        position: fixed;
        z-index: 999;
        top: 75px;
        background-color: none;
        display: flex;
        justify-content: flex-start; /* Align items to start */
        align-items: center;
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent items from wrapping */
        flex-wrap: nowrap; /* Ensure flex items remain in a single row */
    }

    .index_header_game_type::-webkit-scrollbar {
        display: none; /* Hide scrollbar for a cleaner look */
    }

    .index_header_game_type .col {
        flex: 0 0 auto; /* Prevent shrinking and growing */
        text-align: center;
        font-weight: bold;
        color: #E2D9D9;
        font-size: 15px;
        padding: 4px 4px;
        cursor: pointer;
        width: 110px; /* Adjust as needed */
    }



    .index_header_fav_game_type {
        position: fixed;
        z-index: 999;
        top: 60px;
        background-color: black;
        display: flex;
        justify-content: flex-start; /* Align items to start */
        align-items: center;
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent items from wrapping */
        flex-wrap: nowrap; /* Ensure flex items remain in a single row */
    }

    .index_header_fav_game_type::-webkit-scrollbar {
        display: none; /* Hide scrollbar for a cleaner look */
    }

    .index_header_fav_game_type .col {
        flex: 0 0 auto; /* Prevent shrinking and growing */
        text-align: center;
        font-weight: bold;
        color: #969696;
        font-size: 16px;
        padding: 4px 4px;
        cursor: pointer;
        width: 110px; /* Adjust as needed */
    }





    .sel_game_platform{
        padding:11px 2px;
        text-align: right;
        color:white;
        font-size:13px;
        font-weight: bold;
    }
    .selected_game_type{
        color:#FFFF43 !important;
    }

    .selected_fav_game_type{
        color:#fff !important;
    }
        
    .txt_index_wallet{
      
        font-weight: bold;
        font-size:12px;
        color:white;
        padding-top:5px;
        height:100%;
    }
    .txt_index_wallet .title{
        font-size:10px;
    }
    .btn_index_login{
        height:100%;
        line-height:62px;

    }
    .bg_red_led{
        background-image: url('/assets/img/template_default/index_bg/bg_red_led.jpg');
        background-size: 100% 100%;
    }

    #background-video {
      position: absolute;
      top: 225px;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
    }

    .gamePlatform_dropdown .dropdown_content {
        display: none;
        position: absolute;
        background-color: black;
        min-width   : 200px;
        max-height  : 300px;
        overflow-y  : scroll;
        right       : 0px;
        top         : 17px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        z-index: 9999 !important;
        border-radius:5px;
    }
    .gamePlatform_dropdown .dropdown_item {
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        color: #909090;
        font-size:13px;
        font-weight: bold;
    }
    .gamePlatform_dropdown .dropdown_item:hover {
        background-color: black;
    }



    .gamePlatform_dropdown .selected_provider{
        color:#909090;
        background-color: black;
    }


    #txtGameSearch{
        font-size:14px;
        min-width:190px;
        background:none;
        border:none;
        color:white;
    }

    #txtGameSearch::placeholder {
        font-size:14px;
        color:#ffffff;
    }






  .glow:after{
    height: 140px !important;
  }



  .bg_game_frame3{
    position: fixed;
    top:165px;
    height:700px;
    min-width:370px;
    max-width: 500px;
    width:100%;
    
    text-align: center;
  }

.game_icon{
    height  : 90%;
    width   : 90%;
}
.game_icon img{
    border-radius: 8px;
}
.glow{
    border-radius: 8px; 
}


.game_title2{
    margin:0px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size:14px;
    text-align: left;
    text-overflow: ellipsis;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding:8px 0px;
}
.game_title_platform{
    
    white-space: nowrap;
    overflow: hidden;
    font-size:12px;
    text-align: left;
    text-overflow: ellipsis;
    color:#EFBC1B;
    font-weight: bold;
    text-align: center;
}


.fav_title{
    font-size:16px;
    color:#fff;
    font-weight: bold;
    padding:0px 18px;
}


.search_title{
    font-size:16px;
    color:#fff;
    font-weight: bold;
    padding:0px 18px;

}





.bg_game_theme{
    position: fixed;
    max-width: 500px;
    width:100%;
    top:120px;
    background-image: url('/assets/img/background/bg_game3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    ;
}


.custom-hr {
  height: 2px;
  width: 88%;
  max-width: 500px;
  margin: 0 auto; 
  background: linear-gradient(to right, #f7c837, #f7c837);
  box-shadow: 0 0 5px #f7c837;
  border: none;
}


.btn_provider{
  cursor: pointer;
  border:1px solid #2C2D23;
  background-color: black;
  border-radius: 10px;
  padding:15px 0px;
}

