/* ActionStudios3D Live Translator */

.as3d-live-translator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(9,16,24,.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  white-space: nowrap;
  vertical-align: middle;
}

.as3d-live-translator-menu-item {
  display: inline-flex !important;
  align-items: center;
}

.as3d-live-translator-menu-item > .as3d-live-translator {
  margin-left: 8px;
}

.as3d-lt-btn {
  min-width: 38px;
  height: 26px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8d5e4;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.as3d-lt-btn:hover {
  color: #fff;
  background: rgba(255,255,255,.055);
}

.as3d-lt-btn.is-active {
  color: #1e1600;
  background: linear-gradient(180deg,#ffd43b,#facc15);
  box-shadow: 0 0 18px rgba(250,204,21,.18);
}

.as3d-lt-separator {
  color: rgba(255,255,255,.20);
  font-weight: 800;
  font-size: 12px;
}

.as3d-lt-select {
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #1e1600;
  background: linear-gradient(180deg,#ffd43b,#facc15);
  font-size: 12px;
  font-weight: 900;
  padding: 0 24px 0 10px;
  cursor: pointer;
  outline: none;
}

.as3d-live-translator-compact {
  gap: 3px;
  height: 30px;
}

.as3d-live-translator-compact .as3d-lt-btn {
  min-width: 32px;
  height: 23px;
  padding: 0 7px;
  font-size: 11px;
}

.as3d-live-google-holder,
#as3d-live-google-translate-holder,
.goog-te-gadget {
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body > .skiptranslate,
iframe.skiptranslate,
iframe.goog-te-banner-frame,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-aZ2wEe,
.VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

html,
body {
  top: 0 !important;
}

font.goog-text-highlight {
  background: inherit !important;
  box-shadow: none !important;
}

.as3d-lt-loading .as3d-lt-btn:not(.is-active) {
  opacity: .55;
}

@media (max-width: 1180px) {
  .as3d-live-translator-menu {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .as3d-live-translator {
    height: 36px;
  }

  .as3d-lt-btn {
    height: 28px;
    min-width: 40px;
  }
}
