.mod-bg-red, .mod-bg-after-red:after {
  background: #da4444 !important; }

.mod-bg-orange, .mod-bg-after-orange:after {
  background: #ee9649 !important; }

.mod-bg-yellow, .mod-bg-after-yellow:after {
  background: #f4d35d !important; }

.mod-bg-pink, .mod-bg-after-pink:after {
  background: #c169c9 !important; }

.mod-bg-green, .mod-bg-after-green:after {
  background: #28af98 !important; }

.mod-bg-blue, .mod-bg-after-blue:after {
  background: #2288aa !important; }

.mod-bg-purple, .mod-bg-after-purple:after {
  background: #7169c9 !important; }

.mod-bg-striped_purple, .mod-bg-after-striped_purple:after {
  background: repeating-linear-gradient(-45deg, #958fd6 -2px, #958fd6 4px, #3c31b4 4px, #3c31b4 8px) !important; }

.mod-bg-striped_redyellow, .mod-bg-after-striped_redyellow:after {
  background: repeating-linear-gradient(-45deg, #da4444 0px, #da4444 6px, #f4d35d 6px, #f4d35d 12px) !important; }

/*
.mod-bg-orange, .mod-bg-after-orange:after {
	//background: $color-event-blue !important;
	background: repeating-linear-gradient(
		-45deg,
		hsl(0, 76%, 53%) 0px,
		hsl(0, 76%, 53%) 6px,
		#0F1722 6px,
		#0F1722 12px
	) !important;
}*/
/*

.mod-bg-blue, .mod-bg-after-blue:after {
	//background: $color-event-blue !important;
	background: repeating-linear-gradient(
		0deg,
		hsl(197,50%,58%),
		hsl(197,50%,58%) 10px,
		hsl(197,50%,88%) 10px,
		hsl(197,50%,88%) 20px
	) !important;
}
.mod-bg-purple, .mod-bg-after-purple:after {

	//background: $color-event-purple !important;
	background: repeating-linear-gradient(
		0deg,
		hsl(247,50%,58%),
		hsl(247,50%,58%) 8px,
		hsl(247,50%,78%) 8px,
		hsl(247,50%,78%) 16px
	) !important;
}*/
.rm-item {
  height: 58px; }

.rm-item.mod-none {
  font-style: italic;
  color: #888;
  justify-content: center; }

.rm-item-event {
  flex: 1;
  width: 100px;
  min-width: 0;
  padding-right: 25px; }

.rm-item-event-series {
  color: #888; }

.rm-item-score {
  color: #aaa;
  margin-right: 10px; }

.rm-item-score-eta {
  color: #76BC87;
  font-weight: 500;
  margin-left: 2px; }

.rm-item-vs {
  font-style: italic;
  color: #aaa;
  margin-right: 10px; }

.rm-item-self {
  width: 28px;
  margin-right: 8px; }
  .rm-item-self img {
    width: 28px;
    height: 28px; }

.rm-item-opponent {
  width: 260px;
  display: flex;
  align-items: center; }
  .rm-item-opponent img {
    width: 28px;
    height: 28px;
    margin-right: 8px; }
  .rm-item-opponent div {
    font-weight: 500; }
  .rm-item-opponent span {
    font-style: italic; }

.rm-item-opponent.mod-full {
  width: 320px; }

.rm-item-opponent.mod-trunc {
  width: 240px; }

.rm-item-vods {
  color: #aaa;
  text-align: right;
  width: 140px; }

.rm-item-date {
  width: 90px;
  text-align: right;
  line-height: 1.5; }

.wf-table th {
  padding: 12px 10px; }

.player-stats-filter {
  display: flex;
  font-size: 11px;
  margin-top: -3px;
  padding-right: 5px; }

.player-stats-filter-label {
  margin-right: 5px;
  height: 17px;
  line-height: 17px;
  font-weight: 500; }

.player-stats-filter-btn {
  border-radius: 2px;
  height: 17px;
  line-height: 17px;
  padding: 0 4px;
  margin-left: 4px;
  text-transform: capitalize; }

.player-stats-filter-btn:hover {
  background: #aaa; }

.player-stats-filter-btn.mod-active {
  background: #444;
  color: #fff; }

.player-real-name {
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
  color: #888; }

.player-summary-container {
  display: flex; }

.player-summary-container-1 {
  flex: 1;
  min-width: 0; }

.player-summary-container-2 {
  flex: 0 0 320px;
  padding-left: 20px; }

.player-header {
  padding: 22px;
  display: flex; }

.flag {
  vertical-align: -1px;
  margin-right: 2px; }

.player-event-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px; }

.player-event-item:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #aaa;
  left: 0;
  top: 0;
  position: absolute; }

.player-event-item.mod-pink:before {
  background: #c169c9; }

.player-event-item.mod-red:before {
  background: #da4444; }

.player-event-item.mod-orange:before {
  background: #ee9649; }

.player-event-item.mod-green:before {
  background: #28af98; }

.player-event-item.mod-blue:before {
  background: #2288aa; }

.player-event-item.mod-purple:before {
  background: #7169c9; }

.wf-avatar.mod-player > div {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%; }
