#input-keyboard {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 25px;
  margin-bottom: 10px;
}
#keyboard-container {
  bottom: 0;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0 0 0;
  background: #b4e9fb82;
  user-select: none;
  transition: bottom 0.4s;
  z-index: 99;
}
.simple-keyboard{
  background: none;
}
.keyboard-close-btn{
  background: #db1212 !important;
  font-size: 1.2em !important;
  color: white;
}
.hg-button {
  height: 60px !important;
  font-size: 1.8em;
}