.sgm-markets-head-bc {
  display: flex;
  align-items: center;
  height: 36px;
  cursor: pointer
}

.sgm-markets-head-bc.hidden .sgm-m-h-toggle-icon-bc {
  transform: rotate(-180deg)
}

.sgm-m-h-title-bc {
  flex: auto;
  font-size: 12px;
  font-weight: 500;
  color: rgba(var(--b-sc), 1)
}

.sgm-m-h-toggle-icon-bc {
  min-width: 14px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  color: rgba(var(--b-sc), .8);
  font-size: 11px;
  transition: transform var(--default-transition-duration)
}

.sgm-market-g-new-label {
  position: absolute;
  top: 4px;
  width: 5px;
  height: 5px;
  background: rgba(var(--hero), 1);
  border-radius: 50%
}

[dir=ltr] .sgm-market-g-new-label {
  right: 6px
}

[dir=rtl] .sgm-market-g-new-label {
  left: 6px
}

.sgm-body-bc {
  padding: 0 2px
}

.sgm-market-g {
  position: relative;
  overflow: hidden
}

.sgm-market-g.hidden,
.sgm-market-g.hidden .large-market-button-bc,
.sgm-market-g.hidden .sgm-market-g-item-bc {
  display: none
}

.sgm-market-g-h-toggle-icon-bc {
  color: rgba(var(--b-sc), .8);
  font-size: 11px;
  transition: transform var(--default-transition-duration)
}

.sgm-market-g-h-toggle-icon-bc.opened {
  transform: rotate(180deg)
}

.sgm-market-search {
  position: relative
}

.sgm-market-search .sport-search-bc {
  border: none;
  z-index: 3;
  padding-inline-end: 0
}

[dir=ltr] .sgm-market-search .sport-search-bc {
  left: 0
}

[dir=rtl] .sgm-market-search .sport-search-bc {
  right: 0
}

.sgm-market-search .sport-search-bc.active {
  max-width: 100%
}

[class*=is-web] .sgm-market-search .sport-search-bc.active {
  padding-inline-start: 37px
}

[class*=is-mobile] .sgm-market-search .sport-search-bc.active {
  padding-inline-start: 34px
}

.sgm-market-search .sport-search-bc .ss-icon-holder-bc {
  background: rgba(var(--b-sc), .2);
  border-radius: 0
}

[dir=ltr] .sgm-market-search .sport-search-bc .ss-icon-holder-bc {
  left: 0
}

[dir=rtl] .sgm-market-search .sport-search-bc .ss-icon-holder-bc {
  right: 0
}

.sgm-market-search .sport-search-bc .ss-input-bc {
  border: 1px solid rgba(var(--b-sc), .1)
}

[dir=ltr] .sgm-market-search .sport-search-bc .ss-input-bc {
  border-radius: 0 var(--border-radius) var(--border-radius) 0
}

[dir=rtl] .sgm-market-search .sport-search-bc .ss-input-bc {
  border-radius: var(--border-radius) 0 0 var(--border-radius)
}

[class*=is-web] .sgm-market-search .horizontal-sl-tab {
  margin-inline-start: 37px
}

[class*=is-mobile] .sgm-market-search .horizontal-sl-tab {
  margin-inline-start: 34px
}

.sgm-market-g-h-ew-title-bc {
  margin-inline-end: 7px
}

.sgm-market-g-head-bc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(var(--b-sc), .8);
  background: rgba(var(--b-sc), .05);
  font-size: 12px;
  background-clip: padding-box;
  box-sizing: content-box;
  border-top: 2px solid transparent;
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius)
}

[class*=is-web] .sgm-market-g-head-bc {
  height: 24px;
  cursor: pointer
}

[class*=is-mobile] .sgm-market-g-head-bc {
  min-height: 24px
}

.sgm-market-g-head-bc:nth-child(2) {
  margin-top: 0
}

.sgm-market-g-head-bc.hidden .sgm-market-g-h-toggle-icon-bc {
  transform: rotate(-180deg)
}

.sgm-market-head-icons {
  flex-shrink: 0;
  margin-inline-start: 5px
}

.sgm-market-head-icons>i {
  min-width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 14px
}

.sgm-market-head-icons>i+i:not(:last-child) {
  margin-inline-start: 7px
}

.sgm-market-head-icons>i:last-child.sgm-market-g-h-toggle-icon-bc {
  margin-inline-start: 15px
}

.sgm-market-head-info,
.sgm-market-head-icons {
  display: flex;
  align-items: center
}

.sgm-market-head-info {
  flex: auto;
  overflow: hidden
}

[class*=is-web] .sgm-market-head-info {
  white-space: nowrap
}

[class*=is-web] .sgm-market-g-h-fav-icon-wrapper {
  flex-shrink: 0;
  width: 24px;
  height: 19px;
  background: rgba(var(--b), 1);
  z-index: 1;
  overflow: hidden
}

.marketHeaderBBIconWrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center
}

[class*=is-web] .marketHeaderBBIconWrapper {
  width: 24px;
  height: 19px
}

[class*=is-mobile] .marketHeaderBBIconWrapper {
  margin-inline-start: 10px
}

.sgm-market-g-h-fav-icon-bc {
  flex-shrink: 0;
  font-size: 14px
}

[class*=is-web] .sgm-market-g-h-fav-icon-bc {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(var(--b-sc), .05)
}

.sgm-market-g-h-title-bc {
  -webkit-user-select: text;
  user-select: text
}

[class*=is-web] .sgm-market-g-h-title-bc {
  display: flex;
  padding-inline-end: 20px
}

