body.w88-site.bookies-boxed-layout .bookies-boxed-topbar-language,
body.w88-site.webo-boxed-layout .webo-boxed-topbar-language {
  flex: 0 0 76px;
  height: 44px;
  width: 76px;
}

body.w88-site .w88-language-toggle {
  align-items: center;
  background: #247dae;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  height: 44px;
  justify-content: center;
  letter-spacing: .04em;
  padding: 6px 8px;
  width: 76px;
}

body.w88-site .w88-language-toggle::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  margin-left: 1px;
  transition: transform 160ms ease;
}

body.w88-site .w88-language-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

body.w88-site .w88-language-toggle img {
  height: 12px;
  margin: 0;
  width: 18px;
}

html.w88-language-js body.w88-site .bookies-boxed-topbar-language .wpml-ls,
html.w88-language-js body.w88-site .webo-boxed-topbar-language .wpml-ls {
  height: 0;
  width: 0;
}

html.w88-language-js body.w88-site .bookies-boxed-topbar-language ul,
html.w88-language-js body.w88-site .webo-boxed-topbar-language ul {
  background: #151b26;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 72px);
  min-width: 0;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
  width: auto;
  z-index: 99999;
}

html.w88-language-js body.w88-site .bookies-boxed-topbar-language.is-open ul,
html.w88-language-js body.w88-site .webo-boxed-topbar-language.is-open ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

html.w88-language-js body.w88-site .bookies-boxed-topbar-language.is-open li,
html.w88-language-js body.w88-site .webo-boxed-topbar-language.is-open li {
  display: block !important;
}

html.w88-language-js body.w88-site .bookies-boxed-topbar-language ul a,
html.w88-language-js body.w88-site .webo-boxed-topbar-language ul a {
  border-radius: 6px;
  min-height: 44px;
  padding: 7px 8px;
  width: 72px;
}

@media (max-width: 420px) {
  html.w88-language-js body.w88-site .bookies-boxed-topbar-language ul,
  html.w88-language-js body.w88-site .webo-boxed-topbar-language ul {
    grid-template-columns: repeat(3, 68px);
  }

  html.w88-language-js body.w88-site .bookies-boxed-topbar-language ul a,
  html.w88-language-js body.w88-site .webo-boxed-topbar-language ul a {
    width: 68px;
  }
}

