.vue-touch-keyboard .keyboard {
  width: 100%;
  margin: 0;
}
.vue-touch-keyboard .keyboard .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.vue-touch-keyboard .keyboard .line:not(:last-child) {
  margin-bottom: 0.5em;
}
.vue-touch-keyboard .keyboard .key {
  -webkit-box-flex: 40;
  -ms-flex: 40;
  flex: 40;
  height: 3em;
  line-height: 3em;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 0.35em;
  font-size: 2em;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vue-touch-keyboard .keyboard .key:not(:last-child) {
  margin-right: 0.5em;
}
.vue-touch-keyboard .keyboard .key.backspace {
  background-image: url(/packs/packages/VueTouchKeyboard/icons/backspace-31b51be7a86567209149d9a39b7cea0b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
}
.vue-touch-keyboard .keyboard .key.half {
  -webkit-box-flex: 20;
  -ms-flex: 20;
  flex: 20;
}
.vue-touch-keyboard .keyboard .key.control {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #656565;
}
.vue-touch-keyboard .keyboard .key.featured {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.vue-touch-keyboard .keyboard .key:hover {
  color: #333;
  background-color: #d6d6d6;
  border-color: #adadad;
}
.vue-touch-keyboard .keyboard .key:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.vue-touch-keyboard .keyboard .key.activated {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.vue-touch-keyboard .keyboard .placeholder {
  -webkit-box-flex: 20;
  -ms-flex: 20;
  flex: 20;
  height: 3em;
  line-height: 3em;
}
.vue-touch-keyboard .keyboard .placeholder:not(:last-child) {
  margin-right: 0.5em;
}
.vue-touch-keyboard .keyboard:after,
.vue-touch-keyboard .keyboard:before {
  content: "";
  display: table;
}
.vue-touch-keyboard .keyboard:after {
  clear: both;
}
.custom-item[data-v-36bb4526] {
  background-color: #d4d5d7;
  padding: 0;
  border: 0;
  cursor: default;
}
.custom-item[data-v-36bb4526]:hover {
  background-color: #8c8c8c;
}
li.custom-item[data-v-36bb4526] {
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}

/*# sourceMappingURL=sessions_new-0730e4fe.css.map*/
