
/* ---------- Title Section ---------- */
.brics-title {
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.brics-title .title {
  color: #fff;
  font-weight: 700;
}

.brics-title .desc {
  color: #cfcfcf;
}

/* ---------- Info Cards ---------- */
.brics-info .cardBox {
  background: linear-gradient(145deg, #151937, #0b0f2a);
  border-radius: 14px;
  padding: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.08);
}

.brics-info .cardBox:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(153,69,255,0.35);
}

.brics-info h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.brics-info p {
  font-size: 13px;
  opacity: 0.8;
}

.brics-info .icn {
  font-size: 36px;
  color: #9b5cff;
}

/* ---------- Buy Section ---------- */
.brics-buy h4 {
  font-weight: 600;
}

.brics-buy .coinInput {
  position: relative;
}

.brics-buy .coinInput input {
  background: #0f1330;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding-left: 50px;
  height: 48px;
  border-radius: 10px;
}

.brics-buy .coinInput input:focus {
  border-color: #9b5cff;
  box-shadow: 0 0 12px rgba(155,92,255,0.5);
}

.coinContri {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9b5cff;
  font-size: 18px;
}

.buyBtn {
  height: 48px;
  background: linear-gradient(135deg, #9b5cff, #6a11cb);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.buyBtn:hover {
  box-shadow: 0 0 20px rgba(155,92,255,0.6);
}

/* ---------- Contract Cards ---------- */
.brics-contract .contractBox {
  background: linear-gradient(145deg, #151937, #0b0f2a);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
}

.brics-contract .contractBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(0,255,255,0.2);
}

.brics-contract h6 a {
  color: #9b5cff;
  font-size: 13px;
  word-break: break-all;
}

.brics-contract p {
  font-size: 13px;
  opacity: 0.85;
}

.brics-contract .fa-copy {
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
}

.rightImg {
  width: 60px;
}

/* ---------- Mobile Responsive ---------- */
@media (max-width: 768px) {

  .brics-info .cardBox {
    margin-bottom: 15px;
  }

  .brics-buy {
    text-align: center;
  }

  .brics-buy h4 {
    margin-top: 15px;
  }

  .buyBtn {
    margin-top: 10px;
  }

  .brics-contract .contractBox {
    margin-bottom: 15px;
  }
}



.qx-feature-section {
    background: radial-gradient(circle at right, #000, #000);
    /*background: radial-gradient(circle at right, #0b1c3f, #050b25);*/
    padding: 80px 0;
}

.qx-feature-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.qx-feature-box {
    border: 1px solid rgba(255,255,255,0.15);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: 0.4s;
}

.qx-feature-box:hover {
    /*border-color: #ff2ea6;*/
    border: 2px solid orange;
    transform: translateY(-8px);
}

.qx-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border: 2px solid #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qx-feature-icon span {
    width: 30px;
    height: 30px;
    border: 2px solid #ff7800;
}

.qx-feature-title {
    color:white !important;
    font-size: 22px;
    margin-bottom: 15px;
}

.qx-feature-text {
    color: #bfc6e0;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.qx-feature-link {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s;
}

.qx-feature-link:hover {
    color: #ff2ea6;
}

@media (max-width: 991px) {
    .qx-feature-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .qx-feature-box {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .qx-feature-section {
        padding: 50px 15px;
    }

    .qx-feature-container {
        grid-template-columns: 1fr;
    }

    .qx-feature-box {
        padding: 28px 18px;
    }

    .qx-feature-icon {
        width: 60px;
        height: 60px;
    }

    .qx-feature-title {
        font-size: 20px;
    }

    .qx-feature-text {
        font-size: 14px;
    }

    .qx-feature-link {
        font-size: 20px;
    }
}


.nft-latest-section {
    padding: 80px 0;
    background:radial-gradient(circle at right, #000, #000);
    /*background: radial-gradient(circle at right, #0b1c3f, #050b25);*/
}

.nft-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.nft-section-title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 40px;
}

.nft-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.nft-card {
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
}

.nft-card:hover {
    transform: translateY(-8px);
}

.nft-image img {
    width: 100%;
    display: block;
}

.nft-name {
    color: #fff;
    font-size: 18px;
    margin: 15px;
}

.nft-price {
    color: #ff2ea6;
    margin: 0 15px;
    font-weight: 600;
}

.nft-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.nft-author {
    color: #bfc6e0;
    font-size: 14px;
}

.nft-rating {
    color: gold;
    font-size: 14px;
}

@media (max-width: 992px) {
    .nft-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nft-section-title {
        font-size: 34px;
    }
}

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

    .nft-section-title {
        font-size: 28px;
        text-align: center;
    }

    .nft-card {
        margin-bottom: 10px;
    }
}


.nft-hero-section {
    /*background: radial-gradient(circle at left, #2a1f5c, #050b25);*/
    /*background-image: url('../../public/images/bricetoken2.jpg');*/
    background-image: url('../../public/images/bricstoken.jpg');
    /*background-image: url('../../public/images/Banner (6).png');*/
    padding: 120px 0 80px;
    position: relative;
    background-repeat: no-repeat;
  background-size: cover;
  height:100%;
}

.nft-hero-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    background: #0000004f;
}

