[v-cloak] {display: none}

#app {
  touch-action: manipulation;
  -webkit-touch-callout: none !important;
}

#app > * {
  font-family: 'Inter', sans-serif;
}

#app form {
  width: 100%;
  display: block;
}

.gas-meter {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  background-color: black;
}

.gas-meter input {
  display: flex;
  width: 1.6em;
  box-sizing: border-box;
  background-color: black;
  border: 1px solid transparent;
  margin-right: 1px;
  text-align: center;
  color:white;
  -webkit-user-select: none !important;
}

.gas-meter input::-webkit-outer-spin-button,
.gas-meter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.gas-meter input[type=number] {
  -moz-appearance: textfield;
}

.gas-meter .pre-numbers {
  display: flex;
  box-sizing: border-box;
  border: 3px solid black;
}

.gas-meter .post-numbers {
  display: flex;
  box-sizing: border-box;
  border: 3px solid red;
  margin-left: 1px;
}

.lol {
  color: white;
  padding-left: 0.8em;
  font-size: 1.2em;
}

.number-delimiter {
  color: white;
  padding-bottom: 0.3em;
  padding-right: 0.2em;
  font-size: 1.2em;
  margin-left: -7px;
}

.keyboard {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.keyboard button {
  width: 33.33%;
  box-sizing: border-box;
  height: 3em;
  background-color: white;
  border-radius: 0.5em;
  border: 2px solid black;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  color: black;
}

.keyboard button:last-child {
  width: 100%;
}

.protocol ul {
  list-style-type: none;
}

.entry-number-input {
  font-size: 6vw !important;
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }