Let's say you have $N$ random variables $Y_i$, where $Y_i = \beta_i X + \epsilon_i$. $X$ values are the same for all $Y_i$, but the error terms have different variance. I estimate each $\beta_i$ with OLS to obtain $\beta_i^{est}$, each with standard error $SE_i$.
Now, I want to estimate the weighted sum of $Y_i$ for some new independent value $X^{new}$: $\sum_i{w_iY_i}=(\sum_i{w_i\beta_i^{est}}) X^{new}$. What is the confidence interval around $(\sum_i{w_i\beta_i^{est}})$?