.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
  background: 0;
  bottom: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  clip: auto;
  color: #333;
  cursor: pointer;
  direction: ltr;
  display: block;
  float: none;
  font: 400;
  font-size: 12px;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.stt-lang-select {
  position: fixed;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
  overflow: hidden;
  max-height: 40px;
  z-index: 999999999;
  border: 1px solid #eee
}

.stt-lang-select.disabled {
  opacity: .5
}

.stt-lang-select .stt-logo {
  display: none;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 25px
}

.stt-lang-select.loading .stt-logo {
  opacity: .5
}

.stt-lang-select .stt-text {
  position: relative;
  padding: 14px 26px 14px 16px
}

.stt-lang-select .stt-text:after {
  content: '▼';
  display: block;
  position: absolute;
  top: 15px;
  right: 9px;
  font-size: 10px;
  color: #999
}

.stt-lang-select:not(.on):hover .stt-text:after {
  color: #333
}

.stt-lang-select.disabled:not(.on):hover .stt-text:after {
  color: #999
}

.stt-lang-select .stt-code {
  display: none;
  padding: 38px 0 6px;
  text-align: center
}

.stt-lang-select .stt-select {
  display: none;
  padding: 7px 0 7px 16px
}

.stt-lang-select .stt-select .stt-item {
  position: relative;
  padding: 7px 26px 7px 0
}

.stt-lang-select .stt-select .stt-item:after {
  content: '●';
  display: none;
  position: absolute;
  font-size: 10px;
  top: 8px;
  right: 9px;
  color: #999
}

.stt-lang-select .stt-select .stt-item.active:after {
  display: block
}

.stt-lang-select .stt-select .stt-item:hover:after {
  display: block;
  color: #333
}

@media (pointer:coarse) {
  .stt-lang-select .stt-select .stt-item:hover:after {
    display: none
  }
}

.stt-lang-select.on {
  max-height: 600px;
  transition: max-height .15s ease-in
}

.stt-lang-select.on .stt-text {
  display: none
}

.stt-lang-select.on .stt-select {
  display: block
}

.stt-lang-select.tl {
  top: 0;
  left: 0;
  border-radius: 0 0 5px
}

.stt-lang-select.tl .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.bl {
  bottom: 0;
  left: 0;
  border-radius: 0 5px 0 0
}

.stt-lang-select.bl .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.tr {
  top: 0;
  right: 0;
  border-radius: 0 0 0 5px
}

.stt-lang-select.tr .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.br {
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0
}

.stt-lang-select.br .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.cl, .stt-lang-select.cr {
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  max-height: 80px
}

.stt-lang-select.cl {
  left: 0;
  border-radius: 0 5px 5px 0
}

.stt-lang-select.cr {
  right: 0;
  border-radius: 5px 0 0 5px
}

.stt-lang-select.cl .stt-logo, .stt-lang-select.cr .stt-logo {
  left: 7px;
  top: 8px
}

.stt-lang-select.cl .stt-text, .stt-lang-select.cr .stt-text {
  display: none
}

.stt-lang-select.cl .stt-code, .stt-lang-select.cr .stt-code {
  display: block
}

.stt-lang-select.cl.on, .stt-lang-select.cr.on {
  width: 140px;
  max-height: 600px
}

.stt-lang-select.cl.on .stt-logo, .stt-lang-select.cr.on .stt-logo {
  top: 50%;
  margin-top: -12.5px
}

.stt-lang-select.cl.on .stt-code, .stt-lang-select.cr.on .stt-code {
  display: none
}

.translated-ltr .stt-lang-select {
  display: none
}
