.widget_sd_widget_lang_switcher {
  margin-right: 15px;
  display: inline-block;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  background-color: #213f4f;
  padding: 3px 30px 1px 10px;
  position: relative;
  border-radius: 10px;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  font-size: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher.open .sd-lang-dropdown-container, .widget_sd_widget_lang_switcher .sd-lang-switcher.hover .sd-lang-dropdown-container {
  display: block !important;
}
.widget_sd_widget_lang_switcher .sd-lang-item {
  display: inline-flex;
  height: 30px;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current a {
  color: #fff;
  display: inline-flex;
  cursor: pointer;
  margin: auto;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current a:after {
  filter: brightness(0) invert(1);
  content: "";
  display: block !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  height: 14px;
  width: 10px;
  border: none;
  position: absolute;
  right: -20px;
  margin: auto;
  bottom: 0;
  top: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-item svg {
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  height: 15px;
}
.widget_sd_widget_lang_switcher .sd-lang-item p {
  text-transform: uppercase;
  margin: auto 0 auto 5px;
  font-size: 16px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  top: 0;
  display: none;
  position: relative;
  padding-top: 0px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container .sd-lang-item {
  margin-top: 5px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  color: #fff;
  display: block;
  display: flex;
  padding: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a svg {
  margin: auto;
}

@media screen and (max-width: 1250px) {
  .mobile-menu-sidebar.left.opened .widget_sd_widget_lang_switcher .sd-lang-switcher {
    margin-left: unset;
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