[class*=is-web] .sgm-market-g-h-title-bc.isOverflowing {
  padding-inline-start: 20px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: .5s
}

[class*=is-web] .sgm-market-g-h-title-bc.isOverflowing>span {
  white-space: nowrap
}

[class*=is-web][dir=ltr] .sgm-market-g-h-title-bc.isOverflowing {
  animation-name: marketTitleAnimation
}

[class*=is-web][dir=rtl] .sgm-market-g-h-title-bc.isOverflowing {
  animation-name: marketTitleAnimationRTL
}

[class*=is-mobile] .sgm-market-g-h-title-bc {
  margin-inline-start: 10px
}

@keyframes marketTitleAnimation {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(-100%)
  }
}

@keyframes marketTitleAnimationRTL {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(100%)
  }
}

.sgm-market-g-h-title {
  flex: 0 1 auto
}

.sgm-market-g-h-title-label {
  display: flex;
  align-items: center;
  flex: auto;
  margin-inline-start: 5px;
  margin-inline-end: 5px
}

.sgm-market-g-h-title-label>span {
  padding: 1px 4px;
  color: rgba(var(--hero-sc), 1);
  background: rgba(var(--hero), 1);
  border-radius: var(--border-radius);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1px
}

.sgm-market-g-h-link-icon-bc:after {
  content: attr(data-count);
  margin-inline-start: 4px;
  font-family: var(--font-family)
}

.sgm-market-g-h-cashed-out-icon-bc {
  color: rgba(var(--oc-1), 1);
  font-size: 14px
}

.sgm-market-g-h-statistics-icon-bc {
  font-size: 14px
}

.sgm-market-g-h-statistics-icon-bc.active {
  color: rgba(var(--oc-2), 1)
}

.sgm-market-g-item-bc {
  width: 100%;
  display: grid;
  grid-gap: 2px;
  grid-template-rows: auto;
  padding: 6px;
  background: rgba(var(--b-sc), .05)
}

.sgm-market-g-item-bc.column-1 {
  grid-template-columns: repeat(1, 100%)
}

.sgm-market-g-item-bc.column-2,
.sgm-market-g-item-bc.column-0,
.sgm-market-g-item-bc.default {
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr))
}

.sgm-market-g-item-bc.column-2>.sgm-market-g-i-cell-bc:last-child:not(:nth-child(2n)):nth-last-child(odd):not(:first-child),
.sgm-market-g-item-bc.column-0>.sgm-market-g-i-cell-bc:last-child:not(:nth-child(2n)):nth-last-child(odd):not(:first-child),
.sgm-market-g-item-bc.default>.sgm-market-g-i-cell-bc:last-child:not(:nth-child(2n)):nth-last-child(odd):not(:first-child) {
  width: 200.5%
}

.sgm-market-g-item-bc.column-4:not(.sgm-market-separate) {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr))
}

.sgm-market-g-item-bc.column-4:not(.sgm-market-separate)>.sgm-market-g-i-cell-bc:nth-child(4n+1):nth-last-child(1):not(:first-child) {
  width: 401%
}

.sgm-market-g-item-bc.column-4:not(.sgm-market-separate)>.sgm-market-g-i-cell-bc:nth-child(4n+2):nth-last-child(1):not(:nth-child(2)) {
  grid-column: 2/5
}

.sgm-market-g-item-bc.column-4:not(.sgm-market-separate)>.sgm-market-g-i-cell-bc:nth-child(4n+3):nth-last-child(1):not(:nth-child(3)) {
  grid-column: 2/5
}

.sgm-market-g-item-bc.column-3:not(.sgm-market-separate) {
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr))
}

.sgm-market-g-item-bc.column-3>.sgm-market-g-i-cell-bc:nth-child(3n+1):nth-last-child(1):not(:first-child) {
  width: 301%
}

.sgm-market-g-item-bc.column-3>.sgm-market-g-i-cell-bc:nth-child(3n+2):nth-last-child(1):not(:nth-child(2)) {
  grid-column: 2/4
}

.sgm-market-g-item-bc.collapsed {
  display: none
}

.sgm-market-g-item-bc>.market-bc {
  padding-inline-start: 6px;
  padding-inline-end: 6px
}

.sgm-market-g-item-bc>.market-bc:not(.m-g-header) {
  min-height: 34px
}

.sgm-market-g-item-bc>.market-bc {
  flex-direction: row;
  border-radius: var(--border-radius)
}

.sgm-market-g-item-bc>.market-bc .market-name-bc {
  flex: auto;
  text-align: start;
  margin-bottom: 0;
  margin-inline-end: 4px
}

.sgm-market-g-item-bc>.market-bc .market-icon-bc {
  margin-inline-end: 4px
}

.sgm-market-g-item-bc>.market-bc .market-coefficient-bc {
  flex-shrink: 0
}

.sgm-market-g-item-bc .m-g-header {
  min-height: 28px;
  line-height: 16px;
  background: rgba(var(--b-sc), .08)
}

.sgm-market-g-item-bc .market-base {
  background: rgba(var(--b-sc), .1)
}

.sgm-market-g-item-bc.show-less {
  max-height: 287px;
  overflow: hidden
}

.sgm-market-separate.column-3 {
  grid-template-columns: 60px repeat(auto-fit, minmax(32%, 1fr))
}

.sgm-market-separate.column-4 {
  grid-template-columns: 60px repeat(auto-fit, minmax(25%, 1fr))
}

