body {
     
    background: #000000 !important; 
}
.navigation-2 {
    padding: 8px 0;
    background-color: #090a0a;
}
/* Connect Wallet Button */
.connect-wallet-btn {
    background: #3b82f6;
    color: #fff;
    border-radius: 10px;
    padding: 6px 14px;
    border: none;
}

    .connect-wallet-btn:hover {
        background: #2563eb;
    }

/* Wallet Modal */
.connect-wallet-modal {
    background: #0b0e11;
    border: 1px solid #1e2329;
    border-radius: 16px;
    color: #e5e7eb;
}

.wallet-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #12161c;
    border: 1px solid #1e2329;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
}

    .wallet-item img {
        width: 36px;
        height: 36px;
    }

    .wallet-item span {
        font-size: 13px;
        color: #9ca3af;
    }

    .wallet-item.active,
    .wallet-item:hover {
        border-color: #3b82f6;
        background: #111827;
    }

.wallet-modal-footer {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin-top: 14px;
}

    .wallet-modal-footer a {
        color: #60a5fa;
        text-decoration: none;
    }
.navigation-2 .dropdown .user-name {
    font-size: 18px;
    color: white;
}
.sidebar .navbar-brand img {
    width: 100%;
}