.nft-hero-user {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.08);
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.nft-hero-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.nft-hero-user span {
    color: #fff;
    font-size: 14px;
}

.nft-hero-title {
    color: #ff8908;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.nft-hero-bid {
    color: #bfc6e0;
    margin-bottom: 30px;
    font-size: 16px;
}

.nft-hero-bid strong {
    color: #ff4800;
    margin-left: 8px;
}

.nft-hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ffa700, #ff7800);
    /*background: linear-gradient(135deg, #ff2ea6, #9b5cff);*/
    color: #fff;
    padding: 14px 36px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.nft-hero-btn:hover {
    transform: translateY(-3px);
}

.nft-hero-image img {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    display: block;
}


@media (max-width: 991px) {
    .nft-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nft-hero-image img {
        margin: 40px auto 0;
    }

    .nft-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .nft-hero-section {
        padding: 80px 0 60px;
    }

    .nft-hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .nft-hero-btn {
        padding: 12px 28px;
    }
}


/* ================= RESET ================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    /*background:#000;*/
    /*padding-top:90px; */
}

/* ================= HEADER ================= */
.brics-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#000;
    padding: 16px;
}

.brics-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0px 18px;
}

/* ================= LOGO ================= */
.brics-logo img{
    height:60px;
}

/* ================= NAV ================= */
.brics-nav ul{
    list-style:none;
    /*display:flex;*/
    gap:24px;
    align-items:center;
    justify-content:center !important;
}

.brics-nav a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.brics-nav a:hover{
    color:#fff;
}

/* ================= DROPDOWN ================= */
.nav-item.dropdown{
    position:relative;
}

.dropdown-menu{
    background:#000;
    border:none;
    min-width:220px;
    padding:10px 0;
    top:100%;
    left:0;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:all .25s ease;
    position:absolute;
}

.dropdown-item{
    color:#fff;
    padding:8px 18px;
    font-weight:500;
}

.dropdown-item:hover{
    background:#ff8908;
    color:#000;
}

/* ===== Desktop hover ===== */
@media(min-width:992px){
    .nav-item.dropdown:hover>.dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
        display:block;
    }
}

/* ================= AUTH ================= */
.brics-auth a{
    margin-left:10px;
    /*padding:8px 16px;*/
    /*border:1px solid #ff8908;*/
    border-radius:30px !important;
    color:#fff;
    text-decoration:none;
}

.brics-auth a:hover{
    background:#ff8908;
    color:#000;
}

/* ================= MOBILE ================= */
.brics-toggle{
    display:none;
    font-size:22px;
    color:#fff;
    cursor:pointer;
}