@media screen and (min-width: 2397px) {
  .sgm-market-separate.column-3 {
    grid-template-columns: 120px repeat(auto-fit, minmax(32%, 1fr))
  }

  .sgm-market-separate.column-4 {
    grid-template-columns: 120px repeat(auto-fit, minmax(25%, 1fr))
  }
}

.scoreListMode {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
  gap: 2px;
  font-size: 12px;
  color: rgba(var(--b-sc), .8);
  padding: 0 6px 6px;
  background: rgba(var(--b-sc), .05)
}

.scoreListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: rgba(var(--b-sc), .1);
  border-radius: var(--border-radius)
}

.scoreListItem.active {
  color: rgba(var(--hero-sc), 1);
  background: rgba(var(--hero), 1)
}

[class*=is-web] .scoreListItem {
  cursor: pointer;
  transition: background ease var(--default-transition-duration)
}

[class*=is-web] .scoreListItem:hover {
  color: rgba(var(--hero-sc), 1);
  background: rgba(var(--hero), 1)
}

.sport-game-detail-holder-bc {
  margin-bottom: 10px
}

.sport-game-detail-holder-bc iframe {
  height: 100%
}

.stream-player-details:not(.expandable) .sp-s-l-head-bc {
  pointer-events: none
}

.stream-player-details .sp-s-l-h-flag-bc {
  width: auto
}

.stream-player-details .sp-s-l-head-bc {
  position: relative
}

.stream-player-details .video-pr-bc {
  overflow: visible
}

.stream-player-details .video-pr-bc .multi-select-label-bc {
  min-width: 140px
}

.stream-player-details .sp-s-l-h-title-content {
  overflow: visible;
  white-space: normal;
  text-overflow: unset
}

.stream-player-details .sp-s-l-h-title-content .form-control-bc.select {
  border-top: none;
  margin-bottom: 0
}

.stream-player-details .sp-s-l-h-title-content .form-control-bc {
  padding: 0
}

.draggableStream {
  width: 304px;
  position: fixed;
  top: 220px;
  right: 180px;
  background: rgba(var(--b), 1);
  cursor: move;
  box-shadow: 0 0 15px #000;
  border-radius: var(--border-radius);
  overflow: hidden;
  z-index: 9999
}

.draggableStream:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--b-sc), .07);
  z-index: -1
}

.draggableStream .streamingMode {
  border-radius: unset
}

.draggableStream.draggable-stream-window-0 {
  top: 200px;
  right: 80px
}

.draggableStream.draggable-stream-window-1 {
  top: 220px;
  right: 100px
}

.draggableStream.draggable-stream-window-2 {
  top: 240px;
  right: 120px
}

.draggableStream.draggable-stream-window-3 {
  top: 260px;
  right: 140px
}

.draggableStream.draggable-stream-window-4 {
  top: 280px;
  right: 160px
}

.draggableStream.draggable-stream-window-5 {
  top: 300px;
  right: 180px
}

.draggable-stream-player .sport-game-detail-holder-bc {
  margin-bottom: 0
}

.draggable-stream-player .sp-s-l-h-flag-bc {
  width: auto
}

.sgm-market-g {
  border-radius: var(--border-radius)
}

.sgm-market-g .tab-bc {
  margin-bottom: 2px;
  font-size: 12px
}

.sgm-market-g .tab-bc:only-child {
  margin-bottom: 0;
  position: relative
}

.sgm-market-g .tab-bc:only-child.active {
  box-shadow: none
}

.sgm-market-g .tab-bc:only-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 1px;
  background: rgba(var(--b), 1)
}

.game-details-container-inner-bc {
  padding: 10px;
  position: relative;
  border-radius: var(--border-radius)
}

.game-details-container-inner-bc:not(.live-score-bg-pistolshooting):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: #0006
}

.game-details-container-inner-bc>div {
  position: relative
}

.live-score-bg-compoundarchery .shooting-total-score+.shooting-total-score {
  display: none
}

.game-details-c-head-bc {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  position: relative
}

.game-details-c-head-bc .competition-icon-arrow-bc {
  line-height: 18px
}

.game-details-c-head-bc .notification-loader {
  margin-inline-start: 10px
}

.game-details-c-head-bc .bc-loader.small .bc-loader-contain {
  max-width: 12px;
  height: 12px;
  line-height: 12px
}

.game-details-c-head-title-bc {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  align-items: center
}

.game-details-c-head-title-bc * {
  margin-bottom: 4px
}

.game-details-c-head-c-row-bc {
  flex: 100%;
  margin-block-start: 5px
}

.game-d-c-h-c-r-sport-icon {
  flex-shrink: 0;
  font-size: 13px;
  color: #ffffffb3
}

.game-details-number {
  font-size: 12px;
  font-weight: 700;
  color: #ffffffe6;
  margin-inline-start: 8px
}

.game-d-c-h-c-r-sport-country {
  flex-shrink: 0;
  margin: 0 8px 4px
}

.game-d-c-h-c-r-sport-league-bc {
  flex: auto;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #ccc
}

.game-details-c-head-time-bc {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  box-shadow: 0 4px 4px #0000000d
}

.game-details-c-head-time-bc:not(.stoppage-time) {
  padding: 0 5px;
  color: rgba(var(--oc-1-sc), 1)
}

.game-details-c-head-time-bc:nth-child(2) {
  margin-inline-start: 10px;
  background: rgba(var(--oc-1), .5)
}

.game-details-c-head-time-bc:nth-child(2):last-child {
  background: rgba(var(--oc-1), 1);
  border-radius: var(--border-radius)
}

