.loyalty-navbar-badge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 1px 0 15px;
  width: 34px;
  height: 61px;
  pointer-events: auto;
}

.loyalty-navbar-badge-icon {
  width: 33px;
  height: 42px;
  background: url(../images/badge-PCBRewards.png) center center no-repeat;
  background-size: cover;
}

.loyalty-tooltip-unlocked-wrapper {
  display: flex;
}
.loyalty-tooltip-unlocked-logo {
  background: url(../images/icon-league-unlock.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 50px;
  width: 50px;
  margin-right: 7px;
  margin-top: 7px;
}
.loyalty-tooltip-unlocked-desc {
  text-align: left;
  height: 100%;
}
