.tls2-switcher{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  font-family:inherit;
}
.admin-bar .tls2-switcher{ bottom:52px; }
.tls2-switcher-toggle{
  border:1px solid rgba(255,255,255,.12);
  background:#101828;
  color:#fff;
  padding:10px 14px;
  border-radius:12px;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.tls2-switcher-menu{
  display:none;
  margin-top:8px;
  border:1px solid rgba(255,255,255,.12);
  background:#0b1220;
  border-radius:14px;
  overflow:hidden;
  min-width:180px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.tls2-switcher.is-open .tls2-switcher-menu{ display:block; }
.tls2-switcher-link{
  display:block;
  padding:10px 14px;
  color:#fff !important;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.tls2-switcher-link:last-child{ border-bottom:none; }
.tls2-switcher-link:hover,
.tls2-switcher-link.is-active{ background:rgba(110,231,255,.12); }
html[dir="rtl"] body,
body.tls2-rtl{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] .tls2-switcher,
body.tls2-rtl .tls2-switcher{
  left:18px;
  right:auto;
}
.skiptranslate,
.goog-te-banner-frame,
.goog-te-gadget-icon,
#goog-gt-tt{
  display:none !important;
}
body{ top:0 !important; }
