.pwa-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 10px;
  z-index: 9999;
  font-size: 14px;
}
.pwa-footer-btn {
  margin-left: auto;
  margin-right: 10px;
  background: #ffffff;
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
}
.pwa-footer-close {
  font-size: 20px;
  cursor: pointer;
}
