body { 
    background-color: #121212; 
    color: white; 
    font-family: Arial, sans-serif; 
    margin: 0; 
    padding-bottom: 70px; 
}

.header {
    background-color: #1e1e1e;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.content { padding: 20px; }

/* Styling for Assets Page */
.balance-card { background: #2d3436; padding: 20px; border-radius: 10px; text-align: center; margin-bottom: 20px; }
.btn { background: #f1c40f; color: black; padding: 10px 20px; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; width: 48%; }
.btn-secondary { background: #333; color: white; padding: 10px; border: 1px solid #555; border-radius: 5px; cursor: pointer; width: 100%; margin-top: 10px; }
.action-buttons { display: flex; justify-content: space-between; margin-bottom: 20px; }

/* Bottom Nav Styles */
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: #1e1e1e;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #333;
}

.nav-item {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-item.active { color: #f1c40f; } /* Jo page khula hoga wo yellow dikhega */
.green { color: #00b894; }
.red { color: #d63031; }