@media(max-width:991px){

    .brics-toggle{
        display:block;
    }

    .brics-nav{
        display:none;
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#000;
        padding:20px;
    }

    .brics-nav.active{
        display:block;
    }

    .brics-nav ul{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }

    /* mobile dropdown fix */

    .dropdown-menu.show{
        display:block;
        position:static;
        opacity:1;
        visibility:visible;
        transform:none;
        background: rgb(85, 82, 82);
    }
}
@media (max-width: 991px) {

    .brics-nav ul {
        width: 100%;
    }

    .brics-nav li {
        width: 100%;
    }

    .brics-nav a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 12px 14px;
        font-size: 15px;
    }

    /* Dropdown parent */
    .nav-item.dropdown > a {
        font-weight: 600;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    /* Arrow clean */
    .dropdown-toggle::after {
        margin-left: auto;
    }

    /* Submenu */
    .dropdown-menu {
        width: 100%;
        background: #0b0b0b;
        padding: 6px 0;
        margin: 0;
        border-radius: 6px;
    }

    .dropdown-menu .dropdown-item {
        padding: 10px 22px;
        font-size: 14px;
        color: #ddd;
    }

    .dropdown-menu .dropdown-item:hover {
        background: #00ffd5;
        color: #000;
    }
}






/* Container */
.staking-container {
  width: 100%;
  color: #fff;
  font-family: Arial, sans-serif;
  background-color: #161616;
  padding: 20px;
  box-sizing: border-box;
}

/* Header */
.staking-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.staking-header h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 6%;
}
.info-icon-desktop { display: none; width: 20px; }
.info-icon-mobile { width: 15px; }
@media(min-width: 768px) {
  .info-icon-desktop { display: block; }
  .info-icon-mobile { display: none; }
}

