.polylang-nav-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .polylang-dropdown-toggle {
    background-color: #0000;
    color: #fff;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: 5px;
      margin-top: 5px;
  }
  
  .polylang-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 150px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    border-radius: 7px;
    overflow: hidden;
  }
  
  .polylang-dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  
  .polylang-dropdown-menu li a {
    display: flex!important;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #111;
    font-weight: 500;
  }
  
  .polylang-dropdown-menu li a img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50px;
    object-fit: cover;
    border: solid 2px #e6e6e6;
  }
  
  .polylang-dropdown-menu li:hover a {
    background-color: #f1f1f1;
  }
  
  /* Display the dropdown on hover */
  .polylang-nav-dropdown:hover .polylang-dropdown-menu {
    display: block;
  }
  
  .polylang-nav-dropdown:hover .polylang-dropdown-toggle {
    background-color: #eee;
  }
  .polylang-dropdown-toggle img {
    width: 27px !important;
    height: 27px !important;
    object-fit: cover;
    border-radius: 50px;
    border: solid 2px #ddd;
  }


 .only_text .polylang-dropdown-toggle svg {
    width: 16px;
    height: 16px;
 }

.only_text .polylang-dropdown-toggle {
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
    outline: none!important;
    box-shadow: none!important;
    padding: 0;
    margin: 0;
}
.only_text .polylang-dropdown-toggle span{
    font-size: 14px;
    font-weight: 500;
}
.only_text.polylang-nav-dropdown:hover .polylang-dropdown-toggle {
    background-color: #0000!important;
}
.only_text.polylang-nav-dropdown li a img {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 7px;
}
.only_text .polylang-dropdown-toggle svg.vdown {
    margin-left: -5px;
}
.polylang-nav-dropdown.text_white .polylang-dropdown-toggle svg.vdown,
.polylang-nav-dropdown.text_white .polylang-dropdown-toggle {
  color: #FFF !important;
}

.polylang-nav-dropdown.text_white .polylang-dropdown-toggle svg.icon-global * {
  stroke: #FFF !important;
}


.is-stuck .polylang-nav-dropdown.text_white .polylang-dropdown-toggle svg.vdown,
.is-stuck .polylang-nav-dropdown.text_white .polylang-dropdown-toggle {
  color: #000 !important;
}

.is-stuck .polylang-nav-dropdown.text_white .polylang-dropdown-toggle svg.icon-global * {
  stroke: #000 !important;
}
