 
@media (max-width: 767px) {
    [data-mobile="false"]
	 {
        display: none !important;
    }

	
 	.card_mobile
	{ background:none; border:none; padding:5px}
	    
    table {
        font-size: 0.9rem;
    }
    
    th, td {
        padding: 0.5rem;
    }
}

@media (min-width: 768px) {
    .hide-above-767 {
        display: none !important;
    }
}
 

 
  
        
        .unix-asset-card {
            background: #FFFFFF  ;
            border-radius: 5px;
            padding: 1rem;
            margin-bottom: 1rem;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            position: relative;
            transition: transform 0.2s; margin-top:-5PX;
        }
        
  
        
        .unix-asset-header {
            display: flex;
            align-items: center;
            gap: 0.7rem;
        }
        
        .unix-asset-icon {
			    object-fit: cover;
    
    /* Untuk mengatur gambar sebagai fit (menyesuaikan dengan container) */
    /* object-fit: contain; */
    
    /* Untuk memposisikan gambar di center */
    object-position: center;
    
    /* Ukuran gambar (sesuaikan dengan kebutuhan) */
  
    
    /* Tambahan styling jika diperlukan */
 
	
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        
        .unix-asset-info {
            flex: 1;
        }
        
        .unix-asset-info .unix-title {
            font-weight: 600;
            font-size: 1rem;
        }
        
        .unix-asset-info .unix-subtitle {
            font-size: 0.85rem;
            color: #888;
        }
        
        .unix-asset-stats {
            text-align: right;
        }
        
        .unix-asset-stats .unix-amount {
            font-weight: 600;
            font-size: 1rem;
        }
        
        .unix-asset-stats  {
            font-size: 0.8rem;
            color: #777;
        }
        
		    .unix-usd {
            font-size: 0.8rem;
            color: #777; font-weight:bold;
        }
		
        .unix-apy-label {
            display: inline-block;
            font-size: 0.65rem;
            background: #eee;
            color: #333;
            padding: 2px 6px;
            border-radius: 6px;
            margin-left: 0.3rem;
        }
        

        
        .unix-asset-bottom {
            display: flex; margin-top:8px;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
        }
        
        .unix-usd-value {
            color: #333;  
        }
        
        .unix-profit {
            color: #4CAF50;
            font-weight: 600;
        }
        
        .unix-loss {
            color: #f44336;
            font-weight: 600;
        }
        
        .unix-add-assets {
            text-align: center;
            padding: 1rem;
            background: #ffffff;
            border-radius: 12px;
            font-weight: bold;
            color: #555;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
        }

        

        /* overlay_m */
        
        .unix-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            display: none;
          
        }
  
    