/* Card */
.staking-card-wrapper { display: flex; flex-wrap: wrap; }
.staking-card {
  background-color: #2A2A2A;
  border-radius: 1rem;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
.card-header {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}
.card-title {
  display: flex;
  justify-content: space-between;
}
.title { color: #FF8908; font-size: 1rem; }
.amount { color: #fff; font-size: 1rem; }

/* Chart Placeholder */
.chart-container {
  height: 220px;
  width: 100%;
  background-color: #1e1e1e;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
}

/* Buttons */
.staking-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.stake-btn { background-color: #FF8908; color: #fff; }
.unstake-btn { background-color: #555; color: #fff; }
.btn:hover { opacity: 0.9; }

/* Wallet info & Input */
.wallet-info { margin-top: 30px; }
.staked-amount {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.highlight { color: #FF8908; font-weight: bold; }

.input-wrapper {
  display: flex;
  border: 1px solid #FFC107;
  border-radius: 4px;
  margin-bottom: 10px;
}
.input-wrapper input {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: none;
  color: #fff;
}
.max-btn {
  width: 80px;
  background: #FF8908;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

/* Connect Wallet */
.connect-wallet-btn {
  display: block;
  background-color: #FF8908;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.2rem;
  margin: 20px auto;
  border-radius: 6px;
  cursor: pointer;
}
.connect-wallet-btn:hover { opacity: 0.8; }

/* Staking Info Desktop */
.staking-info-desktop {
  display: none;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.staking-info-desktop li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #fff;
}
@media(min-width: 768px) {
  .staking-info-desktop { display: block; }
}

/* Transaction History */
.transaction-history {
  margin-top: 50px;
}
.transaction-history h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1E2023;
}
th, td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #333;
}
th {
  background-color: #343639;
}


.transaction-history {
  margin-top: 50px;
}

.transaction-history h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
}

/* Transaction list wrapper */
.transaction-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Individual transaction item */
.transaction-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 3fr; /* adjust widths */
  background-color: #1E2023;
  border: 1px solid #3E4347;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9rem;
}

/* Each cell inside transaction */
.transaction-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-all;
}

/* No data placeholder */
.transaction-no-data {
  background-color: #1E2023;
  border: 1px solid #3E4347;
  border-radius: 10px;
  padding: 20px;
  color: #FF8908;
  text-align: center;
  font-size: 1rem;
}

/* Responsive for mobile */
@media(max-width: 768px) {
  .transaction-item {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px;
    flex-direction: column;
  }
  .transaction-cell {
    justify-content: flex-start;
    text-align: left;
  }
}

/*-------------------------------------------------------*/
/* ===== Base ===== */
body {
  /*background: #121212;*/
  font-family: Arial, sans-serif;
}

.staking-section {
  margin-top: 6%;
  background: black;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 1px 16px;
}

/* ===== Header ===== */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrap {
  display: flex;
  align-items: center;
}

h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.info-icon {
  width: 20px;
  margin-left: 8px;
}

/* ===== Card ===== */
.staking-card {
  background: #2A2A2A;
  border-radius: 16px;
  margin-top: 20px;
  padding: 24px;
}

.card-title {
  display: flex;
  justify-content: space-between;
}

.card-title .label {
  color: #FF8908;
  font-size: 24px;
}

.card-title .value {
  color: #fff;
  font-size: 20px;
}

/* ===== Buttons ===== */
.action-bar {
  display: flex;
  gap: 12px;
  margin: 60px 0 40px;
  align-items: center;
}

.btn {
  width: 110px;
  height: 44px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.btn.primary {
  background: #FF8908;
  color: #000;
}

.btn.secondary {
  background: #3A3A3A;
  color: #bbb;
}

/* ===== Table ===== */
.table-wrapper {
  background: #1E2023;
  border-radius: 16px;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: #343639;
}

th, td {
  padding: 16px;
  color: #fff;
  text-align: center;
}

.no-data {
  color: #FF8908;
  font-size: 18px;
  padding: 40px 0;
}

/* ===== Responsive ===== */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }

  .action-bar {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    text-align: center;
  }

  .staking-section {
    /*margin: 50px 0;*/
    margin-top:24%;
  }
}
/* ===== Transaction Box ===== */
.tx-box {
  background: #1E2023;
  border-radius: 16px;
  overflow: hidden;
}

/* Header Row */
.tx-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  background: #343639;
  padding: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

/* Data Row */
.tx-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #FF8908;
  font-size: 18px;
}

/* Mobile */
.tx-mobile {
  background: #1E2023;
  border-radius: 12px;
  padding: 30px 0;
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .tx-box {
    display: none;
  }

  .tx-mobile {
    display: block;
  }
}


/*reso pool*/




/* Wrapper */
.rp-wrapper {
  min-height: 100vh;
  background: #242424;
  padding: 16px;
  color: #ffffff;
  font-family: system-ui, sans-serif;
}

/* Header */
.rp-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.rp-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 6%;
}

.rp-header img {
  width: 18px;
  height: 18px;
}

/* Grid */
.rp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Cards */
.rp-card {
  background: #161616;
  border: 1px solid #3e4347;
  border-radius: 12px;
  padding: 16px;
}

.rp-card.rp-center {
  text-align: center;
}

.rp-card.rp-full {
  grid-column: span 1;
}

/* Text styles */
.rp-label {
  font-size: 16px;
}

.rp-big-number {
  font-size: 36px;
  color: #ff8908;
  margin: 12px 0;
}

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

.rp-muted {
  color: #7b7b7b;
  font-size: 14px;
}

/* Button */
.rp-wrapper button {
  background: #ff8908;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 12px;
}

.rp-wrapper button:hover {
  opacity: 0.85;
}

/* Rows */
.rp-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* Records (DIV based table) */
.rp-records {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.rp-record-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #343639;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}

.rp-record-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #1e2023;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.rp-record-row.nodata {
  grid-template-columns: 1fr;
  color: #ff8908;
}

/* Mobile No Data */
.rp-nodata-box {
  background: #1e2023;
  border: 1px solid #3e4347;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  color: #ff8908;
 
  display: none;
}

