
.content{
    display: block;
    /* width: 412px; */
    margin-left: auto;
    margin-right: auto;
    
    background: #fff;
    /* height: 100%; */
    overflow-y: auto;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0ea5e9;
    padding: 0px 4px 0px 4px;
}

.menu-btn{
    border: 0;
    font-size: 25px;
    color: #fff;
}

.title{
    color: #fff;
    text-transform: uppercase;
}

.login-btn{
    background: #4caf50;
    border-radius: 0;
}

.drawer{
    background-color: #120d1c;
}
.drawer-close{
    background-color: #0ea5e9;
    color: #fff;
}

.offcanvas-body{
    background-color: #0ea5e9;
    padding: 0;
}

.drawer-content > a{
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.logout{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout-btn{
    background: #4caf50;
    border-radius: 0;
    padding: 5px 10px;
    color: #fff;
}

.carousel, .carousel-item > img{
    height: 130px;
}

.wallet-group{
    display: flex;
    justify-content: space-around;
}

.wallet-group > a {
    border-radius: 100px;
    width: 75px;
    height: 75px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addfund-btn{
    background: #05d535;
}

.withdraw-btn{
    background: #0ea5e9;
}

.whatsapp-btn{
    background: #fc0d7d;
}
.whatsapp-btn:hover{
background-color: #0ea5e9;
}

.game-btn{
    background: #ff4b00;
}

.btn-text{
    font-size: 10px;
    display: block;
}

.wallet-group > a > div > i {
    font-size: 25px;
    display: block;
}

.withdraw-btn{
    background: #0ea5e9;
    border-radius: 0;
    width: 45%;
    color: #fff;
    font-weight: 600;
}

/* game section */
.game-section > .list-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    border-style: solid;
    border-image: linear-gradient(70deg, #0ebeff, #ffdd40, #ae63e4, #47cf73) 10;
    background-color: #f1f1f1;
    border-top: 2px solid #120d1c;
}

.game-box > .left-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-box > .left-box > a{
    text-decoration: none;
    border: 3px solid #ffc800;
    padding: 8px;
    border-radius: 100px;
    background: white;
}
.game-box > .center-box {
line-height: 3px;
text-transform: uppercase;
}
.game-box > .right-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-time{
    /* background: #f37d1d; */
}

/* Profile css */
.profile-box > .logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* wallet css */
.wallet-box{
    background: #0ea5e9;
    padding: 5px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 80px;
}
.wallet-box > div > i{
    font-size: 40px;
}

.addFund-box {
    margin: 0px 80px;
}
.addFund-box > a {
    background: #0ea5e9;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
}

.withdraw-box{
    text-align: center;
    background: #fff;
    width: 150px;
    margin: 0 auto;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #0ea5e9;
    border-radius: 7px;
}
.withdraw-box > i {
    font-size: 40px;
    color: #000;
    color: #0ea5e9;
}

.txn-box{
    margin: 0px 30px;
}

.btn1{
    background: #0ea5e9;
}
.text1{
    color: #fc0d7d;
}
.text-red{
    color: #0ea5e9;
}
.text-green{
    color: #05d535;
}