
.account{
    width: 100%;
    max-width: var(--max-width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 11;
    min-height: 61vh;
    padding: 0px 15px;
}

.account thead{
    background: var(--primary-color) !important;
}

.account thead th{
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 14px;
}

.account-container{
    background-color: #fff;
    box-shadow: var(--box-shadow);
    width: 600px;
    border-radius: 10px;
    
}

.profile-pic{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: column;
    position: relative;
}

.profile-pic>div{
    display: flex;
    align-items: center;
    padding: 5px 5px;
    justify-content: center;
    border-radius: 100%;
    background-color: rgb(224 224 224);
    position: absolute;
    right: 30%;
    bottom: 28%;
}

.profile-pic>div:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.3s ease-in;
}

.profile-pic div>svg{
    height: 20px;
    width: 20px;
    color: #414141;
}


.profile-pic h1{
    font-size: 1.5rem;
    padding-top: 15px;
}

.profile-pic img{
    width: 60%;
}

.profile-info{
    width: 90%;
    margin: auto;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: 0px 0px 15px #e7e7e7;
}


.avatar-popup{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.318);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.318);
}

.avatar-toggle{
    display: flex !important;
}

.avatar-popup-wrap{
    z-index: 112;
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    margin: auto;
    width: 100%;
    max-width: 450px;
}

.avatar-popup-wrap button{
    width: 50%;
    margin: 10px auto 0px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background: var(--primary-gradient);
    outline: none;
    border: none;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1rem;
}

.avatar-popup-wrap button:hover{
    cursor: pointer;
    transform: scale(1.1);
}


.avatar-popup-wrap h2{
    margin-bottom: 1.5rem;
}

