/*referral dashboard content right*/
.view-account .component-table {background: #f4f4f4;}
.view-account .component-table{padding-top: 50px;font-family: 'Inter';letter-spacing: 0;}
@media (max-width: 992px){
.view-account .component-table {padding-top: 0px;padding-bottom:120px;background: #f4f4f4;}}
@media only screen and (min-width: 993px) {
.view-account .component-table{padding: 0 80px;padding-top: 80px;padding-bottom: 80px;}}

/*backbtn*/
.component-table .backbtn {display: none !important;}

/*latest activity*/
.cls-download a {color: #000!important;font-size: 12px;}.cls-download a:hover {color: #00b489!important;}

/*accordion*/
div#page-profile a.accordion-toggle.collapsed {color: #000;}
div#page-profile a.accordion-toggle {color: #ff000a;}
div#page-profile .accordion-group {background: #fff;}


/*tabs content margin*/
div#page-medals,div#page-activities{margin-top: 30px;}

/*thead*/
#page-medals thead,
#page-activities thead{
    background: #000!important;
    color: #fff;
    border-radius: 10px!important;
    border-spacing: 10px!important;
}

/*panel heading*/
.com-altauserpoints .panel-heading {
    background: #000!important;
    color: #fff!important;
}

/*panel table*/
.com-altauserpoints .panel-body {
    overflow: auto;
}

.com-altauserpoints td {
    min-width: 120px;
}

/*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: #fff;border-radius: 10px 10px 0 0;/* background-image: linear-gradient(to right, #b31217 0%, #e52d27  51%, #b31217  100%)!important; */color: #fff;background: #ff000a;}

.nav-tabs {border-bottom: 1px solid #cfcfcf;/* background: #fff; */}

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

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

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

#cls-myprofile p.cls-my-wallet {
    background: #000;
    color: #fff;
    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: 16px 10px 50px;
    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!important;
    /* 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: #ff000a!important;
    font-family: 'Inter';
    font-weight: 700!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: #ff000a !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;
    box-shadow: none;
}

.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: #ff000a;
    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: 45px;
    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: #ff000a;
}

.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: #ff000a;
    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: #ff000a;
    color: #fff;
}

.cls-myprofile-wrapper .accordion-inner .pagination a:hover, .cls-myprofile-wrapper .accordion-inner .pagination a:focus {
    background: #ff000a;
    color: #fff;
}
a.btn-referral {
    background: #000 !important;
    color: #fff !IMPORTANT;
}
.row.referral-filter .col-12.col-sm-12.col-md-12 {
    display: inline-flex;
}
.row.referral-filter  button#btnSearch {
    height: 40px !IMPORTANT;
}
.row.referral-filter  button#clear {
    height: 40px !IMPORTANT;
    margin-left: 10px !IMPORTANT;
}

h1.referral-header {
    font-size: 20px;
}

ul#myTabTabs a {
    font-size: 14px !IMPORTANT;
    padding: 8px 10px;
    border-radius: 0px;
}
@media(max-width:991px){
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
/*end of referral detail dashboard*/












