/* navbar lang dropdown */

#dropdownLang {
    min-width: 4.5rem;
    width: 4.5rem;
}

.bg-light {
    background: white !important;
    transition: 500ms ease;
    box-shadow: none;
}

.bg-light.scrolled {
    background: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(17, 147, 245, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(17, 147, 245, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(17, 147, 245, 0.9);
}