/* Ensure that the dropdown menu appears above other components */
/* .Select-menu-outer { */
    /* z-index: 10000 !important; A high value to ensure it overlays other elements */
/* } */

/* Optional: Ensure that the dropdown menu is positioned correctly */
/* .Select-menu { */
    /* position: absolute !important; */
/* } */