.d_flex{
    display:flex;
    padding:0;
    width:100%;
    justify-content: space-evenly;
}
.wallet-contents_choose{
    width:100%;
    align-items:center;
    padding-left:60px;
    align-content: space-evenly;
}
.wallet-contents_choose p{
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2B2F35;
}
.wallet-contents_choose p.heading_choose{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: Roboto Condensed;
    font-style: normal;
    margin-top:8px;
    font-weight: normal;
}
.wallet-contents_choose p.text_wager_left{
    width:100%;
    text-align:left;
    align-content: space-evenly;

}
.wallet-contents_choose p.border_red_button,.wallet-contents_choose .wallet-details-btn{
    padding:7px 23px;
    border:1px solid #C51A1B;
    margin: 10px auto !important;
    line-height: unset;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 22.5922px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    mix-blend-mode: normal;
    border-radius:2px;
}
.text_wager_left img{
    width: 50px;
    margin:0 7px 0 0;
}

p.text_wager_left {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
p.text_wager_left  span{
    color: #C51A1B;
}
.align-center{
    align-items:center;
}
.popup-container{
    max-height:90%;
}
@media(max-width:1400px) {
    .popup-container{
        width:80%;
    }
}
@media(max-width:1024px) {
    .popup-container{
        width:90%;
    }
}
@media(max-width:900px) {
    .xs-hide-img{
        display:none;
    }
    .text_wager_left{
        text-align:center !important;
        margin-top:30px;
    }
    .popup-container{
        width:80%;
    }
    .popup-body-details {
        padding:30px;
    }
    .wallet-contents_choose{
        padding-left:0 ;
    }
    .wallet-contents_choose p.heading_choose{
        margin-top:15px;
    }

}
@media(max-width:600px) {
    .walletChips{
        width:150px;
        height:130px;
    }
    .wallet-details-btn{
        width:auto;
    }
    .wallet-contents_choose p.border_red_button, .wallet-contents_choose .wallet-details-btn{
    font-size: 15.5922px;
    line-height: 20px;
    padding: 12px 25px;
    min-width: 190px;
    }
    .popup-body-details {
    padding: 15px;
    }
    .right_heading_small_xs{
        padding:30px 50px
    }
}
@media(max-width:500px) {
    .popup-container{
        width:90%;
    }
    .walletChips img{
        height: 60px;
    }
}

@media(max-width:420px) {

    .popup-container{
        max-height:90%;
        overflow:auto;
        }
     .align-center{
         flex-direction:column;
         gap:10px;
     }
     .right_heading_small_xs{
         padding:10px;
     }

}
