.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%;
}

.loyalty-tooltip-lolcafe-wrapper {
  display: flex;
  align-items: center;
}
.loyalty-tooltip-lolcafe-logo {
  background: url(../images/icon-lolcafe.png) center center no-repeat;
  background-size: cover;
  width: 77px;
  height: 92px;
  margin: 5px 10px 5px 0;
}
.loyalty-tooltip-lolcafe-silver-logo {
  background-image: url(../images/icon-lolcafe-silver.png);
}
.loyalty-tooltip-lolcafe-gold-logo {
  background-image: url(../images/icon-lolcafe-gold.png);
}
.loyalty-tooltip-lolcafe-platinum-logo {
  background-image: url(../images/icon-lolcafe-platinum.png);
}
.loyalty-tooltip-lolcafe-diamond-logo {
  background-image: url(../images/icon-lolcafe-diamond.png);
}
.loyalty-tooltip-lolcafe-desc {
  text-align: left;
}
