/* Base */
* {
  box-sizing: border-box;
  font-family: Roboto, 'San Francisco', 'Segoe UI', 'Arial';
}

a {
  color: #38e;
  text-decoration: none;
}

input,
.input {
  width: 100%;
  font-size: 20px;
  color: #38e;
  margin: 0;
  padding: 3px;
  border: 1px solid #000;
  background: #2e2e2e;
  outline: 1px solid #363636;
  outline-offset: 0;
}

button,
.button {
  background: #333;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff383838, EndColorStr=#ff252525);
  text-shadow: 0 -1px 1px #000;
  outline: 0;
  height: 50px;
  border: 1px solid;
  border-color: #111 #111 #000;
  font: normal 16px/50px Verdana;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #aaa;
  text-align: center;
  letter-spacing: -1px;
  padding: 0 10px;
}

button:hover,
.button:hover {
  background: #2c2c2c;
  box-shadow: inset 0 0 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
}

.comma:before {
  content: ',';
  font-size: 1rem;
}

.submit__button {
  margin-top: 15px;
  padding: 0 30px;
}

.error {
  background: #633;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.error-message {
  color: #c33;
}

.tooltip {
  display: none;
  position: absolute;
  background: rgba(0,0,0, 0.75);
  padding: 10px;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.tooltip-tail {
  position: absolute;
  bottom: -17px;
  left: 50%;
  color: rgba(0,0,0, 0.75);
  transform: rotate(180deg) translateX(50%);
}

.tooltip-text {
  font-size: 18px;
}

.panel {
  position: relative;
  background: #222;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff383838, EndColorStr=#ff252525);
  outline: 0;
  border: 1px solid;
  border-color: #111 #111 #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.error-panel {
  display: block;
  width: 350px;
  position: relative;
  background: #511;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff383838, EndColorStr=#ff252525);
  outline: 0;
  border: 1px solid;
  border-color: #111 #111 #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto auto;
  padding: 20px;
  text-align: center;
}

.success-panel {
  display: block;
  width: 350px;
  position: relative;
  background: #242;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff383838, EndColorStr=#ff252525);
  outline: 0;
  border: 1px solid;
  border-color: #111 #111 #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto auto;
  padding: 20px;
  text-align: center;
}

.success-textarea {
  display: block;
  width: 640px;
  height: 100px;
  position: relative;
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.1), 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(256, 256, 256, .1), 0 1px 3px rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff383838, EndColorStr=#ff252525);
  outline: 0;
  border: 1px solid;
  border-color: #111 #111 #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 10px auto 0;
}

.prompt {
  position: relative;
  top: -10px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  text-shadow: 0 0 20px #ccc;
}

.caption {
  font: normal 11px Arial;
  letter-spacing: 0;
  color: #888;
  margin-top: 20px;
}

.hidden {
  position: absolute !important;
  top: -999px;
  left: -999px;
}

.onoffswitch {
  display: inline-block;
  position: relative;
  width: 40px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  vertical-align: middle;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  height: 20px; padding: 0; line-height: 20px;
  border: 2px solid #E3E3E3; border-radius: 20px;
  background-color: #fff;
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block; width: 20px; margin: 0px;
  background: #fff;
  position: absolute; top: 0; bottom: 0;
  right: 18px;
  border: 2px solid #E3E3E3; border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #00a977;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
 border-color: #00a977;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

/* Content */
.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  line-height: 48px;
  margin-right: 90px;
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -2px;
  text-shadow: 0 1px 0 #00a977, 0 0 4px #00a977;
  color: #000;
  transform: translate(-50%, -50%);
}

.logo-text {
  text-indent: -999px;
}

.logo .version {
  position: absolute;
  top: -8px;
  left: 100%;
  font-size: 0.55em;
  letter-spacing: -1px;
  text-shadow: none;
  color: #444;
}

#main-panel button {
  height: 32px;
  position: relative;
  margin: 10px 0 0 4px;
  line-height: 1;
  box-shadow: 0 0 1px #000 inset;
  border-radius: 16px;
  text-align: center;
}

#main-panel .back-button {
  transform: rotate(-90deg);
  float: left;
}

#main-panel .donate-button {
  font-size: 0.8rem;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin-left: 8px;
  float: left;
}

#main-panel .options-button,
#main-panel .options-button:hover {
  background-color: #2d364b;
  padding: 2px 6px;
  height: 22px;
  margin-top: 15px;
  margin-right: 14px;
  float: right;
  line-height: 12px;
  vertical-align: middle;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, .5);
}

#main-panel .options-button > span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 13px;
  transition: transform 200ms ease;
}

#main-panel .options-button.open > span {
  line-height: 16px;
  transform: rotate(180deg);
}

