
/* lb_md_wallet_deposit */
.containerWalletDepositCoin{
    width: 100%;
    height: 450px;
    border: 1px solid #fbe9a1;
    background: #210000;
    border-radius: 15px;
    margin-top: 10px;
  }
  
  .btnCancelWallet {
    border: none;
    position: relative;
    top: 25px;
    left: -35px;
  }
  
  .btnCancelWallet img{
    width: 200px;
    height: 71px;
  }

  .btnCancelWallet span{
    color: #300406;
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    bottom: -80%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }

  .btnPlayGameWallet{
    border: none;
    position: relative;
    top: 25px;
    left: 35px;
  }

  .btnPlayGameWallet img{
    width: 200px;
    height: 71px;
  }

  .btnPlayGameWallet span{
    position: absolute;
    bottom: -80%;
    color: #300406;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }
  


  .WalletDepositCoin{
    display: flex;
    margin: auto;
    align-items: center;
    height: 265px;
  }
  
  .WalletCoinCurrent{
    width: 435px;
  }
  
  .WalletCoinGame{
    width: 435px;
  }
  
  .txtCoinCurrent{
    margin-top: 25px;
    display: flex;
    position: relative;
  }
  
  .btnPlus{
    background-image: url(/Content/distv2/img/btn/btnPlus.png);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: 295px;
    top: -4px;
    border: none;
  }
  
  .CoinCurrent{
    width: 240px;
    height: 35px;
    position: absolute;
    background-color: #6b2501;
    border: 2px solid #893636;
    border-radius: 10px;
    left: 85px;
    text-align: center;
    color: #f2cd09;
    font-size: 28px;
    font-weight: 600;
  }
  
  .iconCoin{
    position: absolute;
    left: 70px;
    top: -5px;
    z-index: 1;
  }
  
  .WalletCoinTranfer{
    height: 160px;
    display: flex;
    margin-top: 15px;
  }
  
  .textCoinTransfer{
    width: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .textCoinTransfer label{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
  }
  
  .txtCoinTransfer{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .CoinTransfer{
    width: 290px;
    height: 40px;
    background-color: #6b2501;
    border: 1px solid #d8c391;
    border-radius: 10px;
    text-align: center;
    color: #f2cd09;
    font-size: 25px;
    font-weight: 600;
  }
  
  .btnDepositAll {
    position: relative;
    left: 75px;
    top: 43px;
    cursor: pointer;
  }

  .btnDepositAll img{
    width: 200px;
    height: 71px;
  }

  .btnDepositAll span{
    color: #300406;
    font-weight: 700;
    font-size: 28px;
    position: absolute;
    bottom: 66%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }

  .iconPlus{
    width: 20px;
    height: 20px;
    margin-top: -9px;
    margin-left: -2px;
  }
  
  .iconGameWallet img{
    width: 162px;
    height: 162px;
  }
  .CoinGame{
    width: 240px;
    height: 35px;
    position: absolute;
    background-color: #6b2501;
    border: 2px solid #893636;
    border-radius: 10px;
    left: 85px;
    text-align: center;
    color: #f2cd09;
    font-size: 25px;
    font-weight: 600;
  }
  
  
  /* lb_md_wallet */
  
  .containerWalletCoin{
    width: 100%;
    height: 130px;
    border: 1px solid #fbe9a1;
    background: #210000;
    border-radius: 15px;
    display: flex;
  }
  
  .WalletCoinLobby{
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  
  .textCoinLobby{
    margin-bottom:5px;
  }
  
  .textCoinLobby label{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
  }
  
  .CoinLobby{
    width: 240px;
    height: 40px;
    background-color: #6b2501;
    border: 1px solid #d8c391;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
  }

.txtWalletCoinLobby, 
.txtWalletCoinTotalGame, 
.txtWalletCoinWithdraw {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

    .txtWalletCoinLobby .iconCoin, .txtWalletCoinTotalGame .iconCoin, .txtWalletCoinWithdraw .iconCoin {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .txtWalletCoinLobby .btnPlus {
        position: absolute;
        border: none;
        top: 3px;
        z-index: 100;
        right: 0;
        left: unset;
        width: 35px;
        height: 35px;
        background-position: center;
        background-size: 30px;
        padding: 5px;
    }
  
  .WalletCoinTotalGame{
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  
  .textCoinTotalGame{
    margin-bottom:5px;
  }
  
  .textCoinTotalGame label{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
  }
  
  .CoinTotalGame{
    width: 240px;
    height: 40px;
    background-color: #6b2501;
    border: 1px solid #d8c391;
    border-radius: 10px;
    text-align: center;
    color: #f2cd09;
    font-size: 25px;
    font-weight: 600;
  }
  
  .WalletCoinWithdraw{
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  
  .textCoinWithdraw{
    margin-bottom:5px;
  }
  
  .textCoinWithdraw label{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
  }
  
  .CoinWithdraw{
    width: 240px;
    height: 40px;
    background-color: #6b2501;
    border: 1px solid #d8c391;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
  }
  
  .btnWithdrawWallet{
    background-image: url(/Content/distv2/img/btn/btn_green.png);
    width: 170px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    margin-left: 2px;
    margin-top: 55px;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
  }

  .containerWalletListGame{
    width: 100%;
    height: 420px;
    margin-top: 20px;
    overflow: auto;
  }
  
  
  .gameWallet{
    border-image-source:  radial-gradient(circle at 100%,#ff6d00 0%, #f4ecc5 50%, #ffff00 100%);
    border-image-slice: 1;
    border-style: solid;
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    background: linear-gradient(180deg, rgba(147,49,14,1) 2%, rgba(96,26,1,1) 40%, rgba(147,49,14,1) 80%);
}

  .gameWalletImg{
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .gameWalletImg img{
    width: 130px;
    height: 130px;
  }
  
  .gameWalletCoin{
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
  }
  
  .WalletCoin{
    width: 300px;
    height: 55px;
    background-image: linear-gradient(0deg , #2a0900, #712901, #2a0900);
    border: 1px solid #d8c391;
    border-radius: 10px;
    text-align: center;
    color: #f2cd09;
    font-size: 35px;
    font-weight: 600;
  }

.gameWalletCoin .iconCoin {
    position: absolute;
    left: calc((100% - 300px) / 2);
    top: 47px;
    z-index: 1;
}
  
  .gameWalletCoin .iconCoin img{
    width: 60px;
    height: 60px;
  }
  
  .btnPlayGame{
    background-image: url(/Content/distv2/img/btn/btnPlay.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 164px;
    background-size: 100%;
    height: 59px;
    margin-top: 45px;
    border: none;
  }

    .btnPlayGame:hover, .btnPlus:hover, .btnWithdrawWallet:hover {
        filter: brightness(1.5);
    }

    .btnWithdrawWallet.disableBtn:hover {
        filter: unset;
    }

.btnWithdrawWallet.disableBtn {
    cursor: not-allowed;
}

#pullOutTab .btnPlayGame{
  display: none;
}

@media (max-width: 900px) {
    #pullOutTab .lb-modal-deposit .lb-modal-body {
        padding: 8px 4px;
    }

    #pullOutTab .containerWalletCoin {
        flex-wrap: wrap;
        height: unset;
        border-radius: 8px;
        justify-content: flex-end;
    }

    #pullOutTab .WalletCoinLobby, #pullOutTab .WalletCoinTotalGame,
    #pullOutTab .WalletCoinWithdraw {
        width: calc(100% / 3);
    }

    #pullOutTab .btnWithdrawWallet {
        width: 137px;
        font-size: 16px;
        margin-top: 12px;
        line-height: 60px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
    }

    #pullOutTab .CoinLobby, #pullOutTab .CoinTotalGame,
    #pullOutTab .CoinWithdraw {
        width: 100%;
        font-size: 16px;
        height: 35px;
    }

    #pullOutTab .txtWalletCoinLobby,
    #pullOutTab .txtWalletCoinTotalGame,
    #pullOutTab .txtWalletCoinWithdraw {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }

    #pullOutTab .iconCoin {
        top: 5px;
        left: 0 !important;
    }

        #pullOutTab .iconCoin img {
            width: 30px;
            height: 30px;
        }

    #pullOutTab .txtWalletCoinLobby .btnPlus {
        top: 3px;
        z-index: 100;
        right: 0;
        left: unset !important;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 30px;
        padding: 5px;
    }

    #pullOutTab .iconPlus {
        width: 20px;
        height: 20px;
        margin-top: -6px;
        margin-left: 0;
    }

    #pullOutTab .textCoinLobby label,
    #pullOutTab .textCoinTotalGame label,
    #pullOutTab .textCoinWithdraw label {
        font-size: 16px;
    }

    #pullOutTab .gameWallet {
        height: 110px;
    }

    #pullOutTab .gameWalletImg {
        width: 25%;
    }

        #pullOutTab .gameWalletImg img {
            width: 80px;
            height: 80px;
        }

    #pullOutTab .gameWalletCoin {
        position: relative;
        width: 60%;
    }

    #pullOutTab .WalletCoin {
        width: 100%;
        font-size: 26px;
        height: 40px;
    }

    #pullOutTab .gameWalletCoin .iconCoin {
        top: 40px;
        left: 1px !important;
    }
}

@media (max-width: 400px) {
    #pullOutTab .WalletCoinLobby, #pullOutTab .WalletCoinTotalGame,
    #pullOutTab .WalletCoinWithdraw {
        width: 100%;
    }

    #pullOutTab .containerWalletCoin {
        justify-content: center;
    }

    #pullOutTab .btnWithdrawWallet {
        margin-right: unset;
    }

    #pullOutTab .btnWithdrawWallet {
      font-size: 10px;
      color: #fff;
     }
}


@supports (-webkit-touch-callout: none) {
  #lb_md_wallet .btnWithdrawWallet {
    font-size: 21px;
  }

  #lb_md_wallet .CoinLobby, #lb_md_wallet .CoinTotalGame, #lb_md_wallet .CoinWithdraw,#lb_md_wallet_deposit .CoinCurrent, #lb_md_wallet_deposit .CoinGame{
    opacity: 1;
  }

  #lb_md_wallet_deposit .CoinCurrent{
    padding: 0;
    top: -2px;
    font-size: 25px;
  }
}