/*.wrap-keyboard {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}*/

.jkeyboard {
  width: auto;
  display: inline-block;
  position: fixed;
  z-index: 1050;
  /*fixed*/
  width: 1314px;
  height: 380px;
  background: rgba(35, 43, 52, 0.4);
  border-radius: 10px;
  left: 478px;
  bottom: 21px;
}

.jkeyboard_control {
  display: inline;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url(jkeyboard-icon/close.svg) 100% / contain no-repeat;
  padding: 20px;
  cursor: pointer;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.3));
}

.jkeyboard_control.drag {
  right: auto;
  left: 10px;
  width: 60px;
  height: 60px;
  background: url(jkeyboard-icon/dragY.svg) 100% / contain no-repeat;
}

.jkeyboard, .jkeyboard .jline, .jkeyboard .jline ul {
  display: block;
  margin: 0;
  /* padding: 0; */
  padding: 0 10px;
}
.jkeyboard .jline {
  text-align: center;
  margin-left: -14px;
}
.jkeyboard .jline ul li {
  /* font-size: 18px; */
  /* width: 50px;
  height: 50px; */
  /* line-height: 50px; */
  font-family: arial, sans-serif;
  display: inline-block;
  /* border: 1px solid #3076af; */
  /* -webkit-box-shadow: 0 0 3px #3076af; */
  /* -webkit-box-shadow: inset 0 0 3px #3076af; */
  /* color: #f7faf7; */
  margin: 10px 0 1px 14px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 70px;
  background: white;
  color: black;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover {
  background-color: #F0F0F0;
}
.jkeyboard .jline ul li:active,
.jkey.active {
  background-color: #0078D7;
  color: white;
}
.jkeyboard .jline .return {
  width: 120px;
  font-size: 30px;
}
.jkeyboard .jline .space {
  width: 320px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
  font-size: 30px;
}
.jkeyboard .jline .layout_switch {
  text-transform: uppercase;
  background-size: 35%;
  background-image: url("jkeyboard-icon/language.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}
.jkeyboard .jline .shift {
  width: 100px;
  background-image: url("jkeyboard-icon/shift.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background: url("jkeyboard-icon/backspace.svg") no-repeat center center white;
}
