/* EMF tap board PWA CSS */
/* -*- coding: utf-8 -*- */
@import url("../fonts/fonts.d815a2efb324.css");
@keyframes pulse {
  0%, 100% {
    background-color: transparent;
  }
  30%, 70% {
    background-color: #F77F02;
  }
}
body {
  background: #74757c;
  color: white;
  font-size: 24pt;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.d-none {
  display: none !important;
}

button {
  font-size: 18pt;
  background-color: #74757c;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 0.25em;
}
button.report {
  width: 5em;
  height: 5em;
  border: 5px solid #74757c;
  outline: 3px solid #aaabba;
  background: #F57D87;
  background: radial-gradient(circle, rgb(245, 125, 135) 0%, rgb(245, 81, 94) 70%, rgb(227, 50, 64) 100%);
  box-shadow: 0 0 3px rgb(0, 0, 0);
  padding: 0;
  overflow: hidden;
}
button.report span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/alert-triangle.0a9f969a8859.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
button.report:active {
  background: #541e2c;
  background: radial-gradient(circle, rgb(84, 30, 44) 0%, rgb(110, 31, 32) 70%, rgb(84, 17, 22) 100%);
}

a, a:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0 0 0.25em 0;
}

header {
  position: absolute;
  padding: 1rem;
}
header h1 {
  font-size: 1.2em;
}
header #notebutton {
  font-size: 10pt;
  display: block;
  margin: 0;
}

#menubutton {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

#tastingNotesContainer {
  max-height: 25%;
  overflow: scroll;
}

#tastingNotesContainer,
#noteFormContainer {
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0.1em solid white;
  backdrop-filter: blur(10px);
  border-radius: 0.5em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}
#tastingNotesContainer p,
#noteFormContainer p {
  margin: 0 0 0.5em 0;
}
#tastingNotesContainer p:last-child,
#noteFormContainer p:last-child {
  margin-bottom: 0;
}
#tastingNotesContainer input,
#noteFormContainer input {
  font-size: inherit;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
}
.page .logo {
  flex: 1;
  min-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page p {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  text-align: center;
}
.page .product {
  font-weight: bold;
  font-size: 1em;
}
.page .price {
  font-size: 0.8em;
  line-height: 1;
}
.page .linenote {
  margin-top: 0.5em;
  font-size: 0.6em;
}
.page .linenote.caution::before {
  content: "";
  display: inline-block;
  background-color: #F77F02;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 1em;
  animation: pulse 1s ease-in-out infinite;
}
.page .totalStock, .page .connectedStock {
  margin-top: 0.5em;
}
.page .totalStock:first-child, .page .connectedStock:first-child {
  margin-top: 0;
}
.page .totalStock span, .page .connectedStock span {
  line-height: 1;
}
.page .totalStock .label, .page .connectedStock .label {
  font-size: 0.6em;
  margin-bottom: 0;
}
.page .totalStock .well, .page .connectedStock .well {
  background: #aaabba;
  width: 75vw;
  display: grid;
  border-radius: 1em;
  overflow: hidden;
  border: 5px solid #74757c;
  outline: 3px solid #aaabba;
  margin: 0 auto;
}
.page .totalStock .well .label, .page .connectedStock .well .label {
  grid-area: 1/1;
  font-size: 0.5em;
  text-align: center;
  z-index: 1;
  padding: 0.2em 0;
  color: black;
}
.page .totalStock .well .bar, .page .connectedStock .well .bar {
  grid-area: 1/1;
  width: 10%;
  background: #2AE28C;
  align-self: stretch;
}

#setup {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
}
#setup header {
  position: relative;
}
#setup .page p {
  text-align: left;
  margin-bottom: 0.5em;
}
#setup .page p:last-child {
  margin-bottom: 0;
}
#setup input, #setup select {
  font-size: inherit;
  margin-bottom: 1em;
}
#setup .smaller {
  font-size: 0.6em;
}
#setup #setupStatus {
  margin-bottom: 1em;
}

/*# sourceMappingURL=tapboard.css.7c9349e031cd.map */
