/**
 * JCORE-3513: custom styles for google translate module
 */
.hw-gtranslate-overlay {
  width: 80%;
  position: fixed;
  z-index: 9999;
  top: auto;
  right: 6.4%;
  background-color: #fff;
  border: 1px solid #000;
  overflow-x: hidden;
  transition: .5s;
  padding: 5px;
  margin-top: 3%;
}

.hw-gtranslate-overlay-content {
  position: relative;
  top: 8%;
  width: 100%;
  text-align: center;
}

ul.hw-gtranslate-select-lang {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  text-align: left;
  padding: 0 20px;
}

.hw-gtranslate-select-lang a {
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  transition: .3s;
  margin-right: 20px;
  white-space: nowrap;
}

ul.hw-gtranslate-select-lang li {
  text-decoration: none;
  list-style-type: none;
  text-align: left;
  width: 10%;
}

#sellanguage {
  float: right;
  padding-right: 5px;
  margin-bottom: 0px;
}

#sellanguage .hw-gtranslate-sellang {
  font-size: 14px;
  cursor: pointer;
  float: right;
}

.hw-google-icon{
  padding: 2px;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hw-gtranslate-overlay-mobile {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: auto;
  right: 0;
  background-color: #fff;
  border: 1px solid #000;
  overflow-x: hidden;
  transition: .5s;
  padding: 5px;
  margin-top: 3%;
  height: 80vh;
  overflow: scroll;
}

img.hw-googleimg {
  margin-right: 5px;
  margin-top: 1px;
}
