/*custom-css */

html, body {
    height: 100%;
    margin: 0;
    background-color: #f0f2f5 !important; /* light gray background */
    color: #212529 !important;
}


.dropdown-item:hover {
    background-color: #007bff; /* Change to the color you want */
    color: white; /* Optional: Change text color on hover */
}
