#dropdown-menu .list-group-item {
    cursor: pointer; /* Show the hand cursor */
}

#dropdown-menu .list-group-item:hover {
    background-color: #f8f9fa; /* Change background on hover */
    color: #000; /* Optional: change text color on hover */
}
