.lang-btn {
    background-color: transparent;
    border-color: transparent;
    /* border-color: rgb(38, 38, 38); */
    padding: 0 .5rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    /* Vertically center items */
}

.dropdown-item img {
    margin-right: 15px;
    /* Adjust margin as needed */
}

.navbar-fixed-top .navbar-nav .current a {
    color: #fff !important;
}