.custom-navbar {
    background-color: #00984b; /* Replace with your desired background color */
}

/* Optional: Adjust text color for better visibility on the background */
.custom-navbar .navbar-nav .nav-link {
    color: #ffffff; /* White text color */
}

.custom-navbar .navbar-brand {
    color: #ffffff; /* White text color for brand/logo */
}

.icon_menu{
    font-size: 5rem;
    color: #00984b;
}

.title_menu{
    margin-top: -20px;
    text-align: center;
}

#slidingTable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}