[dir=ltr] .game-details-c-head-time-bc:nth-child(2):nth-last-child(2) {
  border-radius: var(--border-radius) 0 0 var(--border-radius)
}

[dir=rtl] .game-details-c-head-time-bc:nth-child(2):nth-last-child(2) {
  border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.game-details-c-head-time-bc+.game-details-c-head-time-bc:not(.stoppage-time) {
  margin-inline-start: 1px;
  background: rgba(var(--oc-1), 1)
}

[dir=ltr] .game-details-c-head-time-bc+.game-details-c-head-time-bc:not(.stoppage-time) {
  border-radius: 0 var(--border-radius) var(--border-radius) 0
}

[dir=rtl] .game-details-c-head-time-bc+.game-details-c-head-time-bc:not(.stoppage-time) {
  border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.game-details-c-head-time-bc+.stoppage-time {
  margin-inline-start: 10px
}

.stoppage-time {
  position: relative;
  justify-content: center;
  color: rgba(var(--oc-1), 1)
}

.stoppage-time:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000001a;
  border: 1px solid rgba(var(--oc-1), 1);
  border-radius: var(--border-radius);
  animation: stoppageTime 2.5s ease
}

@keyframes stoppageTime {
  0% {
    opacity: 0
  }

  25% {
    opacity: 1;
    transform: scale(1.2) rotate(15deg);
    box-shadow: 0 0 10px 1px rgba(var(--oc-1), 1)
  }

  50% {
    transform: scale(1);
    box-shadow: none
  }

  75% {
    transform: scale(1.2) rotate(-15deg);
    box-shadow: 0 0 10px 1px rgba(var(--oc-1), 1)
  }
}

.live-page-sections-bc .competition-icon-arrow-bc {
  width: 24px;
  height: 24px;
  text-align: center;
  background: rgba(var(--b-sc), .1);
  border-radius: var(--border-radius);
  line-height: 24px
}

.game-details-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 38px - var(--mobile-header-navigation-height) - var(--mobile-header-main-section-height) * 2 - var(--dynamic-header));
  padding: 15px;
  background: rgba(var(--b), .7);
  z-index: 5;
  pointer-events: none
}

.game-details-list .sp-sub-list-bc {
  background: rgba(var(--b-sc), .2);
  border-radius: var(--border-radius)
}

.game-details-list .sp-s-l-head-bc {
  height: 30px
}

.game-details-list .c-row-bc {
  height: 40px
}

.game-details-list-scroll {
  max-height: 80%;
  padding: var(--padding-page-aside);
  background: rgba(var(--b), 1);
  border-radius: var(--border-radius);
  pointer-events: auto;
  will-change: scroll-position;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain
}

.game-details-list-scroll .sp-s-l-h-title-bc {
  color: rgba(var(--b-sc), .8)
}

.game-details-list-scroll .sp-sub-list-bc+.sp-sub-list-bc {
  margin-top: 1px
}

.game-details-additional-info-bc {
  display: flex;
  align-items: flex-start;
  margin-top: 8px
}

.game-details-additional-info-bc .notification-loader {
  margin-inline-start: 10px
}

.game-details-additional-info-bc .bc-loader.small .bc-loader-contain {
  max-width: 12px;
  height: 12px;
  line-height: 12px
}

.game-details-additional-info-title-bc {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: center
}

.game-details-c-head-c-row-data-bc {
  font-size: 12px;
  line-height: 16px;
  color: #ccc
}

[dir=rtl] .game-details-c-head-c-row-data-bc {
  direction: ltr
}

.game-details-c-head-c-row-data-bc+.game-details-c-head-c-row-data-bc {
  margin-inline-start: 4px
}

.game-details-c-head-column-bc {
  display: flex
}

.game-d-c-head-c-icon-bc {
  margin-inline-start: 10px;
  color: #c5c5d8;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px
}

.game-details-c-body-bc {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #0000004d;
  box-shadow: -11px 0 #0000004d, 11px 0 #0000004d
}

.game-details-c-body-bc.set-score-bc {
  align-items: flex-end
}

