.margin{
    margin-top:8%;
}
.assets{
    background: #111827;
}
.assetscard{
    color:black;
}
.assetsimg{
    background: #1a2333;
  border: 3px solid #56565b;
  color: white;

}
.assetsimg p{
    margin-top: 5px; 
    color:#fff;

}
.boxtredone {
  background:linear-gradient(90deg,rgba(0,168,112,.2),rgba(25,32,43,0));
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.boxtredtwo {
  background:linear-gradient(90deg,rgba(247,72,92,.2),rgba(25,32,43,0));
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
  .margin{
    margin-top:10%;
}
}
@media (max-width: 500px) {
  .margin{
    margin-top:24%;
}
}
@media (max-width: 300px) {
  .margin{
    margin-top:28%;
}
}
.tradingbox{
    background: linear-gradient(180deg, #0b1220, #05080f);
    border:2px solid #101621;
     box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
/*.boxtredone{*/
/*    border:2px solid grey;*/
/*}*/
.heading{
  
    font-size:30px;
    color:white;
}
/*====================================*/
/* General styling */
.content-inner {
    /*padding: 20px;*/
}

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

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

.port_slide {
    margin-top: 20px;
}


#tbox-binance {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.item {
    flex: 1 1 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #21262f;
  border: 2px solid #363b42;
  padding: 14px;
}

.item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item img {
    width: 50px; 
    height: 50px;
    margin-bottom: 10px;
}

.item span {
    font-size: 14px;
    color: #333;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header h5 {
        font-size: 16px;
    }

    #tbox-binance {
        flex-direction: column;
        align-items: center;
    }

    .item {
        width: 80%; 
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .item img {
        width: 40px; 
        height: 40px;
    }

    .item span {
        font-size: 12px;
    }
}



/*=========================================*/
/*.orderbox{*/
/*    float: left;*/
/*}*/
/*.convert{*/
/*    float: left;*/
/*}*/
/* Base styling */
/* ===== MAIN CARD HEADER ===== */
.col-sm-8 {
    background: linear-gradient(180deg, #0b1220, #05080f);
    border-radius: 14px;
    padding: 15px;
    color: #fff;
    float:left;
}

/* ===== PRICE BAR ===== */
/*#price {*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    color: #ffffff;*/
/*    margin-bottom: 5px;*/
/*}*/

/*#convert_price {*/
/*    font-size: 14px;*/
/*    color: #b3b3b3;*/
/*}*/

/* ===== TOP INFO GRID ===== */
/*.orderbox,*/
/*#countdown,*/
/*#period,*/
/*#date,*/
/*#reachcountdown {*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*}*/

/* ===== INFO CARD STYLE ===== */
/*.orderbox {*/
/*    background: rgba(255,255,255,0.05);*/
/*    border-radius: 12px;*/
/*    padding: 12px;*/
/*    margin-top: 12px;*/
/*}*/

/* ===== COUNTDOWN / PERIOD BOXES ===== */
/*#countdown,*/
/*#period {*/
/*    background: rgba(255,255,255,0.08);*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*    margin-top: 6px;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*}*/

/* ===== DATE & DEADLINE ===== */
/*#date,*/
/*#reachcountdown {*/
/*    margin-top: 4px;*/
/*    font-size: 13px;*/
/*    color: #f5c542;*/
/*}*/

/* ===== SELECT DROPDOWN ===== */
.form-select {
    background: #0f172a;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 10px;
  width: 138px;
  float: left;
}

.form-select option {
    background: #0f172a;
    color: #fff;
}

/* ===== HEADER ICON BAR ===== */
/*.header h5 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    color: #fff;*/
/*}*/

/*.header i {*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*}*/

/* ===== TOAST ===== */
/*#toast {*/
/*    font-size: 14px;*/
/*    padding: 8px 12px;*/
/*}*/

/* ===== MOBILE RESPONSIVE ===== */
/*@media (max-width: 768px) {*/
/*    #price {*/
/*        font-size: 20px;*/
/*    }*/

/*    .orderbox {*/
/*        padding: 10px;*/
/*    }*/

/*    #countdown,*/
/*    #period {*/
/*        font-size: 13px;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .col-sm-8 {*/
/*        padding: 12px;*/
/*    }*/

/*    #price {*/
/*        font-size: 18px;*/
/*    }*/

/*    #convert_price {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/




/* =========================
   ASSET PAGE
========================= */

.asset-page {
  padding: 20px;
  background: #0b1220;
  color: #fff;
  font-family: Arial, sans-serif;
}

/* SUMMARY */
.asset-summary {
  background: #f6b861;
  /*border-radius: 12px;*/
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid;
}

.asset-label {
  font-size: 14px;
}

.asset-total {
  font-size: 32px;
  margin: 5px 0;
}

.asset-pnl {
  font-size: 13px;
}

.asset-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.asset-btn {
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

/* ACCOUNT INFO */
.asset-account {
  background: #f6b861;
  /*margin-top: 15px;*/
  padding: 15px;
  /*border-radius: 10px;*/
  color: #000;
}

/* GRID */
.asset-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.asset-box {
  background: #111a2c;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.asset-box h6 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #bbb;
}

.asset-box p {
  font-size: 18px;
  font-weight: bold;
}

.asset-box.wide {
  grid-column: span 2;
}

/* BOTTOM ACTIONS */
.asset-bottom-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.asset-icon {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.asset-icon img {
  width: 50px;
  margin-bottom: 5px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .asset-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .asset-box.wide {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .asset-summary {
    flex-direction: column;
  }

  .asset-actions {
    justify-content: flex-start;
  }

  .asset-grid {
    grid-template-columns: 1fr;
  }

  .asset-box.wide {
    grid-column: span 1;
  }

  .asset-bottom-actions {
    gap: 20px;
  }
}


.none{
    text-decoration: none;
  color: #111a2c;
}



.tbodyclass{
    color:white !important;
}











