py-shiny currently copies over CSS (and JS) from (R) shiny (which is pre-compiled with Bootstrap 3 in mind).
In the build script, we do re-compile CSS for ionRangeSlider to target Bootstrap 5 (+ our styling tweaks). We should be doing a similar thing for input_selectize(), input_date(), etc...