Customizing Input Type Date Popup to Match Dark Theme

I’m currently developing a dark-themed website and have run into an issue with the <input type="date"> element. When I click on the date input, the date picker popup appears in a light theme, which disrupts the overall aesthetic of my site.

I’ve tried several approaches, including CSS overrides. However, I still haven’t found a satisfactory solution that allows me to customize the date picker to fit my dark theme fully. Image of the problem

I’m looking for suggestions on how to style the date picker with better customization options to match a dark design. Any insights or advice would be greatly appreciated!

Thanks in advance for your help!