.container {
  display: grid;
}
.container #live-table {
  position: relative;
}
.container__content {
  grid-area: content;
  display: flex;
  background-color: var(--color-background-1);
  position: relative;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.container__main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.container__mainInner {
  padding-top: 10px;
  position: relative;
  order: 1;
  display: grid;
  grid-template: " myMenu liveTable bannerZone " minmax(660px, 1fr) / 150px 660px auto;
  display: -ms-flexbox;
}
.privacy_policy .container__mainInner,
.storage-page .container__mainInner,
.third-parties-page .container__mainInner,
.personal-data-page .container__mainInner,
.advertise-page .container__mainInner,
.contact-page .container__mainInner,
.livescore .container__mainInner,
.favorite-pages .container__mainInner {
  display: flex;
  flex-flow: column nowrap;
}
.container__myMenu {
  background-color: var(--color-background-1);
  margin-right: 10px;
  grid-area: myMenu;
  order: 1;
}
.container__liveTableWrapper {
  flex-flow: column nowrap;
  display: flex;
  grid-area: liveTable;
  order: 2;
}
.container__bannerZone {
  width: 160px;
  grid-area: bannerZone;
  position: relative;
  margin-left: 10px;
  order: 3;
}
._fs--wide .container__bannerZone {
  width: 300px;
}
.container__fsbody {
  display: flex;
  flex-flow: column nowrap;
}
.container__fsbody #fscon {
  order: -1;
}
@media only screen and (max-width: 999px) {
  .responsive .container__bannerZone {
    display: none;
  }
  .responsive .container__mainInner {
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }
}
@media only screen and (max-width: 1139px) {
  .responsive._fs--wide .container__bannerZone {
    display: none;
  }
  .responsive._fs--wide .container__mainInner {
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }
}
@media only screen and (max-width: 799px) {
  .responsive .container .playoff-scroll-buttons {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .responsive .container__content {
    padding: 0 0 10px;
  }
  .responsive .container__myMenu {
    display: none;
    position: absolute;
    flex-flow: column nowrap;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
  }
  .responsive .container__liveTableWrapper--hidden {
    display: none;
  }
  .responsive .container__mainInner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .responsive._fs--wide .container__mainInner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}
.upcomingDraw {
  padding: 8px 10px;
}
.upcomingDraw__row {
  display: flex;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 0;
}
.upcomingDraw__icon {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url(/res/_fs/build/trophy.f265027.svg) no-repeat center;
}
.theme--dark .upcomingDraw__icon {
  filter: brightness(2);
}
.upcomingDraw__name {
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .upcomingDraw {
    padding: 8px 0;
  }
}
#last-matches,
.career-table-new,
#player-transfers,
#player-injury-history,
.match-record-table {
  margin-bottom: 10px;
}
#block-summary-match-record {
  margin-top: 10px;
}
.teamHeader {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.teamHeader__info {
  display: flex;
  align-content: center;
}
.teamHeader__information {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 12px;
}
.teamHeader__name {
  display: flex;
  order: 1;
}
.teamHeader__text {
  display: flex;
  order: 2;
}
.teamHeader__infoPlayer {
  display: flex;
  order: 2;
  flex-direction: column;
  margin: 10px 0 0 0;
}
.teamHeader__logo {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: no-repeat center / 72px 72px;
  background-color: #FFFFFF;
}
.teamHeader__logo a div {
  width: 82px;
  height: 82px;
  background: no-repeat center / 72px 72px;
}
.teamHeader__info--player-country {
  display: none;
}
.teamHeader__info--player-birthdate {
  order: 3;
}
.teamHeader__info--player-type-name {
  order: 2;
  margin: 0 0 2px 0;
}
.teamHeader__info--player-rank {
  order: 2;
  margin: 0 0 2px 0;
}
.tournamentHeader {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.tournamentHeader__logo {
  width: 82px;
  height: 82px;
  background: no-repeat center / 76px auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.tournamentHeader__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 12px;
  line-height: 1.57;
}
.tournamentHeader__info--heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #353535;
}
.tournamentHeader__info--year {
  font-size: 14px;
  color: #656565;
}
.tableNote {
  margin: 12px 12px 0;
}
.profileTable {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.profileTable__matchTable--desktop {
  display: block;
}
.profileTable__matchTable--mobile {
  display: none;
}
.profileTable__careerTable--desktop {
  display: block;
}
.profileTable__careerTable--mobile {
  display: none;
}
.profileTable__transfers--desktop {
  display: block;
}
.profileTable__transfers--mobile {
  display: none;
  flex-direction: column;
}
.profileTable__list {
  overflow-x: auto;
  border-bottom: solid 4px var(--color-sport-secondary-body);
}
.profileTable__tabs {
  overflow-y: hidden;
}
.profileTable__tabs,
.profileTable__tabsList {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.profileTable__tabsItem {
  display: flex;
  padding: 8px 0;
  margin: 0 2px 0 0;
  font-size: 11px;
  line-height: 1.09;
  background-color: #E7E7E7;
  white-space: nowrap;
}
.profileTable__tabsItem a {
  padding: 8px 10px;
  color: #656565;
  text-decoration: none;
}
.profileTable__tabsItem a:hover {
  text-decoration: none;
}
.profileTable__tabsItem--selected {
  font-weight: bold;
  color: #FFFFFF;
  background-color: var(--color-sport-secondary-body);
}
.profileTable__tabsItem--selected a {
  color: #FFFFFF;
}
.profileTable__tabsItem--ranking {
  padding: 0;
}
.profileTable__tabsItem--nolink {
  padding: 8px 10px;
}
@media (hover: hover) {
  .profileTable__tabsItem--hover:hover {
    background-color: #D9D9D9;
  }
}
.profileTable__tabsList {
  padding: 4px 0 0 2px;
  background-color: var(--color-sport-secondary-body);
}
.profileTable__tabsList--squad {
  padding: 0 0 4px 2px;
}
.profileTable__tabsListItem {
  flex: 0 0 auto;
  margin: 0 0 0 2px;
  display: flex;
  flex-flow: row nowrap;
  padding: 8px 10px;
  opacity: 0.7;
  cursor: pointer;
}
.profileTable__tabsListItem--nolink {
  padding: 0;
}
.profileTable__tabsListItem--nolink a {
  padding: 8px 10px;
}
.profileTable__tabsListItem--nolink a:hover {
  text-decoration: none;
}
.profileTable__tabsListItem--selected {
  font-weight: bold;
  opacity: 1;
}
.profileTable__tabsListItem a {
  font-size: 11px;
  line-height: 1.09;
  color: #FFFFFF;
  text-decoration: none;
}
.profileTable__tabsListItem a:hover {
  text-decoration: none;
}
.profileTable__row {
  display: flex;
  flex: 1;
  align-items: stretch;
  min-width: 100%;
  min-height: 28px;
  font-size: 11px;
  box-sizing: border-box;
  border-bottom: solid 1px var(--color-border-4);
}
.profileTable__row--main {
  background-color: var(--color-background-5);
  justify-content: flex-end;
}
.profileTable__row--between {
  justify-content: space-between;
}
.profileTable__row--padding {
  padding: 0 0 0 12px;
  align-items: center;
}
.profileTable__row--start {
  justify-content: flex-start;
}
.profileTable__row--last {
  justify-content: center;
  align-items: center;
}
.profileTable__row--last a {
  text-decoration: underline;
  cursor: pointer;
}
.profileTable__row--last a:hover {
  text-decoration: none;
}
.profileTable__row--hide {
  display: none;
}
.profileTable__row--open {
  display: flex;
}
.profileTable__row--hover:hover {
  cursor: pointer;
}
@media (hover: hover) {
  .profileTable__row--hover:hover {
    background-color: var(--color-background-hover-1);
  }
}
@media (hover: hover) {
  .profileTable__row--background:hover {
    background-color: var(--color-background-hover-1);
  }
}
.profileTable__row--wrapper {
  width: 100%;
}
.profileTable__row--transferText {
  justify-content: center;
  align-items: center;
}
.profileTable__row--teams .leagueTable__teams {
  flex: 0 1 auto;
}
.iconRank {
  margin: 0 8px 0 3px;
}
.rankingTable {
  margin: 0 auto;
  font-size: 11px;
}
.rankingTable__menu {
  margin: 0;
}
@media (hover: hover) {
  .rankingTable__content .rankingTable__row:hover {
    background-color: #f3f3f3;
  }
}
.rankingTable__table {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.rankingTable__mainRow {
  min-height: 25px;
  line-height: 25px;
  font-weight: bold;
  background-color: var(--color-background-5);
}
.rankingTable__submainRow,
.rankingTable__row {
  display: flex;
  flex: 0 0 100%;
  min-height: 28px;
  justify-content: flex-start;
  box-sizing: border-box;
  border-bottom: solid 1px var(--color-border-4);
}
.rankingTable__submainRow {
  color: var(--color-text-2);
}
.rankingTable__row--noresult {
  display: flex;
  align-items: center;
  padding: 0 0 0 12px;
}
.rankingTable__row:hover {
  cursor: hand;
}
@media (hover: hover) {
  .rankingTable__row:hover {
    background-color: var(--color-background-hover-1);
  }
}
.rankingTable__league {
  padding: 0 0 0 10px;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--color-border-4);
}
.rankingTable__rankingIcon {
  background-repeat: no-repeat;
  background-position: 5px center;
}
.rankingTable__rankingIcon--up {
  background-image: url('/res/image/live_icons/odds-up.svg');
}
.rankingTable__rankingIcon--down {
  background-image: url('/res/image/live_icons/odds-down.svg');
}
.rankingTable .rank-column-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding-left: 10px;
}
.rankingTable .rank-player-container,
.rankingTable .rank-nationality-container {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.rankingTable .rank-column-player,
.rankingTable .rank-column-nationality {
  display: flex;
  flex-direction: column;
  width: 150px;
  flex: 1 0 auto;
  align-items: flex-start;
  justify-content: center;
  padding: 3px 0;
  margin-left: 12px;
  text-align: left;
  overflow: hidden;
}
.rankingTable .rank-column-team {
  display: flex;
  width: 150px;
  flex: 1 0 auto;
  align-items: center;
  margin-left: 12px;
  padding: 3px 0;
  text-align: left;
  overflow: hidden;
}
.rankingTable .rank-column-points,
.rankingTable .rank-column-tournaments {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  text-align: center;
}
.rankingTable__nolink {
  text-decoration: none;
  cursor: auto;
}
.rankingTable__nolink:hover {
  text-decoration: none;
}
.filterBoxFlashscore {
  display: flex;
  justify-content: flex-start;
  padding: 3px 0 6px 8px;
  background-color: var(--color-sport-secondary-body);
}
.filterBoxFlashscore__container,
.filterBoxFlashscore__select {
  height: 26px;
  width: 210px !important;
  margin-right: 8px;
}
.filterBoxFlashscore__container {
  position: relative;
}
.filterBoxFlashscore__finder,
.filterBoxFlashscore__selectBox {
  font-size: 11px;
}
.filterBoxFlashscore__finder {
  width: 100%;
  height: 26px;
  padding-left: 30px;
  color: var(--color-text-1);
  background-color: var(--color-background-1);
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.filterBoxFlashscore__finderIcon {
  position: absolute;
  top: 5px;
  left: 7px;
  background: transparent url('/res/image/live_icons/search.svg') no-repeat center / 16px 16px;
  width: 16px;
  height: 16px;
}
.filterBoxFlashscore__arrowIcon {
  position: absolute;
  top: 9px;
  right: 4px;
  background: transparent url('/res/image/live_icons/rank_arrow.svg') no-repeat center / 9px 6px;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.filterBoxFlashscore__select {
  position: relative;
  display: flex;
}
.filterBoxFlashscore__selectBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 26px;
  padding-left: 5px;
  background-color: var(--color-background-1);
  border: none;
  z-index: 4;
  cursor: pointer;
}
.filterBoxFlashscore__selectList {
  list-style: none;
  position: absolute;
  top: 26px;
  right: 0;
  width: 100% !important;
  max-height: 280px;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--color-background-1);
  border: none;
  box-shadow: 2px 4px 20px 0 rgba(0,0,0, var(--value-transparency-1));
  z-index: 5;
}
.filterBoxFlashscore__selectItem {
  padding: 4px 0 4px 5px;
  cursor: pointer;
}
@media (hover: hover) {
  .filterBoxFlashscore__selectItem:hover {
    background-color: var(--color-background-hover-1);
  }
}
@media only screen and (max-width: 999px) {
  .responsive .rankingTable__submainRow,
  .responsive .rankingTable__row {
    min-height: 36px;
  }
}
@media only screen and (max-width: 799px) {
  .responsive #national-team-table .playerTable__teamMobile,
  .responsive #international-cups-table .playerTable__teamMobile {
    display: none;
  }
  .responsive #nacional-cup-table .playerTable__team--none,
  .responsive #international-cups-table .playerTable__team--none,
  .responsive #national-team-table .playerTable__team--none {
    display: none;
  }
  .responsive .profileTable__matchTable--desktop {
    display: none;
  }
  .responsive .profileTable__matchTable--mobile {
    display: block;
  }
  .responsive .profileTable__careerTable--desktop {
    display: none;
  }
  .responsive .profileTable__careerTable--mobile {
    display: block;
  }
  .responsive .profileTable__transfers--desktop {
    display: none;
  }
  .responsive .profileTable__transfers--mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive .profileTable__tabsItem {
    padding: 12px 0;
  }
  .responsive .profileTable__tabsItem a {
    padding: 12px 10px;
  }
  .responsive .profileTable__tabsItem--ranking {
    padding: 0;
  }
  .responsive .profileTable__tabsItem--nolink {
    padding: 8px 10px;
  }
  .responsive .profileTable__tabsList {
    padding: 4px 0 0 2px;
  }
  .responsive .profileTable__tabsList--squad {
    padding: 0 0 4px 2px;
  }
  .responsive .profileTable__tabsList--squad .profileTable__tabsListItem--nolink {
    padding: 0;
  }
  .responsive .profileTable__tabsListItem {
    padding: 12px 10px;
  }
  .responsive .profileTable__tabsListItem--nolink a {
    padding: 12px 10px;
  }
  .responsive .profileTable__row {
    min-height: 36px;
  }
  .responsive .profileTable__row--leagueHeading {
    background-color: var(--color-background-4);
  }
  .responsive .profileTable__row--leagueHeading--selected {
    background-color: var(--color-background-7);
  }
  .responsive .profileTable__row--transfersRow {
    display: none;
  }
  .responsive .profileTable__row--match {
    height: 48px;
  }
  .responsive .profileTable__row--mobile {
    display: none;
  }
  .responsive .profileTable__row--openSet .playerTable__teamMobile {
    display: none;
  }
  .responsive .profileTable__row--last {
    height: 32px;
  }
  .responsive .profileTable__row--transfer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--color-border-3);
  }
  .responsive .profileTable__row--tennis {
    flex: 1 0 auto;
  }
  .responsive .profileTable__list {
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    z-index: 5;
  }
  .responsive .rankingTable__menu {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 3;
  }
  .responsive .rankingTable__league {
    position: sticky;
    position: -webkit-sticky;
    top: 106px;
    z-index: 2;
  }
  .responsive .rankingTable .rank-column-rank {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    box-sizing: border-box;
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-1), 0.08);
    background-color: var(--color-background-1);
    z-index: 1;
  }
  .responsive .rankingTable .rank-column-nationality,
  .responsive .rankingTable .rank-column-team {
    display: none;
  }
  .responsive .filterBoxFlashscore {
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    padding: 3px 8px 6px;
    flex-wrap: wrap;
    z-index: 3;
  }
  .responsive .filterBoxFlashscore__container,
  .responsive .filterBoxFlashscore__select {
    flex: 0 0 100%;
    margin: 0;
  }
  .responsive .filterBoxFlashscore__select {
    margin: 6px 0 0 0;
  }
  .responsive .filterBoxFlashscore__selectList {
    position: absolute;
    top: 26px;
    min-width: calc(100% - 16px) !important;
  }
  .responsive .filterBoxFlashscore__selectItem {
    padding: 8px 0 8px 10px;
  }
}
@media only screen and (max-width: 639px) {
  .responsive .teamHeader {
    padding: 10px;
  }
  .responsive .teamHeader__name {
    order: 1;
  }
  .responsive .teamHeader__infoPlayer {
    margin: 4px 0 0 0;
  }
  .responsive .teamHeader__text {
    order: 2;
  }
  .responsive .teamHeader__logo {
    width: 52px;
    height: 52px;
    background: no-repeat center / 42px 42px;
    background-color: #FFFFFF;
  }
  .responsive .teamHeader__logo a div {
    width: 52px;
    height: 52px;
    background: no-repeat center / 42px 42px;
  }
  .responsive .tournamentHeader {
    padding: 10px;
  }
  .responsive .tournament__link {
    margin-left: 12px;
  }
}
.leagueTable__teamLogo {
  margin-right: 11px;
  width: 15px;
  height: 15px;
}
.leagueTable__nologo {
  background: url("/res/_fs/image/empty-logo-team-small.png") no-repeat 0 0 !important;
}
.leagueTable__toMyTeam {
  width: 16px;
  height: 15px;
  margin: 0 5px;
}
.leagueTable__season,
.leagueTable__winner {
  overflow: hidden;
  white-space: nowrap;
}
.leagueTable__seasonName {
  overflow: hidden;
  text-overflow: ellipsis;
}
.leagueTable__teams {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.leagueTable__teamName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leagueTable__season {
  display: flex;
  flex: 1;
  align-items: center;
}
.leagueTable__season--heading {
  font-weight: bold;
}
.leagueTable__winner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 0 2px 12px;
}
.leagueTable__winner--heading {
  font-weight: bold;
}
.leagueTable__winnerBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
}
@media only screen and (max-width: 799px) {
  .responsive .leagueTable__teams {
    justify-content: space-between;
  }
}
.playerTable__icons {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.playerTable__icons--soccer {
  flex: 0 0 200px;
}
.playerTable__icons--hockey {
  flex: 0 0 200px;
}
.playerTable__icons--matches {
  flex: 0 0 150px;
}
.playerTable__icons--squad {
  flex: 0 0 250px;
}
.playerTable__showArrow {
  justify-self: flex-end;
  flex: 0 0 20px;
  min-height: 28px;
  background: url('/res/image/live_icons/arrow_down.svg') no-repeat center / 12px 12px;
}
.playerTable__showArrow--up {
  background: url('/res/image/live_icons/arrow_up.svg') no-repeat center / 12px 12px;
}
.playerTable__date {
  display: flex;
  flex: 0 0 70px;
  align-items: center;
  justify-content: center;
}
.playerTable__division {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 70px;
  margin-left: 12px;
}
.playerTable__absenceInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 112px;
}
.playerTable__absenceIcon {
  margin-right: 5px;
}
.playerTable__icon {
  display: flex;
  flex-flow: column nowrap;
  cursor: pointer;
  justify-self: center;
  align-items: center;
  color: #fff;
  width: 18px;
  height: 18px;
  margin: auto 5px;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  position: relative;
}
.playerTable__icon--d {
  background-color: #ffb22f;
}
.playerTable__icon--w {
  background-color: #44ac45;
}
.playerTable__icon--l {
  background-color: #eb3f30;
}
.playerTable__icon--dw:before,
.playerTable__icon--dl:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffb22f;
  position: absolute;
  top: 8px;
  right: 0;
}
.playerTable__icon--dw {
  background-color: #44ac45;
}
.playerTable__icon--dl {
  background-color: #eb3f30;
}
.playerTable__info {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.playerTable__team {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 12px;
  padding-left: 12px;
  overflow: hidden;
}
.playerTable__team--teamLogo {
  flex: 0 0 16px;
  margin-right: 8px;
  height: 16px;
  background: no-repeat center / 16px 16px;
}
.playerTable__team--teamName {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__team--win {
  font-weight: bold;
}
.playerTable__team .playerTable__showArrow {
  display: none;
}
.playerTable__teamMobile {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  overflow: hidden;
}
.playerTable__teamMobileBlock {
  display: flex;
  align-items: center;
}
.playerTable__teamMobileBlock--info {
  flex: 1;
  overflow: hidden;
}
.playerTable__teamMobileBlock--arrow {
  flex: 0 0 20px;
}
.playerTable__country {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 28px;
  padding-left: 12px;
  overflow: hidden;
}
.playerTable__country--countryName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playerTable__country--border {
  min-height: 27px;
  border-left: solid 1px var(--color-border-1);
}
.playerTable__country--padding {
  margin-left: 26px;
}
.playerTable__country--click {
  cursor: pointer;
}
.playerTable__countryName {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.playerTable__result {
  display: flex;
  flex: 0 0 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.playerTable__result--full {
  margin-bottom: 2px;
  font-weight: bold;
}
.playerTable__result--notFull {
  margin-top: 2px;
}
.playerTable__sportIcon {
  display: flex;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
}
.playerTable__sportIcon--matches {
  flex: 0 0 28px;
}
.playerTable__sportIcon--grey {
  color: var(--color-text-2);
}
.playerTable__sportIcon--goal {
  background-color: var(--color-background-highlight-3);
}
.playerTable__sportIcon--yellow-card {
  background-color: var(--color-yellowCard);
}
.playerTable__sportIcon--red-card {
  color: #FFFFFF;
  background-color: var(--color-text-highlight-1);
}
.playerTable__sportIcon--age {
  flex: 0 0 50px;
  text-align: center;
}
.playerTable__sportIcon--icon {
  width: 16px;
  height: 16px;
  background: url(/res/_fs/build/incident-sprite.2b792fa.svg) no-repeat;
}
.theme--dark .playerTable__sportIcon--icon {
  background-image: url(/res/_fs/build/incident-sprite-dark.8474346.svg);
}
.playerTable__sportIcon--iconYersey {
  background-position: -288px -32px;
}
.playerTable__sportIcon--iconFootball {
  background-position: -16px 0;
}
.playerTable__sportIcon--iconYellowCard {
  background-position: 0 0;
}
.playerTable__sportIcon--iconRedCard {
  background-position: 0 -16px;
}
.playerTable__matchDate {
  margin-right: 5px;
}
.playerTable__type {
  flex: 0 0 120px;
  margin: auto 0 auto 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.playerTable__from,
.playerTable__to {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 70px;
}
.playerTable__injury {
  display: flex;
  flex: 1 0 140px;
  align-items: center;
  margin-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.playerTable__season {
  display: flex;
  min-width: 65px;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}
.playerTable__season--selected {
  background-color: #E7E7E7;
}
.playerTable__rank,
.playerTable__titles,
.playerTable__all-matches,
.playerTable__hard,
.playerTable__clay,
.playerTable__grass {
  display: flex;
  align-items: center;
  justify-content: center;
}
.playerTable__rank {
  min-width: 70px;
}
.playerTable__titles {
  min-width: 60px;
}
.playerTable__all-matches {
  min-width: 100px;
}
.playerTable__hard {
  min-width: 80px;
}
.playerTable__clay {
  min-width: 80px;
}
.playerTable__grass {
  min-width: 80px;
}
.playerTable__year {
  flex: 1 0 auto;
  padding-left: 12px;
  align-self: center;
}
.playerTable__tournament {
  flex: 3;
  width: 110px;
  padding-left: 12px;
}
.playerTable__surface {
  flex: 0 0 150px;
  margin-left: 12px;
  min-width: 90px;
}
.playerTable__tournament,
.playerTable__surface {
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__prize-money {
  align-self: center;
  flex: 0 0 150px;
  margin-left: 12px;
}
.match__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 799px) {
  .responsive #nacional-cup-table .playerTable__country,
  .responsive #international-cups-table .playerTable__country,
  .responsive #national-team-table .playerTable__country {
    display: flex;
  }
  .responsive .playerTable__leagueInfo {
    display: flex;
    align-items: center;
  }
  .responsive .playerTable__leagueAddTo {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
  .responsive .playerTable__leagueFlag {
    margin-left: 8px;
  }
  .responsive .playerTable__leagueInformation {
    display: flex;
    flex-direction: column;
  }
  .responsive .playerTable__leagueInformation--name {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
  }
  .responsive .playerTable__leagueInformation--country {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.6;
  }
  .responsive .playerTable__leagueStats {
    width: 18px;
    height: 20px;
    margin-right: 8px;
  }
  .responsive .playerTable__season {
    justify-content: center;
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    min-height: 36px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-1), 0.08);
    z-index: 2;
    background-color: var(--color-background-5);
  }
  .responsive .playerTable__season--selected {
    background-color: #E7E7E7;
  }
  .responsive .playerTable__season--mobile {
    background-color: var(--color-background-1);
  }
  .responsive .playerTable__result {
    flex: 0 0 20px;
  }
  .responsive .playerTable__matchDate {
    display: flex;
    flex: 0 0 60px;
    justify-content: center;
  }
  .responsive .playerTable__info {
    justify-content: flex-start;
  }
  .responsive .playerTable__country {
    display: none;
  }
  .responsive .playerTable__country--border {
    display: flex;
    min-height: 36px;
    padding-left: 26px;
  }
  .responsive .playerTable__country--padding {
    margin-left: 12px;
  }
  .responsive .playerTable__teamContainer {
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .responsive .playerTable__teamContainer--team {
    margin: 3px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .responsive .playerTable__icons {
    flex: 0 0 160px;
  }
  .responsive .playerTable__icons--soccer {
    flex: 0 0 128px;
  }
  .responsive .playerTable__icons--hockey {
    flex: 0 0 128px;
  }
  .responsive .playerTable__icons--squad {
    flex: 0 0 160px;
  }
  .responsive .playerTable__sportIcon {
    flex: 0 0 32px;
  }
  .responsive .playerTable__showArrow {
    background: url('/res/image/live_icons/arrow_down.svg') no-repeat center / 8px 8px;
  }
  .responsive .playerTable__showArrow--up {
    background: url('/res/image/live_icons/arrow_up.svg') no-repeat center / 8px 8px;
  }
  .responsive .playerTable__eventInfo {
    display: flex;
    flex: 0 0 200px;
    justify-content: flex-end;
    align-items: center;
  }
  .responsive .playerTable__events {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 6px;
  }
  .responsive .playerTable__events--grey {
    display: none !important;
  }
  .responsive .playerTable__events--minutes-played {
    order: 1;
    z-index: 4;
    background-image: none !important;
  }
  .responsive .playerTable__events--goal {
    order: 2;
    background-position: -16px 0;
    z-index: 3;
  }
  .responsive .playerTable__events--yellow-card {
    order: 3;
    background-position: 0 0;
    z-index: 2;
  }
  .responsive .playerTable__events--red-card {
    order: 4;
    background-position: 0px -16px;
    z-index: 1;
  }
  .responsive .playerTable__eventsIcons {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
    width: 13px;
    height: 23px;
    background-color: var(--color-background-1);
    box-sizing: border-box;
    border: solid 1px var(--color-border-7);
    border-radius: 11px;
  }
  .theme--dark.responsive .playerTable__eventsIcons {
    border-width: 2px;
  }
  .theme--dark.responsive .playerTable__eventsIcons--icon {
    background-image: url(/res/_fs/build/incident-sprite-dark.8474346.svg);
  }
  .responsive .playerTable__eventsIcons--icon {
    padding: 8px;
    background-image: url(/res/_fs/build/incident-sprite.2b792fa.svg);
    background-repeat: no-repeat;
  }
  .responsive .playerTable__upEvents {
    display: flex;
    flex: 0 0 12px;
    align-items: center;
    justify-content: center;
    margin: -17px -18px 0 3px;
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: #FFFFFF;
    background-color: var(--color-text-highlight-1);
    box-sizing: border-box;
    border-radius: 6px;
  }
  .responsive .playerTable__upEvents--minutes-played {
    display: none;
  }
  .responsive .playerTable__upEvents--goal--1 {
    display: none;
  }
  .responsive .playerTable__upEvents--yellow-card {
    display: none;
  }
  .responsive .playerTable__upEvents--red-card {
    display: none;
  }
  .responsive .playerTable__insideEvents {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
  }
  .responsive .playerTable__insideEvents--goal {
    display: none;
  }
  .responsive .playerTable__insideEvents--yellow-card {
    display: none;
  }
  .responsive .playerTable__insideEvents--red-card {
    display: none;
  }
  .responsive .playerTable__absenceText {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
    font-size: 10px;
  }
  .responsive .playerTable__icon {
    margin: 0 8px 0 0;
  }
  .responsive .playerTable__result {
    min-width: auto;
    margin-right: 6px;
  }
  .responsive .playerTable__result div {
    margin: 3px 0;
    font-weight: bold;
  }
  .responsive .playerTable__team {
    margin: 0;
  }
  .responsive .playerTable__team--teamName {
    margin-left: 2px;
  }
  .responsive .playerTable__team .playerTable__showArrow {
    display: flex;
  }
  .responsive .playerTable__transferTeams {
    display: flex;
    align-items: center;
  }
  .responsive .playerTable__transferTeams--team {
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .responsive .playerTable__transferTeams--icon {
    min-width: 30px;
    height: 9px;
    background: url('/res/image/live_icons/transfer.svg') no-repeat center / 11px 9px;
  }
  .responsive .playerTable__transferTeams--teamLogo {
    flex: 0 0 16px;
    height: 16px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }
  .responsive .playerTable__transferTeams--teamName {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .responsive .playerTable__transferInfo {
    display: flex;
    margin-top: 6px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
  }
  .responsive .playerTable__transferInfo--date {
    color: var(--color-text-2);
  }
  .responsive .playerTable__from,
  .responsive .playerTable__to {
    min-width: 70px;
  }
  .responsive .playerTable__injury {
    min-width: 150px;
  }
  .responsive .playerTable__tournament,
  .responsive .playerTable__surface,
  .responsive .playerTable__prize-money {
    flex: 1;
  }
}
.profileTable__row--transferMobile {
  display: none;
}
.tableTeam__squadInfo {
  display: flex;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.tableTeam__squadHeading {
  display: flex;
  flex: 1 0 auto;
}
.tableTeam__squadNumber {
  min-width: 30px;
  text-align: center;
  align-self: center;
}
.tableTeam__squadName {
  display: flex;
  align-items: center;
  margin-left: 12px;
  overflow: hidden;
}
.tableTeam__squadName--playerName {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__transferSeason {
  width: 90px;
  text-align: center;
  align-self: center;
}
.playerTable__transferCountry {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferCountry--highlighted {
  font-weight: bold;
}
.playerTable__transferTeam {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferType {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferIcon {
  margin-right: 8px;
  width: 16px;
  height: 10px;
  background: no-repeat center / 16px 10px;
}
.playerTable__transferIcon--out {
  background-image: url("/res/image/live_icons/transfer_away.svg");
}
.playerTable__transferIcon--in {
  background-image: url("/res/image/live_icons/transfer_in.svg");
}
.playerTable__transferTeam--logo {
  background: no-repeat center / 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media only screen and (max-width: 799px) {
  .responsive .profileTable__row--transferDesktop {
    display: none;
  }
  .responsive .profileTable__row--transferMobile {
    display: flex !important;
    justify-content: center;
  }
  .responsive .transferTeamTable {
    width: 100%;
  }
}
.teamNews {
  padding: 10px;
  cursor: pointer;
}
.teamNews:hover {
  background-color: var(--color-sport-quaternary);
}
.teamNews:hover a {
  text-decoration: none;
}
.teamNews a {
  text-decoration: none;
}
.teamNews__container {
  display: flex;
  align-items: flex-start;
}
.teamNews__image {
  flex: 1 0 auto;
  width: 75px;
  min-height: 45px;
  margin-right: 10px;
  background: url(/res/_fs/build/team_news_default.04bc589.png) no-repeat center / 75px auto;
}
.teamNews__heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.teamNews__text {
  margin-bottom: 5px;
}
.teamNews__source {
  display: flex;
  align-items: center;
  color: var(--color-text-2);
}
.teamNews__resource {
  margin-right: 10px;
  font-weight: bolder;
  color: var(--color-text-1);
}
.teamNews__noNews {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggleMyLeague,
.toggleMyTeam,
.toggleMyLeague--text,
.toggleMyTeam--text {
  background-image: url(/res/_fs/build/tools-sprite.3f4af04.svg) !important;
  background-repeat: no-repeat;
  display: flex;
  flex-shrink: 0;
}
.event__header .toggleMyLeague,
.event__header .toggleMyTeam,
.event__header .toggleMyLeague--text,
.event__header .toggleMyTeam--text,
.teamHeader .toggleMyLeague,
.teamHeader .toggleMyTeam,
.teamHeader .toggleMyLeague--text,
.teamHeader .toggleMyTeam--text,
.leagueTable__teams .toggleMyLeague,
.leagueTable__teams .toggleMyTeam,
.leagueTable__teams .toggleMyLeague--text,
.leagueTable__teams .toggleMyTeam--text,
.side-images-row .toggleMyLeague,
.side-images-row .toggleMyTeam,
.side-images-row .toggleMyLeague--text,
.side-images-row .toggleMyTeam--text,
.search-result-wrapper .toggleMyLeague,
.search-result-wrapper .toggleMyTeam,
.search-result-wrapper .toggleMyLeague--text,
.search-result-wrapper .toggleMyTeam--text {
  cursor: pointer;
}
.event__header .toggleMyLeague:hover,
.event__header .toggleMyTeam:hover,
.event__header .toggleMyLeague--text:hover,
.event__header .toggleMyTeam--text:hover,
.teamHeader .toggleMyLeague:hover,
.teamHeader .toggleMyTeam:hover,
.teamHeader .toggleMyLeague--text:hover,
.teamHeader .toggleMyTeam--text:hover,
.leagueTable__teams .toggleMyLeague:hover,
.leagueTable__teams .toggleMyTeam:hover,
.leagueTable__teams .toggleMyLeague--text:hover,
.leagueTable__teams .toggleMyTeam--text:hover,
.side-images-row .toggleMyLeague:hover,
.side-images-row .toggleMyTeam:hover,
.side-images-row .toggleMyLeague--text:hover,
.side-images-row .toggleMyTeam--text:hover,
.search-result-wrapper .toggleMyLeague:hover,
.search-result-wrapper .toggleMyTeam:hover,
.search-result-wrapper .toggleMyLeague--text:hover,
.search-result-wrapper .toggleMyTeam--text:hover {
  opacity: 0.6;
}
.event__header .toggleMyLeague,
.event__header .toggleMyTeam,
.event__header .toggleMyLeague--text,
.event__header .toggleMyTeam--text,
.side-images-row .toggleMyLeague,
.side-images-row .toggleMyTeam,
.side-images-row .toggleMyLeague--text,
.side-images-row .toggleMyTeam--text,
.submenu .toggleMyLeague,
.submenu .toggleMyTeam,
.submenu .toggleMyLeague--text,
.submenu .toggleMyTeam--text,
.leagueTable__teams .toggleMyLeague,
.leagueTable__teams .toggleMyTeam,
.leagueTable__teams .toggleMyLeague--text,
.leagueTable__teams .toggleMyTeam--text,
.search-result-wrapper .toggleMyLeague,
.search-result-wrapper .toggleMyTeam,
.search-result-wrapper .toggleMyLeague--text,
.search-result-wrapper .toggleMyTeam--text {
  width: 16px;
  height: 15px;
}
.event__header .toggleMyLeague,
.event__header .toggleMyTeam,
.event__header .toggleMyLeague--text,
.event__header .toggleMyTeam--text,
.submenu .toggleMyLeague,
.submenu .toggleMyTeam,
.submenu .toggleMyLeague--text,
.submenu .toggleMyTeam--text,
.side-images-row .toggleMyLeague,
.side-images-row .toggleMyTeam,
.side-images-row .toggleMyLeague--text,
.side-images-row .toggleMyTeam--text,
.leagueTable__teams .toggleMyLeague,
.leagueTable__teams .toggleMyTeam,
.leagueTable__teams .toggleMyLeague--text,
.leagueTable__teams .toggleMyTeam--text,
.search-result-wrapper .toggleMyLeague,
.search-result-wrapper .toggleMyTeam,
.search-result-wrapper .toggleMyLeague--text,
.search-result-wrapper .toggleMyTeam--text {
  background-position: -35px 0;
}
.event__header .toggleMyLeague:not(.active),
.event__header .toggleMyTeam:not(.active),
.event__header .toggleMyLeague--text:not(.active),
.event__header .toggleMyTeam--text:not(.active),
.submenu .toggleMyLeague:not(.active),
.submenu .toggleMyTeam:not(.active),
.submenu .toggleMyLeague--text:not(.active),
.submenu .toggleMyTeam--text:not(.active),
.side-images-row .toggleMyLeague:not(.active),
.side-images-row .toggleMyTeam:not(.active),
.side-images-row .toggleMyLeague--text:not(.active),
.side-images-row .toggleMyTeam--text:not(.active),
.leagueTable__teams .toggleMyLeague:not(.active),
.leagueTable__teams .toggleMyTeam:not(.active),
.leagueTable__teams .toggleMyLeague--text:not(.active),
.leagueTable__teams .toggleMyTeam--text:not(.active),
.search-result-wrapper .toggleMyLeague:not(.active),
.search-result-wrapper .toggleMyTeam:not(.active),
.search-result-wrapper .toggleMyLeague--text:not(.active),
.search-result-wrapper .toggleMyTeam--text:not(.active) {
  background-position: -52px 0;
}
.event__header .toggleMyLeague,
.event__header .toggleMyTeam,
.event__header .toggleMyLeague--text,
.event__header .toggleMyTeam--text {
  margin-left: 5px;
  margin-right: 5px;
}
.submenu .toggleMyLeague,
.submenu .toggleMyTeam,
.submenu .toggleMyLeague--text,
.submenu .toggleMyTeam--text {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  margin-right: 5px;
  cursor: pointer;
}
.submenu .toggleMyLeague:hover,
.submenu .toggleMyTeam:hover,
.submenu .toggleMyLeague--text:hover,
.submenu .toggleMyTeam--text:hover {
  background-position: -35px -20px;
}
.side-images-row .toggleMyLeague,
.side-images-row .toggleMyTeam,
.side-images-row .toggleMyLeague--text,
.side-images-row .toggleMyTeam--text {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.teamHeader .toggleMyLeague,
.teamHeader .toggleMyTeam,
.teamHeader .toggleMyLeague--text,
.teamHeader .toggleMyTeam--text {
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-left: 6px;
  background-position: -55px -45px;
  transform: scale(0.8);
}
.teamHeader .toggleMyLeague:not(.active),
.teamHeader .toggleMyTeam:not(.active),
.teamHeader .toggleMyLeague--text:not(.active),
.teamHeader .toggleMyTeam--text:not(.active) {
  background-position: -55px -19px;
}
.leagueTable__teams .toggleMyLeague,
.leagueTable__teams .toggleMyTeam,
.leagueTable__teams .toggleMyLeague--text,
.leagueTable__teams .toggleMyTeam--text,
.search-result-wrapper .toggleMyLeague,
.search-result-wrapper .toggleMyTeam,
.search-result-wrapper .toggleMyLeague--text,
.search-result-wrapper .toggleMyTeam--text {
  display: flex;
  vertical-align: top;
}
.cellWrapper .toggleMyLeague,
.cellWrapper .toggleMyTeam,
.cellWrapper .toggleMyLeague--text,
.cellWrapper .toggleMyTeam--text {
  margin-left: 6px;
}
@media only screen and (max-width: 799px) {
  .responsive .submenu .toggleMyLeague,
  .responsive .submenu .toggleMyTeam,
  .responsive .submenu .toggleMyLeague--text,
  .responsive .submenu .toggleMyTeam--text {
    margin-right: 11px;
  }
}
#tomyteams {
  height: 22px;
}
li.head .toggleMyLeague,
li.head .toggleMyTeam {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  background-position: -35px 0;
}
.menu#my-leagues-list .myLeagueInfo,
.menu#my-teams-list .myLeagueInfo,
.menu#my-leagues-list .myTeamInfo,
.menu#my-teams-list .myTeamInfo {
  display: inline-block !important;
}
.menu#my-leagues-list .myLeagueInfo .toggleMyLeague--text,
.menu#my-teams-list .myLeagueInfo .toggleMyLeague--text,
.menu#my-leagues-list .myTeamInfo .toggleMyLeague--text,
.menu#my-teams-list .myTeamInfo .toggleMyLeague--text,
.menu#my-leagues-list .myLeagueInfo .toggleMyTeam--text,
.menu#my-teams-list .myLeagueInfo .toggleMyTeam--text,
.menu#my-leagues-list .myTeamInfo .toggleMyTeam--text,
.menu#my-teams-list .myTeamInfo .toggleMyTeam--text {
  display: inline-block !important;
  width: 16px !important;
  height: 15px !important;
  vertical-align: top;
  background-position: -52px 0 !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  cursor: default !important;
}
.menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyTeam,
.menu#my-teams-list li:not(.myLeagueInfo) .toggleMyTeam,
.menu#my-leagues-list li:not(.myTeamInfo) .toggleMyTeam,
.menu#my-teams-list li:not(.myTeamInfo) .toggleMyTeam,
.menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyLeague,
.menu#my-teams-list li:not(.myLeagueInfo) .toggleMyLeague,
.menu#my-leagues-list li:not(.myTeamInfo) .toggleMyLeague,
.menu#my-teams-list li:not(.myTeamInfo) .toggleMyLeague {
  display: none;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 11px;
  height: 11px;
  background-position: -9px 1px;
  cursor: pointer;
}
@media only screen and (max-width: 799px) and (min-width: 639px) {
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyTeam,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyTeam,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyTeam,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyTeam,
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyLeague,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyLeague,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyLeague,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyLeague {
    top: 12px;
  }
}
.menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyTeam:hover,
.menu#my-teams-list li:not(.myLeagueInfo) .toggleMyTeam:hover,
.menu#my-leagues-list li:not(.myTeamInfo) .toggleMyTeam:hover,
.menu#my-teams-list li:not(.myTeamInfo) .toggleMyTeam:hover,
.menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyLeague:hover,
.menu#my-teams-list li:not(.myLeagueInfo) .toggleMyLeague:hover,
.menu#my-leagues-list li:not(.myTeamInfo) .toggleMyLeague:hover,
.menu#my-teams-list li:not(.myTeamInfo) .toggleMyLeague:hover {
  background-position: -9px -9px;
}
@media only screen and (max-width: 639px) {
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyTeam.active,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyTeam.active,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyTeam.active,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyTeam.active,
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyLeague.active,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyLeague.active,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyLeague.active,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyLeague.active {
    display: flex;
    top: 5px;
    right: 0;
    width: 40px;
    height: 24px;
    background-position: -48px -44px;
    transform: scale(0.7);
  }
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyTeam.active:hover,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyTeam.active:hover,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyTeam.active:hover,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyTeam.active:hover,
  .responsive .menu#my-leagues-list li:not(.myLeagueInfo) .toggleMyLeague.active:hover,
  .responsive .menu#my-teams-list li:not(.myLeagueInfo) .toggleMyLeague.active:hover,
  .responsive .menu#my-leagues-list li:not(.myTeamInfo) .toggleMyLeague.active:hover,
  .responsive .menu#my-teams-list li:not(.myTeamInfo) .toggleMyLeague.active:hover {
    opacity: 0.6;
  }
}
.menu#my-leagues-list li:not(.myLeagueInfo):hover .toggleMyTeam,
.menu#my-teams-list li:not(.myLeagueInfo):hover .toggleMyTeam,
.menu#my-leagues-list li:not(.myTeamInfo):hover .toggleMyTeam,
.menu#my-teams-list li:not(.myTeamInfo):hover .toggleMyTeam,
.menu#my-leagues-list li:not(.myLeagueInfo):hover .toggleMyLeague,
.menu#my-teams-list li:not(.myLeagueInfo):hover .toggleMyLeague,
.menu#my-leagues-list li:not(.myTeamInfo):hover .toggleMyLeague,
.menu#my-teams-list li:not(.myTeamInfo):hover .toggleMyLeague {
  display: inline-block;
}
body.loading #live-table {
  position: relative;
}
.loadingAnimation {
  display: flex;
  flex-flow: column nowrap;
  width: 140px;
  height: 105px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, var(--value-transparency-2));
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  margin-top: 100px;
  left: calc(50% - 75px);
  margin-left: -11ex;
  text-align: center;
  background-color: var(--color-background-1);
  line-height: 46px;
}
.loadingAnimation__text {
  padding: 52px 0 0 0;
  font-size: 11px;
  color: var(--color-text-2);
}
.loading .loadingAnimation {
  display: flex;
}
.loadingAnimation::after {
  content: "";
  display: flex;
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 18px);
  border: 4px solid var(--color-background-4);
  border-top: 4px solid var(--color-loading);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  animation: spin 1.8s ease-in-out infinite;
}
.loadingOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(var(--color-alpha-4), 0.4);
  z-index: 1;
}
.loading .loadingOverlay {
  display: flex;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notificationsOverflow {
  overflow: hidden;
}
.notificationsDialog {
  width: 100%;
  position: fixed;
  grid-auto-flow: row;
  box-sizing: border-box;
  padding: 0 12px 16px;
  background-color: var(--color-background-1);
  grid-row-gap: 8px;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1999;
  overflow-x: hidden;
  overflow-y: auto;
}
.notificationsDialog.isVisible {
  display: grid;
}
.notificationsDialog__container {
  background-color: var(--color-background-1);
  position: sticky;
  top: 0;
  z-index: 1;
}
.notificationsDialog__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 8px;
}
.notificationsDialog__titleHeading {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text-4);
  padding-bottom: 8px;
}
.notificationsDialog__titleIcon {
  width: 24px;
  height: 24px;
  background: url(/res/_fs/build/control-icons.959127b.svg) no-repeat -206px 5px;
  cursor: pointer;
}
.notificationsDialog__sport {
  background-color: var(--color-background-5);
}
.notificationsDialog__sport:last-of-type {
  margin-bottom: 8px;
}
.notificationsDialog__sport.isExpanded .notificationsDialog__header {
  border-bottom: 1px solid var(--color-border-3);
}
.notificationsDialog__sport.isExpanded .notificationsDialog__options {
  display: grid;
}
.notificationsDialog__sport.isExpanded .notificationsDialog__arrow {
  transform: rotate(0deg);
}
.notificationsDialog__header {
  display: grid;
  grid-template: " .    .         .    .         .   arrow arrow arrow " 6px " .    sportIcon .    sportName .   arrow arrow arrow " minmax(24px, max-content) " .    .         .    .         .   arrow arrow arrow " 6px / 10px 24px 10px 1fr 8px 10px 12px 10px;
}
.notificationsDialog__sportName {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  align-self: center;
  grid-area: sportName;
}
.notificationsDialog .sportIcon {
  grid-area: sportIcon;
}
.theme--dark .notificationsDialog .sportIcon {
  background-position-y: -30px;
}
.notificationsDialog__arrow {
  background-image: url(/res/_fs/build/collapse-arrow.a4300ec.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  grid-area: arrow;
}
.notificationsDialog__options {
  display: none;
  grid-auto-rows: 34px;
  padding: 0 10px;
}
.notificationsDialog__option {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 11px;
}
.notificationsDialog__option:not(:last-of-type) {
  border-bottom: 1px solid var(--color-border-3);
}
.notificationsDialog__turnOnAll {
  border-bottom: 1px solid var(--color-border-3);
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
}
.notificationsDialog__subHeader {
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 8px;
}
.alert {
  display: grid;
}
.alert__text {
  grid-area: text;
  align-self: flex-start;
}
.alert__icon {
  grid-area: icon;
  background: url(/res/_fs/build/notifications-off.a1ed699.svg) no-repeat center;
}
.alert__checkBox {
  grid-area: checkBox;
}
.alert--notifications {
  display: grid;
  background-color: var(--color-white);
  grid-template: " .         .           close  close " 10px " icon      text        close  close " 20px " icon      text        button .     " 1fr " .         .           .      .     " 10px/50px 1fr auto 10px;
}
.alert--notifications .alert__text {
  line-height: 1.45;
  margin-right: 6px;
  color: #656565;
  align-self: center;
}
.alert--notifications .alert__button {
  grid-area: button;
  padding: 8px 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  background-color: #4286f5;
  color: var(--color-white);
  align-self: flex-end;
}
.alert--notifications .alert__close {
  grid-area: close;
  justify-self: flex-end;
  width: 30px;
  height: 30px;
  background: url(/res/_fs/build/delete.5180ade.svg) no-repeat center / 10px 10px;
  background-position: center;
  filter: brightness(0.7);
}
.alert--notificationsStatus {
  background-color: var(--color-background-highlight-4);
  margin-bottom: 10px;
  grid-template: " .     .       .       .           .       " 10px " icon  text    .       checkBox    .       " minmax(30px, max-content) " .     .       .       .           .       " 10px / 40px 1fr 10px auto 10px;
}
.alert--notificationsStatus .alert__icon {
  background-image: url(/res/_fs/build/notifications-on.89d2792.svg);
}
.theme--dark .alert--notificationsStatus .alert__icon {
  filter: brightness(2.3);
}
.alert--notificationsStatus .alert__text {
  font-weight: bold;
  align-self: center;
}
.alert--notificationsStatus .alert__checkBox {
  align-self: center;
  width: 46px;
  height: 24px;
}
.alert--notificationsStatus .alert__checkBox::after {
  width: 20px;
  height: 20px;
}
.alert--notificationsStatus--off {
  background-color: var(--color-background-highlight-5);
}
.alert--notificationsStatus--off .alert__icon {
  background: url(/res/_fs/build/notifications-off.a1ed699.svg) no-repeat center;
}
.toggleButton {
  width: 38px;
  height: 20px;
  border-radius: 6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  background-color: #A3A3A3;
  position: relative;
}
.toggleButton::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: var(--color-white);
  position: absolute;
  top: 2px;
  left: 2px;
}
.toggleButton:checked {
  background-color: #23BC03;
}
.toggleButton:checked::after {
  right: 2px;
  left: auto;
}
.toggleButton--darkTheme {
  width: 38px;
  height: 20px;
  border-radius: 6px;
  background-color: #A3A3A3;
  position: relative;
  align-self: center;
  margin: 0 14px;
}
.toggleButton--darkTheme::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: var(--color-white);
  position: absolute;
  top: 2px;
  left: 2px;
}
.theme--dark .toggleButton--darkTheme {
  background-color: #23BC03;
}
.theme--dark .toggleButton--darkTheme::after {
  right: 2px;
  left: auto;
}
.button--themeSwitcher {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--color-sport-tertiary);
  display: flex;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
}
.button--themeSwitcher .button__switcher {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color-white);
  position: absolute;
  transition: left 250ms ease, background-color 250ms;
  top: 0;
  left: 0;
}
.theme--dark .button--themeSwitcher .button__switcher {
  left: calc(100% - 24px);
}
.button--themeSwitcher .button__day {
  background-image: url(/res/_fs/build/theme-sprite.d48855a.svg);
  background-position: -56px 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  transition: filter 250ms ease;
}
.theme--dark .button--themeSwitcher .button__day {
  filter: brightness(1.4);
}
.button--themeSwitcher .button__night {
  background-image: url(/res/_fs/build/theme-sprite.d48855a.svg);
  background-position: 5px 5px;
  z-index: 1;
  width: 24px;
  height: 24px;
  transition: filter 250ms ease;
}
body:not(.theme--dark) .button--themeSwitcher .button__night {
  filter: brightness(2.3);
}
@media only screen and (max-width: 639px) {
  .responsive .button--themeSwitcher {
    display: none;
  }
}