.game-details-c-body-name-bc {
  flex: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.game-details-c-body-count-bc {
  flex-shrink: 0;
  display: flex;
  max-width: 50%
}

.game-details-c-body-count-bc>.game-details-c-body-numbers-bc {
  padding-inline-start: 10px
}

[dir=ltr] .game-details-c-body-count-bc>.game-details-c-body-numbers-bc:nth-child(2) {
  box-shadow: inset 1px 0 #a9a9c1, -10px 0 10px #fff3
}

[dir=rtl] .game-details-c-body-count-bc>.game-details-c-body-numbers-bc:nth-child(2) {
  box-shadow: inset -1px 0 #a9a9c1, 10px 0 10px #fff3
}

.game-details-c-body-count-bc>.game-details-c-body-numbers-bc:nth-child(2) .game-details-c-b-r-c-score-item-bc.point {
  color: rgba(var(--oc-2), 1)
}

.game-details-c-body-amount-bc {
  display: flex;
  will-change: scroll-position;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch
}

.game-details-c-body-amount-bc::-webkit-scrollbar {
  display: none
}

.game-details-c-body-amount-bc .game-details-c-body-numbers-bc+.game-details-c-body-numbers-bc {
  margin-inline-start: 12px
}

.game-details-c-body-amount-bc .game-details-c-body-numbers-bc:last-child {
  padding-inline-end: 10px
}

.game-details-c-body-numbers-bc {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.game-d-c-b-r-c-team-bc {
  display: flex;
  align-items: center;
  margin-inline-end: 10px
}

.game-d-c-b-r-c-team-bc:first-child .scores-section-start-icon-bc {
  margin-top: 3px
}

.game-d-c-b-r-c-team-bc+.game-d-c-b-r-c-team-bc {
  margin-top: 3px
}

.game-details-c-team-name-bc {
  display: flex;
  align-items: center
}

.game-details-c-team-name-bc+.game-details-c-team-name-bc {
  margin-top: 5px
}

.game-details-c-team-name-bc .teams-info-main-flag {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-inline-end: 3px
}

.game-d-c-b-r-c-team-name-bc {
  display: flex;
  align-items: center;
  flex: auto;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #f2f2f2;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-break: break-word;
  overflow: hidden
}

.game-d-c-b-r-c-team-name {
  flex: auto
}

.game-d-c-position-point-bc {
  font-size: 10px;
  line-height: 11px;
  color: #999;
  margin-bottom: 10px
}

.game-d-c-position-point-bc:last-child {
  margin-bottom: 0
}

.game-details-c-b-r-c-score-item-bc {
  text-align: center
}

.game-details-c-b-r-c-score-item-bc.point {
  color: #fff;
  font-size: 16px
}

.game-details-c-b-r-c-score-item-bc.title {
  line-height: 11px;
  font-size: 10px;
  text-transform: capitalize;
  color: #ccc
}

.game-details-c-b-r-c-score-item-bc+.game-details-c-b-r-c-score-item-bc {
  margin-top: 3px
}

.game-d-c-b-r-c-statistics-item-bc {
  display: flex;
  justify-content: center;
  line-height: 22px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  background: #00000080
}

.game-d-c-b-r-c-statistics-item-bc.W {
  color: #16c72e
}

.game-d-c-b-r-c-statistics-item-bc.L {
  color: #ff3449
}

.game-d-c-b-r-c-statistics-item-bc.D {
  color: gold
}

[dir=ltr] .game-d-c-b-r-c-statistics-item-bc:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius)
}

[dir=rtl] .game-d-c-b-r-c-statistics-item-bc:first-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius)
}

[dir=ltr] .game-d-c-b-r-c-statistics-item-bc:last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius)
}

[dir=rtl] .game-d-c-b-r-c-statistics-item-bc:last-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius)
}

.game-details-c-live-icons-row-bc {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #a9a9c1
}

.game-details-c-live-icons-row-bc>.tooltipIconWrapper {
  width: 20%;
  max-width: 63px;
  height: 32px;
  margin-inline-start: 0
}

.game-details-c-live-icons-row-bc>.tooltipIconWrapper>i.game-details-c-live-i-item-bc {
  font-size: 18px;
  transition: color var(--default-transition-duration), background var(--default-transition-duration)
}

.game-details-c-live-i-item-bc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius)
}

[class*=is-web] .game-details-c-live-i-item-bc {
  width: 100%;
  height: 100%
}

[class*=is-mobile] .game-details-c-live-i-item-bc {
  width: 20%;
  max-width: 63px;
  height: 32px
}

.game-details-c-live-i-item-bc:not(.active) {
  color: #fffc;
  background: #0006
}

[class*=is-web] .game-details-c-live-i-item-bc:not(.active):hover {
  color: #0009;
  background: #fff9
}

.game-details-c-live-i-item-bc.active {
  color: #000c;
  background: #fffc
}

[class*=is-web] .game-details-c-live-i-item-bc.active:hover {
  color: #000000e6
}

.game-details-c-live-i-item-bc+.game-details-c-live-i-item-bc {
  margin-inline-start: 5px
}

.game-details-container-prematch-bc .game-details-c-body-bc {
  align-items: stretch
}

.game-details-container-prematch-bc .game-details-c-body-numbers-bc {
  justify-content: space-around
}

.game-details-container-prematch-bc .game-details-c-b-r-c-score-item-bc {
  display: flex
}

.game-details-container-prematch-bc .game-details-c-b-r-c-score-item-bc:only-child.team1 {
  margin-bottom: 16px
}

.game-details-container-prematch-bc .game-details-c-b-r-c-score-item-bc:only-child.team2 {
  margin-top: 16px
}

.game-d-c-b-r-c-statistics-item-bc+.game-d-c-b-r-c-statistics-item-bc {
  margin-inline-start: 1px
}

.game-details-penalties-bc {
  flex-direction: column;
  align-items: center;
  margin-top: 12px
}

.game-details-penalties-title-bc {
  margin-bottom: 10px;
  color: #fff9;
  font-size: 12px
}

.game-details-penalties-info-bc {
  display: flex;
  align-items: center
}

.game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(5n+6) {
  margin-inline-start: 0
}

[dir=ltr] .game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(5n+6) {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius)
}

[dir=rtl] .game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(5n+6) {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius)
}

.game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(n+6) {
  margin-top: 1px
}

[dir=ltr] .game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(5n) {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius)
}

[dir=rtl] .game-details-penalties-info-bc .game-d-c-b-r-c-statistics-item-bc:nth-child(5n) {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius)
}

.game-details-penalties-info-bc .bc-i-checked {
  color: #16c72e
}

.game-details-penalties-info-bc .bc-i-close-remove {
  color: #ff3449;
  font-size: 9px
}

.game-details-penalties-games-bc {
  display: flex;
  width: 104px;
  flex-wrap: wrap
}

.game-details-penalties-score-bc {
  display: flex;
  margin: 0 12px
}

.game-details-penalties-number-bc {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00000080
}

.game-details-penalties-number-bc+.game-details-penalties-number-bc {
  margin-inline-start: 1px
}