.avatar-pic{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.avatar-pic img{
    width: 95px;
    padding: 10px;
    object-fit: contain;
}

.info-line img{
    width: 20px;
    object-fit: contain;
    
}

.info-line {
    display: flex;
    justify-content: space-evenly;
}

.info-line .money{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
    border-radius: 20px;

}

.ticket .money{
    width: 33% !important;
    display: flex;
    justify-content: center;
}

.ticket-box p:nth-child(1){
    font-weight: 800;
    font-size: 1rem;
}
.ticket-box p:nth-child(2){
    font-size: 0.7rem;
    line-height: .8rem;
}
.ticket-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-line h2 img{
    margin-left: 5px;
}

.mgb-1{
    margin-bottom: 1rem;
}

.mgb-2{
    margin-bottom: 2rem;
}

.coin-badge{
    padding: 5px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.coin-badge svg{
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.coin-badge.gold{
    background-color: #ecae414b;
}
.coin-badge.gold svg path{
    color: #ecad41;
}

.coin-badge.silver{
    background-color: #e5e5e5;
}
.coin-badge.silver svg path{
    color: #8f8f8f;
}

.coin-badge.copper{
    background-color: #cf560f4b;
}
.coin-badge.copper svg path{
    color: #cf550f;
}

.coin-badge.green{
    background-color: #dff7e9  ;
}
.coin-badge.green svg path{
    color: #28c76f ;
}
.coin-badge.orange{
    background-color: #fff1e3 ;
}
.coin-badge.orange svg path{
    color: #ff9f43 ;
}

.cash-box p:nth-child(1){
    font-size: .8rem;
    color: #8a8a8a;
}

.cash-box p:nth-child(2){
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1rem;
}


.info-line:nth-child(1) .money .coin-badge{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.info-line:nth-child(1) .money .coin-badge svg{
    width: 25px;
    height: 25px;
    
}

.money p{
    font-size: .8rem;
    font-weight: 500;
}

.money h2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticket-widget{
    width: 32%;
    margin: auto;
    padding: 10px 10px;
    border-radius: 5px;
}

.ticket-widget>p{
    text-align: right;
    margin-right: 10px;
    color: var(--text-primary);
    font-weight: 600;
}

.ticket-header{
    display: flex;
    align-items: center;
}

.ticket-header>p{
    font-weight: 600;
    margin-left: 5px;
    color: var(--text-primary);
}

.ticket-widget:nth-child(1){
    background:linear-gradient(45deg, #FCF6BA,#d8ac52, #AA771C ,#FCF6BA);
}

.ticket-widget:nth-child(2){
    background: linear-gradient(45deg, #eaeaea,#c4c4c4, #a9a9a9, #eaeaea);
}

.ticket-widget:nth-child(3){
    background: linear-gradient(45deg, #DC8E41,#CD7F32, #AF6114, #DC8E41);
}

.exchange{
    display: flex;
    width: 100%;
    
}

.exchange-header{
    margin-left: 10px;
}

.exchange-ticket-box{
    max-width: 320px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: var(--box-shadow);
}

.exchange-ticket-box h3{
    text-align: left;
    padding: 15px 10px 0px 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

.exchange-ticket-box h5{
    text-align: left;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(111, 111, 111);
}

.exchange-ticket-box p{
    font-size: 1rem;
    font-weight: 500;
}

.exchange-ticket-box img{
    width: 100%;
    padding: 10px;
}

.exchange-ticket-box button{
    padding: 15px 30px;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    box-shadow: 0px 0px 4px var(--primary-color);
    background: var(--primary-gradient);
}

.exchange-ticket-box button:hover{
    cursor: pointer;
  transform: scale(0.98);
  transition: 300ms ease;
}

.profile-info h1{
    font-size: 1.5rem;
    font-weight: 500;
}

.profile-info hr{
    background-color: #e4e4e4;
    height: 1px;
    border: none;
    width: 95%;
}

.profile-follower{
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.follow-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-menu{
    padding: 15px 0px;
    
}

.profile-menu ul{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.profile-menu ul li{
    padding: 5px 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-menu ul li a{
    
    display: flex;
    flex-direction: column;
}

.profile-menu ul li p{
    font-size: .8rem;
    margin-top: .5rem;
}

.profile-menu ul li a{
    display: flex;
    align-items: center;
}

.profile-menu ul li a:hover p {
    color: var(--primary-color);
}

.profile-menu ul li a:hover svg{
    color: #fff;
}

.profile-menu ul li a:hover span{
    background-color: var(--primary-color);
}

.profile-menu ul li a svg{
    width: 20px;
    height: 20px;
}


.profile-menu ul li a{
    text-decoration: none;
    font-size: 1rem;
    color: var(--text-primary);
}

.profile-menu ul li a:hover{
    color: #000;
}

.badge-active p{
    color: var(--primary-color);
}

.badge-active .icon-badge{
    background: var(--primary-color);
}

.badge-active .icon-badge svg{
    color: #fff;
}


.icon-badge:hover {
    background-color: var(--primary-color);
}

#invite-link{
    border-bottom: var(--border-primary);
    padding-bottom: 20px;
}

#invite-link h3{
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.invite-link-wrap{
    display: flex;
    width: 100%;
    position: relative;
}

.invite-link-wrap input{
    width: 100%;
    padding: 5px 10px;
    border: var(--border-primary);
    border-radius: 5px;
    outline: none;
}

.invite-link-wrap input::selection{
    background-color: var(--primary-color);
    color: var(--text-secondary);
}

.invite-link-wrap button{
    position: absolute;
    right: 0;
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
    outline: none;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.invite-link-wrap button:hover{
    cursor: pointer;
}

.account-dashboard{
    width: 100%;
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
}

.dashboard-row{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.dashboard-row h2{
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-left: 5px;
}

.notify-box{
    display: flex;
    align-items: center;
    padding: 20px 35px;
    border-radius: 15px;
    border:var(--border-primary);
    margin-bottom: 15px;
}

.no-info{
    text-align: center;
    color: rgb(146, 146, 146);
}

.no-info h3{
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100%;
}

.have-info{
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    border: none;
    background: var(--primary-gradient);
    color: var(--text-secondary);
}
.have-info h3{
    width: 50%;
    font-weight: 400;
    padding: 0px 10px;
}
.have-info .permission{
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.have-info .duration{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.duration-start , .duration-end{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.account-notify a{
    text-decoration: none;
    color: var(--text-primary);
}

.duration{
    display: flex;
    flex-direction: column;
}

.notify-btn{
    display: flex;
    width: 30%;
    justify-content: flex-end;
}

.notify-btn button{
    padding: 5px 15px;
    width: 100px;
    border: var(--border-primary);
    border-radius: 5px;
}

.status-wins{
    border: 2px solid #00c30077;
    box-shadow: none;
}

.status-wins button{
    border: 1px solid #00c300;
    background-color: #fff;
    color: #00c300;
}

.status-wins .permission {
    color: #00c300;
}

.status-wins button:hover{
    cursor: pointer;
    color: var(--text-secondary);
    background-color: #00c300;
    
}

.status-lose{
    border: 2px solid #c3000077;
    box-shadow: none;
}

.status-lose button{
    border: 1px solid #c30000;
    background-color: #fff;
    color: #c30000;
}

.status-lose .permission {
    color: #c30000;
}

.status-lose button:hover{
    cursor: pointer;
    color: var(--text-secondary);
    background-color: #c30000;
}

.icon-badge{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #eeeeee;
}

@media screen and (max-width:1180px) {
    .account{
        padding: 0px 10px;
    }
    .notify-box{
        font-size: 0.8rem !important;
    }

    .account-dashboard{
        padding: 0px 0px 0px 10px;
    }
    
}

@media screen and (max-width:768px) {
    .account{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .account-dashboard{
        padding-top: 25px;
    }
    
}

@media screen and (max-width:441px) {

    .account{
        padding: 15px 0px 0px 0px;
    }

    .account-container{
        width: 100%;
        padding: 0px;
        border-radius: 0;
        z-index: 109;
        box-shadow: none;
        background: none;
    }

    .account-dashboard{
        border-radius: 30px 30px 0px 0px;
        box-shadow: var(--box-shadow);
        background-color: #fff;
        margin-top: 0;
        padding:15px 10px;
    }

    .money{
        background-color: #fff;
    }

    

    .dashboard-row h2{
        margin-top: 15px;
    }

    .notify-box{
        flex-direction: column;
        padding: 20px 10px;
    }

    .have-info h3{
        padding: 0px 5px;
        font-size: 1.1rem;
    }

    .permission,.duration{
        padding: 0px 10px;
    }

    h3,.permission,.duration{
        width: 100% !important;
    }
    
    .have-info .permission{
        justify-content: flex-end;
    }

    .status-lose .permission ,.status-wins .permission {
        justify-content: center;
        padding: 15px 10px;
    }

    .profile-menu{
        padding:5px 0px 20px 5px;
    }

    .duration-start , .duration-end{
        justify-content: space-between;
    }

    footer{
        margin-top: 0 !important;
    }

    .profile-pic{
        width: 100% !important;
        padding: 0px 25px 20px 25px;
        justify-content: flex-start;
    }

    .profile-pic img{
        width: 150px;
        object-fit: contain;
    }

    .profile-pic h1{
        margin-left: 10px;
    }

    .profile-pic>div{
        bottom: 35%;
        right: 35%;
    }

    .profile-info{
        background: rgb(255, 255, 255);
    }

    .money{
        background: none;
    }
    
}


/* BEGIN: Account Profile */
.personal-info{
    padding: 10px 0px 25px 0px;
}


.personal-info h1 ,.personal-data h1{
    font-weight: 500;
    font-size: 1.2rem;
    margin: 20px 5px 5px 5px ;
}

.personal-data input{
    outline: none;
}

.personal-data h2{
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 10px 5px 5px 5px ;
}

.personal-info form{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}

.form-half{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}

.form-half-div{
    width: 50%;
    padding: 5px 20px;
}
.form-width-div{
    width: 100%;
    padding: 5px 20px;
}

.form-half-div input{
    width: 100%;
    border: var(--border-primary);
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #fff;
}
.form-width-div input{
    width: 100%;
    border: var(--border-primary);
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #fff;
}
textarea{
    width: 100%;
    border: var(--border-primary);
    padding: 10px 25px;
    border-radius: 5px;
}

.form-full{
    width: 100%;
    
}
.form-full-div{
    padding: 5px 20px;
    margin: 1rem auto;
}

.reset-password-form .form-full-div{
    width: 70%;
}

.reset-password-form .form-full-div input{
    width: 100%;
    border: var(--border-primary);
    padding: 10px 25px;
    border-radius: 5px;
}

.form-half p, .form-full p{
    margin-bottom: 5px;
}

.reset-password-form {
    padding: 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.btn-submit{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.btn-submit button{
    padding: 5px 25px;
    width: 150px;
    border: none;
    outline: none;
    color: var(--text-secondary);
    background-color: var(--primary-color);
    border-radius: 5px;
    font-size: 1.1rem;
}

.btn-submit button:hover{
    cursor: pointer;
    transform: scale(.98);
    transition: 0.3s ease-out;
}

.responsive-table{
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 10px;
}

.responsive{
    column-gap: 0;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    border-radius: 10px;
}

.responsive-table{
    width: 100%;
    overflow-x:auto;
}

.responsive thead{
    width: 100%;
    background: var(--secondary-color);
    border: none;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
}

.responsive th{
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-secondary);
}
.responsive tr{
    width: 100%;
    border-bottom: 1px solid rgb(238 238 238);
}

.responsive td{
    text-align: center;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgb(112, 112, 112);
}

.responsive tr:nth-last-child(1){
    border: none !important;
}

.dashboard-title{
    margin: 1rem 0px 1rem 0px;
    text-align: center;
}

.dashboard-title {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
}
.afiliate-link{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5rem;
}

.account_edit{
    width: 90%;
    margin: 0rem auto 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account_edit input[type=text]{
    background: #fff;
    min-width: 200px;
    width: 100%;
    padding: 14px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    font-size: 1rem;
}

.account_edit button{
    padding: 15px 30px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.account_edit button svg{
    height: 20px;
    width: 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.account_edit button svg path{
    fill: rgb(235, 235, 235) ;
}

.account_edit button:hover svg{
    transform: scale(.90);
    transition: 0.2s ease-in;
}

.responsive tbody .status{
    width: fit-content;
    border-radius: 10px;
    padding: 0px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    margin: auto;
}

.responsive-thead{
    background: var(--secondary-color) !important;
}

.responsive-thead th{
    color: var(--text-secondary) ;
}

.status-point{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 5px;
}

.status-continue{
    border: 1px solid red;
    color: red;
}

.status-continue .status-point{
    background:red;
}

.status-delivery{
    border: 1px solid rgb(255, 196, 0);
    color: rgb(255, 196, 0);
}

.status-delivery .status-point{
    background: rgb(255, 196, 0);
}
 

.status-done{
    border: 1px solid rgb(0, 190, 22);
    color: rgb(0, 190, 22);
}

.status-done .status-point{
    background: rgb(0, 190, 22);
}





@media screen and (max-width:441px) {
    .form-half{
        width: 100%;
        flex-direction: column;
    } 
    .form-half-div{
        width: 100%;
    }

    .form-full-div{
        width: 100% !important;
    }

    .responsive th , .responsive td{
        min-width: 150px;
    }

    .profile-pic{
        width: 60%;
        margin: auto;
    }
}


/* END: Account Profile */

/* BEGIN: Account Reward History */
.copy-btn{
    width: 25px;
}
.reciept:hover{
    cursor: pointer;
}

.delivery-wrap{
    display: flex;
    align-items: center;
}

.delivery-wrap input{
    border: none;
    width: 110px;
    outline: none;
}

.delivery-wrap input::selection {
    color: var(--text-secondary);
    background: var(--primary-color);
    
  }
.delivery-wrap img{
    left: 0;
    width: 15px;
    height: 15px;
}

.copy-btn:hover{
    cursor: pointer;
}

/* END: Account Reward History */


/* BEGIN: Account Reward Reciept */
.bill-info{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    padding: 0px 25px;
}

.bill-title{
    font-size: 1.5rem;
    font-weight: 600;
}

.brand-title{
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
}

.bill-info h4{
    font-size: 0.8rem;
    color: rgb(111, 111, 111);
    font-weight: 600;
    padding-bottom: 5px;
}

.bill-head-column div{
    margin-bottom: 15px;
}

.bill-head-column p{
    font-size: 1rem;
    font-weight: 800;
}

.bill-head{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 25px 0px;
    padding: 15px 0px;
    border-bottom:  1px solid rgb(238 238 238);
}

.bill-head-column{
    width: 70%;
}

.bill-head-column.address{
    width: 30%;
    text-align: left;
}
.bill-head-column.address p{
    font-weight: 500;
    font-size: .8rem;
    color: rgb(111, 111, 111);
}

.bill-body{
    margin-bottom: 15px;
}

.bill-body-column h2{
    font-size: 1rem;
}

.bill-body-column p{
    font-size: 0.8rem;
    color: rgb(111, 111, 111);
}

.bill-head , .bill-body{
    padding: 0px 10px;
}

.bill-body{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
    border-bottom:  1px solid rgb(238 238 238);
}

.bill-body-column{
    width: 30%;
    display: flex;
}

.bill-body-column div{
    width: 50%;
}

.bill-body-column:nth-child(1){
    width: 70%;
}

.bill-body-column:nth-child(1) span{
    padding-right: 35px;
}

.bill-body .responsive thead{
    background: none;
}

.bill-body .responsive-table{
    box-shadow: none;
    padding: 0;
}

@media only screen and (max-width: 844px){
    .responsive td {
        min-width: 100px !important;
    }
}

@media screen and (max-width:441) {
    .bill-body .bill-head{
        flex-direction: column;
        padding-bottom: 30px;
    }
}


/* END: Account Reward Reciept */



/* BEGIN: Account Member */
.dashboard-head{
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}

.dashboard-head h2{
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(112, 112, 112);
    margin-bottom: 10px;
}

.chart{
    width: 50%;
    padding: 10px;
}

#myChart{
    
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.member-summary-box{
    width: 50%;
    padding: 10px;

}

.member-table{
    column-gap: 0;
    border-radius: 5px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-collapse: collapse;
}

.member-table thead{
    width: 100%;
    background: var(--primary-color);
    color: var(--text-secondary);
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
}

.member-table tbody{
    background-color: #e6691221;
}


.member-table th{
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 500;
}

.member-table tr td{
    text-align: center;
    padding: 5px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(55, 55, 55);
}

.member-table tr{
    border-bottom: 1px solid rgba(255, 116, 52, 0.141);
    border-width: 80%;
}


.member-table tbody tr:nth-last-child(1){
    border: none !important;
}

.member-table tbody .status{
    width: fit-content;
    border-radius: 10px;
    padding: 0px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    margin: auto;
}

@media  screen and (max-width:1024px) {
    .dashboard-head{
        flex-direction: column;
    }

    .chart , .member-summary-box,.member-table{
        width: 100%;
    }

    #myChart{
        height:100%;
    }

    .member-table th{
        font-size: .8rem;
    }
    .member-table tr td{
        font-size: .7rem;
    }
}
/* END: Account Member */


/* BEGIN: Account Profit */
.widget-container{
    width: 100%;
    margin-bottom: 10px;
}

.widget-three{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.widget-column{
    width: 32%;
    padding: 0px 0px 15px 0px;
}

.widget-item-box{
    position: relative;
    display: flex;
    align-items: baseline;
    background-color: var(--primary-color);
    padding: 20px 35px;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.profit-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 10px 20px 10px 0px;
}

.profit-icon svg{
    opacity: 0.6;
    height: 100%;
}

.profit-box p{
    color: rgb(255, 255, 255) ;
    padding-bottom: 0 !important;
}

.profit-summary-row{
    background: var(--secondary-color) ;
}

.profit-summary-row td{
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.widget-column p{
    padding-bottom: 10px;
}
.widget-item-box h3{
    line-height: 2rem;
    font-size: 2rem;
    margin-right: 10px;
    color: var(--text-secondary);
}

.pagination{
    background: none !important;
}

.pagination a{
    color: #000 !important;
}


@media screen and (max-width:840px){
    .widget-three{
        flex-direction: column;
    }
    .widget-column{
        width: 100%;
    }
}
/* END: Account Profit */


/* BEGIN: Withdraw */
.withdraw-form{
    padding: 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.withdraw-form .form-full-div{
    width: 70%;
    margin: auto;
}

.withdraw-form .form-full-div input{
    width: 100%;
    border: var(--border-primary);
    padding: 10px 25px;
    border-radius: 5px;
}

.withdraw-form .form-full-div h4{
    padding: 15px 0px;
    font-weight: 500;
}

.account-number {
    display: flex;
    justify-content: space-between;
}

.account-number h5{
    font-size: 1rem;
    font-weight: 600;
}

.account-number p{
    font-size: 1rem;
    font-weight: 400;
}
/* END: Withdraw */


/* BEGIN: Account Affiliate */
.card-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 32%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

.card h5{
    font-size: 1.125rem;
    font-weight: 700;
    color: #5d596c;
}

.card small{
    color: #6f6b7d;
    font-weight: 600;
}

.badge{
    padding: .5rem;
    background-color: #fff1e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.badge.blue{
    background-color: #eae8fd;
    color: #7367f0 ;
}

.badge.green{
    background-color: #dff7e9 ;
    color: #28c76f ;
}


@media screen and (max-width:441px) {
    .card-wrap{
        flex-direction: column;
    }

    .card{
        width: 100%;
        margin-bottom: 1rem;
    }
}
/* END: Account Affiliate */