/* Write your custom CSS here */

/* Theme CSS expects `.show` on a parent; Bootstrap 5 toggles `.show` on the menu. */
.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}