.game-details-penalties-number-bc:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius)
}

.game-details-penalties-number-bc:last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius)
}

@media screen and (max-width: 354px) {
  .game-details-penalties-score-bc {
    margin: 0 6px
  }

  .game-details-penalties-number-bc {
    width: 28px;
    height: 28px
  }
}

.mixed-matches-container {
  padding: 0 5px 5px;
  background: rgba(var(--b-sc), .05)
}

.mixed-matches-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: rgba(var(--b-sc), .1)
}

.mixed-matches-title {
  width: 100%;
  color: rgba(var(--b-sc), 1);
  font-size: 12px;
  padding: 0 18px
}

.mixed-matches-title:first-child {
  text-align: end
}

.mixed-matches-team {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin-top: 1px;
  padding: 0 5px;
  color: rgba(var(--b-sc), .5);
  background: rgba(var(--b-sc), .05);
  font-size: 12px
}

.mixed-matches-team:last-child {
  border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.mixed-matches-player {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden
}

.mixed-matches-player>img {
  width: 18px;
  height: auto;
  margin: 0 5px
}

.mixed-matches-player:first-child {
  justify-content: flex-end
}

.mixed-matches-vs {
  margin: 0 5px
}

.bet-builder-container {
  display: inline
}

.sgm-market-search .bet-builder-container .bc-i-bet-builder {
  display: none
}

.show-fast-news-icon .bc-i-stream {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0006;
  background-image: url(/assets/fasttv.png?v=696)
}

.show-fast-news-icon .bc-i-stream:before {
  content: none
}

.view-on-fastNews-container .empty-b-text-v-bc {
  display: flex;
  flex-direction: column
}

.fast-news-img {
  background: url(/assets/fasttv.png?v=696) no-repeat center center;
  max-width: 80px;
  width: 100%;
  height: 40px;
  background-size: contain
}

.live .game-details-container-inner-bc.live-score-bg-soccer {
  background: url(/assets/soccer-live.png) no-repeat 50% 50%/cover
}

.prematch .game-details-container-inner-bc.live-score-bg-soccer {
  background: url(/assets/soccer.png) no-repeat 50% 50%/cover
}

.streamingModeContent .sport-game-detail-holder-bc {
  margin-top: 10px
}

.streamingMode {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 28px;
  background: rgba(var(--b-sc), .1);
  padding-inline-end: 6px;
  border-radius: var(--border-radius)
}

.streamingModeBetslip {
  margin-top: 2px
}

.streamingModeIcon {
  font-size: 10px;
  color: rgba(var(--b-sc), .6);
  transition: var(--default-transition-duration) ease;
  cursor: pointer
}

.streamingModeIcon+.streamingModeIcon {
  padding-inline-start: 8px;
  border-inline-start: 1px solid rgba(var(--b-sc), .1);
  margin-inline-start: 8px
}

.streamingModeIcon.active,
.streamingModeIcon:hover {
  color: rgba(var(--b-sc), 1)
}

.collapsedDraggableWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 15px;
  height: 48px;
  background: rgba(var(--b), 1);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  z-index: 999;
  overflow: hidden
}

.collapsedDraggableWrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--b-sc), .15)
}

[class*=is-web] .collapsedDraggableWrapper {
  cursor: pointer;
  transition: ease var(--default-transition-duration)
}

[class*=is-web] .collapsedDraggableWrapper:hover {
  background: rgba(var(--b-sc), .1)
}

[class*=is-web] .collapsedDraggableWrapper:hover .collapsedDraggableIcon {
  color: rgba(var(--b-sc), 1)
}

[dir=ltr] .collapsedDraggableWrapper {
  left: 0
}

