.navbar-nav .nav-link:hover {
    color: white !important;
    background-color: transparent !important;
}


.navbar-custom {
    padding: 4px;
    height: 60px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
    background-color: #2d343c;
}

.navbar-custom .d-flex a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.navbar-custom .d-flex a img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.navbar-custom .d-flex a span {
    font-size: 12px;
    color: white;
}

.navbar-custom .d-flex a.active img {
    border-radius: 5px;
}

.navbar-custom .d-flex a.active span {
    color: #f8f9fa; /* Active link text color */
}




