:root {
    --boss-theme: transparent;
    /* linear-gradient(to bottom, #AC92EC, #967ADC);*/
    --boss-heading-light: #000;
    --boss-heading-highlight: #8eb453;
    --boss-color3: #8eb453;
    --boss-heading: #2a2a2a;
}

.body-gradient-magenta {
    background: var(--boss-theme);
}

.top_package .left_package img {
    width: 60px;
    margin: 0 10px 0 0;
}

.left_package .inner_left span {
    font-size: 13px;
    font-weight: normal;
}
.left_package .inner_left span.badge {
    font-size: 13px;
    font-weight: normal;
}

.left_package .inner_left div {
    font-size: 16px;
    color: var(--boss-heading);
}

.inner_left .contract_due_home span {
    font-size: 11px;
    /*
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--boss-heading-light);
    */
}

.top_package .left_package {
    display: flex;
    align-items: center;
    width: 55%;
}

.top_package .right_package {
    width: 45%;
    text-align: right;
}

.right_package .inner_right_top {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    justify-content: flex-end;
}

.right_package .inner_right_top span {
    font-size: 10px;
    line-height: 1.2;
    padding-right: 6px;
    padding-left: 10px;
}

.right_package .inner_right_top img {
    width: auto;
    max-width: 100px;
}
.package_status span {
    font-size: 12px;
    font-weight: normal;
    color: #32db6d;
}

.package_status i {
    font-size: 12px;
    color: #32db6d;
    margin-right: 2px;
    line-height: unset;
}

.main_borderBox {
    padding: 15px 16px;
    /*
	border-radius: 14px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	margin-bottom: 24px;
    */
}