[dir=rtl] .collapsedDraggableWrapper {
  right: 0
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-0 {
  top: 128px
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-1 {
  top: 180px
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-2 {
  top: 232px
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-3 {
  top: 284px
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-4 {
  top: 336px
}

.collapsedDraggableWrapper.collapsed-draggable-stream-icon-5 {
  top: 388px
}

.collapsedDraggableIcon {
  font-size: 10px;
  color: rgba(var(--b-sc), .8)
}

.draggableAvailableStream:not(.bc-i-bet-builder) {
  color: #d60c0c
}

.draggableActiveStream:not(.bc-i-bet-builder) {
  color: #0da922
}

.draggableCollapsedStream:not(.bc-i-bet-builder) {
  color: orange
}

.betDuringStreamWrapper {
  border: 1px solid rgba(var(--b-sc), .15);
  border-radius: var(--border-radius);
  margin-bottom: 6px;
  overflow: hidden
}

[class*=is-web] .betDuringStreamWrapper {
  margin-top: 6px
}

[class*=is-mobile] .betDuringStreamWrapper {
  margin-inline-start: var(--padding-page-aside);
  margin-inline-end: var(--padding-page-aside)
}

[class*=is-mobile] .betDuringStreamWrapper.sp-sub-list-bc {
  background: none
}

[class*=is-mobile] .betDuringStreamWrapper .sp-s-l-b-content-bc {
  padding: 0;
  border-radius: unset
}

.betDuringStreamWrapper .sp-s-l-head-bc {
  color: rgba(var(--b-sc), .9);
  background: rgba(var(--b-sc), .05)
}

.betDuringStreamWrapper .sp-s-l-b-content-bc {
  color: rgba(var(--b-sc), .9);
  background: rgba(var(--b-sc), .1)
}

.betDuringStreamWrapper .sp-s-l-b-content-bc .market-bc {
  width: 100%;
  height: 36px
}

.betDuringStreamWrapper .sp-s-l-b-content-bc .market-bc:not(.active) {
  background: rgba(var(--b-sc), .1)
}

.betDuringStream,
.betDuringStreamMarket {
  display: flex
}

.betDuringStreamMarket {
  gap: 1px
}

.betDuringStreamMarket .marketSliderHeader {
  display: flex;
  align-items: center;
  padding: 4px 6px
}

.betDuringStreamMarket .marketSliderTitle {
  font-size: 10px
}

.betDuringStreamItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 2px
}

.betDuringStreamVS {
  font-size: 22px;
  color: rgba(var(--b-sc), .3)
}

.betDuringStreamImg {
  width: 30px;
  height: 30px;
  object-fit: contain
}

.betDuringStreamText {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center
}

.live .live-score-bg-custom {
  background: url(/assets/custom2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-custom {
  background: url(/assets/custom.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-alpineskiing {
  background: url(/assets/alpineskiing2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-alpineskiing {
  background: url(/assets/alpineskiing.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-americanfootball {
  background: url(/assets/americanfootball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-americanfootball {
  background: url(/assets/americanfootball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-arenaofvalor {
  background: url(/assets/arenaofvalor.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-arenaofvalor {
  background: url(/assets/arenaofvalor2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-archery {
  background: url(/assets/archery2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-archery {
  background: url(/assets/archery.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-archeryh2h {
  background: url(/assets/archery2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-archeryh2h {
  background: url(/assets/archery.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-compoundarchery {
  background: url(/assets/archery2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-compoundarchery {
  background: url(/assets/archery.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-australianfootball {
  background: url(/assets/australianfootball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-australianfootball {
  background: url(/assets/australianfootball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-autoracing {
  background: url(/assets/autoracing2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-autoracing {
  background: url(/assets/autoracing.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-badminton {
  background: url(/assets/badminton.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-badminton {
  background: url(/assets/badminton2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-baseball {
  background: url(/assets/baseball.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-baseball {
  background: url(/assets/baseball2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-basketball {
  background: url(/assets/basketball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-basketball {
  background: url(/assets/basketball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-basketballshots {
  background: url(/assets/basketballshots.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-basketballshots {
  background: url(/assets/basketballshots2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-beachfootball {
  background: url(/assets/beachfootball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-beachfootball {
  background: url(/assets/beachfootball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-beachvolleyball {
  background: url(/assets/beachvolleyball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-beachvolleyball {
  background: url(/assets/beachvolleyball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-boxing {
  background: url(/assets/boxing.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-boxing {
  background: url(/assets/boxing2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-callofduty {
  background: url(/assets/callofduty2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-callofduty {
  background: url(/assets/callofduty.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-chess {
  background: url(/assets/chess.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-chess {
  background: url(/assets/chess2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-counterstrike {
  background: url(/assets/counterstrike2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-counterstrike {
  background: url(/assets/counterstrike.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-cricket {
  background: url(/assets/cricket.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-cricket {
  background: url(/assets/cricket2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-cyberfootball {
  background: url(/assets/cyberfootball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-cyberfootball {
  background: url(/assets/cyberfootball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-cycling {
  background: url(/assets/cycling.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-cycling {
  background: url(/assets/cycling2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-darts {
  background: url(/assets/darts2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-darts {
  background: url(/assets/darts.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-dota {
  background: url(/assets/dota.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-dota {
  background: url(/assets/dota2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-dota2 {
  background: url(/assets/dota.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-dota2 {
  background: url(/assets/dota2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-ebasketball {
  background: url(/assets/ebasketball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-ebasketball {
  background: url(/assets/ebasketball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-esports {
  background: url(/assets/esports.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-esports {
  background: url(/assets/esports2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-eurovision {
  background: url(/assets/eurovision2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-eurovision {
  background: url(/assets/eurovision.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-floorball {
  background: url(/assets/floorball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-floorball {
  background: url(/assets/floorball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-formula1 {
  background: url(/assets/formula1.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-formula1 {
  background: url(/assets/formula12.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-freestylewrestling {
  background: url(/assets/freestylewrestling2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-freestylewrestling {
  background: url(/assets/freestylewrestling.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-futsal {
  background: url(/assets/futsal2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-futsal {
  background: url(/assets/futsal.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-golf {
  background: url(/assets/golf2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-golf {
  background: url(/assets/golf.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-grasshockey {
  background: url(/assets/grasshockey2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-grasshockey {
  background: url(/assets/grasshockey.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-grecoromanwrestling {
  background: url(/assets/grecoromanwrestling2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-grecoromanwrestling {
  background: url(/assets/grecoromanwrestling.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-handball {
  background: url(/assets/handball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-handball {
  background: url(/assets/handball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-hearthstone {
  background: url(/assets/hearthstone.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-hearthstone {
  background: url(/assets/hearthstone2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-horseracing {
  background: url(/assets/horseracing2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-horseracing {
  background: url(/assets/horseracing.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-icehockey {
  background: url(/assets/icehockey2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-icehockey {
  background: url(/assets/icehockey.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-e-icehockey {
  background: url(/assets/icehockey2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-e-icehockey {
  background: url(/assets/icehockey.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-judo {
  background: url(/assets/judo2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-judo {
  background: url(/assets/judo.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-kingofglory {
  background: url(/assets/kingofglory.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-kingofglory {
  background: url(/assets/kingofglory2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-lacross {
  background: url(/assets/lacross2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-lacross {
  background: url(/assets/lacross.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-leagueoflegends {
  background: url(/assets/leagueoflegends.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-leagueoflegends {
  background: url(/assets/leagueoflegends2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-mma {
  background: url(/assets/mma.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-mma {
  background: url(/assets/mma2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-mortalkombatxl {
  background: url(/assets/mortalkombatxl2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-mortalkombatxl {
  background: url(/assets/mortalkombatxl.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-mobilelegends {
  background: url(/assets/mobilelegends2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-mobilelegends {
  background: url(/assets/mobilelegends.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-motorsport {
  background: url(/assets/motorsport.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-motorsport {
  background: url(/assets/motorsport2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-nascar {
  background: url(/assets/nascar2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-nascar {
  background: url(/assets/nascar.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-netball {
  background: url(/assets/netball.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-netball {
  background: url(/assets/netball2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-oscar {
  background: url(/assets/oscar2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-oscar {
  background: url(/assets/oscar.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-overwatch {
  background: url(/assets/overwatch2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-overwatch {
  background: url(/assets/overwatch.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-pistolshooting {
  background: url(/assets/pistolshooting.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-pistolshooting {
  background: url(/assets/pistolshooting2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-pistolhead2head {
  background: url(/assets/pistolshooting.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-pistolhead2head {
  background: url(/assets/pistolshooting2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-politics {
  background: url(/assets/politics2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-politics {
  background: url(/assets/politics.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-rocketleague {
  background: url(/assets/rocketleague2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-rocketleague {
  background: url(/assets/rocketleague.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-rugby {
  background: url(/assets/rugby2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-rugby {
  background: url(/assets/rugby.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-rugbyleague {
  background: url(/assets/rugbyleague2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-rugbyleague {
  background: url(/assets/rugbyleague.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-rugbysevens {
  background: url(/assets/rugbysevens2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-rugbysevens {
  background: url(/assets/rugbysevens.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-rugbyunion {
  background: url(/assets/rugbyunion2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-rugbyunion {
  background: url(/assets/rugbyunion.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-skijumping {
  background: url(/assets/skijumping2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-skijumping {
  background: url(/assets/skijumping.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-snooker {
  background: url(/assets/snooker2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-snooker {
  background: url(/assets/snooker.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-specialbets {
  background: url(/assets/specialbets2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-specialbets {
  background: url(/assets/specialbets.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-speedway {
  background: url(/assets/speedway2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-speedway {
  background: url(/assets/speedway.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-starcraft {
  background: url(/assets/starcraft2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-starcraft {
  background: url(/assets/starcraft.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-starcraft2 {
  background: url(/assets/starcraft23.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-starcraft2 {
  background: url(/assets/starcraft22.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-streetfighterv {
  background: url(/assets/streetfighterv2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-streetfighterv {
  background: url(/assets/streetfighterv.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-surfing {
  background: url(/assets/surfing2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-surfing {
  background: url(/assets/surfing.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-tabletennis {
  background: url(/assets/tabletennis.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-tabletennis {
  background: url(/assets/tabletennis2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-tennis {
  background: url(/assets/tennis2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-tennis {
  background: url(/assets/tennis.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-etennis {
  background: url(/assets/tennis2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-etennis {
  background: url(/assets/tennis.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-tennisgrass {
  background: url(/assets/tennisgrass2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-tennisgrass {
  background: url(/assets/tennisgrass.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-tvshowsandmovies {
  background: url(/assets/tvshowsandmovies2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-tvshowsandmovies {
  background: url(/assets/tvshowsandmovies.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-valorant {
  background: url(/assets/valorant2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-valorant {
  background: url(/assets/valorant.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-volleyball {
  background: url(/assets/volleyball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-volleyball {
  background: url(/assets/volleyball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-worldoftanks {
  background: url(/assets/worldoftanks2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-worldoftanks {
  background: url(/assets/worldoftanks.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-wrestling {
  background: url(/assets/wrestling2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-wrestling {
  background: url(/assets/wrestling.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-waterpolo {
  background: url(/assets/waterpolo2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-waterpolo {
  background: url(/assets/waterpolo.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-wwe {
  background: url(/assets/wwe2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-wwe {
  background: url(/assets/wwe.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-modernpentathlon {
  background: url(/assets/modernpentathlon2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-modernpentathlon {
  background: url(/assets/modernpentathlon.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-marathonswimming {
  background: url(/assets/marathonswimming2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-marathonswimming {
  background: url(/assets/marathonswimming.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-gymnastics {
  background: url(/assets/gymnastics.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-gymnastics {
  background: url(/assets/gymnastics2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-hockey {
  background: url(/assets/hockey.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-hockey {
  background: url(/assets/hockey2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-climbing {
  background: url(/assets/climbing.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-climbing {
  background: url(/assets/climbing2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-canoeing {
  background: url(/assets/canoeing.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-canoeing {
  background: url(/assets/canoeing2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-biathlon {
  background: url(/assets/biathlon2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-biathlon {
  background: url(/assets/biathlon.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-hurling {
  background: url(/assets/hurling.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-hurling {
  background: url(/assets/hurling2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-gaelicfootball {
  background: url(/assets/gaelicfootball2.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-gaelicfootball {
  background: url(/assets/gaelicfootball.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-crosscountryskiing {
  background: url(/assets/crosscountryskiing.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-crosscountryskiing {
  background: url(/assets/crosscountryskiing2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-softball {
  background: url(/assets/softball.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-softball {
  background: url(/assets/softball2.png) no-repeat 50% 50%/cover
}

.live .live-score-bg-curling {
  background: url(/assets/curling.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-curling {
  background: url(/assets/curling2.png) no-repeat 50% 50%/cover
}