<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sidebar_googletranslate {
  display: flex;
  position: fixed;
  height: 50px;
  width: 100px;
  z-index: 50050;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0 ,0, .3);
  display: none;
  transition: all .2s linear;
}

#sidebar_googletranslate .capsule {
  position: relative;
  height: 16px;
  width: 46px;
  border-radius: 21px;
  margin-top: 17px;
  cursor: pointer;
}

#sidebar_googletranslate .capsule .switch {
  position: absolute;
  display: inline-block;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4285f4;
  box-shadow: 0 0 5px #000;
}

#sidebar_googletranslate #googletranslate-wrapper {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #fff;
  top: 0;
}

#sidebar_googletranslate #googletranslate-wrapper .btn {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

.goog-te-banner-frame, .skiptranslate iframe.skiptranslate, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf, .VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
}</pre></body></html>