 /* Tooltip footer */
  .qr-code img{
  border-radius: .25rem;
}

.qr-code .download img{
  border: 3px solid #F58220;
}

.qr-code .earn {
  width: fit-content
}

.qr-code .earn img{
  border: 3px solid #00a651;
}

.qr-code .tooltip {
  position: relative;
  display: inline-block;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  padding: 0 3px;
  width: 100%;
  padding: 1px 6px;
  margin-top: 16px;
  text-transform: uppercase;
}

.qr-code .tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.orange {
  background-color: #f3821f;
}
.orange::after {
  border-bottom: 10px solid #f3821f;
}

.green {
  background-color: #00a651;
}
.green::after {
  border-bottom: 10px solid #00a651;
}