.upc-lookup-button,
.upc-lookup-button:hover {
  position: relative;
  top: 8px;
  background-color: #2d364b;
  height: 31px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, .5);
}

.upc-lookup-button > span {
  display: inline-block;
  transform: rotate(90deg);
}

.upc-lookup-init-button,
.upc-lookup-init-button:hover {
  margin-top: 8px;
  background-color: #2d364b;
  height: 31px;
  line-height: 31px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, .5);
}

.upc-lookup-init-button.searching:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #38e;
  position: relative;
  top: 3px;
  left: -5px;
  border-left-color: #33aaee;
  animation-name: spinning;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.upc-lookup-dialog #dialog {
  background: #222;
}

.last-update {
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 14px;
  color: #555;
  text-shadow: 1px 1px 2px #000;
  line-height: 1rem;
  transform: translateY(-50%);
}

.invalid-data { display: none; }

#gateway {
  padding: 0;
  z-index: 999999999999999999;
}

#gateway .logo {
  position: relative;
  top: 40px;
  width: auto;
  font-size: 3rem;
}

#gateway > p {
  margin-top: 20px;
}

#gateway .disclaimer {
  margin-top: 10px;
  font-size: 1rem;
}

#gateway .terms {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 75%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#gateway .terms-list {
  margin-top: 20px;
  list-style: none;
  text-align: left;
}

#gateway .terms-list > li {
  margin: 10px 0;
}

#gateway .terms-list > li:before {
  content: '✅';
  margin-right: 4px;
  font-size: 1.5rem;
  color: #080;
}

#gateway .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#gateway .buttons button {
  width: calc(50% - 10px);
  margin: 5px 2px;
  color: #fff;
}

.decline-terms-button,
.decline-terms-button:hover {
  background-color: #800;
}

.agree-terms-button,
.agree-terms-button:hover {
  background-color: #080;
}

.declined .emoji-sad {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10rem;
  transform: translate(-50%, -50%);
  color: #f00;
}

#content {
  position: relative;
}

#login-error-panel {
  width: auto;
  margin-bottom: 20px;
}

#passkey-panel {
  width: 350px;
}

#key-panel .submit-button {
  margin-top: 10px;
}

#main-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 53px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.on-top {
  z-index: 999999999 !important;
}

#options-panel {
  position: fixed;
  top: -128px;
  left: 0;
  right: 0;
  height: auto;
  border-top: 0;
  padding: 8px;
  z-index: 2;
  transition: top 500ms ease-in-out;
}

#options-panel.open {
  top: 53px;
  z-index: 99999999;
}

#options-panel label[for="zipCode"] {
  font-size: 0.9rem;
  position: absolute;
  top: -8px;
  left: calc(50% - 108px);
}

#options-panel label[for="upc"] {
  font-size: 0.9rem;
  position: absolute;
  top: -8px;
  left: calc(50% - 32px);
}

.options-merchants {
  height: 40px;
  padding-top: 6px;
  border-bottom: 1px solid #333;
}

.merchant-switch {
  margin: 0 8px;
}

.merchant-switch > label {
  position: relative;
  top: -4px;
  font-size: 1rem;
}

.updates-list {
  list-style: none;
}

.options {
  position: relative;
  height: 48px;
  margin-top: 16px;
  text-align: center;
}

#results {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px;
  transition: all 500ms ease;
  z-index: 1;
}

#dropzone {
  position: fixed;
  top: 136px;
  left: 0;
  right: 0;
  bottom: 0;
}

#dropzone.is-targeted {
  border: 4px dashed #555;
}

#dropzone:after {
  content: 'Drop app.asar file here';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  color: #555;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.results-list {
  width: 100%;
  margin: 16px 0 0;
  list-style: none;
  text-align: left;
  padding: 0 0;
}

.results-list li {
  position: relative;
  height: 44px;
  background: #222;
  border-bottom: 1px solid #1d1d1d;
  padding: 12px 8px;
  line-height: 20px;
  color: #ddd;
  font-size: 1.25rem;
  text-shadow: 2px 2px 1px rgba(0,0,0, 0.8);
  transition: all 500ms ease;
}

.results-list li:nth-child(even) {
  background: #282828;
}

.results-list li.highlight-limitedstock {
  background: #fc0;
}

.results-list li.highlight-instock {
  background: #0f0;
}

.results-list .merchant {
  height: auto;
  font-size: 1.25rem;
  text-align: center;
  text-shadow: 0 0 10px #ccc;
  background: #5343c4 !important;
}

.results-list .total-item {
  color: #fff;
}

.delayed:before {
  content: '';
  color: #00c4ff;
}

.cases,
.deaths {
  float: right;
}