/* Responsive */
.rp-desktop-only {
  /*display: none;*/
}

.rp-mobile-only {
  /*display: block;*/
}

/* Tablet */
@media (min-width: 768px) {
  .rp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-card.rp-full {
    grid-column: span 2;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .rp-header h2 {
    font-size: 36px;
    margin-top: 6%;
  }

  .rp-big-number {
    font-size: 48px;
  }

  .rp-desktop-only {
    display: block;
  }

  .rp-mobile-only {
    display: none;
  }
}




/*level pool*/

/* Wrapper */
.lp-wrapper {
  min-height: 100vh;
  background: #2b2a2a;
  padding: 16px;
  color: #ffffff;
  font-family: system-ui, sans-serif;
}

/* Header */
.lp-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.lp-header h2 {
  font-size: 24px;
  font-weight: 700;
}

.lp-header img {
  width: 18px;
  height: 18px;
}

/* Grid */
.lp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Cards */
.lp-card {
  background: #161616;
  border: 1px solid #3e4347;
  border-radius: 12px;
  padding: 16px;
}

.lp-card.lp-center {
  text-align: center;
}

.lp-card.lp-full {
  grid-column: span 1;
}

/* Title with icon */
.lp-title-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Text styles */
.lp-label {
  font-size: 16px;
}

.lp-big-number {
  font-size: 36px;
  color: #ff8908;
  margin: 12px 0;
}

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

.lp-muted-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #7b7b7b;
  font-size: 14px;
}

/* Button */
.lp-btn {
  background: #ff8908;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 12px;
}

.lp-btn:hover {
  opacity: 0.85;
}

/* Rows */
.lp-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* Records (DIV based table) */
.lp-records {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.lp-record-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #343639;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}

.lp-record-header.lp-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.lp-record-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #1e2023;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.lp-record-row.lp-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.lp-record-row.lp-nodata {
  grid-template-columns: 1fr;
  color: #ff8908;
  text-align: center;
  padding: 12px 0;
}

/* Mobile No Data */
.lp-nodata-box {
  background: #1e2023;
  border: 1px solid #3e4347;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  color: #ff8908;
  display: none;
}

/* Responsive */
.lp-desktop-only {
  /*display: none;*/
}

.lp-mobile-only {
  display: block;
}

/* Tablet */
@media (min-width: 768px) {
  .lp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-card.lp-full {
    grid-column: span 2;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .lp-header h2 {
    font-size: 36px;
    margin-top: 7%;
  }

  .lp-big-number {
    font-size: 48px;
  }

  .lp-desktop-only {
    display: block;
  }

  .lp-mobile-only {
    display: none;
  }
}



/* Wrapper */
.ref-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #0f0f0f;
  font-family: system-ui, sans-serif;
  color: #ffffff;
}

/* Header */
.ref-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.ref-header h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.ref-info-desktop {
  width: 20px;
  height: 20px;
  display: none;
}

.ref-info-mobile {
  width: 15px;
  height: 15px;
  display: block;
}

/* Grid */
.ref-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Card */
.ref-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  padding: 16px;
  background: #161616;
  border: 1px solid #3e4347;
  color: #ffffff;
}
.ref-card1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  padding: 16px;
  background: #161616;
  border: 1px solid #3e4347;
  color: #ffffff;
}

.ref-card-center {
  justify-content: center;
  /*align-items: center;*/
  text-align: center;
  padding: 56px 16px;
}
.ref-card-center1 {
  justify-content: center;
  /*align-items: center;*/
  text-align: center;
  padding: 56px 16px;
}

.ref-card-full {
  grid-column: span 1;
}

/* Card Rows */
.ref-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.ref-label {
  font-size: 16px;
}

.ref-big-number {
  font-size: 36px;
  color: #ff8908;
}
.ref-big-number1 {
  font-size: 26px;
  /*color: #ff8908;*/
}

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

