
/*# sourceMappingURL=custom.min.css.map */
/* this style used to bright the menu */
.menu-item {
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.menu-item:hover {
    background-color: #ccc; /* Light grey on hover */
}

.menu-item.active {
    background-color: #007bff !important; /* Bright blue for active */
    color: white;
    font-weight: bold;
}
