body{
background-color: #F8F9FA;
padding-bottom: 5rem;
padding-top: 3.3rem;

}

:root{
    --clr-1:#520028 ;
    --clr-2:#F6EFE3 ;
    --clr-3:#352224; 
}

p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0;
}

.appCapsule, .appHeader, .appFooter{
    max-width: 500px;
    margin: auto;
    

   
}

.appTitle{
    text-transform: capitalize;
}

.appHeader .right {
    padding: 0 10px;
}

.appHeader{
    background-color: white;

    
    
}

.topHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    
}

.topHeader i{
    color: #777;
}

.wallet-card a{
    color:var(--clr-1);
    text-decoration: none;
}

.wallet-card i{
    font-size: 30px;
}

.wallet-card p{
    font-size: 13px;
}





.header-vdo .carousel img{
    height: 150px;
    object-fit: cover;
}
.btn-second {
    background-color: #00e78e;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px;
    width: 70%;
    margin: auto;
    transition: .3s;
}

.btn-primary{
    background: linear-gradient(#520028, #520028);
    border: #520028 1px solid;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px;
    width: 70%;
    margin: auto;
    transition: .3s;

}

.btn-primary:hover{
    background: linear-gradient(to left, #520028,#520028);
    border: #520028 1px solid;
    width: 72%;
 
}

.btn-primary:active{
    width: 70%;
}

.card{
    border: none ;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(2);
    padding:3px;
}

.member-news img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    background-size: cover;

}

.member-news .item{
    margin-bottom: 20px;

}

.member-news small{
    color: #777 !important;
}

.appFooter{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0 25px;

}

.appFooter a{
    text-decoration: none;
    color: #777;
    
}

.appFooter .active{
    color:#520028;
}

.appFooter i{
    font-size: 22px;
}

.appFooter p{
    font-size: 12px;
}


.package {
position: relative;
}

.package .badge{
    background-color:#520028;
    color: white;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: rotate(-45deg);
    top: -10px;
    left: -45px;
    border-radius: 0 !important   ;
    padding-top: 1.5rem;
    padding-left: 1.5rem;

}

.package-details .package-img{
    width: 150px;
}

.package-info .inner{
    display: flex; 
    justify-content: space-between;
    padding: 5px 0;
    color: #777;
    font-size: 18px;
}

.me-profile img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wallet-info .card-body{
    padding: 10px;
}


.bank form label{
    width: 50%;
    color: #777;
    font-size: 14px;
} 

.withdraw label{
    width: 10%;
    font-size: 20px;
    color: #520028;
    
}

.form-label{
    margin-bottom: 0;
}

.condition p{
    text-align: justify;
}

.condition-notes {
    background-color: #faffc1;
    padding:12px;
    font-size: 14px;

}

.condition .time{
    font-size: 13px;
}

.wd-data .inner{
    margin-bottom: 10px;
}


.amount-box {
    display: flex; 
    justify-content: space-between;
    gap: 10px;
}


.amount-box button{
    width: 100%;
    border: 1px solid #520028;
    background-color: transparent;
    padding: 5px ;
    border-radius: 5px;
    color: #777;

}

.amount-box button:focus{
    background-color: #520028;
    color: #555;
}

.amount-box .active{
    background-color: #520028;
    color: #fff;
    border: #520028 1px solid;
    font-weight: bold;
}

.invitation-page{
    background-image: url('assets/img/invite.jpg');
    background-size: cover;
    
}


.level {
    display: flex;
    justify-content: space-around;
    background-color: white;
}

.level a{
    text-decoration: none;
    color: #555;
    padding: 10px 0;
    
}

.level .active{
    border-bottom: 3px solid #520028;
    
}

.level-data .inner{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.vip-img {
    width: 50px;
    height: 50px;
    object-fit: cover;

}

.rechargeModal .modal-header{
    display: flex;
    justify-content: center;
    background-color: #00e78e;
    height: 180px;
}

.rechargeModal .modal-header i{
    font-size: 6rem;
    color: white;
}

.custom-checkbox input:checked + .checkmark{
    background-color: #520028 !important;
    border-color: #520028 !important;
}



/* ====== login ========= */
.form-area{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-area form{
/* background-color: red; */
padding: 10px;

}

.form-area .input-group{
    border-bottom: 1px solid #eee;
    background: transparent;
display: flex;
align-items: center;
padding: 5px 10px;
}

.form-area .input-group i{
    font-size:27px;
    margin-bottom: 8px;
}

.form-area .input-group b{
    padding: 0 5px;
}

.form-area .input-group input{
padding: 10px;
border: 0;
background-color: transparent;

}

.form-area label, a{
    text-decoration: none;
    color: #777;
    font-size: 13px;
}

.form-area .input-group input::placeholder{
    color: #999;
    font-size: 14px;
}

.reg-capcha{
    width: 70px;
    height: 40px;
    border: #777 1px #999;
}

.consult .card i{
    font-size: 20px;
    /* color: #520028; */

}

.consult .card h5{
    color: #fff;
}


.device-area .c-info .left{
background-color: #fbffc2;
color: #efd803;
border-radius: 20px;
height: 25px;
padding: 3px 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;


}

.device-area .c-info .time{
    background-color: #FFB200;
    padding: 0px 18px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}

.device-area img{
    width: 80px;
    height: 80px;
    margin-right: 10px;

}

.device-area .c-last span{
    background-color: #885f0b;
    color: #efd803;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.device-area .card-footer h6{
    font-size: 15px;
    color: #ce086c;
}

.device-area .card-footer small{
    font-size: 12px;
    

}

.claimModal .modal-content{
    background-color: transparent !important;
    border: transparent;
}


.device-area .card-footer a{
   border:1px solid #aa0a59;
   padding: 3px 15px;
   border-radius: 25px;
   color: #ce086c;
}



.about-us .col-12{
    margin-bottom: 1rem;
}


.task-area .item{
    background-color: white;
    padding: 18px;
    border-bottom: 1px solid #fef1f9;
    margin-bottom: 10px;
}

.task-area .right p{
    background-color: #fef1f9;
    padding: 3px 15px;
    border-radius: 20px;
    border: 1px solid #ffcbee;
    color: #ce086c;
}

.task-area small{
    color: #ce086c;
}

.task-area .task-btn a{
    color: white;
    text-align: center;

   
}

.task2 .left small{
    border-bottom: 2px solid #ec1688 !important;
    padding-bottom: 5px;
}

.task2 .right p{
    background-color: #ce086c ;
    color: white;
    padding: 5px 8px;
    font-size: 12px;
}

.task2 .bi-coin{
    font-size: 2.5rem;
    color: #F26B0F;
}