.ref-muted {
  color: #7b7b7b;
  font-size: 14px;
}

/* Button */
.ref-btn {
  background: #ff8908;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.ref-btn:hover {
  opacity: 0.85;
}

/* Records (DIV based table) */
.ref-records {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.ref-record-header {
  display: grid;
  background: #343639;
  font-size: 12px;
  text-align: center;
  padding: 8px;
}

.ref-record-header.ref-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ref-record-header1.ref-cols-3 {
  grid-template-columns: repeat(4, 1fr);
}

.ref-record-header.ref-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.ref-record-row {
  display: grid;
  background: #1e2023;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.ref-record-row.ref-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ref-record-row.ref-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.ref-record-row.ref-nodata {
  grid-template-columns: 1fr;
  color: #ff8908;
  padding: 12px 0;
  text-align: center;
}

/* Mobile No Data */
.ref-nodata-box {
  background: #1e2023;
  border: 1px solid #3e4347;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  color: #ff8908;
  display: none;
}

/* Responsive */
.ref-desktop-only {
  /*display: none;*/
}

.ref-mobile-only {
  /*display: block;*/
}

.ref-info-desktop {
  display: none;
}

.ref-info-mobile {
  display: block;
}

/* Tablet */
@media (min-width: 768px) {
  .ref-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ref-card-full {
    grid-column: span 2;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ref-header h2 {
    font-size: 36px;
    text-align: left;
    margin-top:6%;
  }

  .ref-big-number {
    font-size: 48px;
  }
  .ref-big-number1 {
    font-size: 20px;
  }

  .ref-desktop-only {
    display: block;
  }

  .ref-mobile-only {
    display: none;
  }

  .ref-info-desktop {
    display: block;
  }

  .ref-info-mobile {
    display: none;
  }
}

/* Mobile Menu Fix */
@media (max-width: 768px) {

    .brics-header {
        position: relative;
        z-index: 999;
    }

    .brics-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000; /* apna color */
        display: none;
        flex-direction: column;
        padding: 15px 0;
        max-height: 90vh;
        overflow-y: auto;
    }

    .brics-nav.active {
        display: block;
    }

    .brics-nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .brics-nav ul li {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }

    .brics-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        color: #fff;
    }
}

/*-------------------------------*/
.table dataTable no-footer{
    display:none !important;
}
/*-------------------------------*/

.levelright{
    margin-right:-80%;
    background:orange !important;
    color:white !important;
}



/* ===============================
   MOBILE RESPONSIVE (MAX 320px)
================================ */
@media (max-width: 320px) {

  body {
    font-size: 13px;
  }

  .rp-wrapper {
    padding: 8px;
  }

  .rp-header h2 {
    font-size: 18px;
    text-align: center;
  }

  /* Cards */
  .rp-card,
  .ref-card {
    padding: 10px;
    margin-bottom: 12px;
  }

  /* Form elements */
  .form-control {
    font-size: 13px;
    padding: 6px 8px;
  }

  select.form-control {
    height: 34px;
  }

  /* Button */
  .btn {
    font-size: 14px;
    padding: 8px;
  }

  /* Address text */
  .opacity-6 {
    font-size: 12px;
    word-break: break-all;
  }

  /* Tables */
  table {
    width: 100%;
    font-size: 12px;
  }

  table th,
  table td {
    padding: 6px 4px;
    white-space: nowrap;
  }

  /* Table scroll for mobile */
  .rp-full {
    overflow-x: auto;
  }

  /* DataTable pagination */
  .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
  }

  /* Icons */
  i.fa,
  i.bi {
    font-size: 14px;
  }

  /* Grid fixes */
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

}