.deaths {
  color: #f00;
  margin-left: 8px;
}

.deaths:before {
  content: '☠';
  margin-right: 4px;
}

.trend-up:before {
  content: '↯';
  font-size: 1rem;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-160deg) scaleX(-1);
  color: #f00;
}

.trend-down:before {
  content: '↯';
  font-size: 1rem;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  transform: rotate(-15deg);
  text-shadow: 2px 1px #000;
  color: #0ca20c;
}

.percentage {
  color: #fff;
}

.sup {
  font-size: 0.7rem;
  position: relative;
  top: -0.75rem;
}

.badge {
  box-shadow: 1px 1px 1px #000 inset;
  border-radius: 16px;
  padding: 4px;
  background-color: rgba(128,128,128,0.25);
  margin-left: 4px;
}

.new-cases {
  box-shadow: 1px 1px 1px #000 inset;
  border-radius: 16px;
  padding: 0 6px;
  background: #f00;
  margin-left: 4px;
  color: #fff;
}

.results-list .reopening-plan {
  color: #fff;
  margin: 0;
  padding: 0;
}

.reopening-plan .reopening-step {
  display: inline-block;
  height: 100%;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}

.results-list .reopen-step {
  display: inline-block;
  min-width: 21px;
  font-size: 1rem;
  margin-left: 6px;
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  line-height: 13px;
}

.reopen-step-name {
  text-transform: capitalize;
  font-weight: bold;
}

.reopen-step-name-badge {
  text-transform: uppercase;
  margin-right: 4px;
}

.more-info {
  background-color: #333;
  cursor: pointer;
}

.submit-button {
  background: #135;
}

.submit-button:hover {
  background: #246;
}

.panel-content {
  width: 100%;
  height: 95%;
  overflow: auto;
}

.has-tooltip {
  cursor: pointer;
}

.loading {
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-width: 5px;
  border-radius: 100%;
  animation: loading 3000ms ease-in-out infinite alternate, spinning 1000ms linear infinite;
}

.loaded .loading {
  display: none;
}

.bold {
  font-weight: 600;
}

.active-users-container {
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
  border-radius: 100%;
  z-index: 5;
}

.active-users-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #49535c;
  border-radius: 100%;
  opacity: 0.5;
}

.active-users-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Dialog */
#dialog-container {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 50%;
  height: auto;
  max-width: calc(100% - 32px);
  text-align: center;
  transform: translateY(-50%);
  z-index: 9999;
}

#dialog {
  display: inline-block;
  background-color: rgba(33,33,33, 0.95);
  border-radius: 12px;
}

#dialog-content {
  font-weight: 300;
}

#dialog-title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
}

#dialog-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 12px 0 0;
}

.dialog-button,
.dialog-button:hover {
  height: 30px;
  line-height: 1;
  font: normal 14px Arial;
  color: #aaa;
  background: #222;
  padding: 3px 10px;
  border: 3px solid #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dialog-button:hover {
  border-color: #242424;
}

.zoom-enabled__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.5);
  z-index: 2000;
}

#lens {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

#lens-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 500ms ease-out;
}

#lens-text {
  display: inline;
  position: absolute;
  font-family: Georgia;
  font-size: 100px;
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  text-shadow: 0 0 15px #fff;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.sync__button {
  background-color: #335;
}

.no-click {
  pointer-events: none;
}

#notification-container {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  height: auto;
  max-width: calc(100% - 32px);
  text-align: center;
  z-index: 9999;
}

#notification {
  display: inline-block;
  background-color: rgba(0,0,0, 0.35);
  border-radius: 12px;
}

#notification-message {
  font-weight: 300;
}

.invisible {
  opacity: 0;
  pointer-events: none;
}

.options > label {
  font-size: 1rem;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}

.out-of-stock {
  color: #f00;
  text-shadow: 0 0 10px #f00;
}

.limited-stock {
  color: #fc0;
  text-shadow: 0 0 10px #fc0;
}

.in-stock {
  color: #0f0;
  text-shadow: 0 0 10px #0f0;
}

.unknown,
.unavailable {
  color: #888;
}

.blocked {
  color: #f00;
  text-shadow: 0 0 10px #000;
}

#progress {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  height: 10px;
  box-shadow: 0 0 10px #000 inset;
}

#nprogress .bar {
  height: 8px;
  background: #00a977;
}

#nprogress .peg {
  box-shadow: 0 0 10px #00a977, 0 0 5px #00a977;
}

#nprogress .spinner-icon {
  display: none;
}

.store-number,
.store-info,
.store-inventory,
.store-name,
.store-address,
.store-phone {
  display: inline-flex;
}

.store-number {
  color: #888;
}

