/*detail button*/

a.btn.btn-primary.btn-xs.referral-detail { line-height: 1; padding: 10px 20px; border-radius:0; font-size: 12px; border: 0; }

a.btn.btn-primary.btn-xs.referral-detail:hover, a.btn.btn-primary.btn-xs.referral-detail:focus { background: #4c4c4c; color: #fff; }

/*end detail button*/

/*tab*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {border-bottom-color: transparent;border-radius: 0;background: #e6f1ff;}

.nav-tabs {border-bottom: 1px solid #e9e9e9;}

.nav-tabs>li>a:hover { border-color: #000;}

.nav>li>a:hover, .nav>li>a:focus { background-color: #000; color: #fff; border-radius: 0;}

#cls-myprofile p.cls-my-wallet {
    background: #e1e7f1;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 5px;
    text-transform: capitalize;
    text-align: center;
    font-size: 13px;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media(max-width:991px){
#cls-myprofile p.cls-my-wallet {
    font-size: 14px !important;
}}
#cls-myprofile h4.cls-wallet-points {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0px !important;
    padding: 10px 10px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    background: #ffffff;
    margin: 0;
    margin-bottom: -18px;
    border: 1px solid #ddd;
}
@media(max-width:991px){
#cls-myprofile h4.cls-wallet-points {
    font-size: 22px !important;
}}
#cls-myprofile a.btn-referral {
    position: relative;
    transition: 0.5s;
    font-size: 12px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    line-height: 1;
}

#cls-myprofile a.btn-referral:before {
    position: absolute;
    content: '\f0a9';
    font-family: 'FontAwesome';
    right: 12px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

#cls-myprofile a.btn-referral:hover { opacity: 0.8; }

#cls-myprofile { padding: 0px; background: transparent; }

#cls-myprofile .col-md-6 { margin-bottom: 20px; text-align: center; }

@media(max-width:991px){
    #cls-myprofile .col-md-6 { width: 100%; }
}

h4.cls-groupname{
  	background: #e0e0e0;
  	color: #000;
  	font-weight: 400;
  	text-align: center;
  	font-size: 18px;
}

.col-md-12.wallet-container {
    text-align: center;
    margin-bottom: 20px;
}
.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;
}

.col-md-12.wallet-container span {
    display: inline-block;
}

#cls-myprofile .wallet-container h4.cls-wallet-points {
    font-size: 36px;
}

@media (max-width: 991px) {
    #cls-myprofile .wallet-container h4.cls-wallet-points { font-size: 32px !important; }
}

span.cls-totalpoints a.btn-referral {
    background: #002b7f !important;
}



/*referral profile*/

.cls-referral-profile #QRcodeInvite img {
    max-width: 220px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.cls-referral-profile {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.cls-referral-profile .social-share {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.cls-referral-profile .social-share b {
    font-weight: 500;
}

.cls-referral-profile .social-share button.btn {
    font-size: 12px !important;
    margin-top: 5px !important;
}

.cls-referral-details {
    font-size: 14px;
}

.cls-referral-details .alert-info {
    margin-bottom: 0;
}

.cls-referral-details .alert-info #referrer_link {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .cls-referral-profile .social-share { padding-bottom: 0 !important; }
    .cls-referral-profile .row { display: flex; align-items: center; }
}

@media (max-width: 991px) {
    .cls-referral-profile { background: #f9fafc; }
}


/*end of referral profile*/


/*withdraw*/

.cls-withdraw .withdrawal-inner-wrap .panel {
    box-shadow: none;
}

.cls-withdraw .withdrawal-inner-wrap .panel-heading {
    background: #e1e7f1;
    font-size: 13px;
    padding: 5px;
}

.cls-withdraw .withdrawal-inner-wrap .panel-body {
    color: #1e5dae;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    padding: 10px;
}

@media (max-width: 991px) {
    .cls-withdraw .withdrawal-inner-wrap .panel-body { font-size: 32px; }
}

/*end of withdraw*/

.cls-myprofile-wrapper select,
.cls-myprofile-wrapper input[type="date"] {
    border-radius: 0 !important;
    padding: 0 15px 0 10px;
    box-shadow: none;
    margin-bottom: 5px;
    width: 100%;
}

.cls-myprofile-wrapper input[type="date"] { padding-right: 5px; }

.cls-myprofile-wrapper .referral-filter input {
    border-radius: 0;
    box-shadow: none;
}

.cls-myprofile-wrapper .referral-filter button {
    height: 34px;
    color: #fff;
    background: #000;
    padding: 0 15px !important;
    font-size: 13px;
    line-height: 34px;
    border-radius: 0 !important;
    border: 0;
    transition: 0.5s;
}

.cls-myprofile-wrapper .referral-filter button:hover, .cls-myprofile-wrapper .referral-filter button:focus {
    background: #002b7f;
}

.cls-myprofile-wrapper .referral-filter button#btnSearch {
    margin-left: -5px;
}


/*referral detail*/

.cls-myprofile-wrapper .accordion-inner {
    font-size: 12px;
}

div#page-activities {
    font-size: 12px;
}

.referral-details-info .panel-default>.panel-heading {
    background: #e1e7f1;
    border: 1px solid #ddd;
    color: #002b7f;
    border-bottom: none;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.referral-details-info .panel-default .panel-body {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.cls-myprofile-wrapper .accordion-inner .pagination {
    border-radius: 0;
}

.cls-myprofile-wrapper .accordion-inner .pagination a {
    padding: 5px 10px;
    font-size: 12px;
    background: #d7d7d7;
    color: #000;
}

.cls-myprofile-wrapper .accordion-inner .pagination a.active {
    background: #002b7f;
    color: #fff;
}

.cls-myprofile-wrapper .accordion-inner .pagination a:hover, .cls-myprofile-wrapper .accordion-inner .pagination a:focus {
    background: #002b7f;
    color: #fff;
}

/*end of referral detail*/