/*wallet*/
#cls-myprofile p.cls-my-wallet {
    background: #e0e0e0;
    color: #000;
    padding: 5px;
    text-transform: capitalize;
    text-align: center;
    font-size: 13px;
}
@media(max-width:991px){
#cls-myprofile p.cls-my-wallet {
    font-size: 15px !important;
}}
#cls-myprofile h4.cls-wallet-points {
    color: #c23429;
    font-weight: 600;
    letter-spacing: 0px !important;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
}
@media(max-width:991px){
#cls-myprofile h4.cls-wallet-points {
    font-size: 20px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}}
#cls-myprofile a.btn-referral {
    margin-right: 20px;
    position: relative;
    transition: 0.5s;
    font-size: 13px;
}
@media(max-width:600px){
#cls-myprofile a.btn-referral {
    margin-right: 16px;
    font-size: 13px;
}}
#cls-myprofile a.btn-referral:before {
    position: absolute;
    content: '\f0a9';
    font-family: 'FontAwesome';
    right: -15px;
    color: #707070;
}
#cls-myprofile a.btn-referral:hover {
    opacity: 0.6;
}
#cls-myprofile {
    padding: 0px;
    background: transparent;
}
#cls-myprofile .col-md-6 {
    background: #ececec;
    padding: 0px 0px 10px 0px;
    margin: 8px;
    text-align: center;
}
@media(max-width:991px){ 
#cls-myprofile .col-md-6 {
    background: #f9fcff;
    padding: 0px 0px 5px 0px;
    margin: 8px;
    text-align: center;
}
}
#cls-myprofile .col-md-6 {
    width: 46%;
}
@media(MAx-width:991px){
#cls-myprofile .col-md-6 {
    width: 45%;
}}
@media(min-width:992px){
#cls-myprofile .col-md-6 {
    width: 48.6%;
}}
h4.cls-groupname{
  	background: #e0e0e0;
  	color: #000;
  	font-weight: 400;
  	text-align: center;
  	font-size: 18px;
}
.col-md-6.col-xs-6.monthly-order-container {
    text-align: center;
}
.col-md-6.col-xs-6.total-order-container {
    text-align: center;
}
.col-md-6.col-xs-6.monthly-income-container {
    text-align: center;
}
.col-md-6.col-xs-6.total-order-container {
    text-align: center;
}
.col-md-12.wallet-container {
    text-align: center;
    background: #ececec;
    padding: 0px;
    margin: 10px;
    width: 98.2%;
    padding-bottom: 10px;
}
@media(max-width:991px){
.col-md-12.wallet-container {
    width: 94%;
}
}
.col-md-12.wallet-container h4.cls-wallet-points {
    color: #1e5dae !important;
}
.col-md-6.col-xs-6.total-income-container h4.cls-wallet-points {
    color: #96a86c !important;
}
  
 #cls-myprofile p.cls-my-wallet {
    background: #c23429;
    color: #fff;
}
.col-md-12.wallet-container h4.cls-wallet-points {
    color:#c23429 !important;
}

/*filter*/
.cls-myprofile-wrapper .col-3.col-sm-2.col-md-3 select, 
.cls-myprofile-wrapper .col-3.col-sm-2.col-md-3 input {
    margin-bottom: 10px;
    max-width: unset !important;
    width: 100% !important;
}
.cls-myprofile-wrapper button#btnSearch {
    background:#c23429;
    color: #fff;
    margin-left: -10px;
    padding: 5px 10px;
    box-shadow: none !important;
    border: none;
}
.cls-myprofile-wrapper button#clear {
    background: #c23429;
    color: #fff;
    padding: 5px 10px;
    border: none;
}

/*table*/
.cls-myprofile-wrapper td.list-title:first-child {
    min-width: 150px;
}
a.btn.btn-primary.btn-xs.referral-detail.pull-right {
    background: #c23429;
    color: #fff;
    border-radius: 0px;
}
.cls-myprofile-wrapper table ul {
    padding-left: 15px;
}

/*pagination*/
.cls-myprofile-wrapper  .pagination a {
    background: #c23429;
    color: #fff;
    border-radius: 0px !important;
    padding: 5px 8px;
    line-height: 1;
}