.voxr-pwa-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 10px;
  z-index: 1051;
}
.voxr-pwa-bar-btn {
  margin-left: 10px;
  background: #ffffff;
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
}
