

.app-major-scan-banner {
  background: transparent;
  color: #fff;
  text-align: right;
  position: fixed;
  bottom: 18%;
  right: 3%;
  width: 25%;
  z-index: 11;
  overflow: hidden;
  display: block;
}

.app-major-scan-banner button {
    text-decoration: none;
    background: #353535;
    border: #fff 2px solid;
    color: #fff;
    cursor: pointer;
    padding: 1px 7px;
    margin: 2px 0;
    font-size: 11px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    border-radius: 100%;
}

.app-major-scan-banner button:hover {
  background: #fff;
  color: #222;
  border: #222 2px solid;
}

.scan-hidden {
  display: none;
}
