/* [project]/node_modules/react-simple-keyboard/build/css/index.css [app-client] (css) */
.hg-theme-default {
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ececec;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  overflow: hidden;
}

.hg-theme-default .hg-button span, .hg-theme-default .hg-button span svg {
  pointer-events: none;
}

.hg-theme-default button.hg-button {
  font-size: inherit;
  border-width: 0;
}

.hg-theme-default .hg-button {
  flex-grow: 1;
  display: inline-block;
}

.hg-theme-default .hg-row {
  display: flex;
}

.hg-theme-default .hg-row:not(:last-child) {
  margin-bottom: 5px;
}

.hg-theme-default .hg-row .hg-button-container, .hg-theme-default .hg-row .hg-button:not(:last-child) {
  margin-right: 5px;
}

.hg-theme-default .hg-row > div:last-child {
  margin-right: 0;
}

.hg-theme-default .hg-row .hg-button-container {
  display: flex;
}

.hg-theme-default .hg-button {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 5px;
  display: flex;
  box-shadow: 0 0 3px -1px #0000004d;
}

.hg-theme-default .hg-button.hg-standardBtn {
  width: 20px;
}

.hg-theme-default .hg-button.hg-activeButton {
  background: #efefef;
}

.hg-theme-default.hg-layout-numeric .hg-button {
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 60px;
  display: flex;
}

.hg-theme-default .hg-button.hg-button-numpadadd, .hg-theme-default .hg-button.hg-button-numpadenter {
  height: 85px;
}

.hg-theme-default .hg-button.hg-button-numpad0 {
  width: 105px;
}

.hg-theme-default .hg-button.hg-button-com {
  max-width: 85px;
}

.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
  max-width: 45px;
}

.hg-theme-default .hg-button.hg-selectedButton {
  color: #fff;
  background: #05194687;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 82px;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 60px;
}

.hg-candidate-box {
  -webkit-user-select: none;
  user-select: none;
  background: #ececec;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 5px;
  margin-top: -10px;
  display: inline-flex;
  position: absolute;
  transform: translateY(-100%);
}

ul.hg-candidate-box-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

li.hg-candidate-box-list-item {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

li.hg-candidate-box-list-item:hover {
  cursor: pointer;
  background: #00000008;
}

li.hg-candidate-box-list-item:active {
  background: #0000001a;
}

.hg-candidate-box-prev:before {
  content: "◄";
}

.hg-candidate-box-next:before {
  content: "►";
}

.hg-candidate-box-next, .hg-candidate-box-prev {
  color: #969696;
  cursor: pointer;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.hg-candidate-box-next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hg-candidate-box-prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.hg-candidate-box-btn-active {
  color: #444;
}

/* [project]/src/views/hardware/keyboard/styles.css [app-client] (css) */
input {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 100px;
  padding: 20px;
  font-size: 20px;
}

.keyboardContainer {
  background-color: #0000001a;
  border-radius: 5px;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
  display: flex;
}

.simple-keyboard.hg-theme-default {
  display: inline-block;
}

.simple-keyboard-main.simple-keyboard {
  background: none;
  width: 640px;
  min-width: 640px;
}

.simple-keyboard-main.simple-keyboard .hg-row:first-child {
  margin-bottom: 10px;
}

.simple-keyboard-arrows.simple-keyboard {
  background: none;
  align-self: flex-end;
}

.simple-keyboard .hg-button.selectedButton {
  color: #fff;
  background: #05194687;
}

.simple-keyboard .hg-button.emptySpace {
  pointer-events: none;
  box-shadow: none;
  background: none;
  border: none;
}

.simple-keyboard-arrows .hg-row {
  justify-content: center;
}

.simple-keyboard-arrows .hg-button {
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.controlArrows {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.simple-keyboard-control.simple-keyboard {
  background: none;
}

.simple-keyboard-control.simple-keyboard .hg-row:first-child {
  margin-bottom: 10px;
}

.simple-keyboard-control .hg-button {
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.numPad {
  align-items: flex-end;
  display: flex;
}

.simple-keyboard-numpad.simple-keyboard {
  background: none;
  width: 160px;
}

.simple-keyboard-numpad.simple-keyboard .hg-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.simple-keyboard-numpadEnd.simple-keyboard {
  background: none;
  width: 50px;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.simple-keyboard-numpadEnd.simple-keyboard .hg-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.simple-keyboard-numpadEnd .hg-button.hg-standardBtn.hg-button-plus, .simple-keyboard-numpadEnd.simple-keyboard .hg-button.hg-button-enter {
  height: 85px;
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
  color: #fff;
  background: #05194687;
}

.hg-button.hg-functionBtn.hg-button-space {
  width: 350px;
}

.simple-keyboard.myTheme1 {
  background-color: #0000;
  border-radius: 0 0 5px 5px;
}

.simple-keyboard.myTheme1 .hg-button {
  color: #fff;
  background: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.simple-keyboard.myTheme1 .hg-button:active {
  color: #fff;
  background: #1c4995;
}

#root .simple-keyboard.myTheme1 + .simple-keyboard-preview {
  background: #1c4995;
}

/*# sourceMappingURL=_e4009f45._.css.map*/