            .user-sidebar {
            min-height: calc(100vh - 60px);
            color: #000000;
            position: sticky;
            top: 100px;
            height: fit-content;
            padding: 0px 0;
        }
.navbar-coinet {
    background: #FCF2F8;
    /* background: linear-gradient(135deg, #fe39b521 0%, #fe39b5b3 100%); */
}
        .admin-nav-icon-text .nav-link {
            color: #756F72;
            display: flex;
            align-items: center;
            font-weight: bold;
        }
        /*  .user-main-content { margin-left: 280px; padding: 20px; min-height: calc(100vh - 60px); } */
        .user-sidebar .nav-link {
            color: rgba(255,255,255,0.8);
            padding: 12px 25px;
            margin: 3px 15px;
            border-radius: 5px;
            display: flex;
            align-items: center;
        }
        .user-sidebar .nav-link:hover, .user-sidebar .nav-link.active {
            background-color: var(--primary-orange);
            color: white;
        }
        .user-sidebar .nav-link i { width: 24px; margin-right: 12px; }
        .user-topbar {
            /* background: white; */
            padding: 15px 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: sticky;
            top: 0; left: 0; right: 0;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .profile-cover{
            height: 90px;
            background-size: cover;
            background-position: center;
        }

        .profile-avatar-wrapper {
            position: relative;
            margin-top: -35px;
            /* left: 24px; */
        }

        .profile-avatar{
            width: 72px;
            height: 72px;
            object-fit: cover;
            border: 3px solid white;
        }
        li.nav-item:last-child {
            border-right: none;
        }
         .card-custom {
            border-radius: 0;
            background: transparent;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
          }
    .my-wallet-earnings-col1 .card-custom {
        border-radius: 12px 0 0 12px;
    }
    .my-wallet-earnings-col4 .card-custom {
        border-radius:  0 12px 12px 0 ;
    }
    .cstm-card {
    border: 1px solid #ededed;
    /* box-shadow: 0px 2px 18px 0px #00000021; */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
 .highlight {
      color: #ff7a00;
      font-weight: 600;
    }
    .small-text {
      font-size: 0.85rem;
      color: #777;
    }
    .cstm-table {
        width: 100%;
    }
    .cstm-table td, .cstm-table th {
        vertical-align: middle;
        border: 1px solid #e4cece;
        padding: 10px;
    }
.total-lifetime-value-text {
    color: #B4420D;
    font-size: 18px;
}
.total-lifetime-value-text span {
  font-size: 24px;
}
.wallet-history-text {
    padding: 20px 20px 20px 10px;
    background: #efefef;
}
.my-wallet-subheading {
    color: #B4420D;
}
    .growth-box {
      border-radius: 15px;
      padding: 20px; 
      border: 1px solid #ededed;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .new-wallet-section2 .col-lg-8, .new-wallet-section2 .col-lg-4 {
        padding: 0;
    }
    .my-wallet-earnings .label {
      font-size: 18px;
      color: #252424;
  }
    .value {
      font-size: 22px;
      font-weight: 600;
    }
    .coin {
      color: #f4b400;
      margin-right: 5px;
    }
    .my-wallet-earnings .col {
    padding: 0;
}
        .admin-nav-icon-text li.nav-item {
            border-right: 2px solid #F2E6EA;
        }
        .admin-nav-icon-text li.nav-item:last-child {
            border-right: none;
        }
        .admin-nav-icon-text {
            background: #ffffff30;
            border-radius: 50px;
            border: 2px solid #F2E6EA;
        }
        .admin-nav-icon-text .nav-link {
            flex-direction: row;
            gap: 10px;
        }
        li.cstm-nav-item {
            padding: 10px;
            display: flex;
            justify-content: space-between;
        }
        .cstm-nav-link {
            display: flex;
            gap: 10px;
            text-decoration: none;
            color: #4d4646;
            font-size: 17px;
            font-weight: 500;
        }
        li.cstm-nav-item:hover {
            background: #F2E9EA;
            border-radius: 10px;
        }
        .custom-card {
            border-radius: 15px;
            background: #ffffff;
            padding: 10px 0;
            border: 1px solid #efefef;
        }
        span.item-text-heading {
            font-size: 18px;
            font-weight: 600;
        }

        .list-item {
            padding: 12px 16px;
            border-bottom: 1px solid #e0e0e0;
        }
        .list-item:last-child {
            border-bottom: none;
        }
        .icon-left {
            font-size: 18px;
            margin-right: 10px;
        }
        .icon-right {
            font-size: 16px;
            color: #999;
        }
        .item-text {
            font-weight: 500;
        }
    .earnings-card {
      border-radius: 15px;
      background: #ffffff;
      padding: 15px;
    }
    .main-earning-box {
        background: #f1f1f1;
        border: 2px solid #939292;
        border-radius: 10px;
    }
    .inner-box {
        background: #f1f1f1;
        border-radius: 10px;
        padding: 12px;
        border-bottom: 2px solid #939292;
    }
    .inner-box:last-child {
        border-bottom: none;
    }

    .coin-icon {
      width: 28px;
      height: 28px;
      background: #f4a742;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      margin-right: 8px;
    }

    .green-icon {
      width: 28px;
      height: 28px;
      background: #6abf69;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      margin-right: 8px;
    }

    .amount {
      font-weight: 600;
      font-size: 20px;
      color: #6b3d00;
    }

    .points {
      font-weight: 600;
      font-size: 20px;
      color: #2e7d32;
    }

    .progress-bar-custom {
      height: 10px;
      border-radius: 10px;
      background: linear-gradient(to right, #f4a742, #f28c28);
      margin: 15px 0;
    }

    .small-text {
      font-size: 13px;
      color: #777;
    }
    .coin-card {
        border-radius: 15px;
        background: #ffffff;
        padding: 15px;
        margin-bottom: 24px;
    }

    .inner-coin-box {
      background: linear-gradient(to right, #fde6d2, #e6f4ea);
      border-radius: 12px;
      padding: 15px;
      position: relative;
      overflow: hidden;
    }

    .coin-value {
      font-size: 22px;
      font-weight: 700;
      color: #7a3e00;
    }

    .growth {
      color: #2e7d32;
      font-weight: 600;
    }

    .graph {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, rgba(244,167,66,0.4), transparent);
      clip-path: polygon(0% 80%, 10% 70%, 20% 75%, 30% 60%, 40% 70%, 50% 55%, 60% 65%, 70% 50%, 80% 55%, 90% 45%, 100% 35%, 100% 100%, 0% 100%);
    }

    .graph-green {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 50px;
      background: linear-gradient(to top, rgba(76,175,80,0.4), transparent);
      clip-path: polygon(0% 60%, 20% 70%, 40% 60%, 60% 50%, 80% 55%, 100% 40%, 100% 100%, 0% 100%);
    }

    .menu-icon {
      color: #999;
      cursor: pointer;
    }
    .product-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 24px;
    } 

    .product-item {
      background: #f1f1f1;
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 10px;
    }

    .product-img {
      width: 45px;
      height: 45px;
      border-radius: 8px;
      object-fit: cover;
    }

    .product-title {
      font-weight: 600;
      font-size: 14px;
    }

    .earn-text {
      font-size: 13px;
      color: #666;
    }

    .highlight {
      color: #f28c28;
      font-weight: 600;
    }

    .view-all {
      background: #ead8c8;
      border-radius: 10px;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      cursor: pointer;
    }

    .view-all i {
      margin-left: 6px;
    }
a.nav-link.active {
    color: #6E3D25 !important;
    border-bottom: 3px solid #ff7025;
}
.stat-box .mb-0 {
    font-size: 26px;
    font-weight: 600;
}
.network-nav-link {
    padding: 8px 30px;
    background: transparent;
    font-size: 18px;
    color: #3e3e3e;
}
.network-direct-team {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 3px solid white;
    border-radius: 50px;
}
.network-border1 .network-nav-link {
    border-radius: 30px 0 0 30px;
}
.network-border2 .network-nav-link {
    border-radius: 0px 30px 30px 0px;
}
  .home-without-login {
    background: #ffffff30;
    border-radius: 50px;
    border: 2px solid #bab7b7;
}

.home-without-login li.nav-item .nav-link.active {
    color: #6E3D25 !important;
    border-bottom: 0px;
}

.home-without-login li.nav-item {
    border-right: 2px solid #bab7b7;
}
.home-without-login li.nav-item:last-child {
    border-right: none;
}