.blocked-summoner-summoner-name {
  font-family: var(--font-body);
}
.blocked-summoner-summoner-name {
  -webkit-user-select: none;
}
.blocked-summoner-summoner-name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.blocked-summoner-summoner-name {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.blocked-summoner-summoner-name:lang(ja-jp) {
  font-size: 13px;
}
.blocked-summoner-summoner-name {
  font-family: var(--font-body);
}
lol-blocked-summoner {
  width: 50%;
  padding: 8px 15px 8px 0 /*rtl: 8px 0 8px 15px*/;
  box-sizing: border-box;
  cursor: pointer;
}
lol-blocked-summoner:hover .blocked-summoner-summoner-name {
  color: #f0e6d2;
}
lol-blocked-summoner:hover .blocked-summoner-unblock-button {
  display: block;
  margin-bottom: 2px;
}
lol-blocked-summoner:active .blocked-summoner-summoner-name {
  color: #5b5a56;
}
lol-blocked-summoner:active .blocked-summoner-unblock-button {
  background-color: #5b5a56;
}
.lol-block-list-summoner {
  display: flex;
  align-items: center;
  width: 100%;
}
.blocked-summoner-summoner-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0 0 10px /*rtl: 0 10px 0 0*/;
  flex: 1;
}
.blocked-summoner-unblock-button {
  display: none;
  width: 18px;
  height: 18px;
  -webkit-mask: url(/fe/lol-block-list-settings/x_mask.png) no-repeat center;
  background-color: #f0e6d2;
  -webkit-mask-size: contain;
}
lol-blocked-summoners,
.no-blocked-summoners {
  font-family: var(--font-body);
}
lol-blocked-summoners,
.no-blocked-summoners {
  -webkit-user-select: none;
}
lol-blocked-summoners,
.no-blocked-summoners {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
lol-blocked-summoners,
.no-blocked-summoners {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
lol-blocked-summoners:lang(ja-jp),
.no-blocked-summoners:lang(ja-jp) {
  font-size: 13px;
}
lol-blocked-summoners,
.no-blocked-summoners {
  font-family: var(--font-body);
}
lol-blocked-summoners {
  color: #a09b8c;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.block-summoner-text {
  margin-bottom: 10px;
  direction: ltr;
}
.block-summoner-input-group {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3c3c41;
  direction: ltr;
}
.block-summoner-input {
  flex: 1;
  margin: 0 10px 0 0 /*rtl: 0 0 0 10px*/;
}
.block-summoner-input input {
  height: 32px;
}
.block-summoner-button {
  width: 150px;
}
.blocked-summoners-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row;
  direction: ltr;
}
.no-blocked-summoners {
  color: #a09b8c;
  background: url(/fe/lol-block-list-settings/poro_smile.png) no-repeat center;
  padding-top: 150px;
  text-align: center;
  margin-top: 100px;
/* the margin right is to accomodate for the left nav and still center within the entire window */
  margin-right: 191px;
}
.blocked-summoners-info {
  margin-bottom: 10px;
  direction: ltr;
}
.confirm-friend-actions p {
  text-align: left /*rtl:right*/;
  direction: ltr;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZXMuY3NzIiwic291cmNlUm9vdCI6IiJ9*/