.ap-tablet-home {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(4, 19, 14, .92);
  border: 1px solid rgba(212,175,55,.45);
  color: #d4af37;
  text-decoration: none;
  font-weight: 1000;
  font-family: Arial, sans-serif;
  box-shadow: 0 12px 34px rgba(0,0,0,.35);
}

.ap-tablet-home:active {
  transform: scale(.97);
}

@media print {
  .ap-tablet-home {
    display: none !important;
  }
}