.wallet_action_con {
    /*padding: 24px 0px;*/
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.wallet_action_con a {
    width: auto;
}

.wallet_action {
    text-align: center;
    color: #000000;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    min-width: 4rem;
    min-height: 4rem;
    font-size: 25px;
}

.wallet_action span {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: var(--boss-heading-light);
    display: block;
    padding-top: 6px;
}

/* ** package box **/
.ap_con.selected {
    /*
    border-radius: 14px;
    border: solid 1px #33ad26;
    */
}

.ap_con.selected .select_tagger {
    display: block;
    border-radius: 0 10px 0 10px;
    background-color: #4a89dc;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    width: 120px;
    margin-left: auto;
    margin: -15px 0px 0px auto;
    position: absolute;
    right: 0;
}

.ap_con .protect_fee {
    margin: 11px -16px 20px;
    padding: 11px 16px 12px;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    display: flex;
    align-items: center;
}

.list_row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.list_row.inner_ap_list {
    padding-top: 10px;
    border-top: solid 1px #ebebeb;
    margin-bottom: 10px;
}

.ap_con .package_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package_top .right_package {
    display: flex;
    align-items: center;
}

.package_top img {
    width: 50px;
    height: 50px;
}

.package_top .right_package span {
    font-size: 14px;
    font-weight: bold;
    color: var(--boss-heading-highlight);
    padding-right: 6px;
}

.package_top .right_package div {
    font-size: 16px;
    color: var(--boss-heading-highlight);
    padding-right: 10px;
}

.package_top .right_package {
    display: flex;
    align-items: center;
}

.package_top .right_package i {
    color: var(--boss-heading-highlight);
    font-weight: bolder;
}

.list_row .col_1 {
    width: 45%;
    text-align: left !important;
}

.list_row .col_2 {
    width: 15%;
    text-align: center;
}

.list_row .col_3 {
    width: 25%;
    text-align: center;
}

.list_row .col_1,
.list_row .col_2,
.list_row .col_3 {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #000000;
}

.protect_fee span {
    font-size: 13px;
    font-weight: normal;
    color: var(--boss-heading);
}

.protect_fee p {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    margin: unset;
    padding-left: 6px;
}

/* *** package details page *** */
.sub_header_label {
    font-size: 16px;
    font-weight: bold;
    color: var(--boss-color3);
    padding-bottom: 10px;
}

.point_balance {
    font-size: 12px;
    font-weight: normal;
    color: #656565;
    padding-bottom: 10px;
}

.point_balance b {
    color: var(--boss-heading);
}

.extra_protection {
    padding: 11px 16.8px 10px 16px;
    border-radius: 14px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.extra_protection span {
    font-size: 13px;
    font-weight: bold;
    color: #033e3b;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.extra_protection span {
    font-size: 13px;
    font-weight: bold;
    color: #033e3b;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.package_detail_list {
    margin-bottom: 30px;
}

.package_detail_list .p_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ebebeb;
    padding: 16px 0;
}

.package_detail_list .p_list span {
    font-size: 13px;
    font-weight: normal;
    color: #656565;
}

.package_detail_list .p_list div {
    font-size: 13px;
    font-weight: bold;
    color: var(--boss-heading);
}

/* *** clam *** */
.inner_con {
    padding: 0 20px 130px;
}

.header_label {
    font-size: 22px;
    font-weight: bold;
    color: var(--boss-heading);
    padding: 0px 0 6px;
}

.reminder_box {
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #626262;
}

.package_box {
    padding: 16px 16px 15px;
    border-radius: 14px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.package_box .top_package {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t_lines {
    height: 1px;
    margin: 24px 0px;
    border-bottom: solid 1px #ebebeb;
}

.attachment_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 10px;
}

.attachment_header .add_attc {
    align-self: flex-start;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.title_date_wrap span {
    font-size: 16px;
    font-weight: bold;
    color: var(--boss-color3);
}

.title_date_wrap div {
    font-size: 12px;
    font-weight: normal;
    color: var(--boss-color3);
    padding-top: 3px;
}

.attachment_header .add_attc {
    align-self: flex-start;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.add_attc i {
    font-size: 14px;
    font-weight: bold;
    color: var(--boss-heading-highlight);
    margin-right: 6px;
}

.add_attc span {
    align-self: flex-start;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--boss-heading);
    text-decoration: underline;
    cursor: pointer;
}

.maximum_upload_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.maximum_upload_wrap span {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.maximum_upload_wrap div {
    padding: 4px 12px 3px;
    border-radius: 10.5px;
    background-color: rgba(42, 42, 42, 0.3);
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

/* *** home card 2 *** */
.bottom_profile_package {
    text-align: left;
}

.contract_de_redirect {
    padding: 14px 16px 0;
    border-top: solid 1px #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contract_de_redirect span {
    font-size: 13px;
    font-weight: normal;
    color: var(--boss-heading-highlight);
}

.contract_de_redirect i,
.home .icon-icon-12 {
    font-size: 11px;
    font-weight: normal;
    color: var(--boss-heading-highlight);
}

/* *** home card 2 *** */
.total_register_member div {
    font-size: 13px;
    font-weight: bold;
    color: var(--boss-heading);
    padding-top: 0px;
    margin-bottom: 2px;
}

.display_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .label_title {
    color: var(--boss-heading) !important;
}

.total_register_member .label_title {
    font-size: 14px;
    font-weight: bold;
    color: var(--boss-color3);
}

.contract_de_redirect i,
.home .icon-icon-12 {
    font-size: 11px;
    font-weight: normal;
    color: var(--boss-heading-highlight);
}

.left_total_wallet {
    width: 100%;
}

.left_total_wallet .inner_wallet_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left_total_wallet .inner_wallet_wrap span {
    font-size: 13px;
    font-weight: bolder;
    color: var(--boss-heading-highlight);
}

.left_total_wallet .inner_wallet_wrap div {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: var(--boss-heading);
}

.flex-filterdate {
    display: flex;
}

/* *** page assets *** */
.asset_balance_box {
    text-align: center;
    padding: 24px 00px;
}

.asset_balance_box span {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000000;
}

.asset_balance_box div {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.04;
    text-align: center;
    color: #2a2a2a;
    padding-top: 10px;
}

.wallet_redirect {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet_redirect .left_wallet div {
    color: #656565;
    font-weight: bold;
}

.wallet_redirect .left_wallet span {
    font-size: 20px;
    font-weight: bold;
    color: #8eb453;
}

.wallet_redirect .right_wallet span {
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.wallet_redirect .right_wallet i {
    font-size: 8px;
    font-weight: normal;
    color: #c09129;
    padding-left: 6px;
}

.card-style {
    margin: 0px 10px 15px 10px;
    border-radius: 10px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;*/
    /*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
    /*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/* *** cards datatables *** */
.table_cards tbody tr {
    float: left;
    width: 20rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.table_cards tbody td {
    display: block;
}

.table tbody label {
    display: none;
}

.table_cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    top: -0.5rem;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

.table_cards .fa {
    font-size: 7.5rem;
}

/* ********** */
.ammount_box {
    /*
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;*/
}

.ammount_box .select_group {
    display: flex;
    align-items: center;
    position: relative;
}

.gold {
    color: #8eb453;
}

.select_group .form_group_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    background: unset;
}

.add_number_container {
    padding: 10px 0 0px;
}

.display_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_number_container .number_wrap {
    width: 22%;
    border-radius: 17.5px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    cursor: pointer;
}

/* ********** */
.form-custom.form-icon div.custom-label {
    position: absolute;
    font-size: 16px;
    height: 53px;
    width: 40px;
    line-height: 53px;
    text-align: center;
}

.ammount_box .amt_details div {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
    padding-bottom: 7px;
}

.ammount_box .amt_details div b {
    padding-left: 3px;
}

.ammount_box .amt_details div {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
    padding-bottom: 7px;
}

.ammount_box .amt_details div b {
    padding-left: 3px;
}

.ammount_box .amt_details div {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
    padding-bottom: 7px;
}

.ammount_box .amt_details div b {
    padding-left: 3px;
}

div.right-helper {
    position: absolute;
    top: 0px;
    right: 45px;
}

.passeye {
    color: #000;
}

/* *********** */
.contract_profile {
    display: flex;
    align-items: center;
}

.contract_profile img {
    width: 45px;
    /* height: 45px; */
    object-fit: cover;
    object-position: center;
    margin-right: 16px;
}

.contract_profile div {
    font-size: 11px;
    font-weight: normal;
    color: #797979;
}

.contract_username {
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
    padding-top: 12px;
}

.contract_personal .details_wrap {
    display: flex;
    align-items: center;
    padding: 2px 0 12px;
}

.details_wrap span {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
    width: 85px;
}

.details_wrap div {
    font-size: 12px;
    font-weight: normal;
    color: #2a2a2a;
}

.new_package_box {
}

.new_package_box .top_package {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_profile_package {
    text-align: left;
}

.contract_due {
    padding: 14px 16px 0;
    border-top: solid 1px #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contract_due span {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
}

.contract_due div {
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
}

.contract_details_dates {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
    /* line-height: 1.75; */
    padding-top: 18px;
}

.date_wrap {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

.date_wrap div {
    width: 110px;
}

.contract_details_dates span {
    font-size: 12px;
    font-weight: normal;
    color: #2a2a2a;
}

.mlmr0 {
    margin-left: 0;
    margin-right: 0;
}

/* ************ */
.total_claim {
}

.claim_amt {
}

.claim_amt span {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
}

.claim_amt div {
    font-size: 14px;
    font-weight: normal;
    color: #2a2a2a;
    padding: 3px 0 0px;
}

.total_claim .lines {
    height: 1px;
    margin: 14px 0px 0px;
    border-bottom: solid 1px #ebebeb;
}

.display_flex {
    display: flex;
    align-items: center;
}

.claim_dates {
    width: 30%;
    border-right: solid 1px #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim_dates span {
    font-size: 26px;
    font-weight: bold;
    color: #c09129;
}

.claim_count {
    width: 70%;
}

.count_wrap {
    padding: 10px 16px;
}

.display_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.claim_count .lines {
    height: 1px;
    margin: 0;
    background: #ebebeb;
}

/* *************** */
.history_records {
    border: 1px solid #adadad;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.display_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history_records .history_title {
    color: #000;
    word-break: break-word;
}

.history_records .history_desc {
}

.history_records .history_dates {
}

.history_records .history_status {
    align-self: flex-start;
}

.history_records .history_amount {
    font-weight: bold;
}

.history_records .history_amount.added {
    color: #23a727;
}

.history_records .history_amount.deducted {
    color: #f00;
}

ul.pagination.px-3 {
    justify-content: center;
    margin-top: 20px;
}

.wallet_balance_box {
    padding: 18px 20px 16px;
    border-radius: 14px;
    background-color: #fff;
    text-align: center;
    box-shadow: rgb(0 0 0 / 30%) 0px 30px 60px -30px,
        rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

.wallet_balance_box span {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.wallet_balance_box div {
    font-size: 20px;
    font-weight: bold;
    color: #2a2a2a;
    padding-top: 4px;
}

.history_balance {
    text-align: right;
}

/* *************** */
.tab_payment {
    background-color: #0000;
}

.display_flex {
    display: flex;
    align-items: center;
}

.usdt_details .qr_usdt_wrap {
    margin-bottom: 10px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 14px;
}

.usdt_details .qr_usdt_wrap img {
    width: 65px;
}

.usdt_addr_wrap {
    padding-left: 15px;
    width: 92%;
}

.display_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice {
    margin-top: 10px;
    color: #931c27;
}

/* ************** */

.invite_con {
    text-align: center;
}

.invite_con .invite_logo {
    width: 109.5px;
    margin-bottom: 30px;
}

.invite_con .invitation_code_box {
    width: 287px;
    padding: 14px;
    border-radius: 14px;
    background-color: #00000080;
    margin: 0 auto 17px;
}

.invitation_code_box span {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.invitation_code_box div {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 2px;
}

.invite_con .invite_join {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
    text-align: center;
    color: #fff;
    padding-bottom: 27px;
}

.invite_con .copy_right {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #f4f2e5;
}
.head-1 {
    font-weight: bolder !important;
    color: #000 !important;
}
.head-2 {
    color: var(--boss-heading-light);
}
.user-info li.list-group-item {
    margin: 0;
    padding: 0.2rem 0.2rem;
}
.contract_details_wrap {
    display: flex;
    align-items: center;
}
.contract_details_wrap img {
    width: 60px;
    margin-right: 10px;
}
.contract_details .btn_activate {
    padding: 11px 11px 10px;
    border-radius: 17.5px;
    background-image: linear-gradient(to right, #f00 0%, #ff9335 100%);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
span.unprotect,
i.unprotect {
    color: #f00;
}
.topup_sub_reminder {
    padding-top: 20px;
    color: #8eb453;
    font-size: 12px;
}
/* ****************** */
.team_summary_box {
    text-align: center;
}
.team_summary_box span {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000000;
}
.team_summary_box div {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    color: #2a2a2a;
    padding: 4px 0 9px;
}
.team_summary_box p {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #797979;
    margin: 0;
}
.t_lines {
    height: 1px;
    margin: 24px 0px;
    border-bottom: solid 1px #ebebeb;
}
.sponsor_tree {
    width: 100%;
    overflow: auto;
    padding: 0;
    min-height: 400px;
}
.team_con {
    padding: 5px;
    border: 1px solid #b8b8b8;
    width: 100%;
    margin: 5px;
    border-radius: 10px;
}
.team_con .first_level {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-width: 300px;
}
.team_con .fl_left img {
    width: 37.8px;
    margin: 0 13.2px 0 0px;
    object-fit: cover;
    object-position: center;
}
.team_con .fl_right {
    width: 100%;
}
.team_con .fl_right .username_con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fl_right .username_con .username_wrap {
    display: flex;
    align-items: center;
}
.fl_right .username_con .username_wrap span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0e4e3c;
}
.fl_right .username_con .username_wrap img {
    width: 20px;
    margin: 0 0 0 12px;
    object-fit: cover;
    object-position: center;
}
.fl_right .sales_summary {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-top: 2px;
}
.fl_right .sales_summary .summary_item {
    text-align: center;
    padding: 5px;
    background: #f7f7f7;
    border-radius: 10px;
}
.fl_right .sales_summary .summary_item span {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #258066;
}
.fl_right .sales_summary .summary_item div {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #258066;
    margin-top: 1px;
}
.team_con .second_level {
    margin-top: 12px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.team_con .second_level div {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c09129;
    margin-right: 7px;
}
.team_con .second_level span {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #258066;
}
.jstree-default > .jstree-container-ul > .jstree-node {
    margin-left: 0px !important;
    padding-right: 20px;
}
.jstree-default .jstree-anchor {
    height: auto !important;
}
.direct_list_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: solid 1px #ebebeb;
}
.direct_list_row .direct_left img {
    width: 26px;
    margin-right: 10px;
}
.direct_list_row .direct_left span {
    font-size: 13px;
    font-weight: bold;
    color: #0e4e3c;
}
.direct_list_row .direct_right {
    display: flex;
    align-items: center;
}
.direct_list_row .direct_right i {
    font-size: 12px;
    margin-right: 6px;
    color: #32db6d;
}
.direct_list_row .direct_right span {
    font-size: 12px;
    font-weight: bold;
    color: #19bf41;
}
.jstree-default .jstree-clicked {
    background: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.jstree-default .jstree-clicked .team_con {
    border-color: #4a89dc !important;
    border: 2px solid;
}
.usdt_address.copy-button {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 14px;
    text-align: center;
}
button#copy-address.active {
    background: #3a7441;
}
button#copy-address {
    background: #3c9948;
    border-radius: 8px;
    cursor: pointer;
    height: 24px;
    padding: 0 8px;
    transition: color 0.25s, background 0.25s;
    width: auto;
}
button#copy-sponsor.active {
    background: #3a7441;
}
button#copy-sponsor {
    background: #3c9948;
    border-radius: 8px;
    cursor: pointer;
    height: 24px;
    padding: 0 8px;
    transition: color 0.25s, background 0.25s;
    width: auto;
}

/* *************** Custom Light Theme *************** */
.theme-light .wrapper {
    background-color: var(--off-white);
}
.theme-dark .menu-list a span {
    color: #fff;
}
/* *************** Custom Dark Theme *************** */
.theme-dark .wrapper {
    background-color: #565656;
}
.theme-dark .menu-list a span {
    color: #fff;
}
.theme-dark .card {
    background-color: #5a5a5a61 !important;
}
.theme-dark .card-header {
    background-color:#9b9b9b85;
    color: #fff;
}
.theme-dark .form-custom label {
    color: #fff !important;
    background: #0000 !important;
}
.theme-dark .form-control::placeholder {
    color: #ffffff;
}
.theme-dark .title1.d-flex small {
    color: #fff;
}
.theme-dark .panel {
    background-color: #3a3a3a;
}
.theme-dark .team_summary_box span {
    color: #fff;
}
.theme-dark .team_summary_box div {
    color: #b6a9d7;
}
.theme-dark .direct_list_row .direct_left span {
    color: #4effcd;
}
.theme-dark .account {
    background-color: var(--light-blue);
    color: var(--navy-blue);
}
.theme-dark .total_register_member .label_title {
    color: #fff !important;
}
.theme-dark .left_total_wallet .inner_wallet_wrap span {
    color: #8c8cff;
}
.theme-dark td {
    color: #fff;
}
.theme-dark th {
    color: #fff;
}

/* ===============================================
   UNILEVEL TREE STYLES
   =============================================== */

/* Stat Box */
.uni-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
}

.uni-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px;
}

.bg-primary-soft {
    background-color: rgba(13, 110, 253, 0.15);
}

.bg-success-soft {
    background-color: rgba(25, 135, 84, 0.15);
}

.bg-info-soft {
    background-color: rgba(13, 202, 240, 0.15);
}

.uni-stat-value {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.uni-stat-label {
    font-size: 12px;
    color: #6c757d;
    margin-top: 2px;
}

/* Empty State */
.uni-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.uni-empty-state i {
    font-size: 64px;
    margin-bottom: 16px;
    opacity: 0.5;
    display: block;
}

.uni-empty-state p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.uni-empty-state small {
    font-size: 13px;
    opacity: 0.7;
}

/* Root Card */
.uni-root-card {
    display: flex;
    align-items: center;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    position: relative;
    overflow: hidden;
}

.uni-root-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}

.uni-root-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.3);
    flex-shrink: 0;
    margin-right: 14px;
}

.uni-root-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uni-root-info {
    flex: 1;
}

.uni-root-name {
    font-size: 18px;
    font-weight: 700;
}

.uni-root-meta {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 2px;
}

.uni-root-id {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 2px;
}

.uni-root-badge {
    position: relative;
    z-index: 1;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    color: #667eea !important;
    font-weight: 600;
}

/* Tier Section */
.uni-tier-section {
    margin-top: 8px;
}

.uni-tier-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.uni-tier-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.uni-tier-badge.tier-1 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.uni-tier-badge.tier-2 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.uni-tier-count {
    font-size: 13px;
    color: #6c757d;
}

/* Members Grid */
.uni-members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

@media (max-width: 576px) {
    .uni-members-grid {
        grid-template-columns: 1fr;
    }
}

/* Member Card */
.uni-member-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.uni-member-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: #4facfe;
}

.uni-member-card.tier-1 {
    border-left: 4px solid #4facfe;
}

.uni-member-card.tier-2 {
    border-left: 4px solid #43e97b;
}

.uni-member-header {
    display: flex;
    align-items: center;
}

.uni-member-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px;
    border: 2px solid #e9ecef;
}

.uni-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uni-member-info {
    flex: 1;
    min-width: 0;
}

.uni-member-name {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uni-member-fullname {
    font-size: 12px;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uni-member-badge .badge {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
}

.uni-member-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e9ecef;
}

.uni-member-id {
    font-size: 11px;
    color: #6c757d;
    font-family: monospace;
}

.uni-member-footer i {
    color: #adb5bd;
    font-size: 12px;
}

/* Tier 2 Preview */
.uni-tier2-preview {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.uni-tier2-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-right: -8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.uni-tier2-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uni-tier2-more {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: #495057;
    margin-left: 4px;
}

/* Info List */
.uni-info-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.uni-info-list li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
    color: #495057;
    border-bottom: 1px solid #f0f0f0;
}

.uni-info-list li:last-child {
    border-bottom: none;
}

/* Dark Theme Support */
.theme-dark .uni-member-card {
    background: #3a3a3a;
    border-color: #4a4a4a;
}

.theme-dark .uni-member-card:hover {
    border-color: #4facfe;
}

.theme-dark .uni-member-name {
    color: #fff;
}

.theme-dark .uni-member-fullname,
.theme-dark .uni-member-id,
.theme-dark .uni-tier-count {
    color: #adb5bd;
}

.theme-dark .uni-stat-label {
    color: #adb5bd;
}

.theme-dark .uni-tier-header {
    border-bottom-color: #4a4a4a;
}

.theme-dark .uni-member-footer {
    border-top-color: #4a4a4a;
}

.theme-dark .uni-tier2-preview {
    border-top-color: #4a4a4a;
}

.theme-dark .uni-info-list li {
    color: #e0e0e0;
    border-bottom-color: #4a4a4a;
}

/* ===============================================
   MATRIX TREE STYLES
   =============================================== */

.mtx-container {
    padding: 0;
}

/* Stats Section */
.mtx-stats {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
}

.mtx-stat-item {
    text-align: center;
    flex: 1;
}

.mtx-stat-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.mtx-stat-circle:hover {
    transform: scale(1.05);
}

.mtx-stat-circle.complete {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 4px 15px rgba(56, 239, 125, 0.4);
}

.mtx-stat-circle.level2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
}

.mtx-stat-circle.level2.complete {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 4px 15px rgba(56, 239, 125, 0.4);
}

.mtx-stat-circle.power {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    font-size: 24px;
}

.mtx-stat-circle.power.complete {
    background: linear-gradient(135deg, #f5af19 0%, #f12711 100%);
    box-shadow: 0 4px 15px rgba(245, 175, 25, 0.5);
    animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
    0%, 100% { box-shadow: 0 4px 15px rgba(245, 175, 25, 0.5); }
    50% { box-shadow: 0 4px 25px rgba(245, 175, 25, 0.8); }
}

.mtx-stat-num {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.mtx-stat-max {
    font-size: 11px;
    opacity: 0.8;
}

.mtx-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 6px;
}

.mtx-stat-bar {
    width: 80%;
    height: 4px;
    background: #dee2e6;
    border-radius: 2px;
    margin: 0 auto;
    overflow: hidden;
}

.mtx-stat-bar .mtx-stat-fill {
    height: 100%;
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    border-radius: 2px;
    transition: width 0.5s ease;
}

.mtx-stat-bar.level2 .mtx-stat-fill {
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.mtx-stat-status {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
}

.mtx-stat-status.complete {
    color: #28a745;
    font-weight: 600;
}

/* Empty State */
.mtx-empty {
    text-align: center;
    padding: 48px 20px;
    color: #6c757d;
}

.mtx-empty i {
    font-size: 64px;
    opacity: 0.3;
    display: block;
    margin-bottom: 16px;
}

.mtx-empty p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.mtx-empty small {
    opacity: 0.7;
}

/* Tree Structure */
.mtx-tree {
    position: relative;
}

.mtx-level {
    position: relative;
}

/* Root Node */
.mtx-level-root {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.mtx-node.root {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
}

.mtx-node.root:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.mtx-node-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.mtx-node-info {
    text-align: left;
}

.mtx-node.root .mtx-node-username {
    font-size: 16px;
    font-weight: 700;
}

.mtx-node.root .mtx-node-name {
    font-size: 12px;
    opacity: 0.9;
}

.mtx-node.root .mtx-node-id {
    font-size: 10px;
    opacity: 0.7;
}

.mtx-node-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ffc107;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 10px;
}

/* Connectors */
.mtx-connector-down {
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, #667eea, #dee2e6);
    margin: 0 auto;
}

.mtx-connector-horizontal {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #dee2e6;
}

.mtx-connector-up {
    width: 2px;
    height: 16px;
    background: #dee2e6;
    margin: 0 auto 8px;
}

/* Level 1 Nodes */
.mtx-level-1 {
    padding-top: 16px;
    margin-bottom: 24px;
}

.mtx-nodes-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mtx-node-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mtx-node.level1 {
    width: 100px;
    padding: 10px 8px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.mtx-node.level1.filled {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #4facfe;
    box-shadow: 0 2px 8px rgba(79, 172, 254, 0.2);
}

.mtx-node.level1.filled:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(79, 172, 254, 0.3);
    border-color: #667eea;
}

.mtx-node.level1.empty {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
}

.mtx-node-pos {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #4facfe;
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 8px;
}

.mtx-node.level1.empty .mtx-node-pos {
    background: #adb5bd;
}

.mtx-node.level1 .mtx-node-username {
    font-size: 11px;
    font-weight: 700;
    color: #212529;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mtx-node.level1 .mtx-node-name {
    font-size: 9px;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mtx-node.level1 .mtx-node-id {
    font-size: 8px;
    color: #adb5bd;
    font-family: monospace;
}

.mtx-node-empty-icon {
    font-size: 24px;
    color: #dee2e6;
    margin: 8px 0;
}

.mtx-node-empty-text {
    font-size: 10px;
    color: #adb5bd;
}

.mtx-node-children-count {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #e9ecef;
    font-size: 10px;
    color: #28a745;
    font-weight: 600;
}

.mtx-node-children-count i {
    font-size: 10px;
}

/* Level 2 Section */
.mtx-level-2 {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 16px;
    margin-top: 8px;
}

.mtx-level-2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.mtx-level-2-title {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

.mtx-level-2-count {
    font-size: 12px;
    color: #6c757d;
    background: #fff;
    padding: 2px 8px;
    border-radius: 10px;
}

.mtx-level-2-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.mtx-level-2-group {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.mtx-level-2-parent {
    font-size: 11px;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e9ecef;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mtx-level-2-parent i {
    font-size: 12px;
}

.mtx-level-2-children {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.mtx-mini-node {
    width: 52px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    cursor: pointer;
    transition: all 0.2s;
}

.mtx-mini-node.filled {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border: 1px solid #81c784;
    color: #2e7d32;
    font-weight: 600;
}

.mtx-mini-node.filled:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(129, 199, 132, 0.4);
}

.mtx-mini-node.empty {
    background: #f5f5f5;
    border: 1px dashed #ccc;
    color: #bbb;
}

.mtx-mini-username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive */
@media (max-width: 576px) {
    .mtx-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mtx-stat-item {
        min-width: 80px;
    }

    .mtx-stat-circle {
        width: 52px;
        height: 52px;
    }

    .mtx-stat-num {
        font-size: 14px;
    }

    .mtx-nodes-row {
        gap: 6px;
    }

    .mtx-node.level1 {
        width: 85px;
        padding: 8px 4px;
    }

    .mtx-level-2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dark Theme */
.theme-dark .mtx-stats {
    background: linear-gradient(135deg, #2d2d2d 0%, #3d3d3d 100%);
}

.theme-dark .mtx-stat-label {
    color: #adb5bd;
}

.theme-dark .mtx-node.level1.filled {
    background: linear-gradient(135deg, #3d3d3d 0%, #2d2d2d 100%);
}

.theme-dark .mtx-node.level1 .mtx-node-username {
    color: #fff;
}

.theme-dark .mtx-node.level1.empty {
    background: #2d2d2d;
    border-color: #4a4a4a;
}

.theme-dark .mtx-level-2 {
    background: #2d2d2d;
}

.theme-dark .mtx-level-2-header {
    border-bottom-color: #4a4a4a;
}

.theme-dark .mtx-level-2-title {
    color: #e0e0e0;
}

.theme-dark .mtx-level-2-count {
    background: #3d3d3d;
    color: #adb5bd;
}

.theme-dark .mtx-level-2-group {
    background: #3d3d3d;
}

.theme-dark .mtx-level-2-parent {
    border-bottom-color: #4a4a4a;
}

.theme-dark .mtx-mini-node.empty {
    background: #2d2d2d;
    border-color: #4a4a4a;
    color: #666;
}

.btn {
    color: inherit !important;
}