.store-inventory {
  margin-right: 0;
  float: right;
}

.store-distance {
  font-size: 75%;
}

.store-phone a {
  color: #5175a1;
}

.store-inventory .stamp {
  position: absolute;
  font-size: 0.7rem;
  top: 26px;
  right: 8px;
  white-space: pre;
}

.enter-info {
  position: fixed;
  top: 250px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  z-index: 10;
}

.enter-info .arrow {
  position: absolute;
  top: -102px;
  left: calc(50% - 32px);
  transform: rotate(270deg);
}

.enter-info .arrow:before {
  content: '➙';
  font-size: 4rem;
  color: #bbf;
  text-shadow: 0 0 20px #b187ed;
}

.enter-info .zip-code-arrow {
  transform: rotate(-112deg);
  left: calc(50% - 90px);
}

.enter-info .upc-arrow {
  transform: rotate(-70deg);
  left: calc(50% - 15px);
}

.donations-welcome {
  position: fixed;
  top: 80px;
  left: 10px;
  font-size: 1.5rem;
  z-index: 10;
}

.donations-welcome .arrow {
  position: absolute;
  top: -88px;
  left: 24px;
  margin-top: 50px;
  transform: rotate(270deg);
}

.donations-welcome .arrow:before {
  content: '➙';
  font-size: 2rem;
  color: #bbf;
  text-shadow: 0 0 20px #b187ed;
}

.active-users {
  position: fixed;
  top: auto;
  right: 160px;
  bottom: 17px;
  text-align: center;
  font-size: 1.5rem;
  z-index: 10;
}

.active-users .arrow {
  position: absolute;
  right: -60px;
  top: -18px;
}

.active-users .arrow:before {
  content: '➙';
  font-size: 4rem;
  color: #bbf;
  text-shadow: 0 0 20px #b187ed;
}

.pointing {
  animation-name: pointing;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
}

.pointing-right {
  animation-name: pointingright;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
}

.pointing-top-left {
  animation-name: pointingtopleft;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
}

.pointing-top-right {
  animation-name: pointingtopright;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
}

/* Donate */
.donate-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 8px;
  background-size: 64px 64px !important;
  vertical-align: top;
  position: relative;
  padding-top: 70px;
  font-size: 14px;
  margin-bottom: 8px;
  background-repeat: no-repeat !important;
}

.donate-icon.paypal {
  background: url(../images/icon-paypal.png) center center;
}

.donate-icon.venmo {
  background: url(../images/icon-venmo.png) center center;
}

/* Emojis */
.emoji-love:after {
  content: '😍';
  width: 16px;
  height: 16px;
}

.emoji-sad:after {
  content: '😢';
}

/* Phone */
@media screen and (max-width: 1027px) {
  .logo {
    width: 102px;
    height: 48px;
    margin: -1px auto;
    background-size: cover;
    background-position: center 0;
  }

  .login .logo,
  .down .logo {
    top: -60px;
  }

  .logo .version {
    left: auto;
    right: -12px;
  }

  .results-list {
    width: 100%;
    margin-top: 0;
  }

  .results-list li {
    height: 100px;
  }

  .store-info,
  .store-number,
  .store-name,
  .store-address,
  .store-phone  {
    display: block;
  }

  .store-distance {
    position: absolute;
    right: 10px;
    bottom: 0;
  }

  .store-inventory {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .store-inventory .stamp {
    top: 20px;
    right: 0;
  }

  .spacer {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .results-list li {
    font-size: 1rem;
  }
}

/* Animations */
@keyframes glow {
  0% {
    box-shadow: 0 0 0 #38e inset;
  }
  100% {
    box-shadow: 0 0 8px -4px #38e inset;
  }
}

@keyframes loading {
  0% {
    border: 5px solid #b22234;
    border-bottom-color: #fff;
    box-shadow: 3px 3px 5px 0 #fff;
  }
  50% {
    border: 5px solid #fff;
    border-bottom-color: #3c3b6e;
    box-shadow: 3px 3px 5px 0 #3c3b6e;
  }
  100% {
    border: 5px solid #3c3b6e;
    border-bottom-color: #b22234;
    box-shadow: 3px 3px 5px 0 #b22234;
  }
}

@keyframes spinning {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pointing {
  from { top: -72px; }
  to { top: -102px; }
}

@keyframes pointingright {
  from { right: -60px; }
  to { right: -112px; }
}

@keyframes pointingtopleft {
  from { transform: rotate(-112deg) translate(0, 0); }
  to { transform: rotate(-112deg) translate(-50px, 0); }
}

@keyframes pointingtopright {
  from { transform: rotate(-70deg) translate(0, 0); }
  to { transform: rotate(-70deg) translate(-50px, 0); }
}