/* ===============================
   MOBILE RESPONSIVE (MAX 320px)
================================ */
@media (max-width: 320px) {

  body {
    font-size: 13px;
  }

  .rp-wrapper {
    padding: 8px;
  }

  .rp-header h2 {
    font-size: 18px;
    text-align: center;
  }

  /* Cards */
  .rp-card,
  .ref-card {
    padding: 10px;
    margin-bottom: 12px;
  }

  /* Form elements */
  .form-control {
    font-size: 13px;
    padding: 6px 8px;
  }

  select.form-control {
    height: 34px;
  }

  /* Button */
  .btn {
    font-size: 14px;
    padding: 8px;
  }

  /* Address text */
  .opacity-6 {
    font-size: 12px;
    word-break: break-all;
  }

  /* Tables */
  table {
    width: 100%;
    font-size: 12px;
  }

  table th,
  table td {
    padding: 6px 4px;
    white-space: nowrap;
  }

  /* Table scroll for mobile */
  .rp-full {
    overflow-x: auto;
  }

  /* DataTable pagination */
  .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
  }

  /* Icons */
  i.fa,
  i.bi {
    font-size: 14px;
  }

  /* Grid fixes */
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

}
/* ===============================
   MOBILE FIX (TABLE + INPUT)
   up to 320px
================================ */
@media (max-width: 320px) {

  /* ---------- INPUT / SELECT SMALL ---------- */
  .form-control {
    height: 32px !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
  }

  select.form-control {
    height: 32px !important;
  }

  .btn {
    padding: 6px 10px !important;
    font-size: 13px !important;
  }

  /* ---------- TABLE SCROLL ---------- */
  .rp-full {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 600px; /* force scroll */
    font-size: 12px;
  }

  table th,
  table td {
    padding: 6px 8px;
    white-space: nowrap;
  }

  /* ---------- DATATABLE FIX ---------- */
  .dataTables_wrapper {
    overflow-x: auto;
  }

  .dataTables_paginate {
    font-size: 12px;
  }

}
/*-------------------------------------*/
/* ===== FORCE FULL WIDTH MOBILE FIX ===== */
@media (max-width: 480px) {

  html, body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .rp-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px !important;
    margin: 0 auto !important;
  }

  .rp-grid,
  .rp-card,
  .ref-card,
  .rp-full {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  /* ===== INPUT SMALL ===== */
  .form-control {
    height: 30px !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
  }

  select.form-control {
    height: 30px !important;
  }

  .btn {
    height: 34px !important;
    font-size: 13px !important;
    padding: 6px !important;
  }

  /* ===== TABLE SCROLL FIX ===== */
  .rp-full {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 700px !important;
    width: 100% !important;
    font-size: 12px;
  }

  table th,
  table td {
    white-space: nowrap !important;
    padding: 6px 8px !important;
  }

  /* ===== DATATABLE FIX ===== */
  .dataTables_wrapper {
    width: 100% !important;
    overflow-x: auto !important;
  }

}
/* ===============================
   MOBILE CARD & INPUT FIX
   (All mobiles)
================================ */
@media (max-width: 768px) {

  /* FORCE FULL WIDTH */
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  .rp-wrapper,
  .rp-grid {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  /* ===== ONE CARD PER ROW ===== */
  .rp-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .rp-card,
  .ref-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* ===== INPUT SMALL ===== */
  .form-control {
    height: 28px !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
  }

  select.form-control {
    height: 28px !important;
  }

  /* ===== BUTTON SMALL & CENTER ===== */
  .btn {
    font-size: 13px !important;
    padding: 6px 14px !important;
    border-radius: 6px;
  }

  .btn.w-100 {
    width: auto !important;
    min-width: 120px;
    margin: 0 auto;
    display: block;
  }

  /* ===== CONNECTED ADDRESS ===== */
  .opacity-6 {
    font-size: 11px;
    text-align: center;
    word-break: break-all;
  }

  /* ===== TABLE SCROLL ===== */
  .rp-full {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 248px !important;
    font-size: 12px;
  }

  table th,
  table td {
    white-space: nowrap;
    padding: 6px 8px;
  }

}

@media (max-width: 320px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 530) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
