.EventPanelItem-styles-modal-wrapper {
  background: var(--bks-card-overlay);
  width: 432px;
  flex: inherit;
  flex-direction: column;
  padding: 0 0 16px;
  display: flex;
}

.EventPanelItem-styles-modal-wrapper:not(.EventPanelItem-styles-mobile) {
  height: inherit;
  border-radius: 4px;
  box-shadow: 0 1.5px 2.5px #0000001f, 0 0 1.5px #0000001f;
}

.EventPanelItem-styles-modal-wrapper.EventPanelItem-styles-mobile {
  width: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.EventPanelItem-styles-modal-wrapper.EventPanelItem-styles-popup:not(.EventPanelItem-styles-mobile) {
  width: 575px;
  height: calc(100% - 80px);
  box-shadow: 0 0 0 100% var(--grey-shadow);
  border-radius: 8px;
  padding: 0;
  position: fixed;
  top: 40px;
  left: calc(50% - 287.5px);
  overflow: hidden;
}

.EventPanelItem-styles-modal-wrapper.EventPanelItem-styles-popup:not(.EventPanelItem-styles-mobile) .EventPanelItem-styles-modal-content {
  margin: 0;
  padding: 0;
}

.EventPanelItem-styles-modal-wrapper > a {
  text-align: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 8px;
  margin-right: 8px;
}

.EventPanelItem-styles-modal-wrapper .EventPanelItem-styles-close-icon {
  vertical-align: text-bottom;
}

.EventPanelItem-styles-modal-wrapper .EventPanelItem-styles-modal-content {
  text-align: left;
}

.EventPanelItem-styles-modal-wrapper .EventPanelItem-styles-modal-content:not(.EventPanelItem-styles-mobile) {
  flex: 1;
  margin: 0 16px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateZ(0);
}

.EventPanelItem-styles-modal-wrapper.EventPanelItem-styles-ended {
  height: auto;
  text-align: right;
}

.Event-styles-score-center {
  background: var(--black-night);
  flex-flow: column;
  display: flex;
}

.Event-styles-score-center.Event-styles-sticky {
  height: 100%;
  z-index: 2;
  position: sticky;
  top: 0;
}

.Event-styles-score-center > iframe {
  height: 100%;
  width: 100%;
  border: 0;
  position: relative;
  top: 0;
  left: 0;
}

.Event-styles-score-center.Event-styles-sticky.Event-styles-native {
  top: env(safe-area-inset-top, 24px);
}

.Event-styles-score-center .Event-styles-tabs-container {
  flex-direction: column-reverse;
  display: flex;
}

.Event-styles-score-center .Event-styles-combi-tab {
  background-color: var(--grey-iron);
  background: var(--grey-smoke);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4px;
  display: flex;
  overflow-y: auto;
}

.Event-styles-score-center .Event-styles-combi-tab::-webkit-scrollbar {
  display: none;
}

.Event-styles-score-center .Event-styles-links {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.Event-styles-bet-builder {
  background: url("icon-betbuilder.cdde1b30.svg") 50% / contain no-repeat;
  padding-left: 24px;
}

.Event-styles-tab-button {
  color: var(--grey-dark);
  text-align: center;
  white-space: nowrap;
  height: 34px;
  background-color: var(--grey-snow);
  border: 1px solid var(--grey-pale);
  border-radius: 17px;
  margin-left: 4px;
  padding: 8px 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.Event-styles-tab-button:focus {
  outline: 0;
}

.Event-styles-tab-button.Event-styles-selected {
  background-color: var(--grey-dark);
  color: var(--white);
}

.Event-styles-new {
  min-width: 30px;
  height: 17px;
  background-color: var(--bks-primary-color);
  color: var(--white);
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 3px;
  margin-left: 4px;
  padding: 1px 2px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.LiveOutright-styles-scorecenter {
  color: var(--white);
  height: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 70px 6px;
  font-weight: 600;
  display: flex;
}

.LiveOutright-styles-scorecenter.LiveOutright-styles-desktop {
  height: 80px;
}

.LiveOutright-styles-scorecenter .LiveOutright-styles-data-name {
  font-size: 15px;
  line-height: 1.4;
}

.LiveOutright-styles-scorecenter .LiveOutright-styles-data-time {
  text-transform: uppercase;
  color: var(--blue-very-light);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

.GameEnded-styles-game-ended {
  background-color: var(--white);
  text-align: center;
  color: var(--grey-ash);
  width: 100%;
  padding: 120px 0;
  font-size: 15px;
}

.GameEnded-styles-game-ended img {
  margin-bottom: 24px;
}

.TennisLive-styles-scorecenter {
  color: var(--grey-not-so-light);
  height: 80px;
  max-width: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.TennisLive-styles-scorecenter .TennisLive-styles-hidden {
  display: none;
}

.TennisLive-styles-scorecenter .TennisLive-styles-date-time {
  text-transform: capitalize;
  color: var(--blue-light);
  padding-left: 8px;
  font-size: 13px;
  font-weight: 600;
}

.TennisLive-styles-scorecenter .TennisLive-styles-teams {
  min-width: 155px;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.TennisLive-styles-scorecenter .TennisLive-styles-teams:after {
  content: "";
  z-index: 1;
  width: 25px;
  background-image: linear-gradient(90deg, #333333fc, #3330);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}

.TennisLive-styles-scorecenter .TennisLive-styles-circle {
  background: var(--yellow-sun);
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin: auto;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score {
  color: var(--grey-ish);
  padding-left: 12.5px;
  font-size: 13px;
  font-weight: 600;
  overflow: auto;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score table {
  border-spacing: 0;
  height: 100%;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score td {
  text-align: center;
  min-width: 25px;
  padding: 0 6px;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-current-game {
  width: 46px;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-col-even {
  background-image: linear-gradient(0deg, var(--mine-shaft), var(--black-night));
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-square {
  background-color: var(--grey);
  color: var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 21px;
  background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 2px 3px;
  font-size: 15px;
  display: flex;
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-set-number > td {
  padding: 2px 6px;
  font-size: 11px;
}

.TennisLive-styles-scorecenter .TennisLive-styles-team {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.TennisLive-styles-scorecenter .TennisLive-styles-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ScoreCenterTabs-styles-tab-wrapper {
  z-index: 1;
  background: var(--white);
  height: 48px;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #00000040;
}

.ScoreCenterTabs-styles-tab-wrapper.ScoreCenterTabs-styles-mobile .ScoreCenterTabs-styles-iframe {
  height: calc(100vh - 155px);
}

.ScoreCenterTabs-styles-tab-list {
  width: 100%;
  height: 48px;
  justify-content: space-around;
  display: flex;
  overflow-x: auto;
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-event-tab {
  min-width: 60px;
  min-height: 100%;
  color: var(--black);
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-event-tab-alerts {
  min-width: 40px;
  border-left: 1px solid var(--grey-pale);
  position: absolute;
  top: 0;
  right: 0;
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected {
  border-bottom: 0;
  position: relative;
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected:before {
  content: " ";
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 7px solid #0000;
  border-bottom: 9px solid var(--black-night);
  border-top: 0 solid #0000;
  border-right: 7px solid #0000;
  display: block;
  position: absolute;
  bottom: 5px;
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-label {
  color: #0000;
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon {
  transform: translateY(1px);
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-stats {
  background-image: url("icon-h2h-active.7d113a2f.svg");
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-lineups {
  background-image: url("icon-lineups-active.fbd2a932.svg");
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-match-facts {
  height: 24px;
  width: 30px;
  background-image: url("icon-dfl-logo-active.0e99b530.svg");
}

.ScoreCenterTabs-styles-tab-with-alerts {
  max-width: calc(100% - 40px);
  border-right: 1px solid var(--grey-iron);
}

.ScoreCenterTabs-styles-tab-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.ScoreCenterTabs-styles-tab-label {
  text-align: center;
  color: var(--grey);
  font-size: 11px;
}

.ScoreCenterTabs-styles-tab-icon {
  height: 20px;
  width: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-stats {
  background-image: url("icon-h2h.6b85a128.svg");
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-lineups {
  background-image: url("icon-lineups.9e9d8d03.svg");
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-alerts {
  background-image: url("icon-alerts.dedb44aa.svg");
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-open-bets {
  text-align: center;
  background-color: var(--blue-steel);
  width: unset;
  min-width: 21px;
  height: 18px;
  color: var(--white);
  border-radius: 10px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-match-facts {
  height: 24px;
  width: 30px;
  background-image: url("icon-dfl-logo.9b348a73.svg");
}

.ScoreCenterTabs-styles-alerts {
  padding-right: 10px;
  display: flex;
}

.ScoreCenterTabs-styles-alerts.ScoreCenterTabs-styles-subscribed {
  position: relative;
}

.ScoreCenterTabs-styles-alerts.ScoreCenterTabs-styles-subscribed:after {
  content: "";
  width: 16px;
  height: 16px;
  z-index: 1;
  background-image: url("icon-checkbox.3c616428.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -4px;
  right: -2px;
}

.ScoreCenterTabs-styles-iframe {
  width: 100%;
  height: calc(100vh - 107px);
  border: 0;
}

.ScoreCenterTabs-styles-hidden {
  display: none;
}

.ScoreCenterTabs-styles-spinner {
  width: 18px;
  height: 18px;
}

.ScoreCenterTabs-styles-counter {
  position: relative;
}

.ScoreCenterTabs-styles-onboard-openbets-wrapper {
  background-color: var(--grey-smoke);
}

@keyframes MiniStatsSkeleton-styles-loading {
  to {
    background-position: 200% 0, 16px 12px, calc(100% - 16px) 12px, 16px 42px, 50% 42px, calc(100% - 16px) 42px, 16px 88px, 50% 90px, calc(100% - 16px) 88px, 50% 125px, 16px 155px, 50% 155px, calc(100% - 16px) 155px, 16px 185px, 50% 185px, calc(100% - 16px) 185px, 16px 215px, 50% 215px, calc(100% - 16px) 215px, 0 calc(100% - 40px);
  }
}

.MiniStatsSkeleton-styles-mini-stats-wrapper {
  height: 285px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, rgba(var(--white-rgb), 0), rgba(var(--white-rgb), .8) 50%, rgba(var(--white-rgb), 0)), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 30px, transparent 0), linear-gradient(var(--grey-faded) 30px, transparent 0), linear-gradient(var(--grey-faded) 30px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 13px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-faded) 17px, transparent 0), linear-gradient(var(--grey-iron) 1px, transparent 0);
  background-position: -100% 0, 16px 12px, calc(100% - 16px) 12px, 16px 42px, 50% 42px, calc(100% - 16px) 42px, 16px 88px, 50% 90px, calc(100% - 16px) 88px, 50% 125px, 16px 155px, 50% 155px, calc(100% - 16px) 155px, 16px 185px, 50% 185px, calc(100% - 16px) 185px, 16px 215px, 50% 215px, calc(100% - 16px) 215px, 0 calc(100% - 40px);
  background-size: 200px 285px, 110px 17px, 110px 17px, 30px 30px, 30px 30px, 30px 30px, 92px 17px, 30px 13px, 92px 17px, 96px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 80px 17px, 100% 1px;
  animation: 1.5s infinite MiniStatsSkeleton-styles-loading;
}

.MiniStatsSlider-styles-testing, div.slick-slider {
  display: flex;
}

.MiniStatsSlider-styles-slider-container {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.MiniStatsSlider-styles-slider-container .slick-next, .MiniStatsSlider-styles-slider-container .slick-prev {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: calc(100% - 19px);
  transform: translateY(-50%);
}

.MiniStatsSlider-styles-slider-container .slick-next:before, .MiniStatsSlider-styles-slider-container .slick-prev:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--grey-light);
  opacity: 1;
  display: block;
  -webkit-mask: url("arrow-right.a88ddf88.svg") 50% no-repeat;
  mask: url("arrow-right.a88ddf88.svg") 50% no-repeat;
}

.MiniStatsSlider-styles-slider-container .slick-prev {
  left: calc(50% - 44px);
}

.MiniStatsSlider-styles-slider-container .slick-prev:before {
  transform: scaleX(-1);
}

.MiniStatsSlider-styles-slider-container .slick-next {
  right: calc(50% - 44px);
}

.MiniStatsSlider-styles-slider-container .slick-list {
  flex: 1;
}

.PreMatchStats-styles-container {
  width: 100%;
  background-color: var(--grey-not-so-light);
  color: var(--grey-dark);
  border-bottom: 1px solid var(--grey-iron);
  font-size: 13px;
  position: relative;
}

.PreMatchStats-styles-shadow {
  box-shadow: 0 2px 4px #00000040;
}

.PreMatchStats-styles-bottom-link {
  align-items: center;
  margin: 5px 0;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 16px;
}

.DflStats-styles-dfl-container {
  background-color: var(--whisper);
  color: var(--black);
}

.DflStats-styles-dfl-section {
  padding: 12px 8px 8px;
}

.DflStats-styles-dfl-section-container {
  background-color: var(--white);
  border-radius: 4px;
  margin: 12px 8px 8px;
  box-shadow: 0 1px 2px #0000003d;
}

.DflStats-styles-dfl-section-title {
  text-align: left;
  box-shadow: inset 0 -1px 0 0 var(--grey-smoke);
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 24px;
  padding: 13px 8px 14px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
}

.DflStats-styles-dfl-section-title:first-child {
  margin-top: 0;
}

.DflStats-styles-dfl-section .DflStats-styles-divider {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
}

.DflStats-styles-dfl-section .DflStats-styles-bold {
  font-weight: 600;
}

.DflStats-styles-dfl-info-icon {
  width: 20px;
  height: 20px;
  white-space: nowrap;
  cursor: pointer;
  float: right;
  background: url("icon-questionmark.f4e75e79.svg") 50% no-repeat;
  margin-left: .25rem;
}

.DflStats-styles-dfl-info-header {
  border-bottom: 1px solid var(--grey-iron);
}

.DflStats-styles-dfl-info-content {
  margin: 24px;
}

.DflStats-styles-row-container {
  color: var(--grey-dark);
  margin: 12px 8px 18px;
  font-size: 13px;
  line-height: 1;
}

.DflStats-styles-row-container > div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.DflStats-styles-row-container > div:not(.DflStats-styles-float) > * {
  display: flex;
}

.DflStats-styles-row-container > div:not(.DflStats-styles-float) > :first-child {
  flex: 1;
}

.DflStats-styles-row-container > div:not(.DflStats-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.DflStats-styles-row-container > div > div:first-of-type, .DflStats-styles-row-container > div > div:last-of-type {
  font-size: 15px;
}

.DflStats-styles-row-container > div .DflStats-styles-logos {
  flex-direction: column;
  display: flex;
}

.DflStats-styles-row-container > div .DflStats-styles-logos:last-child {
  align-items: flex-end;
}

.DflStats-styles-row-container > div .DflStats-styles-logos img {
  height: 43px;
  width: 43px;
}

.DflStats-styles-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.DflStats-styles-arrow-green {
  border-bottom-color: var(--green);
  border-width: 9px 5px;
  border-top-color: #0000;
  margin-top: -10px;
}

.DflStats-styles-arrow-green, .DflStats-styles-arrow-red {
  border-left-color: #0000;
  border-right-color: #0000;
}

.DflStats-styles-arrow-red {
  border-bottom-color: #0000;
  border-top-color: var(--bks-primary-color);
  border-width: 9px 5px;
  margin-bottom: -10px;
}

.DflStats-styles-arrow-l {
  margin-left: 4px;
}

.DflStats-styles-arrow-r {
  margin-right: 4px;
}

.DflStats-styles-footer {
  border-top: 1px solid var(--grey-smoke);
  padding: 12px;
}

.DflStats-styles-footer > img {
  width: 60%;
  margin: auto;
  display: block;
}

.DflStats-styles-tabs-container {
  margin-bottom: 12px;
  margin-left: 8px;
}

.DflStats-styles-tabs-list {
  box-shadow: inset 0 -1px 0 0 var(--grey-smoke);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.DflStats-styles-tabs-list .DflStats-styles-tab {
  height: 45px;
  padding: 8px 12px;
}

.DflStats-styles-tabs .DflStats-styles-list {
  min-height: 110px;
}

.DflStats-styles-tabs-list.DflStats-styles-tab {
  color: var(--grey-ash);
}

.DflStats-styles-tabs-list.DflStats-styles-tab-active {
  color: var(--black);
}

.DflStats-styles-players {
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
  font-size: 13px;
}

.DflStats-styles-players-headers > td {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--grey-ash);
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.DflStats-styles-players-headers > td:first-of-type {
  width: 15%;
}

.DflStats-styles-players-headers > td:nth-of-type(2) {
  width: 50%;
}

.DflStats-styles-players tbody > tr > td:not(:first-child) {
  border-bottom: 1px solid var(--whisper);
}

.DflStats-styles-players .DflStats-styles-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.DflStats-styles-players .DflStats-styles-pic {
  background-color: var(--grey-ash);
  height: 32px;
  width: 32px;
  border-radius: 20px;
  margin: 5px 16px 5px 5px;
  display: block;
}

.DflStats-styles-players .DflStats-styles-goals {
  text-align: center;
}

.DflStats-styles-difference {
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.DflStats-styles-difference-green {
  color: var(--green);
}

.DflStats-styles-difference-red {
  color: var(--bks-primary-color);
}

.OpenBets-styles-open-bets {
  background-color: var(--grey-smoke);
  padding: 8px 8px 10px;
}

.OpenBets-styles-footer {
  text-align: center;
  color: var(--grey-light);
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}

.OpenBets-styles-link {
  color: var(--blue-steel);
  font-weight: 600;
}

.OpenBets-styles-link:active, .OpenBets-styles-link:hover, .OpenBets-styles-link:visited {
  color: var(--blue-steel);
}

.OpenBets-styles-cashout-button {
  margin-bottom: 12px;
}

.MyBetsListItemMobile-styles-bet {
  background-color: var(--white);
  box-shadow: 0 0 2px 0 rgba(var(--black-box-shadow-rgb), .14), 0 1px 3px 0 rgba(var(--black-box-shadow-rgb), .14);
  border-radius: 2px;
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
}

.MyBetsListItemMobile-styles-risk-free {
  color: var(--grey-dark);
  font-size: 13px;
  font-weight: 600;
}

.MyBetsListItemMobile-styles-bet-footer-wager-content {
  line-height: 1.38;
}

.MyBetsListItemMobile-styles-bet-header {
  -webkit-tap-highlight-color: transparent;
  padding: 16px 32px 8px 16px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-bet-header-data {
  flex-direction: column;
  flex: 15.625%;
  display: flex;
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-bet-header-data .MyBetsListItemMobile-styles-date {
  color: var(--grey);
  text-transform: capitalize;
  font-size: 13px;
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-bet-header-data .MyBetsListItemMobile-styles-title {
  color: #212121;
  font-size: 17px;
  font-weight: 600;
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-bet-status {
  text-transform: uppercase;
  margin: 0 8px 0 auto;
  font-size: 15px;
  font-weight: 600;
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-delivered {
  color: var(--gamboge);
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-bought-back, .MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-paid-out {
  color: var(--green-dark);
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-lost {
  color: var(--mybets-lost-mobile-fg);
}

.MyBetsListItemMobile-styles-bet-header .MyBetsListItemMobile-styles-canceled {
  color: var(--grey-ash);
}

.MyBetsListItemMobile-styles-bet-header:after {
  content: "";
  height: 16px;
  width: 16px;
  background: url("arrow-up.5a31f956.svg") 50% no-repeat;
  margin: auto;
  display: block;
  position: absolute;
  top: 20px;
  bottom: auto;
  right: 16px;
}

.MyBetsListItemMobile-styles-bet.MyBetsListItemMobile-styles-closed .MyBetsListItemMobile-styles-bet-header {
  padding-bottom: 0;
}

.MyBetsListItemMobile-styles-bet.MyBetsListItemMobile-styles-closed .MyBetsListItemMobile-styles-bet-header:after {
  background: url("arrow-down.7596f727.svg") 50% no-repeat;
}

.MyBetsListItemMobile-styles-bet-body {
  background-color: var(--white);
  height: auto;
  border-radius: 0 0 4px 4px;
  margin-bottom: 8px;
  overflow: hidden;
}

.MyBetsListItemMobile-styles-bet-body .MyBetsListItemMobile-styles-games-list {
  background-color: var(--grey-snow);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.MyBetsListItemMobile-styles-bet.MyBetsListItemMobile-styles-closed .MyBetsListItemMobile-styles-bet-body {
  height: 0;
}

.MyBetsListItemMobile-styles-bet-footer {
  color: #4e4e4e;
  background-color: var(--white);
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.62;
  display: flex;
}

.MyBetsListItemMobile-styles-bet-footer > * {
  width: 100%;
}

.MyBetsListItemMobile-styles-bet-footer > :first-child {
  padding-left: 16px;
}

.MyBetsListItemMobile-styles-bet-footer > .MyBetsListItemMobile-styles-possible-gain {
  text-align: right;
  align-self: flex-end;
  padding-right: 16px;
  line-height: 1;
  position: relative;
}

.MyBetsListItemMobile-styles-bet-footer > .MyBetsListItemMobile-styles-possible-gain img {
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 1px;
}

.MyBetsListItemMobile-styles-bet-footer .MyBetsListItemMobile-styles-big-font {
  font-size: 15px;
  font-weight: 600;
}

.MyBetsListItemMobile-styles-bet-footer .MyBetsListItemMobile-styles-stake {
  color: #4e4e4e;
  line-height: 1.62;
}

.MyBetsListItemMobile-styles-native-cashout-buttons {
  padding: 0 16px;
}

.MyBetsListItemMobile-styles-risk-free-title {
  text-transform: uppercase;
  font-weight: 600;
}

.MyBetsListItemMobile-styles-buttons-wrapper {
  flex-direction: row;
  padding: 0 16px 12px;
  display: flex;
}

.MyBetsListItemMobile-styles-menu {
  color: var(--grey-light);
  background-color: var(--grey-snow);
  border-top: 1px solid var(--grey-iron);
  border-bottom: 1px solid var(--grey-iron);
  height: 48px;
  justify-content: space-around;
  font-size: 11px;
  line-height: 1.31;
  display: flex;
}

.MyBetsListItemMobile-styles-menu .MyBetsListItemMobile-styles-button-content {
  text-align: center;
  height: 48px;
  width: 33%;
  align-items: center;
  margin-top: 5px;
  display: block;
  position: relative;
}

.MyBetsListItemMobile-styles-menu .MyBetsListItemMobile-styles-button-content:only-child {
  margin-left: auto;
}

.MyBetsListItemMobile-styles-menu .MyBetsListItemMobile-styles-icon {
  width: 20px;
  height: 20px;
}

.MyBetsListItemMobile-styles-menu .MyBetsListItemMobile-styles-check-mark {
  width: 10px;
  height: 10px;
  margin-left: -10px;
  position: absolute;
}

.MyBetsListItemMobile-styles-extended-menu {
  justify-content: space-evenly;
}

.MyBetsListItemMobile-styles-cashout-bar-font-size {
  font-size: 15px;
}

.ApproveBetButton-styles-approve-bet-wrapper {
  padding: 16px;
}

.ApproveBetButton-styles-approve-bet-wrapper .ApproveBetButton-styles-button {
  height: 48px;
  background-color: #eeca3d;
  border: 0 solid #e2b504;
  border-radius: 5px;
  flex-direction: row;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin: 8px 4px 0 0;
  padding: 14px 10px 13px;
  display: flex;
  box-shadow: 0 1px 2.5px #0000003d;
}

.ApproveBetButton-styles-approve-bet-wrapper .ApproveBetButton-styles-button .ApproveBetButton-styles-button-content {
  color: #212121;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.ApproveBetButton-styles-approve-bet-wrapper .ApproveBetButton-styles-approve-text {
  display: flex;
}

.ApproveBetButton-styles-approve-bet-wrapper .ApproveBetButton-styles-approve-text .ApproveBetButton-styles-content {
  padding-left: 6px;
  line-height: 1.2;
}

.ApproveBetButton-styles-approve-bet-wrapper .ApproveBetButton-styles-approve-text .ApproveBetButton-styles-info-icon {
  width: 20px;
  height: 20px;
}

.ApproveBetPending-styles-approve-bet-wrapper {
  padding: 16px;
}

.ApproveBetPending-styles-approve-bet-wrapper .ApproveBetPending-styles-button {
  height: 48px;
  background-color: #eeca3d;
  border: 0 solid #e2b504;
  border-radius: 5px;
  flex-direction: row;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin: 11px 4px 0 0;
  padding: 14px 10px 13px;
  display: flex;
  box-shadow: 0 1px 2.5px #0000003d;
}

.ApproveBetPending-styles-approve-bet-wrapper .ApproveBetPending-styles-button .ApproveBetPending-styles-button-content {
  color: #212121;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.ApproveBetPending-styles-approve-bet-wrapper .ApproveBetPending-styles-approve-text {
  display: flex;
}

.ApproveBetPending-styles-approve-bet-wrapper .ApproveBetPending-styles-approve-text .ApproveBetPending-styles-content {
  padding-left: 6px;
  line-height: 1.2;
}

.ApproveBetPending-styles-approve-bet-wrapper .ApproveBetPending-styles-approve-text .ApproveBetPending-styles-info-icon {
  width: 20px;
  height: 20px;
}

.MatchNotifications-styles-popup-header {
  height: 50px;
}

.MatchNotifications-styles-popup-header header div {
  font-size: 17px;
  line-height: 1.35;
}

.MatchNotifications-styles-popup-header-alerts {
  height: 56px;
  border-bottom: 1px solid var(--grey-iron);
}

.MatchNotifications-styles-popup-icon {
  width: 48px;
  height: 48px;
  background-image: url("icon-alerts.dedb44aa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

.MatchNotifications-styles-popup-icon-subscribed:after {
  content: "";
  width: 30px;
  height: 30px;
  z-index: 1;
  background-image: url("icon-checkbox.3c616428.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}

.MatchNotifications-styles-popup-content {
  color: var(--black-base);
  margin: 0 0 24px 24px;
  font-size: 17px;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item {
  height: 50px;
  border-bottom: 1px solid var(--grey-iron);
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item .MatchNotifications-styles-card-item-text {
  width: 100%;
  line-height: 1.35;
  display: flex;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item .MatchNotifications-styles-card-item-toggle {
  flex: 0 0 40px;
  margin: 16px;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-button-wrapper {
  height: 48px;
  margin: 16px 24px 0 0;
  font-weight: 600;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-button-wrapper button {
  font-weight: 600;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-enable-btn {
  width: 100%;
  margin: 24px 0;
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-helper-text-footer {
  text-align: left;
  margin-right: 24px;
  font-size: 13px;
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-done-btn {
  min-width: 180px;
  border: 1px solid var(--grey-shadow);
  color: var(--grey-shadow);
  background: none;
  margin: 0 auto;
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-cancel-btn, .MatchNotifications-styles-popup-footer .MatchNotifications-styles-disable-btn {
  box-shadow: none;
  min-width: auto;
  background: none;
  border: 0;
  margin: 10px auto;
  padding: 0 16px;
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-disable-btn {
  color: var(--red-brick);
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-cancel-btn {
  color: var(--blue-steel);
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-enable-alerts-btn {
  min-width: 180px;
  margin: 0 auto;
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-helper-text-footer {
  font-size: 13px;
}

.LiveStats-styles-live-stats-tabs-bar {
  height: 48px;
  background: var(--white);
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  box-shadow: 0 2px 4px #00000040;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs {
  width: 100%;
  margin: 0;
  overflow-x: auto;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs-with-alerts {
  width: calc(100% - 40px);
  border-right: 1px solid var(--grey-iron);
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs-list {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  height: 48px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item {
  min-width: 60px;
  min-height: 100%;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-alerts {
  min-width: 40px;
  border-left: 1px solid var(--grey-pale);
  position: absolute;
  top: 0;
  right: 0;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-label {
  text-align: center;
  color: var(--grey);
  font-size: 11px;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon {
  height: 20px;
  width: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-match {
  background-image: url("icon-pitch.ef2990bb.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-livestats {
  background-image: url("icon-stats.95eef020.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-stats {
  background-image: url("icon-h2h.6b85a128.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-lineups {
  height: 24px;
  background-image: url("icon-lineups.9e9d8d03.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-timeline {
  background-image: url("icon-timeline.51e7208d.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-alerts {
  background-image: url("icon-alerts.dedb44aa.svg");
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-open-bets {
  text-align: center;
  background-color: var(--blue-steel);
  width: unset;
  min-width: 21px;
  height: 18px;
  color: var(--white);
  border-radius: 10px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.LiveStats-styles-alerts.LiveStats-styles-subscribed {
  position: relative;
}

.LiveStats-styles-alerts.LiveStats-styles-subscribed:after {
  content: "";
  width: 16px;
  height: 16px;
  z-index: 1;
  background-image: url("icon-checkbox.3c616428.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -4px;
  right: -2px;
}

.LiveStats-styles-live-stats-iframe-wrapper {
  height: 188px;
}

.LiveStats-styles-live-stats-iframe-wrapper .LiveStats-styles-live-stats-iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--black);
  border: 0;
}

.LiveStats-styles-live-stats-iframe-wrapper.LiveStats-styles-hidden {
  display: none;
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) {
  position: relative;
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts):before {
  content: " ";
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 7px solid #0000;
  border-bottom: 9px solid var(--black-night);
  border-top: 0 solid #0000;
  border-right: 7px solid #0000;
  display: block;
  position: absolute;
  bottom: 5px;
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-label {
  color: #0000;
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon {
  transform: translateY(1px);
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-match {
  background-image: url("icon-pitch-active.c5b0fa2c.svg");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-livestats {
  background-image: url("icon-stats-active.03b823ab.svg");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-stats {
  background-image: url("icon-h2h-active.7d113a2f.svg");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-lineups {
  height: 24px;
  background-image: url("icon-lineups-active.fbd2a932.svg");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-timeline {
  background-image: url("icon-timeline-active.c61224ad.svg");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-open-bets {
  text-align: center;
  background-color: var(--blue-steel);
  width: unset;
  min-width: 21px;
  height: 18px;
  color: var(--white);
  border-radius: 10px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-match {
  transform: translateY(2px);
}

.LiveStats-styles-lineups-tab {
  border-top: 1px solid var(--grey-iron);
}

.LiveStats-styles-tab-content-wrapper {
  z-index: 1;
  background: var(--grey-smoke);
  position: relative;
  box-shadow: 0 2px 4px #00000040;
}

.LiveStats-styles-spinner {
  width: 18px;
  height: 18px;
}

.LiveStats-styles-counter {
  position: relative;
}

.LiveStats-styles-new {
  min-width: 30px;
  height: 14px;
  background-color: var(--bks-primary-color);
  color: var(--white);
  z-index: 1;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 3px;
  padding: 1px 2px;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: -7px;
  right: -31px;
}

.LiveStats-styles-onboard-openbets-wrapper {
  background-color: var(--grey-smoke);
}

.LiveStats-styles-iframe-s5 {
  width: 100%;
  height: calc(100vh - 107px);
  border: 0;
}

.LSports-styles-l-sports-wrapper {
  width: 100%;
  background-color: #0000;
  position: sticky;
}

.LSports-styles-l-sports-loader {
  background-color: var(--white);
}

.SoccerLive-styles-score-header {
  background: none;
}

.SoccerLive-styles-scoreboard {
  color: var(--grey-not-so-light);
  height: 39px;
  display: flex;
}

.SoccerLive-styles-team {
  flex: 1;
  justify-content: flex-start;
  padding: 0 16px;
}

.SoccerLive-styles-team, .SoccerLive-styles-team-score {
  align-items: center;
  display: flex;
}

.SoccerLive-styles-team-score {
  padding: 0 8px;
}

.SoccerLive-styles-square {
  width: 21px;
  height: 21px;
  color: var(--black);
  background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.SoccerLive-styles-separator, .SoccerLive-styles-square {
  font-size: 19px;
  font-weight: 600;
}

.SoccerLive-styles-separator {
  color: #cfcfcf;
  padding: 0 .5px;
}

.SoccerLive-styles-right {
  text-align: right;
  justify-content: flex-end;
}

.SoccerLive-styles-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.SoccerLive-styles-info {
  height: 30px;
  align-items: top;
  color: var(--white);
  padding: 6px 0 12px;
  display: flex;
}

.SoccerLive-styles-extra-time-info {
  height: 42px;
}

.SoccerLive-styles-time {
  color: var(--blue-very-light);
  align-items: center;
  padding: 0 8px;
  font-size: 13px;
  display: flex;
}

.SoccerLive-styles-icon, .SoccerLive-styles-time {
  font-weight: 600;
}

.SoccerLive-styles-icon {
  margin-right: 6px;
  padding-left: 11px;
  font-size: 11px;
  position: relative;
}

.SoccerLive-styles-icon:last-child {
  margin-right: 0;
}

.SoccerLive-styles-icon:before {
  content: "";
  height: 12px;
  width: 8px;
  background: 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.SoccerLive-styles-red-card:before {
  background-image: url("icon-red-card.0cec0b2c.svg");
}

.SoccerLive-styles-yellow-card:before {
  background-image: url("icon-yellow-card.e3a51728.svg");
}

.SoccerLive-styles-corner:before {
  background-image: url("icon-corners.affa2fbc.svg");
}

.SoccerLive-styles-extratime, .SoccerLive-styles-fulltime {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
}

.SoccerLive-styles-fulltime {
  color: var(--grey-iron);
}

.SoccerLive-styles-extratime {
  color: var(--blue-very-light);
  font-weight: 600;
}

.LiveScorePitch-styles-score-pitch {
  background-image: linear-gradient(0deg, var(--white), var(--grey-iron));
  border-top: 1px solid var(--grey-iron);
  flex-direction: column;
  padding: 16px 0;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px #00000040;
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-arrow.LiveScorePitch-styles-up:after {
  transform: rotate(180deg);
}

.LiveScorePitch-styles-score-pitch.LiveScorePitch-styles-show-more-clicked {
  max-height: none;
}

.LiveScorePitch-styles-score-pitch.LiveScorePitch-styles-show-more-clicked .LiveScorePitch-styles-pitch-container {
  padding-bottom: 40px;
}

.LiveScorePitch-styles-score-pitch.LiveScorePitch-styles-show-more-clicked .LiveScorePitch-styles-read-more img {
  transform: rotate(0);
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-read-more {
  background-color: var(--grey-not-so-light);
  z-index: 1;
  height: 40px;
  text-align: center;
  border-top: 1px solid var(--grey-iron);
  border-bottom: 1px solid var(--grey-iron);
  color: var(--grey-light);
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-read-more img {
  transform: rotate(180deg);
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-container {
  margin: 0;
  padding: 5px 0 0;
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-container.LiveScorePitch-styles-hide {
  display: none;
}

.LiveScoreTimeline-styles-time-line {
  line-height: 19px;
}

.LiveScoreTimeline-styles-time-line-border {
  border-left: 1px solid var(--grey-faded);
  height: 18px;
  margin-bottom: -2px;
  position: absolute;
  left: 50%;
}

.LiveScorePointsList-styles-pitch-row {
  align-items: center;
  line-height: 24px;
  display: flex;
}

.LiveScorePointsList-styles-pitch-row.LiveScorePointsList-styles-pitch-row-time-indicator {
  padding-top: 7px;
}

.LiveScorePointsList-styles-pitch-column {
  flex: 1;
  font-size: 15px;
}

.LiveScorePointsList-styles-pitch-column .LiveScorePointsList-styles-pitch-column-left-content {
  justify-content: end;
  display: flex;
}

.LiveScorePointsList-styles-pitch-column .LiveScorePointsList-styles-pitch-column-left-content.LiveScorePointsList-styles-pitch-column-left-without-minutes {
  padding-right: 14px;
}

.LiveScorePointsList-styles-pitch-column .LiveScorePointsList-styles-pitch-column-right-content {
  display: flex;
}

.LiveScorePointsList-styles-pitch-column .LiveScorePointsList-styles-pitch-column-right-content.LiveScorePointsList-styles-pitch-column-right-without-minutes {
  padding-left: 14px;
}

.LiveScorePointsList-styles-live-event-icon-margin-left {
  margin-left: 4px;
}

.LiveScorePointsList-styles-live-event-icon-margin-right {
  margin-right: 4px;
}

.LiveScorePointsList-styles-time-indicator {
  width: 28px;
  height: 22px;
  z-index: 1;
  opacity: .9;
  color: var(--black);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.LiveScorePointsList-styles-time-indicator.LiveScorePointsList-styles-ht {
  color: var(--black);
  background-color: #0000;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
}

.LiveScorePointsList-styles-event-line-border {
  border-left: 1px solid var(--grey-faded);
  height: 32px;
  margin-top: -6px;
  position: absolute;
  left: 50%;
}

.LiveScorePointsList-styles-pitch-ht {
  background-color: rgba(var(--white-rgb), .1);
}

.TeamScore-styles-score-text-color {
  color: var(--grey-light);
  margin-left: 2px;
}

.TeamScore-styles-score-text-color .TeamScore-styles-text-weight-bold {
  font-weight: 600;
}

.LiveScoreEventIcon-styles-live-event-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  display: inline-flex;
  box-shadow: 0 4px 8px #3333331a;
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon {
  width: 16px;
  height: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon.LiveScoreEventIcon-styles-point-icon {
  background: url("icon-ball.692b411f.svg");
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon.LiveScoreEventIcon-styles-cornerkick-icon {
  background-image: url("icon-corners.affa2fbc.svg");
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon.LiveScoreEventIcon-styles-yellowcard-icon {
  background-image: url("icon-yellow-card.e3a51728.svg");
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon.LiveScoreEventIcon-styles-redcard-icon {
  background-image: url("icon-red-card.0cec0b2c.svg");
  background-position: 70%;
  background-size: 11px;
}

.LiveScoreEventIcon-styles-live-event-icon .LiveScoreEventIcon-styles-event-icon.LiveScoreEventIcon-styles-penalty-icon {
  background-image: url("penalty.6353fed1.svg");
  background-size: 19px;
}

.OtherLiveScoreCenter-styles-scorecenter {
  color: var(--grey-not-so-light);
  height: 80px;
  max-width: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-hidden {
  display: none;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-data-time {
  text-transform: capitalize;
  color: var(--blue-light);
  padding-left: 16px;
  font-size: 13px;
  font-weight: 600;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-teams {
  min-width: 155px;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-teams:after {
  content: "";
  z-index: 1;
  width: 25px;
  background-image: linear-gradient(90deg, #333333fc, #3330);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-circle {
  background: var(--yellow-sun);
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin: auto;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score {
  color: var(--grey-ish);
  padding-left: 12.5px;
  font-size: 13px;
  font-weight: 600;
  overflow: auto;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score table {
  border-spacing: 0;
  height: 100%;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-no-headers {
  padding-top: 16px;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-header {
  padding: 2px 0;
  font-size: 11px;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-col-even {
  background-image: linear-gradient(0deg, var(--mine-shaft), var(--black-night));
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-current {
  width: 46px;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-highlighted {
  color: var(--white);
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score td {
  text-align: center;
  min-width: 25px;
  padding: 0 6px;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-score .OtherLiveScoreCenter-styles-square {
  background-color: var(--grey);
  color: var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 21px;
  background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 2px 3px;
  font-size: 15px;
  display: flex;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-team {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.OtherLiveScoreCenter-styles-scorecenter .OtherLiveScoreCenter-styles-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.OtherPreLive-styles-scorecenter {
  color: var(--grey-not-so-light);
  height: 59px;
  flex-wrap: nowrap;
  display: flex;
}

.OtherPreLive-styles-team {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.OtherPreLive-styles-right {
  text-align: right;
  justify-content: flex-end;
}

.OtherPreLive-styles-name {
  flex: 1;
}

.TimeCounter-styles-time-counter {
  align-items: center;
  justify-content: top;
  flex-flow: column;
  margin-top: 9px;
  padding: 0 8px;
  display: flex;
}

.TimeCounter-styles-timer {
  background-color: var(--grey);
  background-image: linear-gradient(45deg, var(--grey) 50%, var(--grey-asphalt) 0);
  align-items: center;
  margin-bottom: 5px;
  padding: 0 4px;
  font-size: 19px;
}

.TimeCounter-styles-info, .TimeCounter-styles-timer {
  justify-content: center;
  font-weight: 600;
  display: flex;
}

.TimeCounter-styles-info {
  color: var(--grey-ish);
  font-size: 13px;
  line-height: 1.55;
}

.TimeComponent-styles-datetime {
  align-items: center;
  justify-content: top;
  color: var(--grey-ish);
  flex-flow: column;
  margin-top: 9px;
  padding: 0 8px;
  display: flex;
}

.TimeComponent-styles-time {
  align-items: center;
  margin-bottom: 5px;
  padding: 0 4px;
  font-size: 19px;
}

.TimeComponent-styles-date, .TimeComponent-styles-time {
  justify-content: center;
  font-weight: 600;
  display: flex;
}

.TimeComponent-styles-date {
  color: var(--grey-ish);
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1.55;
}

.MarketCombisPage-styles-market-combis-page {
  background-color: var(--grey-smoke);
  padding: 12px 8px;
}

.MarketCombisPage-styles-market-combis-page .MarketCombisPage-styles-card {
  background-color: var(--white);
  width: 100%;
  margin: 0 0 4px;
}

.MarketCombiCard-styles-match-combi-card-wrapper {
  width: 314px;
  border: 1px solid var(--grey-iron);
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 0 4px;
  padding: 8px 16px;
  display: flex;
  position: relative;
}

.MarketCombiCard-styles-match-combi-card-wrapper-desktop {
  height: 100%;
}

.MarketCombiCard-styles-line {
  position: relative;
}

.MarketCombiCard-styles-line:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--grey-faded);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
}

.MarketCombiCard-styles-line:first-child:before {
  height: calc(100% - 8px);
  top: 8px;
}

.MarketCombiCard-styles-line:last-child:before {
  height: 9px;
}

.MarketCombiCard-styles-market {
  padding-left: 15px;
  line-height: 1.38;
  position: relative;
}

.MarketCombiCard-styles-market:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -1px;
}

.MarketCombiCard-styles-market:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid var(--grey-faded);
  background-color: var(--white);
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.MarketCombiCard-styles-combi-markets {
  margin-bottom: 4px;
  font-size: 13px;
}

.MarketCombiCard-styles-combi-markets span {
  font-weight: 600;
}

.MarketCombiCard-styles-odd-result-wrapper {
  justify-content: center;
  display: flex;
}

.OddResult-styles-odd-button {
  min-width: 0;
  border: 1px solid var(--tiara);
  background: var(--porcelain);
  cursor: pointer;
  border-radius: 4px;
  flex-direction: row;
  flex: 1;
  margin: 0 1px;
  padding: 0;
  display: flex;
}

.OddResult-styles-odd-button.OddResult-styles-desktop {
  justify-content: center;
}

.OddResult-styles-odd-button:focus {
  outline: 0;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell {
  min-height: 30px;
  min-width: 28px;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4px;
  display: flex;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell.OddResult-styles-center-aligned {
  flex: 0 0 35%;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell > span {
  color: var(--grey-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell .OddResult-styles-caption-width {
  max-width: 100px;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell-new-grouping {
  padding: 0 8px;
}

.OddResult-styles-odd-button > .OddResult-styles-label-cell-new-grouping > span {
  color: var(--grey-dark);
  font-weight: 400;
}

.OddResult-styles-odd-button > .OddResult-styles-value-cell {
  width: 40%;
  height: 30px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  display: flex;
}

.OddResult-styles-odd-button > .OddResult-styles-value-cell > span {
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.OddResult-styles-odd-button.OddResult-styles-paused, .OddResult-styles-odd-button.OddResult-styles-stopped {
  opacity: .34;
}

.OddResult-styles-odd-button.OddResult-styles-tendup {
  color: var(--green);
  position: relative;
}

.OddResult-styles-odd-button.OddResult-styles-tendup.OddResult-styles-selected div:first-child span {
  color: var(--white);
}

.OddResult-styles-odd-button.OddResult-styles-tendup div:first-child span {
  color: var(--green);
}

.OddResult-styles-odd-button.OddResult-styles-tendup:before {
  border-bottom: 7px solid var(--green);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: block;
  position: absolute;
  top: 1px;
  right: -2px;
  transform: rotate(45deg);
}

.OddResult-styles-odd-button.OddResult-styles-tendown {
  color: var(--bks-primary-color);
  position: relative;
}

.OddResult-styles-odd-button.OddResult-styles-tendown.OddResult-styles-selected div:first-child span {
  color: var(--white);
}

.OddResult-styles-odd-button.OddResult-styles-tendown div:first-child span {
  color: var(--bks-primary-color);
}

.OddResult-styles-odd-button.OddResult-styles-tendown:before {
  border-bottom: 7px solid var(--bks-primary-color);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: block;
  position: absolute;
  bottom: 1px;
  right: -2px;
  transform: rotate(135deg);
}

.OddResult-styles-odd-button.OddResult-styles-selected, .OddResult-styles-odd-button[clicked="true"] {
  background-color: var(--blue-dark);
  color: var(--white);
  border-color: var(--blue-dark);
}

.OddResult-styles-odd-button.OddResult-styles-selected div:first-child, .OddResult-styles-odd-button[clicked="true"] div:first-child, .OddResult-styles-odd-button.OddResult-styles-selected > .OddResult-styles-label-cell > span, .OddResult-styles-odd-button[clicked="true"] > .OddResult-styles-label-cell > span {
  color: var(--white);
}

.OddResult-styles-market-combis-button {
  justify-content: center;
  display: flex;
}

.ScoresOddsPage-styles-container {
  background: var(--grey-smoke);
  padding-top: 12px;
  padding-bottom: 48px;
  transform: translateZ(0);
}

.ScoresOddsPage-styles-container .ScoresOddsPage-styles-event-details-row {
  padding: 12px 16px 12px 0;
}

.MatchCombiSection-styles-header-wrapper {
  height: 40px;
  background-color: var(--white);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0 16px;
  display: flex;
}

.MatchCombiSection-styles-header {
  flex: 1;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.MatchCombiSection-styles-header.MatchCombiSection-styles-open .MatchCombiSection-styles-arrow-container {
  transform: rotate(0);
}

.MatchCombiSection-styles-title {
  flex: 1;
  align-items: center;
  display: flex;
}

.MatchCombiSection-styles-arrow-container {
  width: 20px;
  justify-content: center;
  margin: 0 5px;
  display: flex;
  transform: rotate(180deg);
}

.MatchCombiSection-styles-arrow-container > img {
  height: 24px;
  width: 24px;
}

.MatchCombiSection-styles-match-combi-container {
  margin-bottom: 16px;
  display: block;
}

.MatchCombiSection-styles-match-combi-container-market-grouping {
  margin-bottom: 8px;
}

.MatchCombiSection-styles-match-combi-container-market-grouping .MatchCombiSection-styles-header-wrapper {
  height: 48px;
  padding: 12px 0 0;
}

.MatchCombiSection-styles-match-combi-container-market-grouping .MatchCombiSection-styles-header {
  padding: 0 8px 13px 16px;
}

.MatchCombiSection-styles-match-combi-container-market-grouping .MatchCombiSection-styles-title {
  font-size: 19px;
}

.MatchCombiSection-styles-content-wrapper {
  background-color: var(--white);
  position: relative;
}

.MatchCombiSection-styles-mobile-wrapper {
  padding: 0 12px 16px;
  display: flex;
  overflow-x: auto;
}

.MatchCombiSection-styles-mobile-wrapper:before {
  content: "";
  width: 20px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(270deg, #fff0, #fff);
  display: block;
  position: absolute;
  left: 0;
}

.MatchCombiSection-styles-mobile-wrapper:after {
  content: "";
  width: 20px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, #fff0, #fff);
  display: block;
  position: absolute;
  right: 0;
}

.MatchCombiSection-styles-mobile-wrapper::-webkit-scrollbar {
  display: none;
}

.MatchCombiSection-styles-horizontal-scroller .MatchCombiSection-styles-cards-container {
  flex-flow: row;
  padding: 0 16px 12px;
}

.MatchCombiSection-styles-horizontal-scroller .MatchCombiSection-styles-cards-container > div {
  height: unset;
  flex: unset;
}

.Category-styles-container {
  background: var(--grey-smoke);
  padding-top: 16px;
  padding-bottom: 48px;
  transform: translateZ(0);
}

.Category-styles-container .Category-styles-event-details-row {
  padding: 12px 16px 12px 0;
}

.Category-styles-header-wrapper {
  height: 40px;
  background-color: var(--white);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0 16px;
  display: flex;
}

.Category-styles-market-container {
  box-sizing: border-box;
  width: 50%;
  justify-content: space-around;
  align-items: center;
  margin: 4px 0;
  display: flex;
}

.Category-styles-category-header {
  margin-bottom: 16px;
  display: block;
}

.Category-styles-event-details-column {
  padding: 0 11px;
}

.Category-styles-three-column-view {
  height: 100%;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 15px;
  display: flex;
}

.Category-styles-three-column-view > div {
  flex-flow: column wrap;
  flex-grow: 1;
  display: flex;
}

.Category-styles-three-column-view > div button {
  margin-bottom: 8px;
}

.Category-styles-three-column-view button.Category-styles-toggle {
  width: 100%;
  border: 1px solid var(--grey-pale);
  letter-spacing: normal;
  text-align: center;
  color: var(--grey-ash);
  background: none;
  border-radius: 4px;
  margin: 0 1px 12px;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
}

.Category-styles-market-group {
  border-bottom: 1px solid var(--grey-iron);
}

.Category-styles-market-group .Category-styles-event-details-row {
  border: unset;
}

.Category-styles-market-group .Category-styles-event-details-column {
  border: unset;
  padding: 0 15px 4px;
}

.Category-styles-market-group div[class*="column-view"] .Category-styles-toggle {
  margin-bottom: 0;
}

.Category-styles-market-grouping-header {
  margin-bottom: 8px;
}

.Category-styles-market-grouping-header .Category-styles-header-wrapper {
  height: 48px;
  padding: 12px 0 0;
}

.Category-styles-market-grouping-category-header {
  padding-bottom: 13px;
  padding-left: 16px;
  font-size: 19px;
}

.Category-styles-odd-groups-grid {
  grid-row-gap: 8px;
  grid-template-columns: 50% 50%;
  padding: 8px 16px;
  display: grid;
}

.CategoryHeader-styles-category-header-container {
  flex: 1;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.CategoryHeader-styles-category-header-container.CategoryHeader-styles-open {
  box-shadow: inset 0 -1px 0 0 var(--grey-iron);
}

.CategoryHeader-styles-category-header-container.CategoryHeader-styles-open .CategoryHeader-styles-arrow-container {
  transform: rotate(0);
}

.CategoryHeader-styles-category-title-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.CategoryHeader-styles-market-count {
  flex: 1;
  justify-content: flex-end;
  margin-right: 16px;
  display: flex;
}

.CategoryHeader-styles-arrow-container {
  width: 20px;
  justify-content: center;
  margin: 0 5px;
  display: flex;
  transform: rotate(180deg);
}

.CategoryHeader-styles-arrow-container > img {
  height: 24px;
  width: 24px;
}

.OddGroupsSectioned-styles-empty-odds-row {
  min-width: 151px;
  max-width: 151px;
  margin: 0 6px;
}

.OddGroupsSectioned-styles-event-details-odds-groups {
  width: 100%;
  background-color: var(--white);
}

.MarketGroupHeader-styles-header {
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 8px;
  display: flex;
}

.MarketGroupHeader-styles-title {
  color: var(--grey-dark);
  font-size: 15px;
  font-weight: 600;
}

.MarketGroupHeader-styles-bet-builder-icon {
  background: url("icon-betbuilder.cdde1b30.svg") 50% / contain no-repeat;
  padding-left: 24px;
}

.MarketGroupHeader-styles-caption-cell, .MarketGroupHeader-styles-market-buttons {
  align-items: center;
  display: flex;
}

.MarketGroupHeader-styles-caption-cell {
  width: 100%;
  justify-content: space-between;
}

.MarketGroupHeader-styles-caption-cell-title {
  padding-right: 4px;
}

.MarketGroupHeader-styles-caption-cell-in-column {
  justify-content: start;
}

.MarketGroupHeader-styles-caption-cell-in-column .MarketGroupHeader-styles-caption-cell-title {
  padding-right: 0;
}

.MarketGroupHeader-styles-caption-cell-icon {
  content: "";
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url("info-empty-24.240e3396.svg") 50% / 20px 20px no-repeat;
}

.MarketGroupHeader-styles-caption-cell-icon-active {
  background-image: url("info-empty-24-active.e01b9fe3.svg");
  background-size: contain;
}

.MarketGroupHeader-styles-market-explanation {
  background-color: var(--whisper);
  margin-bottom: 4px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.MarketGroupHeader-styles-market-explanation b {
  font-weight: 600;
}

.MarketGroupHeader-styles-market-explanation-mobile {
  background-color: var(--white);
  text-align: initial;
}

.MarketGroupHeader-styles-market-header {
  border-bottom: 1px solid var(--grey-smoke);
}

.MarketGroupHeader-styles-with-transition {
  max-height: 400px;
  overflow: hidden;
}

.BetAssistMarketButton-styles-icon {
  content: "";
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url("statistics-empty-gray.b7481193.svg") 50% / contain no-repeat;
  margin-left: 6px;
}

.BetAssistMarketButton-styles-icon.BetAssistMarketButton-styles-active {
  background-image: url("statistics-empty-black.31e82074.svg");
}

.MarketsInfoPopUp-styles-market {
  text-align: left;
  padding: 24px;
}

.MarketsInfoPopUp-styles-market-desktop {
  z-index: 500;
  width: 100%;
  position: absolute;
  top: 51px;
  left: 0;
}

.MarketsInfoPopUp-styles-market-desktop:after {
  content: "";
  width: 0;
  z-index: 1;
  border-left: 7px solid #0000;
  border-bottom: 7px solid var(--white);
  border-right: 7px solid #0000;
  border-top: 0 solid var(--white);
  margin-left: -10px;
  display: block;
  position: absolute;
  top: -7px;
  left: 30px;
}

.MarketsInfoPopUp-styles-market-desktop-card {
  background-color: var(--white);
  text-align: left;
  color: var(--black);
  border-radius: 4px;
  margin: auto 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 10px 10px 10px 2.5px #0003, -10px 10px 10px 2.5px #0003, 0 -10px 10px 2.5px #0003;
}

.MarketsInfoPopUp-styles-market-desktop-content {
  padding: 24px;
}

.MarketsInfoPopUp-styles-market-desktop-example {
  margin-top: 32px;
}

.MarketsInfoPopUp-styles-market-popup-close {
  height: 24px;
  width: 24px;
  cursor: pointer;
  background-image: url("close-popup-mobile.6372a0dd.svg");
  position: absolute;
  top: 16px;
  right: 16px;
}

.MarketsInfoPopUp-styles-market-description {
  margin-bottom: 16px;
}

.MarketsInfoPopUp-styles-market-value {
  font-weight: 700;
}

.MarketsInfoPopUp-styles-market-header {
  border-bottom: 1px solid var(--grey-smoke);
}

.MarketsInfoPopUp-styles-centered-arrow:after {
  left: 50%;
}

.BetAssistWidget-styles-sport-radar-widget-wrapper {
  display: block;
}

.OddsDivided-styles-odds-divided {
  width: 100%;
  border-bottom: 1px solid var(--grey-iron);
  flex-wrap: wrap;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-desktop {
  min-width: 151px;
  max-width: 151px;
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  margin: 0 6px;
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-desktop > .OddsDivided-styles-odd-group-cell {
  max-width: 151px;
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-fixed-param-text {
  color: var(--grey-light);
  width: 32px;
  text-align: right;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-fixed-param-text.OddsDivided-styles-wider {
  width: 43px;
}

.OddsDivided-styles-odds-divided > .OddsDivided-styles-info-cell {
  height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: var(--grey-dark);
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  margin: 8px 16px 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.23;
  display: flex;
  position: relative;
}

.OddsDivided-styles-odds-divided > .OddsDivided-styles-no-info {
  height: 0;
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-odd-group-cell {
  flex: 1;
  display: flex;
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-is-competition {
  border-bottom-style: none;
  flex: 0 0 74px;
  padding-right: 8px;
}

img.OddsDivided-styles-betslip {
  width: 30px;
  opacity: 1;
  transition: all .4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

img.OddsDivided-styles-betslip.OddsDivided-styles-animate {
  opacity: .1;
  top: calc(100% - 40px);
  left: calc(100% - 52px);
}

@media (width <= 1277px) {
  .OddsDivided-styles-column1, .OddsDivided-styles-column2, .OddsDivided-styles-column3, .OddsDivided-styles-column4, .OddsDivided-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1444px) {
  .OddsDivided-styles-column2, .OddsDivided-styles-column3, .OddsDivided-styles-column4, .OddsDivided-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1611px) {
  .OddsDivided-styles-column3, .OddsDivided-styles-column4, .OddsDivided-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1778px) {
  .OddsDivided-styles-column4, .OddsDivided-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1945px) {
  .OddsDivided-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1558px) {
  .OddsDivided-styles-column-with-details0, .OddsDivided-styles-column-with-details1, .OddsDivided-styles-column-with-details2, .OddsDivided-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1725px) {
  .OddsDivided-styles-column-with-details1, .OddsDivided-styles-column-with-details2, .OddsDivided-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1892px) {
  .OddsDivided-styles-column-with-details2, .OddsDivided-styles-column-with-details3 {
    display: none !important;
  }
}

.OddsDivided-styles-column-with-details3, .OddsDivided-styles-column-with-details4 {
  display: none !important;
}

@media (width <= 1355px) {
  .OddsDivided-styles-column-when-fullwidth3, .OddsDivided-styles-column-when-fullwidth4, .OddsDivided-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1522px) {
  .OddsDivided-styles-column-when-fullwidth4, .OddsDivided-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1689px) {
  .OddsDivided-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1856px) {
  .OddsDivided-styles-column-when-fullwidth5, .OddsDivided-styles-column-when-fullwidth6 {
    display: none !important;
  }
}

@media (width <= 2023px) {
  .OddsDivided-styles-column-when-fullwidth5, .OddsDivided-styles-column-when-fullwidth6, .OddsDivided-styles-column-when-fullwidth7 {
    display: none !important;
  }
}

@media (width <= 1302px) {
  .OddsDivided-styles-column-with-details-when-fullwidth0, .OddsDivided-styles-column-with-details-when-fullwidth1, .OddsDivided-styles-column-with-details-when-fullwidth2, .OddsDivided-styles-column-with-details-when-fullwidth3, .OddsDivided-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1469px) {
  .OddsDivided-styles-column-with-details-when-fullwidth1, .OddsDivided-styles-column-with-details-when-fullwidth2, .OddsDivided-styles-column-with-details-when-fullwidth3, .OddsDivided-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1636px) {
  .OddsDivided-styles-column-with-details-when-fullwidth2, .OddsDivided-styles-column-with-details-when-fullwidth3, .OddsDivided-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1803px) {
  .OddsDivided-styles-column-with-details-when-fullwidth3, .OddsDivided-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

.OddsDivided-styles-column-with-details-when-fullwidth4 {
  display: none !important;
}

.OddsCaption-styles-odds-row {
  width: 100%;
  border-bottom: 1px solid var(--grey-iron);
  align-items: center;
  padding: 8px 15px 8px 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.OddsCaption-styles-odds-row.OddsCaption-styles-desktop {
  min-width: 151px;
  max-width: 151px;
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  margin: 0 6px;
}

.OddsCaption-styles-odds-row.OddsCaption-styles-desktop > .OddsCaption-styles-odd-group-cell {
  max-width: 151px;
}

.OddsCaption-styles-odds-row .OddsCaption-styles-fixed-param-text {
  color: var(--grey-light);
  width: 32px;
  text-align: right;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.OddsCaption-styles-odds-row .OddsCaption-styles-fixed-param-text.OddsCaption-styles-wider {
  width: 43px;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell {
  height: 100%;
  color: var(--grey-dark);
  flex: 0 0 75px;
  align-items: center;
  padding: 8px 8px 8px 16px;
  font-weight: 600;
  display: flex;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell .OddsCaption-styles-label {
  color: var(--grey-dark);
  font-size: 13px;
  font-weight: 600;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell.OddsCaption-styles-w25 {
  flex: 0 0 25%;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell.OddsCaption-styles-w50 {
  flex: 0 0 50%;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell.OddsCaption-styles-w70 {
  flex: 0 0 70%;
}

.OddsCaption-styles-odds-row > .OddsCaption-styles-info-cell.OddsCaption-styles-w75px {
  flex: 0 0 75px;
}

.OddsCaption-styles-odds-row .OddsCaption-styles-odd-group-cell {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.OddsCaption-styles-odds-row.OddsCaption-styles-is-competition {
  border-bottom-style: none;
  flex: 0 0 74px;
  padding-right: 8px;
}

img.OddsCaption-styles-betslip {
  width: 30px;
  opacity: 1;
  transition: all .4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

img.OddsCaption-styles-betslip.OddsCaption-styles-animate {
  opacity: .1;
  top: calc(100% - 40px);
  left: calc(100% - 52px);
}

@media (width <= 1277px) {
  .OddsCaption-styles-column1, .OddsCaption-styles-column2, .OddsCaption-styles-column3, .OddsCaption-styles-column4, .OddsCaption-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1444px) {
  .OddsCaption-styles-column2, .OddsCaption-styles-column3, .OddsCaption-styles-column4, .OddsCaption-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1611px) {
  .OddsCaption-styles-column3, .OddsCaption-styles-column4, .OddsCaption-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1778px) {
  .OddsCaption-styles-column4, .OddsCaption-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1945px) {
  .OddsCaption-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1558px) {
  .OddsCaption-styles-column-with-details0, .OddsCaption-styles-column-with-details1, .OddsCaption-styles-column-with-details2, .OddsCaption-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1725px) {
  .OddsCaption-styles-column-with-details1, .OddsCaption-styles-column-with-details2, .OddsCaption-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1892px) {
  .OddsCaption-styles-column-with-details2, .OddsCaption-styles-column-with-details3 {
    display: none !important;
  }
}

.OddsCaption-styles-column-with-details3, .OddsCaption-styles-column-with-details4 {
  display: none !important;
}

@media (width <= 1355px) {
  .OddsCaption-styles-column-when-fullwidth3, .OddsCaption-styles-column-when-fullwidth4, .OddsCaption-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1522px) {
  .OddsCaption-styles-column-when-fullwidth4, .OddsCaption-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1689px) {
  .OddsCaption-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1856px) {
  .OddsCaption-styles-column-when-fullwidth5, .OddsCaption-styles-column-when-fullwidth6 {
    display: none !important;
  }
}

@media (width <= 2023px) {
  .OddsCaption-styles-column-when-fullwidth5, .OddsCaption-styles-column-when-fullwidth6, .OddsCaption-styles-column-when-fullwidth7 {
    display: none !important;
  }
}

@media (width <= 1302px) {
  .OddsCaption-styles-column-with-details-when-fullwidth0, .OddsCaption-styles-column-with-details-when-fullwidth1, .OddsCaption-styles-column-with-details-when-fullwidth2, .OddsCaption-styles-column-with-details-when-fullwidth3, .OddsCaption-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1469px) {
  .OddsCaption-styles-column-with-details-when-fullwidth1, .OddsCaption-styles-column-with-details-when-fullwidth2, .OddsCaption-styles-column-with-details-when-fullwidth3, .OddsCaption-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1636px) {
  .OddsCaption-styles-column-with-details-when-fullwidth2, .OddsCaption-styles-column-with-details-when-fullwidth3, .OddsCaption-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1803px) {
  .OddsCaption-styles-column-with-details-when-fullwidth3, .OddsCaption-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

.OddsCaption-styles-column-with-details-when-fullwidth4 {
  display: none !important;
}

.OddsCaption-styles-caption-cell {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.OddsCaption-styles-caption-cell-title {
  padding-right: 4px;
}

.OddsCaption-styles-caption-cell-in-column {
  justify-content: start;
}

.OddsCaption-styles-caption-cell-in-column .OddsCaption-styles-caption-cell-title {
  padding-right: 0;
}

.OddsCaption-styles-caption-cell-icon {
  content: "";
  width: 20px;
  height: 24px;
  cursor: pointer;
  background: url("info-empty-gray.d0f8203f.svg") 50% no-repeat;
  margin: 0 1px;
  padding-right: 24px;
}

.OddsCaption-styles-market-grouping-caption-cell-title {
  font-weight: 400;
}

.MarketExplanationExample-styles-container {
  width: 100%;
  color: var(--grey-dark);
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 4px 10px #17353466;
}

.MarketExplanationExample-styles-container-row {
  justify-content: space-between;
  display: flex;
}

.MarketExplanationExample-styles-container-row-buttons {
  color: var(--grey-dark);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.MarketExplanationExample-styles-container-column-buttons {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 4px;
  display: flex;
}

.MarketExplanationExample-styles-container-explanation-title {
  color: var(--grey-dark);
  flex: 0 0 35%;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.MarketExplanationExample-styles-button {
  border: 1px solid var(--tiara);
  background: var(--porcelain);
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 8px;
  line-height: 26px;
  display: flex;
}

.MarketExplanationExample-styles-button-description {
  width: 26px;
  font-size: 13px;
}

.MarketExplanationExample-styles-button-value {
  text-align: center;
  width: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  font-size: 13px;
}

.MarketExplanationExample-styles-button-one-columns {
  flex: 1;
}

.MarketExplanationExample-styles-button-two-columns {
  flex: 0 0 50%;
}

.MarketExplanationExample-styles-button-three-columns {
  flex: 0 0 33.3%;
}

.MarketExplanationExample-styles-button-wrapper {
  padding: 4px 1px;
}

.OddsRow-styles-odds-row {
  width: 100%;
  border-bottom: 1px solid var(--grey-iron);
  align-items: center;
  padding: 8px 15px 8px 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.OddsRow-styles-odds-row.OddsRow-styles-desktop {
  min-width: 151px;
  max-width: 151px;
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  margin: 0 6px;
}

.OddsRow-styles-odds-row.OddsRow-styles-desktop > .OddsRow-styles-odd-group-cell {
  max-width: 151px;
}

.OddsRow-styles-odds-row .OddsRow-styles-fixed-param-text {
  color: var(--grey-light);
  width: 32px;
  text-align: right;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.OddsRow-styles-odds-row .OddsRow-styles-fixed-param-text.OddsRow-styles-wider {
  width: 43px;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell {
  height: 100%;
  color: var(--grey-dark);
  flex: 0 0 75px;
  align-items: center;
  padding-left: 16px;
  font-weight: 600;
  display: flex;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell .OddsRow-styles-label {
  color: var(--grey-dark);
  font-size: 13px;
  font-weight: 600;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w40 {
  flex: 0 0 40%;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w50 {
  flex: 0 0 50%;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w70 {
  flex: 0 0 70%;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w75px {
  flex: 0 0 75px;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w131px {
  flex: 0 0 131px;
}

.OddsRow-styles-odds-row > .OddsRow-styles-info-cell.OddsRow-styles-w0 {
  flex: 0 0 0;
}

.OddsRow-styles-odds-row .OddsRow-styles-odd-group-cell {
  min-width: 0;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.OddsRow-styles-odds-row.OddsRow-styles-is-competition {
  border-bottom-style: none;
  flex: 0 0 74px;
  padding-right: 8px;
}

img.OddsRow-styles-betslip {
  width: 30px;
  opacity: 1;
  transition: all .4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

img.OddsRow-styles-betslip.OddsRow-styles-animate {
  opacity: .1;
  top: calc(100% - 40px);
  left: calc(100% - 52px);
}

@media (width <= 1277px) {
  .OddsRow-styles-column1, .OddsRow-styles-column2, .OddsRow-styles-column3, .OddsRow-styles-column4, .OddsRow-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1444px) {
  .OddsRow-styles-column2, .OddsRow-styles-column3, .OddsRow-styles-column4, .OddsRow-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1611px) {
  .OddsRow-styles-column3, .OddsRow-styles-column4, .OddsRow-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1778px) {
  .OddsRow-styles-column4, .OddsRow-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1945px) {
  .OddsRow-styles-column5 {
    display: none !important;
  }
}

@media (width <= 1558px) {
  .OddsRow-styles-column-with-details0, .OddsRow-styles-column-with-details1, .OddsRow-styles-column-with-details2, .OddsRow-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1725px) {
  .OddsRow-styles-column-with-details1, .OddsRow-styles-column-with-details2, .OddsRow-styles-column-with-details3 {
    display: none !important;
  }
}

@media (width <= 1892px) {
  .OddsRow-styles-column-with-details2, .OddsRow-styles-column-with-details3 {
    display: none !important;
  }
}

.OddsRow-styles-column-with-details3, .OddsRow-styles-column-with-details4 {
  display: none !important;
}

@media (width <= 1355px) {
  .OddsRow-styles-column-when-fullwidth3, .OddsRow-styles-column-when-fullwidth4, .OddsRow-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1522px) {
  .OddsRow-styles-column-when-fullwidth4, .OddsRow-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1689px) {
  .OddsRow-styles-column-when-fullwidth5 {
    display: none !important;
  }
}

@media (width <= 1856px) {
  .OddsRow-styles-column-when-fullwidth5, .OddsRow-styles-column-when-fullwidth6 {
    display: none !important;
  }
}

@media (width <= 2023px) {
  .OddsRow-styles-column-when-fullwidth5, .OddsRow-styles-column-when-fullwidth6, .OddsRow-styles-column-when-fullwidth7 {
    display: none !important;
  }
}

@media (width <= 1302px) {
  .OddsRow-styles-column-with-details-when-fullwidth0, .OddsRow-styles-column-with-details-when-fullwidth1, .OddsRow-styles-column-with-details-when-fullwidth2, .OddsRow-styles-column-with-details-when-fullwidth3, .OddsRow-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1469px) {
  .OddsRow-styles-column-with-details-when-fullwidth1, .OddsRow-styles-column-with-details-when-fullwidth2, .OddsRow-styles-column-with-details-when-fullwidth3, .OddsRow-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1636px) {
  .OddsRow-styles-column-with-details-when-fullwidth2, .OddsRow-styles-column-with-details-when-fullwidth3, .OddsRow-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

@media (width <= 1803px) {
  .OddsRow-styles-column-with-details-when-fullwidth3, .OddsRow-styles-column-with-details-when-fullwidth4 {
    display: none !important;
  }
}

.OddsRow-styles-column-with-details-when-fullwidth4 {
  display: none !important;
}

.OddsColumn-styles-odds-column {
  border-bottom: 1px solid var(--grey-iron);
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
  display: flex;
  position: relative;
}

.OddsColumn-styles-title {
  height: 22px;
  color: var(--grey-dark);
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  margin: 8px 1px 4px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.OddsColumn-styles-no-title {
  height: 0;
}

.OddGroups-styles-empty-odds-row {
  min-width: 151px;
  max-width: 151px;
  margin: 0 6px;
}

.OddGroups-styles-event-details-odds-groups {
  width: 100%;
  background-color: var(--white);
}

.BetBuilderOnboarding-styles-card-container {
  background: var(--grey-smoke);
}

.BetBuilderOnboarding-styles-card-container .BetBuilderOnboarding-styles-card {
  margin: 8px 8px 2px;
  padding: 20px 16px 16px;
}

.BetBuilderOnboarding-styles-card-container .BetBuilderOnboarding-styles-card-content {
  padding: 12px 0 0;
}

.BetBuilderOnboarding-styles-card-container .BetBuilderOnboarding-styles-close-icon {
  cursor: pointer;
  background: url("close-popup-mobile.6372a0dd.svg") 50% / contain no-repeat;
  margin-left: auto;
  padding-left: 24px;
}

.BetBuilderOnboarding-styles-card-container .BetBuilderOnboarding-styles-bet-builder {
  background: url("icon-betbuilder.cdde1b30.svg") 50% / contain no-repeat;
  margin-right: 2px;
  padding-right: 24px;
}

.BetBuilderOnboarding-styles-card {
  background: linear-gradient(#376474, #254551);
  border-radius: 8px;
  flex: 1;
  position: relative;
}

.BetBuilderOnboarding-styles-card-header {
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.21;
  display: flex;
}

.BetBuilderOnboarding-styles-card-header h1 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.BetBuilderOnboarding-styles-card-content {
  color: var(--white);
  font-size: 13px;
  line-height: 1.4;
}

.BetBuilderOnboarding-styles-card .BetBuilderOnboarding-styles-caret {
  width: 0;
  height: 0;
  border-top: 10px solid #254551;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.Title-styles-subtitle {
  font-size: .8rem;
}

.card-header.card-header-stats-panel {
  height: 50px;
  background-color: var(--bks-white-color);
}

.score-center-container {
  padding-bottom: 1rem;
}

.EventPanelItem-styles-modal-wrapper {
  background: var(--bks-dark-color);
}

.EventPanelItem-styles-modal-wrapper .EventPanelItem-styles-modal-content {
  margin: 8px 16px !important;
}

.Event-styles-score-center {
  background: var(--bks-lighter-gray);
}

.OtherPreLive-styles-scorecenter {
  background-color: var(--bks-white-color);
  height: auto;
  padding-bottom: .5rem;
}

.OtherPreLive-styles-scorecenter, .TimeComponent-styles-datetime, .TimeComponent-styles-date {
  color: var(--bks-dark-color);
}

div.OtherPreLive-styles-team, section.TimeComponent-styles-datetime {
  border-top: 1px solid var(--bks-light-gray);
}

div.OtherPreLive-styles-team:first-child {
  border-right: 1px solid var(--bks-light-gray);
}

div.OtherPreLive-styles-team:nth-child(3) {
  border-left: 1px solid var(--bks-light-gray);
}

.TimeComponent-styles-datetime {
  margin-top: 0;
  padding: 8px 16px;
}

.OtherPreLive-styles-name {
  text-align: center;
  font-weight: bolder;
}

.OddResult-styles-odd-button:hover > .OddResult-styles-label-cell-new-grouping > span, .OddResult-styles-odd-button:active > .OddResult-styles-label-cell-new-grouping > span, .OddResult-styles-odd-button:active > .OddResult-styles-label-cell-new-grouping > span {
  color: var(--bks-white-color);
  font-weight: 400;
}

.EventPanelItem-styles-modal-content {
  background-color: var(--bks-lighter-gray);
}

.ScoresOddsPage-styles-container {
  padding-top: 0;
}

.MarketGroupHeader-styles-caption-cell-icon:hover {
  background: url("info-empty-24-red.b2ab27af.svg") 50% no-repeat;
}

.BetAssistMarketButton-styles-icon:hover {
  background: url("statistics-empty-red.0173f505.svg") 50% no-repeat;
}

.Category-styles-header-wrapper {
  background-color: var(--bks-primary-color);
  color: var(--bks-white-color);
  border-bottom: 2px solid #0000;
}

.Category-styles-header-wrapper:hover {
  background-color: var(--bks-dark-color);
  border-bottom: 2px solid var(--bks-primary-color);
}

.Category-styles-three-column-view button.Category-styles-toggle {
  color: var(--bks-white-color);
  background-color: var(--bks-primary-color);
  border: 1px solid #0000;
}

.Category-styles-toggle.btn.btn-custom:hover {
  border: 1px solid var(--bks-primary-color);
  color: var(--bks-primary-color);
  background-color: #0000;
}

.OddResult-styles-odd-button.inactive:hover > .OddResult-styles-label-cell-new-grouping > span, .OddResult-styles-odd-button.inactive:hover > .OddResult-styles-label-cell-new-grouping > span {
  color: var(--bks-dark-color);
}

.OddResult-styles-odd-button:hover > .OddResult-styles-label-cell-new-grouping > span {
  color: var(--bks-white-color);
}

.CollapsibleItem-styles-closed {
  max-height: 0;
  overflow: hidden;
}

.CategoryHeader-styles-arrow-container {
  background-image: url("arrow-up-white.f9ccb4b6.svg");
}

.CategoryHeader-styles-arrow-container.events-section-closed {
  background-image: url("arrow-down-white.ae838052.svg");
}

#match-lineups {
  margin-top: .5rem;
}

.ScoreCenterTabs-styles-tab-wrapper {
  height: auto;
  margin-top: 8px;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid var(--bks-primary-color);
}

.nav-tabs .nav-item.show .nav-link .ScoreCenterTabs-styles-tab-label, .nav-tabs .nav-link.active .ScoreCenterTabs-styles-tab-label {
  color: var(--bks-primary-color);
}

.carousel-inner {
  height: 290px;
}

.carousel-indicators {
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
  position: relative;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: var(--bks-dark-color);
  border-radius: 50%;
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
  position: relative;
}

.carousel-control-prev-icon {
  background-image: url("arrow-dark.72754435.svg");
  transform: scale(-1);
}

.carousel-control-next-icon {
  background-image: url("arrow-dark.72754435.svg");
}

.Competitors-styles-strong {
  color: var(--black);
  text-align: left;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.31;
}

.Competitors-styles-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.Competitors-styles-container:not(.Competitors-styles-float) > * {
  display: flex;
}

.Competitors-styles-container:not(.Competitors-styles-float) > :first-child {
  flex: 1;
}

.Competitors-styles-container:not(.Competitors-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.StatsDivider-styles-divider {
  color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.StatsDivider-styles-divider:not(.StatsDivider-styles-float) > * {
  display: flex;
}

.StatsDivider-styles-divider:not(.StatsDivider-styles-float) > :first-child {
  flex: 1;
}

.StatsDivider-styles-divider:not(.StatsDivider-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.StatsDivider-styles-line {
  height: 1px;
  width: 100%;
  background: var(--grey-faded);
}

.StatsDivider-styles-table-title {
  white-space: nowrap;
  padding: 0 6px;
  font-size: 13px;
}

.StatsTendencyRow-styles-tendency {
  display: flex;
  position: relative;
}

.StatsTendencyRow-styles-tendency-item {
  color: var(--white);
  background: var(--grey-ash);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.15;
  display: flex;
}

.StatsTendencyRow-styles-tendency-item:last-child {
  margin: 0;
  position: relative;
}

.StatsTendencyRow-styles-tendency-item:last-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-mask: url("tendency-arrow.0f28ea4c.svg") 50% no-repeat;
  mask: url("tendency-arrow.0f28ea4c.svg") 50% no-repeat;
}

.StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-draw, .StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-draw:before {
  background: var(--grey-ash);
}

.StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-won, .StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-won:before {
  background: var(--green);
}

.StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-lost, .StatsTendencyRow-styles-tendency-item.StatsTendencyRow-styles-lost:before {
  background: var(--red-brick);
}

.Tendencies-styles-container {
  color: var(--grey-dark);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
  position: relative;
}

.Tendencies-styles-container:not(.Tendencies-styles-float) > * {
  display: flex;
}

.Tendencies-styles-container:not(.Tendencies-styles-float) > :first-child {
  flex: 1;
}

.Tendencies-styles-container:not(.Tendencies-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.Tendencies-styles-tendency {
  padding-bottom: 9px;
}

.Tendencies-styles-tendency-item {
  height: 14px;
  width: 16px;
  margin-right: 3px;
  font-size: 11px;
}

.Tendencies-styles-tendency-item:last-child:before {
  width: 15px;
  height: 6px;
}

.Tendencies-styles-tendency-center {
  justify-content: center;
  align-self: center;
  padding-bottom: 9px;
  line-height: 1.23;
}

.ThreeColRanking-styles-container {
  color: var(--grey-dark);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1;
  display: flex;
  position: relative;
}

.ThreeColRanking-styles-container:not(.ThreeColRanking-styles-float) > * {
  display: flex;
}

.ThreeColRanking-styles-container:not(.ThreeColRanking-styles-float) > :first-child {
  flex: 1;
}

.ThreeColRanking-styles-container:not(.ThreeColRanking-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.ThreeColRanking-styles-bold {
  font-weight: 600;
}

.ThreeColRanking-styles-light {
  color: var(--grey-light);
  font-weight: 400;
}

.ThreeColRanking-styles-rank {
  font-size: 15px;
}

.ThreeColRanking-styles-sub-section {
  align-items: center;
  display: flex;
}

.ThreeColRanking-styles-sub-section .ThreeColRanking-styles-light, .ThreeColRanking-styles-sub-section .ThreeColRanking-styles-rank {
  flex: 0;
}

.ThreeColRanking-styles-sub-section.ThreeColRanking-styles-left {
  text-align: left;
}

.ThreeColRanking-styles-sub-section.ThreeColRanking-styles-right {
  text-align: right;
}

.SlideOne-styles-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.SlideOne-styles-row:not(.SlideOne-styles-float) > * {
  display: flex;
}

.SlideOne-styles-row:not(.SlideOne-styles-float) > :first-child {
  flex: 1;
}

.SlideOne-styles-row:not(.SlideOne-styles-float) > :last-child {
  flex: 1;
  justify-content: flex-end;
}

.SlideOne-styles-h2h {
  margin-bottom: 16px;
}

.SlideOne-styles-table {
  margin-left: 2px;
}

.SlideOne-styles-table .SlideOne-styles-row {
  margin-bottom: 12px;
}

.SlideOne-styles-table .SlideOne-styles-row:last-child {
  margin: 0;
}

.WinsDrawsWins-styles-results {
  color: var(--grey-dark);
  flex-direction: column;
  align-items: center;
  margin: 8px 0 18px;
  padding: 0 36px;
  font-size: 13px;
  line-height: 1.08;
  display: flex;
}

.WinsDrawsWins-styles-results:first-child {
  border-right: 1px solid var(--grey-silver);
  flex: 1;
  align-items: flex-start;
  padding: 0;
}

.WinsDrawsWins-styles-results:last-child {
  border-left: 1px solid var(--grey-silver);
  flex: 1;
  align-items: flex-end;
  padding: 0;
}

.WinsDrawsWins-styles-results .WinsDrawsWins-styles-strong {
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
}

.MiniStatsSlider-styles-slide {
  padding: 12px 16px;
}

.SlideTwo-styles-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.SlideTwo-styles-col1 {
  width: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.SlideTwo-styles-separator-line {
  height: 1px;
  width: 100%;
  background: var(--grey-iron);
  display: block;
}

.SlideTwo-styles-standings-double {
  margin-bottom: 12px;
}

.SlideTwo-styles-standings-single .SlideTwo-styles-separator-line {
  margin: 5px 0 14px;
}

.LeagueSectionHeader-styles-row {
  color: var(--grey-ash);
  text-align: center;
  align-items: center;
  margin: 4px auto;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.LeagueSectionHeader-styles-row-cell {
  flex: 24px;
  padding-right: 4px;
}

.LeagueSectionHeader-styles-row-title {
  text-align: left;
  color: var(--black);
  flex: 0 0 160px;
  font-size: 13px;
}

.LeagueStats-styles-bold {
  width: 24px;
  font-weight: 600;
}

.LeagueStats-styles-row {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
}

.LeagueStats-styles-row-cell {
  flex: 24px;
  padding-right: 4px;
}

.LeagueStats-styles-row > div:first-child {
  text-align: left;
  flex: 0 0 160px;
}

.LeagueStats-styles-row > div > span {
  margin-right: 8px;
  font-weight: 600;
  display: inline-block;
}

.StatsListSeparator-styles-separator-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.StatsListSeparator-styles-col1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.StatsListSeparator-styles-col1 > li {
  width: 24px;
  text-align: center;
}

.StatsListSeparator-styles-separator-line {
  height: 1px;
  width: calc(100% - 24px);
  background: var(--grey-iron);
  margin-left: 24px;
  display: block;
}

.StatsListSeparator-styles-separator-dots {
  flex-direction: column;
  position: absolute;
  top: -7px;
  left: 3px;
}

.StatsListSeparator-styles-separator-dots .StatsListSeparator-styles-dot {
  height: 2px;
  width: 2px;
  background: var(--grey-ash);
  margin-bottom: 2px;
}

.StatsListSeparator-styles-separator-dots .StatsListSeparator-styles-dot:last-child {
  margin: 0;
}

.RecentMeetings-styles-tendency-item {
  height: 16px;
  width: 16px;
  color: var(--white);
  background: var(--grey-ash);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.RecentMeetings-styles-tendency-item:last-child {
  margin: 0;
}

.RecentMeetings-styles-tendency-item.RecentMeetings-styles-d {
  background: var(--grey-ash);
}

.RecentMeetings-styles-tendency-item.RecentMeetings-styles-w {
  background: var(--green);
}

.RecentMeetings-styles-tendency-item.RecentMeetings-styles-l {
  background: var(--red-brick);
}

.RecentMeetings-styles-match {
  color: var(--grey-dark);
  flex-direction: row;
  padding-bottom: 4px;
  font-size: 13px;
  display: flex;
}

.RecentMeetings-styles-match-date {
  font-size: 12px;
}

.RecentMeetings-styles-match .RecentMeetings-styles-competitors {
  flex: 1;
  justify-content: space-around;
  padding: 0 6px;
  display: flex;
  overflow: hidden;
}

.RecentMeetings-styles-match .RecentMeetings-styles-competitor {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.RecentMeetings-styles-match .RecentMeetings-styles-competitor.RecentMeetings-styles-home {
  text-align: right;
}

.RecentMeetings-styles-match .RecentMeetings-styles-competitor.RecentMeetings-styles-away {
  text-align: left;
}

.RecentMeetings-styles-match .RecentMeetings-styles-score {
  padding: 0 6px;
}

.RecentMeetings-styles-strong, .SlideThree-styles-strong {
  color: var(--black);
  font-weight: 600;
}

.SlideThree-styles-line {
  height: 1px;
  width: 100%;
  background: var(--grey-faded);
}

.SlideThree-styles-line-matches-title {
  margin: 1px 0 5px;
}

.SlideThree-styles-line-matches-middle {
  margin: 3px 0 5px;
}

.sr-bb {
  text-align: left;
  background: #ededed;
  font-family: Roboto, Noto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.sr-bb .sr-bb {
  background: none;
}

.sr-bb .srt-base-1 {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.sr-bb .srt-base-1-primary {
  color: #39697a;
  background-color: #0000;
  border-color: #39697a;
}

.sr-bb .srt-home-1 {
  color: #000;
  background-color: #69c2e0;
  border-color: #69c2e0;
}

.sr-bb .srt-away-1 {
  color: #fff;
  background-color: #39697a;
  border-color: #39697a;
}

.sr-bb .srt-text-secondary {
  opacity: .7;
  -webkit-font-smoothing: antialiased;
}

.sr-bb .srt-fill-primary-7 {
  fill: #39697a;
}

.sr-bb .srt-fill-home-1 {
  fill: #69c2e0;
}

.sr-bb .srt-fill-away-1 {
  fill: #39697a;
}

.sr-bb .srt-fill-neutral-2 {
  fill: #181818;
}

.sr-bb .srt-fill-neutral-6 {
  fill: #b4b4b4;
}

.sr-bb .srt-stroke-neutral-6 {
  stroke: #b4b4b4;
}

.sr-bb .srt-fill-neutral-10 {
  fill: #d1d1d1;
}

.sr-bb .srt-stroke-neutral-10 {
  stroke: #d1d1d1;
}

.sr-bb .sr-lineupsplayer__wrapper {
  border-style: solid;
  border-width: 1px;
  outline: none;
  padding: 4px 0;
  font-size: 12px;
  display: flex;
  border-color: #0000 !important;
}

.sr-bb .sr-lineupsplayer__wrapper:focus {
  border-color: inherit !important;
}

.sr-bb .sr-lineupsplayer__wrapper.srm-right {
  text-align: right;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}

.sr-bb .sr-lineupsplayer__wrapper.srm-is-hoverable {
  cursor: pointer;
}

.sr-bb .sr-lineupsplayer__shirtnumber {
  min-width: 1.3em;
  text-align: center;
  font-weight: 700;
}

.sr-bb .sr-lineupsplayer__hsep {
  width: .9em;
  flex: 0 0 .9em;
}

.sr-bb .sr-lineupsplayer__player-top {
  display: flex;
}

.sr-bb .sr-lineupsplayer__player-top.srm-right {
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}

.sr-bb .sr-lineupsplayer__player-bottom {
  display: flex;
}

.sr-bb .sr-lineupsplayer__player-bottom.srm-right {
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}

.sr-bb .sr-lineupsplayer__position {
  font-size: 10px;
  font-weight: 300;
}

.sr-bb .sr-lineupsplayer__position-shortname {
  display: none;
}

.sr-bb .sr-lineupslineup__main {
  padding: 8px 0;
}

.sr-bb .sr-lineupslineup__players {
  width: 100%;
  display: flex;
}

.sr-bb .sr-lineupslineup__players-start {
  padding-bottom: 24px;
}

.sr-bb .sr-lineupslineup__players-left, .sr-bb .sr-lineupslineup__players-right {
  flex: 1 0 0;
}

.sr-bb .sr-lineupslineup__players-seperator {
  width: 32px;
}

.sr-bb .sr-lineupslineup__players-missing-container {
  gap: 32px;
  margin-top: 24px;
  display: flex;
}

.sr-bb .sr-lineupslineup__players-missing {
  flex: 1 0 0;
}

.sr-bb .sr-lineupslineup__header-section {
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  display: flex;
}

.sr-bb .sr-lineupslineup__header-section.srm-is-right {
  flex-direction: row-reverse;
}

.sr-bb .sr-lineupslineup__header-section__text {
  font-weight: 500;
}

.sr-bb .sr-lineupslineup__header-section__crest {
  height: 20px;
  width: 20px;
}

.sr-bb .sr-lineupslineup__header-section__crest.sr-crest-jersey {
  height: 12px;
  width: 12px;
  margin: 0 4px;
}

.sr-bb .sr-lineupslineup__header-section__line {
  height: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  flex: 1;
}

.sr-bb .sr-lineupslineup__line-seperator {
  width: 6px;
}

.sr-bb.sr-lineupslineup--small .sr-lineupslineup__main {
  width: 200%;
  padding: 0;
  transition-property: transform, -webkit-transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.sr-bb.sr-lineupslineup--small .sr-lineupslineup__players-seperator {
  display: none;
}

.sr-bb.sr-lineupslineup--small .sr-lineupslineup__players-missing-container {
  gap: 0;
}

.sr-bb .sr-tactical {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative;
}

.sr-bb .sr-tactical__player {
  -webkit-tap-highlight-color: #0000;
  height: 0;
  text-align: center;
  width: 0;
  outline: none;
  font-size: 14px;
  position: absolute;
}

.sr-bb .sr-tactical__player-icon {
  box-sizing: content-box;
  height: 2em;
  width: 2em;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.sr-bb .sr-tactical__player-icon.srm-is-hoverable {
  cursor: pointer;
}

.sr-bb .sr-tactical__player-number {
  cursor: default;
  font-weight: 500;
}

.sr-bb .sr-tactical__player-name-holder {
  -webkit-tap-highlight-color: #0000;
  width: 4em;
  z-index: 1;
  padding-top: 4px;
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateX(-50%);
}

.sr-bb .sr-tactical__player-name-holder.srm-is-hoverable {
  cursor: pointer;
}

.sr-bb .sr-tactical__player-name {
  font-size: 10px;
  line-height: 12px;
  display: none;
}

.sr-bb.sr-tactical--lineup .sr-tactical__player-icon {
  -webkit-tap-highlight-color: #0000;
  height: 28px;
  width: 28px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.sr-bb.sr-tactical--lineup .sr-tactical__player {
  height: 28px;
  width: 28px;
}

.sr-bb.sr-tactical--lineup .sr-tactical__player-name {
  opacity: .7;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 700;
}

.sr-bb .sr-lineupspitch__tactical {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.sr-bb .sr-lineupspitch__tactical.srm-is-left {
  width: 50%;
  left: 0;
}

.sr-bb .sr-lineupspitch__tactical.srm-is-right {
  width: 50%;
  right: 0;
}

.sr-bb .sr-lineupspitch__pitch, .sr-bb .sr-lineupspitch__pitch-big, .sr-bb .sr-lineupspitch__pitch-half {
  max-height: 100%;
  margin: 0 auto;
  display: none;
}

.sr-bb .sr-lineupspitch__wrapper {
  position: relative;
}

.sr-bb .sr-lineupspitch__pitch, .sr-bb .sr-lineupspitch__pitch-half {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.sr-bb .sr-lineupspitch__pitch-big {
  display: none;
  position: absolute;
  inset: 0;
}

.sr-bb.sr-lineupspitch {
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch {
  padding: 8px 0;
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch__wrapper {
  height: 100%;
  width: 200%;
  padding-bottom: 94.44%;
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch__main {
  transition-property: transform, -webkit-transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch__pitch-half {
  display: block;
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch__tactical {
  height: 100%;
  width: 50%;
  display: block;
  left: 0;
  right: 50%;
}

.sr-bb.sr-lineupspitch--small .sr-lineupspitch__tactical.srm-is-right {
  left: 50%;
  right: 0;
}

.sr-bb .sr-lineupscontainer__inner-container {
  position: relative;
}

.sr-bb .sr-lineupscontainer__info-wrapper {
  margin: 0 auto;
  display: flex;
}

.sr-bb .sr-lineupscontainer__info-content {
  flex: 1 0 auto;
}

.sr-bb .sr-lineupscontainer__info-divider {
  width: 6px;
}

.sr-bb .sr-lineupscontainer__info-name {
  font-weight: 500;
}

.sr-bb .sr-lineupscontainer__info-name.srm-is-team2 {
  text-align: right;
}

.sr-bb .sr-lineupscontainer__info-bottom {
  align-items: center;
  font-size: 10px;
  font-weight: 300;
  display: flex;
}

.sr-bb .sr-lineupscontainer__info-bottom.srm-is-manager {
  padding-bottom: 16px;
}

.sr-bb .sr-lineupscontainer__info-bottom.srm-is-team2 {
  text-align: right;
  flex-direction: row-reverse;
}

.sr-bb .sr-lineupscontainer__manager-crest-wrapper {
  display: flex;
}

.sr-bb .sr-lineupscontainer__manager-crest {
  height: 12px;
  width: 12px;
}

.sr-bb.sr-lineups {
  overflow: hidden;
}

.sr-bb .sr-lineups__wrapper {
  padding: 16px;
}

.sr-bb .sr-lineups__match-header {
  padding-bottom: 16px;
  position: relative;
}

.sr-bb .sr-lineups__nav-wrapper {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  outline: none;
  display: none;
  position: absolute;
  top: 0;
  border-color: #0000 !important;
}

.sr-bb .sr-lineups__nav-wrapper:focus {
  border-color: inherit !important;
}

.sr-bb .sr-lineups__nav-status {
  height: 2px;
  width: 50%;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-top: auto;
  margin-bottom: 16px;
  padding: 0 12px;
  transition-property: transform, -webkit-transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.sr-lineups.sr-small .sr-lineups__match-header {
  cursor: pointer;
}

.sr-lineups.sr-small .sr-lineups__nav-wrapper {
  display: flex;
}

.sr-bb .sr-loader__overlay {
  text-align: center;
  visibility: hidden;
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background .3s;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sr-bb .sr-loader__container {
  min-height: 25px;
  position: relative;
}

.sr-bb {
  line-height: normal;
}

.sr-bb * {
  box-sizing: border-box;
  min-height: auto;
  z-index: auto;
  position: static;
}

.sr-bb div, .sr-bb img, .sr-bb span, .sr-bb svg {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  border-color: inherit;
  color: inherit;
  font-size: inherit;
  font: inherit;
  text-align: inherit;
  text-indent: 0;
  text-shadow: none;
  vertical-align: inherit;
  margin: 0;
  padding: 0;
}

.sr-bb img {
  border: 0;
  border-color: inherit;
  border-radius: inherit;
  max-width: none;
}

.sr-bb svg:not(:root) {
  overflow: hidden;
}

.sr-bb * {
  -webkit-text-stroke: 1px transparent;
}

.sr-bb {
  font-size: 12px;
}

.sr-bb .srm-is-uppercase {
  text-transform: uppercase;
}

.sr-bb .sr-crest-img {
  -o-object-fit: contain;
  object-fit: contain;
}

.sr-bb .sr-jersey3d__container {
  position: relative;
  overflow: hidden;
}

.sr-bb .sr-jersey3d__body {
  height: 100%;
  width: 100%;
  position: relative;
}

.sr-bb .sr-jersey3d__overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.sr-bb .sr-jersey3d__overlay img {
  height: 100%;
  width: 100%;
}

.sr-bb .sr-jersey3d__player-number {
  stroke-linecap: butt;
  stroke-linejoin: miter;
  paint-order: stroke;
}

.sr-jersey3d__size-medium {
  height: 50px;
  width: 50px;
}

.sr-bb .sr-matchteamheader {
  font-size: 12px;
  font-weight: 500;
}

.sr-bb .sr-matchteamheader__wrapper {
  height: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 24px;
  line-height: 16px;
}

.sr-bb .sr-matchteamheader__left {
  float: left;
  text-align: left;
  width: 50%;
}

.sr-bb .sr-matchteamheader__right {
  float: right;
  text-align: right;
  width: 50%;
}

.sr-bb .sr-matchteamheader__image {
  height: auto;
  vertical-align: sub;
  width: 20px;
}

.sr-bb .sr-matchteamheader__image.sr-crest-jersey {
  height: 16px;
  width: 16px;
}

.sr-bb .sr-matchteamheader__image-wrapper {
  float: inherit;
}

.sr-bb .sr-matchteamheader__team {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px 0;
  padding: 0 8px;
  overflow: hidden;
}

.sr-bb .sr-matchteamheader__team-abbr {
  display: none;
}

.sr-bb .sr-matchinfoheader__wrapper {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 4px 16px;
  display: flex;
}

.sr-bb .sr-matchinfoheader__segment {
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.sr-bb .sr-footer-widgets {
  border-top-style: solid;
  border-top-width: 1px;
}

.sr-bb .sr-footer-widgets.srm-no-border {
  border-top-width: 0;
}

.sr-wwrap {
  height: 100%;
  position: relative;
}

.sr-lineupspitch__wrapper {
  height: 280px;
  background-image: url("football-field.96185350.jpg");
}

.sr-bb.sr-lineupslineup--small .sr-lineupslineup__main {
  width: 100%;
}

.sr-lineupslineup__header-section__text .srm-is-uppercase {
  text-align: right;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-bottom: 2px solid var(--bks-primary-color);
  background-color: #0000;
  border-radius: 0;
}

.TimeComponent-styles-time {
  margin-bottom: 0;
}

/*# sourceMappingURL=index.d21dfd19.css.map */
