@import url("../fonts/fonts.d815a2efb324.css");
@import url("../fonts/fonts.d815a2efb324.css");
@keyframes pulse {
  0%, 100% {
    background-color: transparent;
  }
  30%, 70% {
    background-color: #F5515E;
  }
}
@keyframes slide {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 1000px center;
  }
}
table {
  line-height: 1.5;
  width: 100%;
  border-spacing: 0;
}
table.large {
  font-size: 21pt;
}
table thead th {
  text-align: left;
}
table tbody th {
  text-align: left;
}
table tbody.sub th {
  font-weight: 600;
  padding-top: 12pt;
  border-bottom: 1px solid white;
}
table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.stock .orb {
  background-color: black;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  border-radius: 1em;
}
.stock .orb.lastfew {
  animation: pulse 1s ease-in-out infinite;
}
.stock .orb.plenty {
  background-color: #2AE28C;
}
.stock .orb.low {
  background-color: #F77F02;
}

.bargraph {
  width: 100%;
  border: 0.15em solid #2AE28C;
  color: #000000;
  height: 2.5em;
  border-radius: 10em;
  overflow: hidden;
  position: relative;
}
.bargraph.depletion .bar {
  float: right;
}
.bargraph .bar {
  background: #2AE28C;
  background: linear-gradient(90deg, #2AE28C 40%, rgb(131.7768595041, 238.2231404959, 188.4710743802), #2AE28C 60%);
  background-size: 1000px 100%;
  animation: slide 2s linear infinite;
  overflow: hidden;
  height: inherit;
  text-align: center;
  color: #000730;
}
.bargraph .bar span {
  font-size: 1em;
  line-height: 2.3em;
  overflow: hidden;
}

.screen .bargraph {
  height: 3em;
}
.screen .bar span {
  font-size: 1.5em;
}

.marker {
  background: #123f8b;
  height: inherit;
  text-align: center;
  font-size: 1em;
  border-right: 0.25em solid white;
  position: absolute;
  top: 0;
  left: 0;
}
.marker .remaining {
  background: #123f8b;
}

.connection-status {
  position: fixed;
  color: #000730;
  background-color: #F77F02;
  font-weight: bold;
  border-radius: 0.25em;
  padding: 1em;
  bottom: 1em;
  right: 1em;
  display: none;
}
.connection-status.disconnected {
  display: block;
}

.hide-cursor {
  cursor: none !important;
}

body {
  min-height: 100%;
  margin: 0px;
  background-color: #000730;
  color: white;
  font-size: 36pt;
  font-family: Raleway, sans-serif;
}

.barboard-grid {
  display: grid;
  height: 100vh;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 30%);
  grid-template-rows: repeat(2, 45%);
  justify-content: center;
  align-content: center;
}

.barboard-grid .tapcard {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}

.logo {
  width: 100%;
  text-align: center;
  overflow: hidden;
  flex-grow: 1;
}
.logo img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

/*# sourceMappingURL=barboard.css.006225be6012.map */
